aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw-mmio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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