summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-18spi: atmel: Fix CS high supportGregory CLEMENT1-4/+2
2019-10-18spi: atmel: Remove and fix erroneous commentsGregory CLEMENT1-7/+3
2019-10-18spi: pxa2xx: Replace of_device.h with mod_devicetable.h and of.hAndy Shevchenko1-1/+2
2019-10-18spi: pxa2xx: Convert to use device_get_match_data()Andy Shevchenko1-19/+7
2019-10-18spi: pxa2xx: Convert pxa2xx_spi_get_port_id() to take struct deviceAndy Shevchenko1-3/+5
2019-10-18spi: pxa2xx: Sort headersAndy Shevchenko1-12/+12
2019-10-18spi: pxa2xx: No need to keep pointer to platform deviceAndy Shevchenko5-10/+10
2019-10-15spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean15-46/+25
2019-10-15spi: spi-axi: extend support for the `delay` fieldAlexandru Ardelean1-3/+13
2019-10-15spi: bcm63xx: extend error condition to `delay` as wellAlexandru Ardelean1-1/+1
2019-10-15spi: spi-falcon: extend warning to `delay` as wellAlexandru Ardelean1-1/+1
2019-10-15spi: spi-fsl-espi: convert transfer delay to `spi_delay` formatAlexandru Ardelean3-7/+19
2019-10-15spi: implement SW control for CS timesAlexandru Ardelean2-1/+49
2019-10-15spi: tegra114: change format for `spi_set_cs_timing()` functionAlexandru Ardelean3-11/+36
2019-10-15spi: spidev: use new `delay` field for spi transfersAlexandru Ardelean1-1/+2
2019-10-15spi: spi-loopback-test: use new `delay` fieldAlexandru Ardelean1-3/+9
2019-10-15spi: tegra20-sflash: use to new `spi_transfer_delay_exec`Alexandru Ardelean1-2/+3
2019-10-15spi: tegra114: use `spi_transfer_delay_exec` helperAlexandru Ardelean1-14/+3
2019-10-15spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()Alexandru Ardelean2-3/+21
2019-10-15spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_deviceAlexandru Ardelean3-9/+48
2019-10-15spi: spidev: use new `word_delay` field for spi transfersAlexandru Ardelean1-1/+2
2019-10-15spi: orion: use new `word_delay` field for SPI transfersAlexandru Ardelean1-4/+2
2019-10-15spi: sprd: convert transfer word delay to spi_delay structAlexandru Ardelean2-5/+14
2019-10-15spi: make `cs_change_delay` the first user of the `spi_delay` logicAlexandru Ardelean3-36/+20
2019-10-15spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()Alexandru Ardelean2-3/+66
2019-10-15spi: move `cs_change_delay` backwards compat logic outside switchAlexandru Ardelean1-6/+5
2019-10-15dt-bindings: spi: sh-msiof: Add r8a774b1 supportFabrizio Castro1-0/+1
2019-10-15dt-bindings: spi: sh-msiof: Convert bindings to json-schemaSimon Horman2-105/+158
2019-10-09spi: npcm: Remove set but not used variable 'val'zhengbin1-2/+1
2019-10-09spi: omap-100k: Remove set but not used variable 'dataH'zhengbin1-2/+2
2019-10-08Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown7-14/+45
2019-10-08spi: spi-fsl-qspi: Clear TDH bits in FLSHCR registerFrieder Schrempf1-5/+33
2019-10-08spi: spi-fsl-dspi: Always use the TCFQ devices in poll modeVladimir Oltean1-1/+4
2019-10-07spi: spi-fsl-dspi: Implement the PTP system timestamping for TCFQ modeVladimir Oltean1-0/+15
2019-10-07spi: Add a PTP system timestamp to the transfer structureVladimir Oltean2-0/+188
2019-10-07spi: gpio: Look for a device node instead of matchStephen Boyd1-4/+1
2019-10-04spi: stm32-qspi: Fix kernel oops when unbinding driverPatrice Chotard1-1/+2
2019-10-02spi: spi-fsl-dspi: Always use the TCFQ devices in poll modeVladimir Oltean1-1/+4
2019-10-01SPI: designware: pci: Switch over to MSI interruptsFelipe Balbi1-2/+11
2019-10-01spi: spi-fsl-qspi: Introduce variable to fix different invalid master IdKuldeep Singh1-0/+17
2019-10-01spi: lpspi: fix memory leak in fsl_lpspi_probeNavid Emamdoost1-1/+1
2019-10-01spi: gpio: prevent memory leak in spi_gpio_probeNavid Emamdoost1-1/+3
2019-10-01spi: fsl-lpspi: clean up indentation issueColin Ian King1-1/+1
2019-10-01spi: Introduce dspi_slave_abort() function for NXP's dspi SPI driverLukasz Majewski1-0/+20
2019-10-01spi: xtensa-xtfpga: Use devm_platform_ioremap_resource() in xtfpga_spi_probe()Markus Elfring1-9/+1
2019-10-01spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_slave_probe()Markus Elfring1-11/+1
2019-10-01spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_probe()Markus Elfring1-10/+1
2019-10-01spi: lantiq-ssc: Use devm_platform_ioremap_resource() in lantiq_ssc_probe()Markus Elfring1-9/+1
2019-10-01spi: mxic: Ensure width is respected in spi-mem operationsMiquel Raynal1-1/+1
2019-10-01spi: atmel: Remove AVR32 leftoverGregory CLEMENT1-24/+0