summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2019-10-15spi: spidev: use new `word_delay` field for spi transfersAlexandru Ardelean
2019-10-15spi: orion: use new `word_delay` field for SPI transfersAlexandru Ardelean
2019-10-15spi: sprd: convert transfer word delay to spi_delay structAlexandru Ardelean
2019-10-15spi: make `cs_change_delay` the first user of the `spi_delay` logicAlexandru Ardelean
2019-10-15spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()Alexandru Ardelean
2019-10-15spi: move `cs_change_delay` backwards compat logic outside switchAlexandru Ardelean
2019-10-09spi: npcm: Remove set but not used variable 'val'zhengbin
2019-10-09spi: omap-100k: Remove set but not used variable 'dataH'zhengbin
2019-10-08Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2019-10-08spi: spi-fsl-qspi: Clear TDH bits in FLSHCR registerFrieder Schrempf
2019-10-08spi: spi-fsl-dspi: Always use the TCFQ devices in poll modeVladimir Oltean
2019-10-07spi: spi-fsl-dspi: Implement the PTP system timestamping for TCFQ modeVladimir Oltean
2019-10-07spi: Add a PTP system timestamp to the transfer structureVladimir Oltean
2019-10-07spi: gpio: Look for a device node instead of matchStephen Boyd
2019-10-04spi: stm32-qspi: Fix kernel oops when unbinding driverPatrice Chotard
2019-10-02spi: spi-fsl-dspi: Always use the TCFQ devices in poll modeVladimir Oltean
2019-10-01SPI: designware: pci: Switch over to MSI interruptsFelipe Balbi
2019-10-01spi: spi-fsl-qspi: Introduce variable to fix different invalid master IdKuldeep Singh
2019-10-01spi: lpspi: fix memory leak in fsl_lpspi_probeNavid Emamdoost
2019-10-01spi: gpio: prevent memory leak in spi_gpio_probeNavid Emamdoost
2019-10-01spi: fsl-lpspi: clean up indentation issueColin Ian King
2019-10-01spi: Introduce dspi_slave_abort() function for NXP's dspi SPI driverLukasz Majewski
2019-10-01spi: xtensa-xtfpga: Use devm_platform_ioremap_resource() in xtfpga_spi_probe()Markus Elfring
2019-10-01spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_slave_probe()Markus Elfring
2019-10-01spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_probe()Markus Elfring
2019-10-01spi: lantiq-ssc: Use devm_platform_ioremap_resource() in lantiq_ssc_probe()Markus Elfring
2019-10-01spi: mxic: Ensure width is respected in spi-mem operationsMiquel Raynal
2019-10-01spi: atmel: Remove AVR32 leftoverGregory CLEMENT
2019-10-01spi: dw: Add compatible string for Renesas RZ/N1 SPI ControllerPhil Edworthy
2019-10-01spi: dw: Add basic runtime PM supportPhil Edworthy
2019-09-26spi: orion: fix runtime PM initializationtomaspaukrt@email.cz
2019-09-25spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski
2019-09-20spi: mxic: Fix DMAS_CTRL register layoutMiquel Raynal
2019-09-20spi: mxic: Select SPI_NOR type by defaultMiquel Raynal
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds
2019-09-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-09-15Merge branch 'spi-5.4' into spi-nextMark Brown
2019-09-15Merge branch 'spi-5.3' into spi-linusMark Brown
2019-09-13spi: mediatek: support large PAluhua.xu
2019-09-13spi: mediatek: add spi support for mt6765 ICluhua.xu
2019-09-11spi: bcm2835: Speed up RX-only DMA transfers by zero-filling TX FIFOLukas Wunner
2019-09-11spi: bcm2835: Speed up TX-only DMA transfers by clearing RX FIFOLukas Wunner
2019-09-11spi: bcm2835: Cache CS register value for ->prepare_message()Lukas Wunner
2019-09-11spi: Guarantee cacheline alignment of driver-private dataLukas Wunner
2019-09-11spi: bcm2835: Drop dma_pending flagLukas Wunner
2019-09-10spi: bcm2835: Work around DONE bit erratumLukas Wunner
2019-09-09spi-gpio: Use PTR_ERR_OR_ZERO() in spi_gpio_request()Markus Elfring
2019-09-05spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messagesVladimir Oltean
2019-09-05spi: npcm-fiu: remove set but not used variable 'retlen'YueHaibing