summaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * spi: atmel-quadspi: reject DTR opsPratyush Yadav2020-07-141-0/+6
| * spi: spi-mem: allow specifying a command's extensionPratyush Yadav2020-07-144-14/+17
| * spi: spi-mem: allow specifying whether an op is DTR or notPratyush Yadav2020-07-141-0/+3
* | spi: omap-100k: Drop includeLinus Walleij2020-07-141-1/+0
* | spi: imx/fsl-lpspi: Convert to GPIO descriptorsLinus Walleij2020-07-132-120/+19
* | SPI SUBSYSTEM: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-093-3/+3
* | spi: atmel: remove redundant label out_freeColin Ian King2020-07-091-1/+0
* | spi: use kthread_create_worker() helperMarek Szyprowski2020-07-091-14/+12
* | Merge series "spi: spi-geni-qcom: Avoid a bunch of per-transfer overhead" fro...Mark Brown2020-07-071-0/+2
|\ \
| * | spi: spi-geni-qcom: Set an autosuspend delay of 250 msDouglas Anderson2020-07-071-0/+2
* | | Merge series "spi: spi-sun6i: One fix and some improvements" from Marc Kleine...Mark Brown2020-07-076-106/+114
|\ \ \
| * | | spi: spi-sun6i: sun6i_spi_transfer_one(): enable RF_RDY interrupt only if neededMarc Kleine-Budde2020-07-071-4/+8
| * | | spi: spi-sun6i: sun6i_spi_transfer_one(): collate write to Interrupt Control ...Marc Kleine-Budde2020-07-071-12/+5
| * | | spi: spi-sun6i: sun6i_spi_fill_fifo(): remove not needed length argumentMarc Kleine-Budde2020-07-071-4/+5
| * | | spi: spi-sun6i: sun6i_spi_drain_fifo(): remove not needed length argumentMarc Kleine-Budde2020-07-071-8/+5
| * | | spi: spi-sun6i: sun6i_spi_drain_fifo(): introduce sun6i_spi_get_rx_fifo_count...Marc Kleine-Budde2020-07-071-6/+10
| * | | spi: spi-sun6i: sun6i_spi_get_tx_fifo_count: Convert manual shift+mask to FIE...Marc Kleine-Budde2020-07-071-5/+3
| * | | spi: spi-sun6i: sun6i_spi_transfer_one(): remove not needed masking of transf...Marc Kleine-Budde2020-07-071-7/+3
| * | | spi: spi-sun6i: sun6i_spi_transfer_one(): remove useless gotoMarc Kleine-Budde2020-07-071-2/+0
| * | | spi: spi-sun6i: sun6i_spi_transfer_one(): report effectivly used speed_hz of ...Marc Kleine-Budde2020-07-071-0/+2