summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-12spi: atmel: Fix CS and initialization bugDan Sneddon1-7/+2
2021-07-07spi: stm32: fixes pm_runtime calls in probe/removeAlain Volmat1-1/+8
2021-07-07spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delayMarek Vasut1-19/+19
2021-06-30spi: stm32h7: fix full duplex irq handler handlingAlain Volmat1-6/+9
2021-06-25spi: core: add dma_map_dev for dma deviceVinod Koul2-0/+5
2021-06-25spi: convert Xilinx Zynq UltraScale+ MPSoC GQSPI bindings to YAMLNobuhiro Iwamatsu2-25/+51
2021-06-24spi: Fix self assignment issue with ancillary->modeColin Ian King1-1/+1
2021-06-23Merge series "Support ROCKCHIP SPI new feature" from Jon Lin <jon.lin@rock-ch...Mark Brown2-15/+41
2021-06-23spi: spi-sh-msiof: : use proper DMAENGINE API for terminationWolfram Sang1-2/+2
2021-06-23spi: spi-rspi: : use proper DMAENGINE API for terminationWolfram Sang1-3/+3
2021-06-23spi: spi-rockchip: add description for rv1126Jon Lin1-0/+1
2021-06-23spi: rockchip: Support SPI_CS_HIGHJon Lin1-1/+13
2021-06-23spi: rockchip: Support cs-gpioJon Lin1-5/+10
2021-06-23spi: rockchip: Wait for STB status in slave mode tx_xferJon Lin1-7/+14
2021-06-23spi: rockchip: Set rx_fifo interrupt waterline base on transfer itemJon Lin1-2/+2
2021-06-23spi: rockchip: add compatible string for rv1126Jon Lin1-0/+1
2021-06-22spi: dt-bindings: support devices with multiple chipselectsSebastian Reichel1-2/+5
2021-06-22spi: add ancillary device supportSebastian Reichel2-31/+108
2021-06-17spi: xilinx: convert to yamlNobuhiro Iwamatsu2-23/+57
2021-06-17spi: convert Cadence SPI bindings to YAMLNobuhiro Iwamatsu2-30/+66
2021-06-15spi: stm32-qspi: Remove unused qspi field of struct stm32_qspi_flashPatrice Chotard1-2/+0
2021-06-15spi: add of_device_uevent_modalias supportMarco Felsch1-0/+4
2021-06-14spi: meson-spicc: fix memory leak in meson_spicc_probezpershuai1-1/+1
2021-06-14spi: meson-spicc: fix a wrong goto jump for avoiding memory leak.zpershuai1-2/+4
2021-06-14spi: spi-mem: fix doc warning in spi-mem.cYang Yingliang1-1/+1
2021-06-09spi: remove spi_set_cs_timing()Greg Kroah-Hartman2-78/+0
2021-06-07spi: hisi-kunpeng: Add debugfs supportJay Fang1-1/+50
2021-06-04spi: stm32-qspi: Fix W=1 build warningPatrice Chotard1-0/+1
2021-06-03Merge series "MTD: spinand: Add spi_mem_poll_status() support" from <patrice....Mark Brown5-21/+234
2021-06-03spi: atmel: Reduce spin lock usageDan Sneddon1-15/+4
2021-06-03spi: atmel: Switch to transfer_one transfer methodDan Sneddon1-91/+33
2021-06-03spi: stm32-qspi: add automatic poll status featurePatrice Chotard1-8/+78
2021-06-03mtd: spinand: use the spi-mem poll status APIsPatrice Chotard2-13/+54
2021-06-03spi: spi-mem: add automatic poll status functionsPatrice Chotard2-0/+102
2021-06-02spi: bcm2835: Allow arbitrary number of slavesLukas Wunner1-85/+119
2021-06-01Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown325-1741/+3070
2021-06-01spi: Cleanup on failure of initial setupLukas Wunner5-19/+54
2021-05-26spi: Enable tracing of the SPI setup CS selectionAndy Shevchenko2-0/+61
2021-05-24spi: ath79: set number of chipselect linesDavid Bauer1-0/+1
2021-05-24spi: ath79: drop platform dataDavid Bauer2-24/+0
2021-05-24spi: bcm2835: Fix out-of-bounds access with more than 4 slavesLukas Wunner1-2/+8
2021-05-21spi: pxa2xx: Fix inconsistent indentingJiapeng Chong1-1/+1
2021-05-21spi: sc18is602: implement .max_{transfer,message}_size() for the controllerVladimir Oltean1-0/+7
2021-05-21spi: sc18is602: don't consider the chip select byte in sc18is602_check_transferVladimir Oltean1-1/+1
2021-05-21Merge series "drivers: spi - add parenthesis for sizeof" from Zhiqi Song <son...Mark Brown7-10/+10
2021-05-20spi: ppc4xx: add parenthesis for sizeofZhiqi Song1-2/+2
2021-05-20spi: omap-uwire: add parenthesis for sizeofZhiqi Song1-1/+1
2021-05-20spi: omap2-mcspi: add parenthesis for sizeofZhiqi Song1-1/+1
2021-05-20spi: mpc52xx-psc: add parenthesis for sizeofZhiqi Song1-2/+2
2021-05-20spi: mpc52xx: add parenthesis for sizeofZhiqi Song1-1/+1