linux-2.6-block.git
2019-11-15 Peter Ujfalusispi: tegra114: Use dma_request_chan() directly for...
2019-11-15 Peter Ujfalusispi: s3c64xx: Use dma_request_chan() directly for chann...
2019-11-15 Peter Ujfalusispi: qup: Use dma_request_chan() directly for channel...
2019-11-15 Peter Ujfalusispi: pl022: Use dma_request_chan() directly for channel...
2019-11-15 Peter Ujfalusispi: imx: Use dma_request_chan() directly for channel...
2019-11-15 Peter Ujfalusispi: fsl-lpspi: Use dma_request_chan() directly for...
2019-11-15 Peter Ujfalusispi: atmel: Use dma_request_chan() directly for channel...
2019-11-15 Peter Ujfalusispi: at91-usart: Use dma_request_chan() directly for...
2019-11-12 Tony Lindgrenspi: Fix regression to return zero on success instead...
2019-11-11 Chuhong Yuanspi: pxa2xx: Add missed security checks
2019-11-11 Chuhong Yuanspi: nxp-fspi: Use devm API to fix missed unregistratio...
2019-11-11 Vignesh Raghavendraspi: omap2-mcspi: Remove redundant checks
2019-11-08 Miquel Raynalspi: zynq-qspi: Support two chip selects
2019-11-08 Miquel Raynalspi: zynq-qspi: Do the actual hardware initialization...
2019-11-08 Miquel Raynalspi: zynq-qspi: Clarify the select chip function
2019-11-08 Miquel Raynalspi: zynq-qspi: Enhance the Linear CFG bit definitions
2019-11-08 Miquel Raynalspi: zynq-qspi: Keep the bitfields naming consistent
2019-11-08 Miquel Raynalspi: zynq-qspi: Anything else than CS0 is not supported yet
2019-11-08 Miquel Raynalspi: zynq-qspi: Keep the naming consistent across the...
2019-11-07 Chris Packhamspi: spi-mem: fallback to using transfers when CS gpios...
2019-11-07 Chris Packhamspi: bcm-qspi: Convert to use CS GPIO descriptors
2019-11-06 Pan Bianspi: img-spfi: fix potential double release
2019-10-31 Luhua Xuspi: add power control when set_cs
2019-10-30 Linus Walleijspi: zynq-qspi: Drop GPIO header
2019-10-30 Linus Walleijspi: dw: Drop GPIO header
2019-10-30 Linus Walleijspi: txx9: Convert to use GPIO descriptors
2019-10-30 Jarkko Nikulaspi: dw: Remove runtime PM enable/disable from common...
2019-10-28 Lingling Xuspi: sprd: adi: Set BIT_WDG_NEW bit when rebooting
2019-10-28 Lingling Xuspi: sprd: adi: Add missing lock protection when rebooting
2019-10-25 Andy Shevchenkospi: pxa2xx: Introduce temporary variables to increase...
2019-10-24 Alvaro Gamez... spi: xilinx: Add DT support for selecting transfer...
2019-10-24 Alvaro Gamez... spi: xilinx: add description of new property xlnx,num...
2019-10-23 Andy Shevchenkospi: Fix spelling in the comments
2019-10-23 Alexandru Ardeleanspi: document CS setup, hold & inactive times in header
2019-10-22 Jarkko Nikulaspi: dw-pci: Fix Chip Select amount on Intel Elkhart...
2019-10-22 Raymond Tanspi: dw-pci: Add runtime power management support
2019-10-18 Gregory CLEMENTspi: atmel: Improve CS0 case support on AT91RM9200
2019-10-18 Gregory CLEMENTspi: atmel: Improve and fix GPIO CS usage
2019-10-18 Gregory CLEMENTspi: atmel: Remove platform data support
2019-10-18 Gregory CLEMENTspi: atmel: Remove useless private field
2019-10-18 Gregory CLEMENTspi: atmel: Configure GPIO per CS instead of by controller
2019-10-18 Gregory CLEMENTspi: atmel: Fix CS high support
2019-10-18 Gregory CLEMENTspi: atmel: Remove and fix erroneous comments
2019-10-18 Andy Shevchenkospi: pxa2xx: Replace of_device.h with mod_devicetable...
2019-10-18 Andy Shevchenkospi: pxa2xx: Convert to use device_get_match_data()
2019-10-18 Andy Shevchenkospi: pxa2xx: Convert pxa2xx_spi_get_port_id() to take...
2019-10-18 Andy Shevchenkospi: pxa2xx: Sort headers
2019-10-18 Andy Shevchenkospi: pxa2xx: No need to keep pointer to platform device
2019-10-15 Alexandru Ardeleanspi: use new `spi_transfer_delay_exec` helper where...
2019-10-15 Alexandru Ardeleanspi: spi-axi: extend support for the `delay` field
2019-10-15 Alexandru Ardeleanspi: bcm63xx: extend error condition to `delay` as...
2019-10-15 Alexandru Ardeleanspi: spi-falcon: extend warning to `delay` as well
2019-10-15 Alexandru Ardeleanspi: spi-fsl-espi: convert transfer delay to `spi_delay...
2019-10-15 Alexandru Ardeleanspi: implement SW control for CS times
2019-10-15 Alexandru Ardeleanspi: tegra114: change format for `spi_set_cs_timing...
2019-10-15 Alexandru Ardeleanspi: spidev: use new `delay` field for spi transfers
2019-10-15 Alexandru Ardeleanspi: spi-loopback-test: use new `delay` field
2019-10-15 Alexandru Ardeleanspi: tegra20-sflash: use to new `spi_transfer_delay_exec`
2019-10-15 Alexandru Ardeleanspi: tegra114: use `spi_transfer_delay_exec` helper
2019-10-15 Alexandru Ardeleanspi: introduce `delay` field for `spi_transfer` + spi_t...
2019-10-15 Alexandru Ardeleanspi: core,atmel: convert `word_delay_usecs` -> `word_de...
2019-10-15 Alexandru Ardeleanspi: spidev: use new `word_delay` field for spi transfers
2019-10-15 Alexandru Ardeleanspi: orion: use new `word_delay` field for SPI transfers
2019-10-15 Alexandru Ardeleanspi: sprd: convert transfer word delay to spi_delay...
2019-10-15 Alexandru Ardeleanspi: make `cs_change_delay` the first user of the ...
2019-10-15 Alexandru Ardeleanspi: introduce spi_delay struct as "value + unit" ...
2019-10-15 Alexandru Ardeleanspi: move `cs_change_delay` backwards compat logic...
2019-10-15 Fabrizio Castrodt-bindings: spi: sh-msiof: Add r8a774b1 support
2019-10-15 Simon Hormandt-bindings: spi: sh-msiof: Convert bindings to json...
2019-10-09 zhengbinspi: npcm: Remove set but not used variable 'val'
2019-10-09 zhengbinspi: omap-100k: Remove set but not used variable 'dataH'
2019-10-08 Mark BrownMerge branch 'for-5.4' of https://git./linux/kernel...
2019-10-08 Frieder Schrempfspi: spi-fsl-qspi: Clear TDH bits in FLSHCR register
2019-10-08 Vladimir Olteanspi: spi-fsl-dspi: Always use the TCFQ devices in poll...
2019-10-07 Vladimir Olteanspi: spi-fsl-dspi: Implement the PTP system timestampin...
2019-10-07 Vladimir Olteanspi: Add a PTP system timestamp to the transfer structure
2019-10-07 Stephen Boydspi: gpio: Look for a device node instead of match
2019-10-04 Patrice Chotardspi: stm32-qspi: Fix kernel oops when unbinding driver
2019-10-02 Vladimir Olteanspi: spi-fsl-dspi: Always use the TCFQ devices in poll...
2019-10-01 Felipe BalbiSPI: designware: pci: Switch over to MSI interrupts
2019-10-01 Kuldeep Singhspi: spi-fsl-qspi: Introduce variable to fix different...
2019-10-01 Navid Emamdoostspi: lpspi: fix memory leak in fsl_lpspi_probe
2019-10-01 Navid Emamdoostspi: gpio: prevent memory leak in spi_gpio_probe
2019-10-01 Colin Ian Kingspi: fsl-lpspi: clean up indentation issue
2019-10-01 Lukasz Majewskispi: Introduce dspi_slave_abort() function for NXP...
2019-10-01 Markus Elfringspi: xtensa-xtfpga: Use devm_platform_ioremap_resource...
2019-10-01 Markus Elfringspi: mediatek: Use devm_platform_ioremap_resource(...
2019-10-01 Markus Elfringspi: mediatek: Use devm_platform_ioremap_resource(...
2019-10-01 Markus Elfringspi: lantiq-ssc: Use devm_platform_ioremap_resource...
2019-10-01 Miquel Raynalspi: mxic: Ensure width is respected in spi-mem operations
2019-10-01 Gregory CLEMENTspi: atmel: Remove AVR32 leftover
2019-10-01 Phil Edworthyspi: dw: Add compatible string for Renesas RZ/N1 SPI...
2019-10-01 Phil Edworthyspi: dw: Add basic runtime PM support
2019-10-01 Gareth Williamsdt-bindings: snps,dw-apb-ssi: Add optional clock domain...
2019-10-01 Phil Edworthydt: spi: Add Renesas RZ/N1 binding documentation
2019-10-01 Pragnesh Patelspi: dt-bindings: Convert spi-sifive binding to json...
2019-10-01 Simon Hormandt-bindings: hspi: Convert bindings to json-schema
2019-09-30 Linus TorvaldsLinux 5.4-rc1 v5.4-rc1
2019-09-30 Linus TorvaldsMerge tag 'for-5.4-rc1-tag' of git://git./linux/kernel...
2019-09-30 Linus TorvaldsMerge tag 'csky-for-linus-5.4-rc1' of git://github...
next