1. 754a36a Merge branch 'spi-5.6' into spi-next by Mark Brown · 5 years ago
  2. 7265e8f Merge branch 'spi-5.5' into spi-linus by Mark Brown · 5 years ago
  3. bfda044 spi: dw: use "smp_mb()" to avoid sending spi data error by Xinwei Kong · 5 years ago
  4. ec7b3f5 Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 5 years ago
  5. 19b6139 spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls by wuxu.wu · 5 years ago
  6. 790514e Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.6 by Mark Brown · 5 years ago
  7. a922f1a Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 5 years ago
  8. 169f9ac spi: dw: Avoid BUG_ON() in case of host failure by Aditya Pakki · 5 years ago
  9. ada9e3f spi: dw: Correct handling of native chipselect by Charles Keepax · 5 years ago
  10. ca4196a Merge branch 'spi-5.5' into spi-next by Mark Brown · 5 years ago
  11. 1403cfa spi: dw: Fix Designware SPI loopback by Thor Thayer · 5 years ago
  12. 76f0030 spi: dw: Remove runtime PM enable/disable from common part of the driver by Jarkko Nikula · 5 years ago
  13. 1e69598 spi: dw: Add basic runtime PM support by Phil Edworthy · 5 years ago
  14. 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
  15. bf9f742 Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.1 by Mark Brown · 6 years ago
  16. 6e0a32d spi: dw: Fix default polarity of native chipselect by Linus Walleij · 6 years ago
  17. d1d6bd7 spi: dw: change snprintf to scnprintf for possible overflow by Silvio Cesare · 6 years ago
  18. 4f0a0cd spi: dw: fix warning unused variable 'ret' by Anders Roxell · 6 years ago
  19. 9400c41 spi: dw: Convert to use CS GPIO descriptors by Linus Walleij · 6 years ago
  20. e1bc204 spi: dw: fix potential variable assignment error by shaftarger · 6 years ago
  21. 32215a6 spi: dw-mmio: add ACPI support by Jay Fang · 6 years ago
  22. f2d7047 dw: spi: add support for Amazon's Alpine spi controller by Talel Shenhar · 6 years ago
  23. af060b3 spi: dw: support 4-16 bits per word by Simon Goldschmidt · 6 years ago
  24. 7c5d8a2 spi: Do not print a message if spi_controller_{suspend,resume}() fails by Geert Uytterhoeven · 6 years ago
  25. c1acb21 Merge branch 'spi-4.19' into spi-next by Mark Brown · 6 years ago
  26. c79bdbb spi: dw: export dw_spi_set_cs by Alexandre Belloni · 6 years ago
  27. 62dbbae spi: dw: allow providing own set_cs callback by Alexandre Belloni · 6 years ago
  28. 66b19d7 spi: dw: fix possible race condition by Alexandre Belloni · 6 years ago
  29. 721483e spi: dw: Convert to generalized SPI controller API by Jarkko Nikula · 7 years ago
  30. 993181e spi: dw: Remove unused members from struct chip_data by Jarkko Nikula · 7 years ago
  31. e70002c80 spi: dw: Make debugfs use bus num and make irq name unique by Phil Reid · 8 years ago
  32. 13288bd spi: dw: Make debugfs name unique between instances by Phil Reid · 8 years ago
  33. 80b444e spi: dw: Set GPIO_SS flag to toggle Slave Select on GPIO CS by Thor Thayer · 8 years ago
  34. 3aef463 spi: dw: round up result of calculation for clock divider by Matthias Seidel · 8 years ago
  35. 13b1030 spi: dw: fix multiple slaves with different baudrates by Matthias Seidel · 8 years ago
  36. 6096828 spi: dw: Use SPI_TMOD_TR rather than magic const 0 to set tmode by Jisheng Zhang · 9 years ago
  37. d7ef54c spi: dw: replace magic constant by DW_SPI_DR by Andy Shevchenko · 9 years ago
  38. f4aaa1c spi: dw: remove a NULL check when call ->remove() by Andy Shevchenko · 9 years ago
  39. 02f2038 spi: dw: explicitly free IRQ handler in dw_spi_remove_host() by Andy Shevchenko · 9 years ago
  40. 1cc3f14 spi: dw: introduce spi_shutdown_chip() by Andy Shevchenko · 9 years ago
  41. d53c0ef spi: dw: eliminate unused threshold variables by Andy Shevchenko · 9 years ago
  42. de6feda spi: dw: eliminate speed variable in ->transfer_one() by Andy Shevchenko · 9 years ago
  43. 863cb2f spi: dw: remove bits_per_word member of struct chip_data by Andy Shevchenko · 9 years ago
  44. 4adb1f8 spi: dw: remove unneeded cr0 member of struct chip_data by Andy Shevchenko · 9 years ago
  45. 5f0966e spi: dw: use plain struct device * at earlier ->probe() by Andy Shevchenko · 9 years ago
  46. 55f9a07 spi: dw: Remove test for non-zero spi->max_speed_hz by Jarkko Nikula · 9 years ago
  47. 0ed3699 spi: dw: Remove needless if statements by Jarkko Nikula · 9 years ago
  48. c4fe57f spi: dw: Allow interface drivers to limit data I/O to word sizes by Michael van der Westhuizen · 9 years ago
  49. 207cda9 spi: dw: fix crash on setup stage by Andy Shevchenko · 10 years ago
  50. dd11444 spi: dw-spi: Convert 16bit accesses to 32bit accesses by Thor Thayer · 10 years ago
  51. 2306509 spi: dw-spi: Single Register read to clear IRQs by Thor Thayer · 10 years ago
  52. f89a6d8 spi: dw-mid: move to use core SPI DMA mappings by Andy Shevchenko · 10 years ago
  53. 4d5ac1e spi: dw-mid: clear ongoing DMA transfers on timeout by Andy Shevchenko · 10 years ago
  54. 9f14538 spi: dw-mid: split dma_setup() from dma_transfer() by Andy Shevchenko · 10 years ago
  55. e31abce spi: dw-mid: convert value of dma_width to enum dma_slave_buswidth by Andy Shevchenko · 10 years ago
  56. 0365fbd Merge branch 'fix/dw' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-dw by Mark Brown · 10 years ago
  57. c22c62d spi: dw: move to SPI core message handling by Andy Shevchenko · 10 years ago
  58. 0b2e891 spi: dw: program registers as soon as possible by Andy Shevchenko · 10 years ago
  59. 45746e8 spi: dw: make sure SPI controller is enabled by Andy Shevchenko · 10 years ago
  60. 9d239d3 spi: dw: revisit FIFO size detection again by Andy Shevchenko · 10 years ago
  61. 1a18f9f spi: dw: always reprogram CTRL0 by Andy Shevchenko · 10 years ago
  62. 341c7dc spi: dw: refactor code that handles clk_div by Andy Shevchenko · 10 years ago
  63. ea11370 spi: dw: get TX level without an additional variable by Andy Shevchenko · 10 years ago
  64. 39bc03b spi: dw: move piece of code out of condition by Andy Shevchenko · 10 years ago
  65. 30b4b70 spi: dw: print debug message with FIFO size by Andy Shevchenko · 10 years ago
  66. 3dbb3b9 spi: dw: amend warning message by Andy Shevchenko · 10 years ago
  67. d297933 spi: dw: Fix detecting FIFO depth by Axel Lin · 10 years ago
  68. ec05861 Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linus by Mark Brown · 10 years ago
  69. 0a8727e spi: dw: Fix dynamic speed change. by Thor Thayer · 10 years ago
  70. 9c6de47 spi: dw: Initialize of_node to discover DT node children by Thor Thayer · 10 years ago
  71. 7020d76 Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic/fsl' into spi-next by Mark Brown · 10 years ago
  72. 1fc8450 Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi/topic/checkpatch' and 'spi/topic/clps711x' into spi-next by Mark Brown · 10 years ago
  73. c3c6e23 spi: dw: fix style of code in few places by Andy Shevchenko · 10 years ago
  74. c3ce15b spi: dw: introduce support of loopback mode by Andy Shevchenko · 10 years ago
  75. 94b0955 Merge remote-tracking branches 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl', 'spi/fix/pl022', 'spi/fix/rockchip' and 'spi/fix/sirf' into spi-linus by Mark Brown · 10 years ago
  76. 53288fe spi: dw: don't use mrst prefix anymore by Andy Shevchenko · 10 years ago
  77. 551f6a5 Merge branch 'topic/checkpatch' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-dw by Mark Brown · 10 years ago
  78. 05ed2ae spi: dw: remove FSF address by Andy Shevchenko · 10 years ago
  79. fadcace spi: dw: Fix checkpatch issue by Jingoo Han · 10 years ago
  80. a97c883 spi: dw: Don't use devm_kzalloc in master->setup callback by Axel Lin · 10 years ago
  81. 08a707b spi: dw: fix kernel crash due to NULL pointer dereference by Andy Shevchenko · 10 years ago
  82. bf61fb8 spi: dw: Remove unused dw_spi_cleanup function by Axel Lin · 11 years ago
  83. d9c73bb spi: dw: add support for gpio controlled chip select by Baruch Siach · 11 years ago
  84. ec37e8e spi: dw: migrate to generic queue infrastructure by Baruch Siach · 11 years ago
  85. 3bcbc14 Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topic/efm32', 'spi/topic/ep93xx', 'spi/topic/fsl', 'spi/topic/fsl-dspi', 'spi/topic/fsl-espi' and 'spi/topic/gpio' into spi-next by Mark Brown · 11 years ago
  86. c63f5da spi: dw: Don't call kfree for memory allocated by devm_kzalloc by Axel Lin · 11 years ago
  87. 765ee70 spi: dw: Convert to let spi core validate transfer speed by Axel Lin · 11 years ago
  88. 23e2c2a spi: Use list_last_entry at appropriate places by Axel Lin · 11 years ago
  89. 43f627a spi: dw: fix memory leak on error path by Baruch Siach · 11 years ago
  90. 04f421e spi: dw: use managed resources by Baruch Siach · 11 years ago
  91. 0a47d3c spi: dw: drop unused struct dw_spi field by Baruch Siach · 11 years ago
  92. f6bd03a spi: Don't break user-visible strings to multiple source lines in drivers by Jarkko Nikula · 11 years ago
  93. 24778be spi: convert drivers to use bits_per_word_mask by Stephen Warren · 12 years ago
  94. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 12 years ago
  95. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 13 years ago
  96. d7614de spi: Add module.h to implicit users in drivers/spi by Paul Gortmaker · 13 years ago
  97. 7eb187b spi: spi-dw: fix all sparse warnings by H Hartley Sweeten · 13 years ago
  98. 40bfff8 spi/dw: Add spi number into spi irq desc by Liu, ShuoX · 13 years ago
  99. ca632f5 spi: reorganize drivers by Grant Likely · 14 years ago[Renamed (99%) from drivers/spi/dw_spi.c]
  100. 78fab4c Merge commit 'v2.6.39' into spi/next by Grant Likely · 14 years ago