aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw-mmio.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-09spi: dw: Bail out early on unsupported target modeGeert Uytterhoeven1-0/+5
2024-05-03spi: dw: Drop default number of CS settingSerge Semin1-6/+2
2023-12-13spi: dw: Remove Intel Thunder Bay SOC supportNandhini Srikandan1-1/+0
2023-09-11spi: dw-mmio: Use helper function devm_clk_get_*()Li Zetao1-22/+9
2023-08-16spi: dw-mmio: keep old name same as documentationYang Yingliang1-2/+2
2023-08-08spi: dw: Set default value if reg-io-width isn't specifiedKunihiko Hayashi1-1/+3
2023-08-07spi: dw: switch to use modern nameYang Yingliang1-5/+5
2023-06-28Merge tag 'spi-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-0/+22
2023-06-13spi: dw: Replace incorrect spi_get_chipselect with setAbe Kohandel1-1/+1
2023-06-07spi: dw: Remove misleading comment for Mount Evans SoCAbe Kohandel1-8/+1
2023-06-06spi: dw: Add compatible for Intel Mount Evans SoCAbe Kohandel1-0/+29
2023-05-16spi: dw: Replace spi->chip_select references with function callsAmit Kumar Mahapatra1-4/+4
2023-04-17spi: dw: Add support for AMD Pensando Elba SoCBrad Larson1-0/+58
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-2/+2
2023-03-06spi: dw-mmio: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-07-13spi: dw: Add support for Intel Thunder Bay SPI controllerNandhini Srikandan1-4/+4
2021-11-16spi: dw: Replace DWC_HSSI capability with IP-core version checkerSerge Semin1-2/+3
2021-11-16spi: dw: Put the driver entities naming in orderSerge Semin1-10/+10
2021-11-16spi: dw: Add a symbols namespace for the core moduleSerge Semin1-0/+1
2021-05-10spi: delete repeated words in commentsJay Fang1-1/+1
2020-12-09spi: dw: Add support for the Canaan K210 SoC SPIDamien Le Moal1-0/+16
2020-10-08spi: dw: Add DWC SSI capabilitySerge Semin1-18/+2
2020-09-29spi: dw: Add KeemBay Master capabilitySerge Semin1-17/+3
2020-09-29spi: dw: Convert CS-override to DW SPI capabilitiesSerge Semin1-1/+1
2020-09-08spi: dw: Add Microchip Sparx5 supportLars Povlsen1-1/+69
2020-05-29Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semi...Mark Brown1-0/+4
2020-05-29spi: dw: add reset controlDinh Nguyen1-0/+13
2020-05-29spi: dw: Add DMA support to the DW SPI MMIO driverSerge Semin1-0/+4
2020-05-15spi: dw: Initialize paddr in DW SPI MMIO private dataSerge Semin1-1/+4
2020-05-12spi: dw: Drop duplicate error message when remap resourceAndy Shevchenko1-3/+1
2020-05-11spi: dw-mmio: Do not add acpi modalias when CONFIG_ACPI is not enabledJay Fang1-0/+2
2020-05-06spi: dw: Move interrupt.h to spi-dw.h who is user of itAndy Shevchenko1-1/+0
2020-05-05spi: dw: Add support for Intel Keem Bay SPIWan Ahmad Zainie1-0/+26
2020-05-05spi: dw: Add support for DesignWare DWC_ssiWan Ahmad Zainie1-0/+10
2020-05-05spi: dw: Add update_cr0() callback to update CTRLR0Wan Ahmad Zainie1-3/+18
2019-11-22Merge branch 'spi-5.5' into spi-nextMark Brown1-0/+1
2019-10-22spi: dw: Move runtime PM enable/disable from common to platform driver partJarkko Nikula1-0/+5
2019-10-01spi: dw: Add compatible string for Renesas RZ/N1 SPI ControllerPhil Edworthy1-0/+1
2019-09-04spi: dw-mmio: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-22spi: dw-mmio: Clock should be shut when error occursAndy Shevchenko1-2/+4
2019-07-22spi: dw-mmio: Use devm_platform_ioremap_resource()Andy Shevchenko1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner1-4/+1
2019-03-20spi: dw: Add support for an optional interface clockPhil Edworthy1-0/+12
2019-01-09spi: dw: Convert to use CS GPIO descriptorsLinus Walleij1-22/+0
2018-12-04spi: dw-mmio: add ACPI supportJay Fang1-0/+8
2018-10-11dw: spi: add support for Amazon's Alpine spi controllerTalel Shenhar1-0/+9
2018-08-31spi: dw-mmio: avoid hardcoded field maskAlexandre Belloni1-1/+2
2018-08-29spi: dw-mmio: add MSCC Jaguar2 supportAlexandre Belloni1-6/+22
2018-07-30spi: dw-mmio: add MSCC Ocelot supportAlexandre Belloni1-0/+90
2017-04-18spi: dw: Disable clock after unregistering the hostMarek Vasut1-1/+1
2016-02-05spi: dw-mmio: remove message which is handled by coreAndy Shevchenko1-5/+0
2015-10-19spi: dw-mmio: convert to unified device property APIAndy Shevchenko1-4/+3
2015-08-21spi: dw: Allow interface drivers to limit data I/O to word sizesMichael van der Westhuizen1-0/+3
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-03spi: dw-mmio: add devicetree supportSteffen Trumtrar1-1/+18
2014-04-24spi: dw: add support for gpio controlled chip selectBaruch Siach1-0/+22
2014-02-03spi: dw-mmio: allow multiple instancesBaruch Siach1-1/+1
2013-12-31spi: dw-mmio: prepare the clock before enablingBaruch Siach1-3/+3
2013-12-31spi: dw: use managed resourcesBaruch Siach1-50/+20
2013-09-17spi: designware: delete premature free_irqJulia Lawall1-4/+1
2013-05-13spi: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-3/+3
2011-10-31spi: Add module.h to implicit users in drivers/spiPaul Gortmaker1-0/+1
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely1-12/+2
2011-06-06spi: reorganize driversGrant Likely1-0/+151