aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2019-11-15spi: atmel: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-1/+1
2019-11-15spi: at91-usart: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-11-15spi: fsl-cpm: Correct the free:ingLinus Walleij1-1/+2
2019-11-12spi: Fix regression to return zero on success instead of positive valueTony Lindgren1-0/+9
2019-11-11spi: pxa2xx: Add missed security checksChuhong Yuan1-0/+6
2019-11-11spi: nxp-fspi: Use devm API to fix missed unregistration of controllerChuhong Yuan1-1/+1
2019-11-11spi: omap2-mcspi: Remove redundant checksVignesh Raghavendra1-58/+47
2019-11-08spi: zynq-qspi: Support two chip selectsMiquel Raynal1-8/+25
2019-11-08spi: zynq-qspi: Do the actual hardware initialization later in the probeMiquel Raynal1-3/+4
2019-11-08spi: zynq-qspi: Clarify the select chip functionMiquel Raynal1-11/+6
2019-11-08spi: zynq-qspi: Enhance the Linear CFG bit definitionsMiquel Raynal1-3/+3
2019-11-08spi: zynq-qspi: Keep the bitfields naming consistentMiquel Raynal1-6/+6
2019-11-08spi: zynq-qspi: Anything else than CS0 is not supported yetMiquel Raynal1-2/+6
2019-11-08spi: zynq-qspi: Keep the naming consistent across the driverMiquel Raynal1-5/+5
2019-11-07spi: spi-mem: fallback to using transfers when CS gpios are usedChris Packham1-1/+1
2019-11-07spi: bcm-qspi: Convert to use CS GPIO descriptorsChris Packham1-2/+5
2019-11-06spi: img-spfi: fix potential double releasePan Bian1-0/+2
2019-11-05spi: bcm2835: fix typo in commentChris Packham1-1/+1
2019-11-05spi: dw: Fix Designware SPI loopbackThor Thayer1-1/+2
2019-11-04spi: sifive: disable clk when probe fails and removeChuhong Yuan1-4/+7
2019-10-31spi: add power control when set_csLuhua Xu1-1/+14
2019-10-30spi: zynq-qspi: Drop GPIO headerLinus Walleij1-1/+0
2019-10-30spi: dw: Drop GPIO headerLinus Walleij1-1/+0
2019-10-30spi: txx9: Convert to use GPIO descriptorsLinus Walleij1-17/+58
2019-10-30spi: dw: Remove runtime PM enable/disable from common part of the driverJarkko Nikula1-7/+0
2019-10-29spi: pxa2xx: Add support for Intel Comet Lake-HJarkko Nikula1-0/+4
2019-10-28spi: sprd: adi: Set BIT_WDG_NEW bit when rebootingLingling Xu1-0/+5
2019-10-28spi: sprd: adi: Add missing lock protection when rebootingLingling Xu1-0/+3
2019-10-25spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CSGregory CLEMENT1-1/+2
2019-10-25spi: pxa2xx: Introduce temporary variables to increase readabilityAndy Shevchenko1-5/+6
2019-10-24spi: xilinx: Add DT support for selecting transfer word widthAlvaro Gamez Machado1-1/+6
2019-10-23spi: pxa2xx: Drop extra check of platform_get_resource() returned valueAndy Shevchenko1-5/+3
2019-10-23spi: Fix spelling in the commentsAndy Shevchenko1-2/+2
2019-10-22spi: dw-pci: Fix Chip Select amount on Intel Elkhart Lake PSE SPIJarkko Nikula1-1/+1
2019-10-22spi: dw-pci: Add runtime power management supportRaymond Tan1-0/+9
2019-10-22spi: dw: Move runtime PM enable/disable from common to platform driver partJarkko Nikula1-0/+5
2019-10-18spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard1-7/+3
2019-10-18spi: atmel: Improve CS0 case support on AT91RM9200Gregory CLEMENT1-3/+12
2019-10-18spi: atmel: Improve and fix GPIO CS usageGregory CLEMENT1-8/+66
2019-10-18spi: atmel: Remove platform data supportGregory CLEMENT2-14/+3
2019-10-18spi: atmel: Remove useless private fieldGregory CLEMENT1-11/+6
2019-10-18spi: rspi: Use platform_get_irq_byname_optional() for optional irqsGeert Uytterhoeven1-6/+2
2019-10-18Merge tag 'v5.4-rc3' into spi-5.4Mark Brown9-462/+22
2019-10-18spi: atmel: Configure GPIO per CS instead of by controllerGregory CLEMENT1-24/+8
2019-10-18spi: atmel: Fix CS high supportGregory CLEMENT1-4/+2
2019-10-18spi: atmel: Remove and fix erroneous commentsGregory CLEMENT1-7/+3
2019-10-18spi: pxa2xx: Replace of_device.h with mod_devicetable.h and of.hAndy Shevchenko1-1/+2
2019-10-18spi: pxa2xx: Convert to use device_get_match_data()Andy Shevchenko1-19/+7
2019-10-18spi: pxa2xx: Convert pxa2xx_spi_get_port_id() to take struct deviceAndy Shevchenko1-3/+5
2019-10-18spi: pxa2xx: Sort headersAndy Shevchenko1-12/+12