summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2019-11-06spi: img-spfi: fix potential double releasePan Bian
2019-11-05spi: bcm2835: fix typo in commentChris Packham
2019-11-05spi: dw: Fix Designware SPI loopbackThor Thayer
2019-11-04spi: sifive: disable clk when probe fails and removeChuhong Yuan
2019-10-31spi: add power control when set_csLuhua Xu
2019-10-30spi: zynq-qspi: Drop GPIO headerLinus Walleij
2019-10-30spi: dw: Drop GPIO headerLinus Walleij
2019-10-30spi: txx9: Convert to use GPIO descriptorsLinus Walleij
2019-10-30spi: dw: Remove runtime PM enable/disable from common part of the driverJarkko Nikula
2019-10-29spi: pxa2xx: Add support for Intel Comet Lake-HJarkko Nikula
2019-10-28spi: sprd: adi: Set BIT_WDG_NEW bit when rebootingLingling Xu
2019-10-28spi: sprd: adi: Add missing lock protection when rebootingLingling Xu
2019-10-25spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CSGregory CLEMENT
2019-10-25spi: pxa2xx: Introduce temporary variables to increase readabilityAndy Shevchenko
2019-10-24spi: xilinx: Add DT support for selecting transfer word widthAlvaro Gamez Machado
2019-10-23spi: pxa2xx: Drop extra check of platform_get_resource() returned valueAndy Shevchenko
2019-10-23spi: Fix spelling in the commentsAndy Shevchenko
2019-10-22spi: dw-pci: Fix Chip Select amount on Intel Elkhart Lake PSE SPIJarkko Nikula
2019-10-22spi: dw-pci: Add runtime power management supportRaymond Tan
2019-10-22spi: dw: Move runtime PM enable/disable from common to platform driver partJarkko Nikula
2019-10-18spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard
2019-10-18spi: atmel: Improve CS0 case support on AT91RM9200Gregory CLEMENT
2019-10-18spi: atmel: Improve and fix GPIO CS usageGregory CLEMENT
2019-10-18spi: atmel: Remove platform data supportGregory CLEMENT
2019-10-18spi: atmel: Remove useless private fieldGregory CLEMENT
2019-10-18spi: rspi: Use platform_get_irq_byname_optional() for optional irqsGeert Uytterhoeven
2019-10-18Merge tag 'v5.4-rc3' into spi-5.4Mark Brown
2019-10-18spi: atmel: Configure GPIO per CS instead of by controllerGregory CLEMENT
2019-10-18spi: atmel: Fix CS high supportGregory CLEMENT
2019-10-18spi: atmel: Remove and fix erroneous commentsGregory CLEMENT
2019-10-18spi: pxa2xx: Replace of_device.h with mod_devicetable.h and of.hAndy Shevchenko
2019-10-18spi: pxa2xx: Convert to use device_get_match_data()Andy Shevchenko
2019-10-18spi: pxa2xx: Convert pxa2xx_spi_get_port_id() to take struct deviceAndy Shevchenko
2019-10-18spi: pxa2xx: Sort headersAndy Shevchenko
2019-10-18spi: pxa2xx: No need to keep pointer to platform deviceAndy Shevchenko
2019-10-18spi: Fix SPI_CS_HIGH setting when using native and GPIO CSGregory CLEMENT
2019-10-18spi: pxa2xx: Set controller->max_transfer_size in dma modeDaniel Vetter
2019-10-15spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean
2019-10-15spi: spi-axi: extend support for the `delay` fieldAlexandru Ardelean
2019-10-15spi: bcm63xx: extend error condition to `delay` as wellAlexandru Ardelean
2019-10-15spi: spi-falcon: extend warning to `delay` as wellAlexandru Ardelean
2019-10-15spi: spi-fsl-espi: convert transfer delay to `spi_delay` formatAlexandru Ardelean
2019-10-15spi: implement SW control for CS timesAlexandru Ardelean
2019-10-15spi: tegra114: change format for `spi_set_cs_timing()` functionAlexandru Ardelean
2019-10-15spi: spidev: use new `delay` field for spi transfersAlexandru Ardelean
2019-10-15spi: spi-loopback-test: use new `delay` fieldAlexandru Ardelean
2019-10-15spi: tegra20-sflash: use to new `spi_transfer_delay_exec`Alexandru Ardelean
2019-10-15spi: tegra114: use `spi_transfer_delay_exec` helperAlexandru Ardelean
2019-10-15spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()Alexandru Ardelean
2019-10-15spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_deviceAlexandru Ardelean