summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)Author
2020-04-28spi: spi-amd: fix warningSanjay R Mehta
2020-04-28firmware: xilinx: Remove eemi ops for fpga related APIsRajan Vaja
2020-04-27spi: spi-amd: Add AMD SPI controller driver supportSanjay R Mehta
2020-04-24spi: spi-fsl-dspi: Adding shutdown hookPeng Ma
2020-04-23spi: spi-mem: Fix Dual/Quad modes on Octal-capable devicesGeert Uytterhoeven
2020-04-22spi: spi-fsl-qspi: Fix return value check of devm_ioremap() in probeWei Yongjun
2020-04-21spi: bcm-qspi: MSPI_SPCR0_MSB MSTR bit exists only on legacy controllersKamal Dasu
2020-04-21spi: bcm-qspi: add support for MSPI sys clk 108MhzKamal Dasu
2020-04-21spi: bcm-qspi: Use fastbr setting to allow faster MSPI speedsKamal Dasu
2020-04-21spi: bcm-qspi: Handle lack of MSPI_REV offsetFlorian Fainelli
2020-04-21spi: orion: Convert to use GPIO descriptorsLinus Walleij
2020-04-21spi: bcm-qspi: Handle clock probe deferralFlorian Fainelli
2020-04-21spi: bcm-qspi: when tx/rx buffer is NULL set to 0Justin Chen
2020-04-21spi: bcm-qspi: Make PM suspend/resume work with SCMI clock managementKamal Dasu
2020-04-21spi: bcm-qspi: Drive MSPI peripheral SSb pin on cs_changeKamal Dasu
2020-04-17spi: hisi-sfc-v3xx: add error check after per operationYicong Yang
2020-04-17spi: stm32-qspi: Add pm_runtime supportPatrice Chotard
2020-04-16Merge series "Cleanup chip info in spi-dw driver" from Clement Leger <cleger@...Mark Brown
2020-04-16spi: spi-fsl-qspi: Reduce devm_ioremap size to 4 times AHB buffer sizeAshish Kumar
2020-04-16spi: dw: remove cs_control and poll_mode members from chip_dataClement Leger
2020-04-16spi: dw: remove unused dw_spi_chip handlingClement Leger
2020-04-16spi: spidev: Add support for Octal mode data transfersGeert Uytterhoeven
2020-04-14spi: spi-sh-msiof: Fix checkpatch error Complex macros should use ()Aishwarya R
2020-04-14spi: spi-mtk-nor: make mtk_nor_exec_op() statucJason Yan
2020-04-14spi: sprd: adi: Use IS_ENABLED() to validate configsBaolin Wang
2020-04-14spi: remove redundant assignment to variable msColin Ian King
2020-04-14spi: spi-fsl-spi: Fix checkpatch error "foo * bar" should be "foo *bar"Aishwarya R
2020-04-14spi: spi-fsl-lpspi: Fix indentation and open brace should be on the previous ...Aishwarya R
2020-04-14spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resourceAndy Shevchenko
2020-04-14spi: sc18is602: Fix a typo in MODULE_DESCRIPTIONChristophe JAILLET
2020-04-09spi: spi-axi-spi-engine: Access register after clock initializationRafaƂ Hibner
2020-04-03spi: spi-ep93xx: fix wrong SPI mode selectionJungseung Lee
2020-04-02Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2020-03-30Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-03-30Merge branch 'pm-qos'Rafael J. Wysocki
2020-03-27Merge branch 'spi-5.7' into spi-nextMark Brown
2020-03-27spi: efm32: Convert to use GPIO descriptorsLinus Walleij
2020-03-23spi: spi-fsl-lpspi: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-23spi: spi-s3c24xx: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-20spi: stm32: Fix comments compilation warningsAlain Volmat
2020-03-20spi: atmel-quadspi: Add verbose debug facilities to monitor register accessesTudor Ambarus
2020-03-18spi: spi-fsl-dspi: Add support for LS1028AVladimir Oltean
2020-03-18spi: spi-fsl-dspi: Move invariant configs out of dspi_transfer_one_messageVladimir Oltean
2020-03-18spi: spi-fsl-dspi: Fix interrupt-less DMA mode taking an XSPI code pathVladimir Oltean
2020-03-18spi: spi-fsl-dspi: Avoid NULL pointer in dspi_slave_abort for non-DMA modeVladimir Oltean
2020-03-18spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completionVladimir Oltean
2020-03-18spi: spi-fsl-dspi: Protect against races on dspi->words_in_flightVladimir Oltean
2020-03-18spi: spi-fsl-dspi: Avoid reading more data than written in EOQ modeVladimir Oltean
2020-03-18spi: spi-fsl-dspi: Fix bits-per-word acceleration in DMA modeVladimir Oltean
2020-03-18spi: spi-fsl-dspi: Fix little endian access to PUSHR CMD and TXDATAVladimir Oltean