summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * spi: atmel: Remove and fix erroneous commentsGregory CLEMENT2019-10-181-7/+3
| * spi: pxa2xx: Replace of_device.h with mod_devicetable.h and of.hAndy Shevchenko2019-10-181-1/+2
| * spi: pxa2xx: Convert to use device_get_match_data()Andy Shevchenko2019-10-181-19/+7
| * spi: pxa2xx: Convert pxa2xx_spi_get_port_id() to take struct deviceAndy Shevchenko2019-10-181-3/+5
| * spi: pxa2xx: Sort headersAndy Shevchenko2019-10-181-12/+12
| * spi: pxa2xx: No need to keep pointer to platform deviceAndy Shevchenko2019-10-185-10/+10
| * spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean2019-10-1515-46/+25
| * spi: spi-axi: extend support for the `delay` fieldAlexandru Ardelean2019-10-151-3/+13
| * spi: bcm63xx: extend error condition to `delay` as wellAlexandru Ardelean2019-10-151-1/+1
| * spi: spi-falcon: extend warning to `delay` as wellAlexandru Ardelean2019-10-151-1/+1
| * spi: spi-fsl-espi: convert transfer delay to `spi_delay` formatAlexandru Ardelean2019-10-153-7/+19
| * spi: implement SW control for CS timesAlexandru Ardelean2019-10-152-1/+49
| * spi: tegra114: change format for `spi_set_cs_timing()` functionAlexandru Ardelean2019-10-153-11/+36
| * spi: spidev: use new `delay` field for spi transfersAlexandru Ardelean2019-10-151-1/+2
| * spi: spi-loopback-test: use new `delay` fieldAlexandru Ardelean2019-10-151-3/+9
| * spi: tegra20-sflash: use to new `spi_transfer_delay_exec`Alexandru Ardelean2019-10-151-2/+3
| * spi: tegra114: use `spi_transfer_delay_exec` helperAlexandru Ardelean2019-10-151-14/+3
| * spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()Alexandru Ardelean2019-10-152-3/+21
| * spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_deviceAlexandru Ardelean2019-10-153-9/+48
| * spi: spidev: use new `word_delay` field for spi transfersAlexandru Ardelean2019-10-151-1/+2
| * spi: orion: use new `word_delay` field for SPI transfersAlexandru Ardelean2019-10-151-4/+2
| * spi: sprd: convert transfer word delay to spi_delay structAlexandru Ardelean2019-10-152-5/+14
| * spi: make `cs_change_delay` the first user of the `spi_delay` logicAlexandru Ardelean2019-10-153-36/+20
| * spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()Alexandru Ardelean2019-10-152-3/+66
| * spi: move `cs_change_delay` backwards compat logic outside switchAlexandru Ardelean2019-10-151-6/+5
| * dt-bindings: spi: sh-msiof: Add r8a774b1 supportFabrizio Castro2019-10-151-0/+1
| * dt-bindings: spi: sh-msiof: Convert bindings to json-schemaSimon Horman2019-10-152-105/+158
| * spi: npcm: Remove set but not used variable 'val'zhengbin2019-10-091-2/+1
| * spi: omap-100k: Remove set but not used variable 'dataH'zhengbin2019-10-091-2/+2
| * Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-10-087-14/+45
| |\
| * | spi: spi-fsl-dspi: Implement the PTP system timestamping for TCFQ modeVladimir Oltean2019-10-071-0/+15
| * | spi: Add a PTP system timestamp to the transfer structureVladimir Oltean2019-10-072-0/+188
| * | spi: gpio: Look for a device node instead of matchStephen Boyd2019-10-071-4/+1
| * | spi: spi-fsl-dspi: Always use the TCFQ devices in poll modeVladimir Oltean2019-10-021-1/+4
| * | SPI: designware: pci: Switch over to MSI interruptsFelipe Balbi2019-10-011-2/+11
| * | spi: spi-fsl-qspi: Introduce variable to fix different invalid master IdKuldeep Singh2019-10-011-0/+17
| * | spi: fsl-lpspi: clean up indentation issueColin Ian King2019-10-011-1/+1
| * | spi: Introduce dspi_slave_abort() function for NXP's dspi SPI driverLukasz Majewski2019-10-011-0/+20
| * | spi: xtensa-xtfpga: Use devm_platform_ioremap_resource() in xtfpga_spi_probe()Markus Elfring2019-10-011-9/+1
| * | spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_slave_probe()Markus Elfring2019-10-011-11/+1
| * | spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_probe()Markus Elfring2019-10-011-10/+1
| * | spi: lantiq-ssc: Use devm_platform_ioremap_resource() in lantiq_ssc_probe()Markus Elfring2019-10-011-9/+1
| * | spi: mxic: Ensure width is respected in spi-mem operationsMiquel Raynal2019-10-011-1/+1
| * | spi: atmel: Remove AVR32 leftoverGregory CLEMENT2019-10-011-24/+0
| * | spi: dw: Add compatible string for Renesas RZ/N1 SPI ControllerPhil Edworthy2019-10-011-0/+1
| * | spi: dw: Add basic runtime PM supportPhil Edworthy2019-10-011-0/+8
| * | dt-bindings: snps,dw-apb-ssi: Add optional clock domain informationGareth Williams2019-10-011-1/+2
| * | dt: spi: Add Renesas RZ/N1 binding documentationPhil Edworthy2019-10-011-0/+11
| * | spi: dt-bindings: Convert spi-sifive binding to json-schemaPragnesh Patel2019-10-012-37/+86
| * | dt-bindings: hspi: Convert bindings to json-schemaSimon Horman2019-10-012-26/+57