1. ca4196a Merge branch 'spi-5.5' into spi-next by Mark Brown · 5 years ago
  2. eb7e6dc spi: pic32: Retire dma_request_slave_channel_compat() by Peter Ujfalusi · 5 years ago
  3. 554bbe7 spi: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  4. ae7c2d3 spi: mediatek: add SPI_CS_HIGH support by Luhua Xu · 5 years ago
  5. cd050ab spi: st-ssc4: add missed pm_runtime_disable by Chuhong Yuan · 5 years ago
  6. 04358e4 spi: tegra20-slink: add missed clk_unprepare by Chuhong Yuan · 5 years ago
  7. 912a7df spi: tegra20-slink: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  8. 4c973b9 spi: tegra114: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  9. df1b014 spi: s3c64xx: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  10. 194e1d4 spi: qup: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  11. c100895 spi: pl022: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  12. 5d3aa9c spi: imx: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  13. 2e33f31 spi: fsl-lpspi: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  14. bef1e0c spi: atmel: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  15. cef76e5 spi: at91-usart: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  16. c592324 spi: fsl-cpm: Correct the free:ing by Linus Walleij · 5 years ago
  17. 57a9460 spi: Fix regression to return zero on success instead of positive value by Tony Lindgren · 5 years ago
  18. 5eb263e spi: pxa2xx: Add missed security checks by Chuhong Yuan · 5 years ago
  19. 69c23db spi: nxp-fspi: Use devm API to fix missed unregistration of controller by Chuhong Yuan · 5 years ago
  20. 8d85849 spi: omap2-mcspi: Remove redundant checks by Vignesh Raghavendra · 5 years ago
  21. d575c9b spi: zynq-qspi: Support two chip selects by Miquel Raynal · 5 years ago
  22. 8f16292 spi: zynq-qspi: Do the actual hardware initialization later in the probe by Miquel Raynal · 5 years ago
  23. dffaf74 spi: zynq-qspi: Clarify the select chip function by Miquel Raynal · 5 years ago
  24. 044ac82 spi: zynq-qspi: Enhance the Linear CFG bit definitions by Miquel Raynal · 5 years ago
  25. 941be72 spi: zynq-qspi: Keep the bitfields naming consistent by Miquel Raynal · 5 years ago
  26. 087622d spi: zynq-qspi: Anything else than CS0 is not supported yet by Miquel Raynal · 5 years ago
  27. 9b10fa3 spi: zynq-qspi: Keep the naming consistent across the driver by Miquel Raynal · 5 years ago
  28. 0576605 spi: spi-mem: fallback to using transfers when CS gpios are used by Chris Packham · 5 years ago
  29. 27fb231 spi: bcm-qspi: Convert to use CS GPIO descriptors by Chris Packham · 5 years ago
  30. e9a8ba9 spi: img-spfi: fix potential double release by Pan Bian · 5 years ago
  31. c2f102f spi: bcm2835: fix typo in comment by Chris Packham · 5 years ago
  32. 1403cfa spi: dw: Fix Designware SPI loopback by Thor Thayer · 5 years ago
  33. a725272 spi: sifive: disable clk when probe fails and remove by Chuhong Yuan · 5 years ago
  34. d948e6c spi: add power control when set_cs by Luhua Xu · 5 years ago
  35. c618a90 spi: zynq-qspi: Drop GPIO header by Linus Walleij · 5 years ago
  36. 26fa680 spi: dw: Drop GPIO header by Linus Walleij · 5 years ago
  37. c8b348d spi: txx9: Convert to use GPIO descriptors by Linus Walleij · 5 years ago
  38. 76f0030 spi: dw: Remove runtime PM enable/disable from common part of the driver by Jarkko Nikula · 5 years ago
  39. f0cf17e spi: pxa2xx: Add support for Intel Comet Lake-H by Jarkko Nikula · 5 years ago
  40. 1d00a67 spi: sprd: adi: Set BIT_WDG_NEW bit when rebooting by Lingling Xu · 5 years ago
  41. 91ea1d7 spi: sprd: adi: Add missing lock protection when rebooting by Lingling Xu · 5 years ago
  42. 15f794b spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CS by Gregory CLEMENT · 5 years ago
  43. 6fb7427 spi: pxa2xx: Introduce temporary variables to increase readability by Andy Shevchenko · 5 years ago
  44. e58f7d1 spi: xilinx: Add DT support for selecting transfer word width by Alvaro Gamez Machado · 5 years ago
  45. 77c544d spi: pxa2xx: Drop extra check of platform_get_resource() returned value by Andy Shevchenko · 5 years ago
  46. be73e32 spi: Fix spelling in the comments by Andy Shevchenko · 5 years ago
  47. c97905c spi: dw-pci: Fix Chip Select amount on Intel Elkhart Lake PSE SPI by Jarkko Nikula · 5 years ago
  48. c816958 spi: dw-pci: Add runtime power management support by Raymond Tan · 5 years ago
  49. b9fc2d2 spi: dw: Move runtime PM enable/disable from common to platform driver part by Jarkko Nikula · 5 years ago
  50. fed8d8c spi: atmel: fix handling of cs_change set on non-last xfer by Mans Rullgard · 5 years ago
  51. 9c86f12 spi: atmel: Improve CS0 case support on AT91RM9200 by Gregory CLEMENT · 5 years ago
  52. 57e3137 spi: atmel: Improve and fix GPIO CS usage by Gregory CLEMENT · 5 years ago
  53. 1cb84b0 spi: atmel: Remove platform data support by Gregory CLEMENT · 5 years ago
  54. 60086e2 spi: atmel: Remove useless private field by Gregory CLEMENT · 5 years ago
  55. 2de860b spi: rspi: Use platform_get_irq_byname_optional() for optional irqs by Geert Uytterhoeven · 5 years ago
  56. 112d621 Merge tag 'v5.4-rc3' into spi-5.4 by Mark Brown · 5 years ago
  57. 585d18f spi: atmel: Configure GPIO per CS instead of by controller by Gregory CLEMENT · 5 years ago
  58. 7cbb16b spi: atmel: Fix CS high support by Gregory CLEMENT · 5 years ago
  59. 4d8672d spi: atmel: Remove and fix erroneous comments by Gregory CLEMENT · 5 years ago
  60. ae8fbf1 spi: pxa2xx: Replace of_device.h with mod_devicetable.h and of.h by Andy Shevchenko · 5 years ago
  61. f2faa3e spi: pxa2xx: Convert to use device_get_match_data() by Andy Shevchenko · 5 years ago
  62. 365e856 spi: pxa2xx: Convert pxa2xx_spi_get_port_id() to take struct device by Andy Shevchenko · 5 years ago
  63. 5ce2570 spi: pxa2xx: Sort headers by Andy Shevchenko · 5 years ago
  64. 4f3d957 spi: pxa2xx: No need to keep pointer to platform device by Andy Shevchenko · 5 years ago
  65. 3e5ec1d spi: Fix SPI_CS_HIGH setting when using native and GPIO CS by Gregory CLEMENT · 5 years ago
  66. b2662a1 spi: pxa2xx: Set controller->max_transfer_size in dma mode by Daniel Vetter · 5 years ago
  67. e74dc5c spi: use new `spi_transfer_delay_exec` helper where straightforward by Alexandru Ardelean · 5 years ago
  68. acc7720 spi: spi-axi: extend support for the `delay` field by Alexandru Ardelean · 5 years ago
  69. c5751ba spi: bcm63xx: extend error condition to `delay` as well by Alexandru Ardelean · 5 years ago
  70. 3e2405f spi: spi-falcon: extend warning to `delay` as well by Alexandru Ardelean · 5 years ago
  71. 3984d39 spi: spi-fsl-espi: convert transfer delay to `spi_delay` format by Alexandru Ardelean · 5 years ago
  72. 25093bd spi: implement SW control for CS times by Alexandru Ardelean · 5 years ago
  73. 8105936 spi: tegra114: change format for `spi_set_cs_timing()` function by Alexandru Ardelean · 5 years ago
  74. 8e319dd spi: spidev: use new `delay` field for spi transfers by Alexandru Ardelean · 5 years ago
  75. 867bd88 spi: spi-loopback-test: use new `delay` field by Alexandru Ardelean · 5 years ago
  76. b883d5e spi: tegra20-sflash: use to new `spi_transfer_delay_exec` by Alexandru Ardelean · 5 years ago
  77. cd13152 spi: tegra114: use `spi_transfer_delay_exec` helper by Alexandru Ardelean · 5 years ago
  78. bebcfd2 spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec() by Alexandru Ardelean · 5 years ago
  79. 6c613f6 spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device by Alexandru Ardelean · 5 years ago
  80. ec3fa72 spi: spidev: use new `word_delay` field for spi transfers by Alexandru Ardelean · 5 years ago
  81. 21e2606 spi: orion: use new `word_delay` field for SPI transfers by Alexandru Ardelean · 5 years ago
  82. 84593a1 spi: sprd: convert transfer word delay to spi_delay struct by Alexandru Ardelean · 5 years ago
  83. 329f0da spi: make `cs_change_delay` the first user of the `spi_delay` logic by Alexandru Ardelean · 5 years ago
  84. b2c9815 spi: introduce spi_delay struct as "value + unit" & spi_delay_exec() by Alexandru Ardelean · 5 years ago
  85. 6b3f236 spi: move `cs_change_delay` backwards compat logic outside switch by Alexandru Ardelean · 5 years ago
  86. c46652e spi: npcm: Remove set but not used variable 'val' by zhengbin · 5 years ago
  87. 944be39 spi: omap-100k: Remove set but not used variable 'dataH' by zhengbin · 5 years ago
  88. 2b60d72 Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.5 by Mark Brown · 5 years ago
  89. f691067 spi: spi-fsl-qspi: Clear TDH bits in FLSHCR register by Frieder Schrempf · 5 years ago
  90. 5d2af8b spi: spi-fsl-dspi: Always use the TCFQ devices in poll mode by Vladimir Oltean · 5 years ago
  91. d6b71df spi: spi-fsl-dspi: Implement the PTP system timestamping for TCFQ mode by Vladimir Oltean · 5 years ago
  92. b42faee spi: Add a PTP system timestamp to the transfer structure by Vladimir Oltean · 5 years ago
  93. 62217f8 spi: gpio: Look for a device node instead of match by Stephen Boyd · 5 years ago
  94. 3c0af1d spi: stm32-qspi: Fix kernel oops when unbinding driver by Patrice Chotard · 5 years ago
  95. 3c0f9d8 spi: spi-fsl-dspi: Always use the TCFQ devices in poll mode by Vladimir Oltean · 5 years ago
  96. 8f5c285 SPI: designware: pci: Switch over to MSI interrupts by Felipe Balbi · 5 years ago
  97. 16c3e05 spi: spi-fsl-qspi: Introduce variable to fix different invalid master Id by Kuldeep Singh · 5 years ago
  98. 057b894 spi: lpspi: fix memory leak in fsl_lpspi_probe by Navid Emamdoost · 5 years ago
  99. d3b0ffa spi: gpio: prevent memory leak in spi_gpio_probe by Navid Emamdoost · 5 years ago
  100. 1b0a2b2 spi: fsl-lpspi: clean up indentation issue by Colin Ian King · 5 years ago