summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | spi: s3c64xx: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-4/+2
| | * | | | | | | | | | spi: qup: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
| | * | | | | | | | | | spi: pl022: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
| | * | | | | | | | | | spi: imx: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
| | * | | | | | | | | | spi: fsl-lpspi: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
| | * | | | | | | | | | spi: atmel: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-1/+1
| | * | | | | | | | | | spi: at91-usart: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
| | * | | | | | | | | | spi: Fix regression to return zero on success instead of positive valueTony Lindgren2019-11-121-0/+9
| | * | | | | | | | | | spi: pxa2xx: Add missed security checksChuhong Yuan2019-11-111-0/+6
| | * | | | | | | | | | spi: nxp-fspi: Use devm API to fix missed unregistration of controllerChuhong Yuan2019-11-111-1/+1
| | * | | | | | | | | | spi: omap2-mcspi: Remove redundant checksVignesh Raghavendra2019-11-111-58/+47
| | * | | | | | | | | | spi: zynq-qspi: Support two chip selectsMiquel Raynal2019-11-081-8/+25
| | * | | | | | | | | | spi: zynq-qspi: Do the actual hardware initialization later in the probeMiquel Raynal2019-11-081-3/+4
| | * | | | | | | | | | spi: zynq-qspi: Clarify the select chip functionMiquel Raynal2019-11-081-11/+6
| | * | | | | | | | | | spi: zynq-qspi: Enhance the Linear CFG bit definitionsMiquel Raynal2019-11-081-3/+3
| | * | | | | | | | | | spi: zynq-qspi: Keep the bitfields naming consistentMiquel Raynal2019-11-081-6/+6
| | * | | | | | | | | | spi: zynq-qspi: Anything else than CS0 is not supported yetMiquel Raynal2019-11-081-2/+6
| | * | | | | | | | | | spi: zynq-qspi: Keep the naming consistent across the driverMiquel Raynal2019-11-081-5/+5
| | * | | | | | | | | | spi: spi-mem: fallback to using transfers when CS gpios are usedChris Packham2019-11-071-1/+1
| | * | | | | | | | | | spi: bcm-qspi: Convert to use CS GPIO descriptorsChris Packham2019-11-071-2/+5
| | * | | | | | | | | | spi: img-spfi: fix potential double releasePan Bian2019-11-061-0/+2
| | * | | | | | | | | | spi: add power control when set_csLuhua Xu2019-10-311-1/+14
| | * | | | | | | | | | spi: zynq-qspi: Drop GPIO headerLinus Walleij2019-10-301-1/+0
| | * | | | | | | | | | spi: dw: Drop GPIO headerLinus Walleij2019-10-301-1/+0
| | * | | | | | | | | | spi: txx9: Convert to use GPIO descriptorsLinus Walleij2019-10-301-17/+58
| | * | | | | | | | | | spi: dw: Remove runtime PM enable/disable from common part of the driverJarkko Nikula2019-10-301-7/+0
| | * | | | | | | | | | spi: sprd: adi: Set BIT_WDG_NEW bit when rebootingLingling Xu2019-10-281-0/+5
| | * | | | | | | | | | spi: sprd: adi: Add missing lock protection when rebootingLingling Xu2019-10-281-0/+3
| | * | | | | | | | | | spi: pxa2xx: Introduce temporary variables to increase readabilityAndy Shevchenko2019-10-251-5/+6
| | * | | | | | | | | | spi: xilinx: Add DT support for selecting transfer word widthAlvaro Gamez Machado2019-10-241-1/+6
| | * | | | | | | | | | spi: Fix spelling in the commentsAndy Shevchenko2019-10-231-2/+2
| | * | | | | | | | | | spi: dw-pci: Fix Chip Select amount on Intel Elkhart Lake PSE SPIJarkko Nikula2019-10-221-1/+1
| | * | | | | | | | | | spi: dw-pci: Add runtime power management supportRaymond Tan2019-10-221-0/+9
| | * | | | | | | | | | spi: atmel: Improve CS0 case support on AT91RM9200Gregory CLEMENT2019-10-181-3/+12
| | * | | | | | | | | | spi: atmel: Improve and fix GPIO CS usageGregory CLEMENT2019-10-181-8/+66
| | * | | | | | | | | | spi: atmel: Remove platform data supportGregory CLEMENT2019-10-182-14/+3
| | * | | | | | | | | | spi: atmel: Remove useless private fieldGregory CLEMENT2019-10-181-11/+6
| | * | | | | | | | | | spi: atmel: Configure GPIO per CS instead of by controllerGregory CLEMENT2019-10-181-24/+8
| | * | | | | | | | | | spi: atmel: Fix CS high supportGregory CLEMENT2019-10-181-4/+2
| | * | | | | | | | | | spi: atmel: Remove and fix erroneous commentsGregory CLEMENT2019-10-181-7/+3
| | * | | | | | | | | | spi: pxa2xx: Replace of_device.h with mod_devicetable.h and of.hAndy Shevchenko2019-10-181-1/+2
| | * | | | | | | | | | spi: pxa2xx: Convert to use device_get_match_data()Andy Shevchenko2019-10-181-19/+7
| | * | | | | | | | | | spi: pxa2xx: Convert pxa2xx_spi_get_port_id() to take struct deviceAndy Shevchenko2019-10-181-3/+5
| | * | | | | | | | | | spi: pxa2xx: Sort headersAndy Shevchenko2019-10-181-12/+12
| | * | | | | | | | | | spi: pxa2xx: No need to keep pointer to platform deviceAndy Shevchenko2019-10-181-1/+1
| | * | | | | | | | | | spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean2019-10-1515-46/+25
| | * | | | | | | | | | spi: spi-axi: extend support for the `delay` fieldAlexandru Ardelean2019-10-151-3/+13
| | * | | | | | | | | | spi: bcm63xx: extend error condition to `delay` as wellAlexandru Ardelean2019-10-151-1/+1
| | * | | | | | | | | | spi: spi-falcon: extend warning to `delay` as wellAlexandru Ardelean2019-10-151-1/+1
| | * | | | | | | | | | spi: spi-fsl-espi: convert transfer delay to `spi_delay` formatAlexandru Ardelean2019-10-152-7/+18