summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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: fix duplicated word in <linux/spi/spi.h>Randy Dunlap2020-07-171-2/+2
|/
* 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-146-15/+45
|\
| * 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-145-15/+22
| * spi: spi-mem: allow specifying whether an op is DTR or notPratyush Yadav2020-07-142-0/+11
* | spi: omap-100k: Drop includeLinus Walleij2020-07-141-1/+0
* | spi: imx/fsl-lpspi: Convert to GPIO descriptorsLinus Walleij2020-07-1314-244/+88
* | dt-bindings: spi: Convert imx lpspi to json-schemaAnson Huang2020-07-102-29/+60
* | dt-bindings: spi: Convert imx cspi to json-schemaAnson Huang2020-07-102-56/+97
* | dt-bindings: spi: Convert mxs spi to json-schemaAnson Huang2020-07-102-26/+56
* | SPI SUBSYSTEM: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-095-6/+6
* | spi: atmel: remove redundant label out_freeColin Ian King2020-07-091-1/+0
* | spi: use kthread_create_worker() helperMarek Szyprowski2020-07-092-18/+14
* | 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
| * | | spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rateMarc Kleine-Budde2020-07-061-8/+6
| * | | spi: mediatek: use correct SPI_CFG2_REG MACROleilk.liu2020-07-011-7/+8
| * | | spi: pxa2xx: Add support for Intel Tiger Lake PCH-HJarkko Nikula2020-06-251-0/+5
| * | | spi: spi-fsl-dspi: Initialize completion before possible interruptKrzysztof Kozlowski2020-06-221-2/+2
| * | | spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit pathsKrzysztof Kozlowski2020-06-221-4/+13
| * | | spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transferKrzysztof Kozlowski2020-06-221-14/+1