summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-fix-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-217-65/+90
|\
| * spi: spi-bcm2835: Fix deadlockAlexandru Tachici2021-07-201-5/+7
| * spi: cadence: Correct initialisation of runtime PM againMarek Vasut2021-07-191-5/+9
| * spi: cadence-quadspi: Disable Auto-HW pollingApurva Nandan2021-07-161-13/+14
| * spi: spi-cadence-quadspi: Fix division by zero warningYoshitaka Ikeda2021-07-161-0/+3
| * spi: spi-cadence-quadspi: Revert "Fix division by zero warning"Yoshitaka Ikeda2021-07-161-6/+4
| * spi: spi-cadence-quadspi: Fix division by zero warningYoshitaka Ikeda2021-07-151-4/+6
| * spi: mediatek: move devm_spi_register_master positionMason Zhang2021-07-141-6/+6
| * spi: mediatek: fix fifo rx modePeter Hess2021-07-111-3/+13
| * spi: atmel: Fix CS and initialization bugDan Sneddon2021-07-111-7/+2
| * spi: stm32: fixes pm_runtime calls in probe/removeAlain Volmat2021-07-071-1/+8
| * spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delayMarek Vasut2021-07-071-19/+19
| * spi: stm32h7: fix full duplex irq handler handlingAlain Volmat2021-06-301-6/+9
* | Merge remote-tracking branch 'spi/for-5.14' into spi-nextMark Brown2021-06-2537-668/+830
|\|
| * spi: core: add dma_map_dev for dma deviceVinod Koul2021-06-251-0/+4
| * spi: Fix self assignment issue with ancillary->modeColin Ian King2021-06-241-1/+1
| * Merge series "Support ROCKCHIP SPI new feature" from Jon Lin <jon.lin@rock-ch...Mark Brown2021-06-231-15/+40
| |\
| | * spi: rockchip: Support SPI_CS_HIGHJon Lin2021-06-231-1/+13
| | * spi: rockchip: Support cs-gpioJon Lin2021-06-231-5/+10
| | * spi: rockchip: Wait for STB status in slave mode tx_xferJon Lin2021-06-231-7/+14
| | * spi: rockchip: Set rx_fifo interrupt waterline base on transfer itemJon Lin2021-06-231-2/+2
| | * spi: rockchip: add compatible string for rv1126Jon Lin2021-06-231-0/+1
| * | spi: spi-sh-msiof: : use proper DMAENGINE API for terminationWolfram Sang2021-06-231-2/+2
| * | spi: spi-rspi: : use proper DMAENGINE API for terminationWolfram Sang2021-06-231-3/+3
| |/
| * spi: add ancillary device supportSebastian Reichel2021-06-221-31/+106
| * spi: stm32-qspi: Remove unused qspi field of struct stm32_qspi_flashPatrice Chotard2021-06-151-2/+0
| * spi: add of_device_uevent_modalias supportMarco Felsch2021-06-151-0/+4
| * spi: meson-spicc: fix memory leak in meson_spicc_probezpershuai2021-06-141-1/+1
| * spi: meson-spicc: fix a wrong goto jump for avoiding memory leak.zpershuai2021-06-141-2/+4
| * spi: spi-mem: fix doc warning in spi-mem.cYang Yingliang2021-06-141-1/+1
| * spi: remove spi_set_cs_timing()Greg Kroah-Hartman2021-06-091-73/+0
| * spi: hisi-kunpeng: Add debugfs supportJay Fang2021-06-071-1/+50
| * spi: stm32-qspi: Fix W=1 build warningPatrice Chotard2021-06-041-0/+1
| * Merge series "MTD: spinand: Add spi_mem_poll_status() support" from <patrice....Mark Brown2021-06-032-8/+164
| |\
| | * spi: stm32-qspi: add automatic poll status featurePatrice Chotard2021-06-031-8/+78
| | * spi: spi-mem: add automatic poll status functionsPatrice Chotard2021-06-031-0/+86
| * | spi: atmel: Reduce spin lock usageDan Sneddon2021-06-031-15/+4
| * | spi: atmel: Switch to transfer_one transfer methodDan Sneddon2021-06-031-91/+33
| * | spi: bcm2835: Allow arbitrary number of slavesLukas Wunner2021-06-021-85/+119
| * | Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-06-0110-32/+100
| |\ \
| * | | spi: Enable tracing of the SPI setup CS selectionAndy Shevchenko2021-05-261-0/+4
| * | | spi: ath79: set number of chipselect linesDavid Bauer2021-05-241-0/+1
| * | | spi: ath79: drop platform dataDavid Bauer2021-05-241-8/+0
| * | | spi: pxa2xx: Fix inconsistent indentingJiapeng Chong2021-05-211-1/+1
| * | | Merge series "drivers: spi - add parenthesis for sizeof" from Zhiqi Song <son...Mark Brown2021-05-207-10/+10
| |\ \ \
| | * | | spi: ppc4xx: add parenthesis for sizeofZhiqi Song2021-05-201-2/+2
| | * | | spi: omap-uwire: add parenthesis for sizeofZhiqi Song2021-05-201-1/+1
| | * | | spi: omap2-mcspi: add parenthesis for sizeofZhiqi Song2021-05-201-1/+1
| | * | | spi: mpc52xx-psc: add parenthesis for sizeofZhiqi Song2021-05-201-2/+2
| | * | | spi: mpc52xx: add parenthesis for sizeofZhiqi Song2021-05-201-1/+1