summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | spi: mpc512x-psc: add parenthesis for sizeofZhiqi Song2021-05-201-2/+2
| | * | | spi: lm70llp: add parenthesis for sizeofZhiqi Song2021-05-201-1/+1
| * | | | spi: fix some invalid char occurrencesMauro Carvalho Chehab2021-05-202-2/+2
| |/ / /
| * | | spi: pxa2xx: Use predefined mask when programming FIFO thresholdsAndy Shevchenko2021-05-181-1/+2
| * | | spi: pxa2xx: Fix style of and typos in the comments and messagesAndy Shevchenko2021-05-184-38/+44
| * | | spi: pxa2xx: Fix printf() specifiersAndy Shevchenko2021-05-181-4/+3
| * | | spi: pxa2xx: Drop unneeded '!= 0' comparisonsAndy Shevchenko2021-05-181-4/+4
| * | | spi: pxa2xx: Drop duplicate chip_select in struct chip_dataAndy Shevchenko2021-05-182-4/+1
| * | | spi: pxa2xx: Switch to use SPI core GPIO (legacy) CS handlingAndy Shevchenko2021-05-182-39/+32
| * | | spi: pxa2xx: Switch to use SPI core GPIO (descriptor) CS handlingAndy Shevchenko2021-05-182-51/+3
| * | | spi: pxa2xx: Propagate firmware node to the child SPI controller deviceAndy Shevchenko2021-05-181-1/+3
| * | | spi: uniphier: Use SPI_MODE_X_MASKAndy Shevchenko2021-05-111-1/+1
| * | | spi: ppc4xx: Use SPI_MODE_X_MASKAndy Shevchenko2021-05-111-1/+1