summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2021-06-03spi: spi-mem: add automatic poll status functionsPatrice Chotard1-0/+86
2021-06-03spi: stm32-qspi: Always wait BUSY bit to be cleared in stm32_qspi_wait_cmd()Patrice Chotard1-1/+4
2021-06-02spi: bcm2835: Allow arbitrary number of slavesLukas Wunner1-85/+119
2021-06-02spi: spi-zynq-qspi: Fix some wrong goto jumps & missing error codezpershuai1-3/+4
2021-06-01Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown10-32/+100
2021-06-01spi: Cleanup on failure of initial setupLukas Wunner5-19/+54
2021-05-26spi: Enable tracing of the SPI setup CS selectionAndy Shevchenko1-0/+4
2021-05-24spi: ath79: set number of chipselect linesDavid Bauer1-0/+1
2021-05-24spi: ath79: drop platform dataDavid Bauer1-8/+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
2021-05-20spi: mpc512x-psc: add parenthesis for sizeofZhiqi Song1-2/+2
2021-05-20spi: lm70llp: add parenthesis for sizeofZhiqi Song1-1/+1
2021-05-20spi: fix some invalid char occurrencesMauro Carvalho Chehab2-2/+2
2021-05-18Merge tag 'v5.13-rc2' into spi-5.13Mark Brown5-27/+16
2021-05-18spi: pxa2xx: Use predefined mask when programming FIFO thresholdsAndy Shevchenko1-1/+2
2021-05-18spi: pxa2xx: Fix style of and typos in the comments and messagesAndy Shevchenko4-38/+44
2021-05-18spi: pxa2xx: Fix printf() specifiersAndy Shevchenko1-4/+3
2021-05-18spi: pxa2xx: Drop unneeded '!= 0' comparisonsAndy Shevchenko1-4/+4
2021-05-18spi: pxa2xx: Drop duplicate chip_select in struct chip_dataAndy Shevchenko2-4/+1
2021-05-18spi: pxa2xx: Switch to use SPI core GPIO (legacy) CS handlingAndy Shevchenko2-39/+32
2021-05-18spi: pxa2xx: Switch to use SPI core GPIO (descriptor) CS handlingAndy Shevchenko2-51/+3
2021-05-18spi: pxa2xx: Propagate firmware node to the child SPI controller deviceAndy Shevchenko1-1/+3
2021-05-14spi: Don't have controller clean up spi device before driver unbindSaravana Kannan1-3/+3
2021-05-12spi: Assume GPIO CS active high in ACPI caseAndy Shevchenko1-4/+18
2021-05-12spi: sprd: Add missing MODULE_DEVICE_TABLEChunyan Zhang1-0/+1
2021-05-11spi: uniphier: Use SPI_MODE_X_MASKAndy Shevchenko1-1/+1
2021-05-11spi: ppc4xx: Use SPI_MODE_X_MASKAndy Shevchenko1-1/+1
2021-05-11spi: omap-uwire: Use SPI_MODE_X_MASKAndy Shevchenko1-1/+1
2021-05-11spi: oc-tiny: Use SPI_MODE_X_MASKAndy Shevchenko1-1/+1
2021-05-11spi: npcm-pspi: Use SPI_MODE_X_MASKAndy Shevchenko1-1/+1
2021-05-11spi: spidev: Use SPI_MODE_X_MASKAndy Shevchenko1-1/+1
2021-05-11spi: Use SPI_MODE_X_MASKAndy Shevchenko1-2/+2
2021-05-11Merge series "spi: pxa2xx: Set of cleanups" from Andy Shevchenko <andriy.shev...Mark Brown4-98/+107
2021-05-11spi: altera: Remove redundant dev_err call in dfl_spi_altera_probe()Zou Wei1-3/+1
2021-05-11spi: Convert to use predefined time multipliersAndy Shevchenko1-13/+28
2021-05-11spi: pxa2xx: Introduce special type for Merrifield SPIsAndy Shevchenko2-4/+30
2021-05-11spi: pxa2xx: Constify struct driver_data parameterAndy Shevchenko1-2/+2
2021-05-11spi: pxa2xx: Extract read_SSSR_bits() helperAndy Shevchenko3-22/+20
2021-05-11spi: pxa2xx: Extract clear_SSCR1_bits() helperAndy Shevchenko3-8/+8
2021-05-11spi: pxa2xx: Extract pxa2xx_spi_update() helperAndy Shevchenko1-19/+14
2021-05-11spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driverAndy Shevchenko2-21/+19