summaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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
| * | | spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transferKrzysztof Kozlowski2020-06-221-1/+10
| * | | spi: spidev: fix a potential use-after-free in spidev_release()Zhenzhong Duan2020-06-181-10/+10
| * | | spi: spidev: fix a race between spidev_release and spidev_removeZhenzhong Duan2020-06-181-2/+2
| * | | spi: stm32-qspi: Fix error path in case of -EPROBE_DEFERPatrice Chotard2020-06-171-20/+26
* | | | spi: atmel: No need to call spi_master_put() if spi_alloc_master() failedPeng Fan2020-07-071-2/+1
| |/ / |/| |
* | | Merge series "spi: bcm2835: Interrupt-handling optimisations" from Robin Murp...Mark Brown2020-07-021-23/+22
|\ \ \
| * | | spi: bcm2835: Micro-optimise FIFO loopsRobin Murphy2020-07-011-10/+8
| * | | spi: bcm2835: Micro-optimise IRQ handlerRobin Murphy2020-07-011-4/+6
| * | | spi: bcm3835: Tidy up bcm2835_spi_reset_hw()Robin Murphy2020-07-011-9/+8
* | | | spi: lantiq-ssc: Convert to use GPIO descriptorsLinus Walleij2020-07-021-2/+2
* | | | spi: img-spfi: Convert to use GPIO descriptorsLinus Walleij2020-07-021-55/+1