summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+0
|\
| * spi: davinci: Remove uninitialized_var() usageKees Cook2020-07-161-1/+0
* | Merge tag 'spi-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2020-08-0354-759/+2545
|\ \
| * \ Merge remote-tracking branch 'spi/for-5.9' into spi-nextMark Brown2020-07-2953-758/+2532
| |\ \
| | * | spi: lpspi: fix using CS discontinuously on i.MX8DXLEVKClark Wang2020-07-291-3/+8
| | * | spi: lpspi: remove unused fsl_lpspi->chipselectClark Wang2020-07-291-2/+0
| | * | spi: lpspi: Fix kernel warning dump when probe fail after calling spi_registerClark Wang2020-07-291-6/+6
| | * | spi: rockchip: Fix error in SPI slave pio readJon Lin2020-07-281-1/+1
| | * | spi: rockchip: Support 64-location deep FIFOsJon Lin2020-07-281-11/+14
| | * | spi: rockchip: Config spi rx dma burst size depend on xfer lengthJon Lin2020-07-281-2/+17
| | * | spi: spi-topcliff-pch: drop call to wakeup-disableVaibhav Gupta2020-07-281-2/+0
| | * | spi: spidev: Align buffers for DMAChristian Eggers2020-07-281-8/+13
| | * | spi: sun4i: update max transfer size reportedJonathan Liu2020-07-271-1/+1
| | * | spi: imx: enable runtime pm supportClark Wang2020-07-271-33/+88
| | * | spi: mediatek: add spi support for mt8192 ICleilk.liu2020-07-221-0/+3
| | * | spi: lantiq: Add support to Lightning Mountain SoCDilip Kota2020-07-222-2/+42
| | * | spi: lantiq: Move interrupt configuration to SoC specific data structureDilip Kota2020-07-221-25/+39
| | * | spi: lantiq: Add fifo size bit mask in SoC specific data structureDilip Kota2020-07-221-10/+9
| | * | spi: lantiq: Add support to acknowledge interruptDilip Kota2020-07-221-0/+13
| | * | spi: lantiq: Move interrupt control register offesets to SoC specific data st...Dilip Kota2020-07-221-8/+12
| | * | spi: lantiq: Add SMP supportDilip Kota2020-07-221-0/+7
| | * | spi: lantiq: fix: Rx overflow error in full duplex modeDilip Kota2020-07-221-0/+10
| | * | spi: spi-topcliff-pch: use generic power managementVaibhav Gupta2020-07-221-38/+13
| | * | spi: ppc4xx: Convert to use GPIO descriptorsLinus Walleij2020-07-221-95/+11
| | * | spi: spi-cadence: add support for chip select highShreyas Joshi2020-07-221-1/+1
| | * | spi: lpspi: fix the imbalance of runtime pm function callClark Wang2020-07-221-1/+6
| | * | spi: spi-amd: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones2020-07-171-0/+2
| | * | spi: spi-pxa2xx: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones2020-07-171-0/+2
| | * | spi: spi-at91-usart: Remove unused OF table 'struct of_device_id'Lee Jones2020-07-171-7/+0
| | * | spi: spi-topcliff-pch: Add missing descriptions to 'struct pch_spi_data'Lee Jones2020-07-171-2/+6
| | * | spi: spi-zynqmp-gqspi: Correct a couple of misspellings in kerneldocLee Jones2020-07-171-3/+3
| | * | spi: spi-zynq-qspi: Add description for 2 missing attributes/parametersLee Jones2020-07-171-1/+2
| | * | spi: spi-pl022: Provide missing struct attribute/function param docsLee Jones2020-07-171-3/+9
| | * | spi: spi-s3c64xx: Add missing entries for structs 's3c64xx_spi_dma_data' and ...Lee Jones2020-07-171-1/+8
| | * | spi: spi-meson-spicc: Remove set but never used variable 'data' from meson_sp...Lee Jones2020-07-171-3/+1
| | * | spi: spi-meson-spifc: Fix misdocumenting of 'dev' in 'struct meson_spifc'Lee Jones2020-07-171-1/+1
| | * | spi: spi-ep93xx: Fix API slippageLee Jones2020-07-171-1/+1
| | * | spi: spi-davinci: Fix a few kerneldoc misspellings and API slippagesLee Jones2020-07-171-3/+4
| | * | spi: spi-bitbang: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones2020-07-171-3/+3
| | * | spi: spi-loopback-test: Fix formatting issues in function header blocksLee Jones2020-07-171-8/+8
| | * | Merge series "spi: bcm2835/bcm2835aux: support effective_speed_hz" from Marc ...Mark Brown2020-07-172-6/+6
| | |\ \
| | | * | spi: bcm2835aux: support effective_speed_hzMartin Sperl2020-07-171-3/+3
| | | * | spi: bcm2835: support effective_speed_hzMartin Sperl2020-07-171-3/+3
| | * | | spi: coldfire-qspi: Use clk_prepare_enable and clk_disable_unprepareQing Zhang2020-07-171-2/+2
| | * | | spi: Fix SPI NOR and SPI NAND acronymsTudor Ambarus2020-07-173-7/+7
| | * | | spi: atmel-quadspi: Use optimezed memcpy_fromio()/memcpy_toio()Tudor Ambarus2020-07-172-5/+5
| | * | | spi: Only defer to thread for cleanup when neededMark Brown2020-07-171-7/+19
| | |/ /
| | * | spi: omap-uwire: Use clk_prepare_enable and clk_disable_unprepareQing Zhang2020-07-151-2/+2
| | * | Merge series "mtd: spi-nor: add xSPI Octal DTR support" from Pratyush Yadav <...Mark Brown2020-07-145-14/+32
| | |\ \
| | | * | spi: spi-mtk-nor: reject DTR opsPratyush Yadav2020-07-141-0/+6