1. e8878ab Merge tag 'spi-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 4 years, 4 months ago
  2. b59a7ca spi: Fix memory leak on splited transfers by Gustav Wiklander · 4 years, 4 months ago
  3. 18445bf Merge tag 'spi-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 4 years, 5 months ago
  4. 6d2b84a Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  5. ddf75be spi: Prevent adding devices below an unregistering controller by Lukas Wunner · 4 years, 5 months ago
  6. e126859 spi: Only defer to thread for cleanup when needed by Mark Brown · 4 years, 6 months ago
  7. 60a883d spi: use kthread_create_worker() helper by Marek Szyprowski · 4 years, 6 months ago
  8. d40f0b6 spi: Avoid setting the chip select if we don't need to by Douglas Anderson · 4 years, 6 months ago
  9. 809b1b0 spi: introduce fallback to pio by Robin Gong · 4 years, 7 months ago
  10. 3070da3 sched,spi: Convert to sched_set_fifo*() by Peter Zijlstra · 4 years, 9 months ago
  11. c373643 spi: Remove note about transfer limit for spi_write_then_read() by Mark Brown · 4 years, 8 months ago
  12. aee67fe spi: flags 'SPI_CONTROLLER_MUST_RX' and 'SPI_CONTROLLER_MUST_TX' can't be coexit with 'SPI_3WIRE' mode by dillon min · 4 years, 8 months ago
  13. 8fede89 spi: Make spi_delay_exec() warn if called from atomic context by Mark Brown · 4 years, 8 months ago
  14. c38a490 Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.8 by Mark Brown · 4 years, 8 months ago
  15. 8485567 spi: Fix controller unregister order by Lukas Wunner · 4 years, 8 months ago
  16. f13242d Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.8 by Mark Brown · 4 years, 8 months ago
  17. 49686df spi: remove redundant assignment to variable ms by Colin Ian King · 4 years, 9 months ago
  18. 0dadde3 spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resource by Andy Shevchenko · 4 years, 9 months ago
  19. 1ba0b52 Merge branch 'spi-5.7' into spi-next by Mark Brown · 4 years, 10 months ago
  20. 5b16668 spi: acpi: remove superfluous parameter check by Wolfram Sang · 4 years, 10 months ago
  21. b562b30 Merge tag 'mtk-mtd-spi-move' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.7 by Mark Brown · 4 years, 10 months ago
  22. 671c3bf spi: make spi-max-frequency optional by Chuanhong Guo · 4 years, 10 months ago
  23. ae24a21 Merge tag 'spi-fix-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 4 years, 10 months ago
  24. 6a72682 spi: Do spi_take_timestamp_pre for as many times as necessary by Vladimir Oltean · 4 years, 10 months ago
  25. f9981d4 spi: spi_register_controller(): free bus id on error paths by Aaro Koskinen · 4 years, 10 months ago
  26. ea23578 spi: Allow SPI controller override device buswidth by John Garry · 4 years, 10 months ago
  27. 754a36a Merge branch 'spi-5.6' into spi-next by Mark Brown · 5 years ago
  28. 7d93aec spi: Add generic support for unused native cs with cs-gpios by Geert Uytterhoeven · 5 years ago
  29. 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
  30. 862dd2a spi: Don't look at TX buffer for PTP system timestamping by Vladimir Oltean · 5 years ago
  31. f971a20 spi: Catch improper use of PTP system timestamping API by Vladimir Oltean · 5 years ago
  32. ca4196a Merge branch 'spi-5.5' into spi-next by Mark Brown · 5 years ago
  33. 57a9460 spi: Fix regression to return zero on success instead of positive value by Tony Lindgren · 5 years ago
  34. d948e6c spi: add power control when set_cs by Luhua Xu · 5 years ago
  35. 15f794b spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CS by Gregory CLEMENT · 5 years ago
  36. be73e32 spi: Fix spelling in the comments by Andy Shevchenko · 5 years ago
  37. 112d621 Merge tag 'v5.4-rc3' into spi-5.4 by Mark Brown · 5 years ago
  38. 3e5ec1d spi: Fix SPI_CS_HIGH setting when using native and GPIO CS by Gregory CLEMENT · 5 years ago
  39. 3984d39 spi: spi-fsl-espi: convert transfer delay to `spi_delay` format by Alexandru Ardelean · 5 years ago
  40. 25093bd spi: implement SW control for CS times by Alexandru Ardelean · 5 years ago
  41. 8105936 spi: tegra114: change format for `spi_set_cs_timing()` function by Alexandru Ardelean · 5 years ago
  42. bebcfd2 spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec() by Alexandru Ardelean · 5 years ago
  43. 6c613f6 spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device by Alexandru Ardelean · 5 years ago
  44. 329f0da spi: make `cs_change_delay` the first user of the `spi_delay` logic by Alexandru Ardelean · 5 years ago
  45. b2c9815 spi: introduce spi_delay struct as "value + unit" & spi_delay_exec() by Alexandru Ardelean · 5 years ago
  46. 6b3f236 spi: move `cs_change_delay` backwards compat logic outside switch by Alexandru Ardelean · 5 years ago
  47. b42faee spi: Add a PTP system timestamp to the transfer structure by Vladimir Oltean · 5 years ago
  48. 4feaab0 Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 5 years ago
  49. 229e6af spi: Guarantee cacheline alignment of driver-private data by Lukas Wunner · 5 years ago
  50. d1c44c9 spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messages by Vladimir Oltean · 5 years ago
  51. 43004f3 spi: Rename of_spi_register_master() function by Linus Walleij · 5 years ago
  52. 4ff13d0 spi: Reduce kthread priority by Peter Zijlstra · 5 years ago
  53. cc8b465 spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attribute by Geert Uytterhoeven · 5 years ago
  54. 0050014 drivers: Introduce device lookup variants by ACPI_COMPANION device by Suzuki K Poulose · 5 years ago
  55. cfba5de drivers: Introduce device lookup variants by of_node by Suzuki K Poulose · 5 years ago
  56. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  57. 26ac565 Merge remote-tracking branch 'spi/topic/pump-rt' into spi-next by Mark Brown · 6 years ago
  58. b28944c spi/acpi: avoid spurious matches during slave enumeration by Ard Biesheuvel · 6 years ago
  59. 418e3ea bus_find_device: Unify the match callback with class_find_device by Suzuki K Poulose · 6 years ago
  60. f9481b0 spi: fix ctrl->num_chipselect constraint by Tudor Ambarus · 6 years ago
  61. b5e3cf4 spi/acpi: fix incorrect ACPI parent check by Ard Biesheuvel · 6 years ago
  62. f569436 spi: don't open code list_for_each_entry_safe_reverse() by Vladimir Zapolskiy · 6 years ago
  63. ebc37af spi: No need to assign dummy value in spi_unregister_controller() by Andy Shevchenko · 6 years ago
  64. 4c3c595 spi/acpi: enumerate all SPI slaves in the namespace by Ard Biesheuvel · 6 years ago
  65. aef9752 spi: Use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  66. d9424d6 Merge branch 'spi-5.2' into spi-5.3 by Mark Brown · 6 years ago
  67. 924b586 spi: Allow SPI devices to request the pumping thread be realtime by Douglas Anderson · 6 years ago
  68. f3440d9 spi: abort spi_sync if failed to prepare_transfer_hardware by Super Liu · 6 years ago
  69. 5d7e2b5 spi: core: allow reporting the effectivly used speed_hz for a transfer by Martin Sperl · 6 years ago
  70. 0ed5625 spi: Fix Raspberry Pi breakage by Mark Brown · 6 years ago
  71. d5864e5 spi: core: allow defining time that cs is deasserted as a multiple of SCK by Martin Sperl · 6 years ago
  72. 0ff2de8 spi: core: allow defining time that cs is deasserted by Martin Sperl · 6 years ago
  73. d61ad23c spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-select by Serge Semin · 6 years ago
  74. c9ba7a1 spi: Release spi_res after finalizing message by Noralf Trønnes · 6 years ago
  75. 4d1841d spi: Remove warning in spi_split_transfers_maxsize() by Noralf Trønnes · 6 years ago
  76. 76d2f7e spi: Remove one needless transfer speed fall back case by Jarkko Nikula · 6 years ago
  77. f1ca999 spi: add a method for configuring CS timing by Sowjanya Komatineni · 6 years ago
  78. b93318a spi: kill useless initializer in spi_register_controller() by Sergei Shtylyov · 6 years ago
  79. 0a919ae spi: Don't call spi_get_gpio_descs() before device name is set by Andrey Smirnov · 6 years ago
  80. e1a7d16 Merge branch 'spi-5.1' into spi-5.2 by Mark Brown · 6 years ago
  81. 1723fde spi: Add missing error handling for CS GPIOs by Geert Uytterhoeven · 6 years ago
  82. ca1438d spi: export tracepoint symbols to modules by Arnd Bergmann · 6 years ago
  83. 5442dca spi: Fix zero length xfer bug by Chris Lesiak · 6 years ago
  84. 28f7604 spi: use gpio[d]_set_value_cansleep for setting chipselect GPIO by Felix Fietkau · 6 years ago
  85. b7bb367 spi: support inter-word delay requirement for devices by Jonas Bonn · 6 years ago
  86. 2df201e spi: Support high CS when using descriptors by Linus Walleij · 6 years ago
  87. f0125f1 spi: Go back to immediate teardown by Mark Brown · 6 years ago
  88. 412e603 spi: core: avoid waking pump thread from spi_sync instead run teardown delayed by Martin Sperl · 6 years ago
  89. f3186dd spi: Optionally use GPIO descriptors for CS GPIOs by Linus Walleij · 6 years ago
  90. 194276b spi: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  91. 6b03061 spi: add support for octal mode I/O data transfer by Yogesh Narayan Gaur · 6 years ago
  92. 787f488 spi: Fix formatting of header block by Mark Brown · 6 years ago
  93. d57e796 spi: Fix core transfer waits after slave support by Mark Brown · 6 years ago
  94. 810923f spi: Deal with slaves that return from transfer_one() unfinished by Lubomir Rintel · 6 years ago
  95. 7b9734d Merge remote-tracking branch 'spi/topic/of' into spi-next by Mark Brown · 6 years ago
  96. 4b51c74 Merge branch 'spi-4.20' into spi-next by Mark Brown · 6 years ago
  97. 25972d0 spi: Make GPIO CSs honour the SPI_NO_CS flag by Phil Elwell · 6 years ago
  98. 5039563 spi: Add driver_override SPI device attribute by Trent Piepho · 6 years ago
  99. 5f143af spi: make OF helper available for others by Marco Felsch · 6 years ago
  100. b445bfc spi: switch to SPDX license identifier by Marco Felsch · 6 years ago