1. 44ea628 spi: don't include ptp_clock_kernel.h in spi.h by Jakub Kicinski · 3 years, 4 months ago
  2. 95c0724 spi: Fix incorrect cs_setup delay handling by Hector Martin · 3 years, 1 month ago
  3. b79332e spi: Fix condition in the __spi_register_driver() by Andy Shevchenko · 3 years, 1 month ago
  4. 350de7c spi: Fix multi-line comment style by Andy Shevchenko · 3 years, 1 month ago
  5. b00bab9 spi: Replace memset() with __GFP_ZERO by Andy Shevchenko · 3 years, 1 month ago
  6. 3f07657 spi: deduplicate spi_match_id() in __spi_register_driver() by Andy Shevchenko · 3 years, 1 month ago
  7. 642fc4f Merge existing fixes from spi/for-5.16 into new branch by Mark Brown · 3 years, 1 month ago
  8. 6c53b45 spi: fix use-after-free of the add_lock mutex by Michael Walle · 3 years, 2 months ago
  9. 2019295 Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 3 years, 2 months ago
  10. ed96f35 Merge tag 'v5.15-rc6' into regulator-5.16 by Mark Brown · 3 years, 2 months ago
  11. 531558b Merge branch 'spi-5.15' into spi-5.16 by Mark Brown · 3 years, 2 months ago
  12. 16a8e2f spi-mux: Fix false-positive lockdep splats by Uwe Kleine-König · 3 years, 3 months ago
  13. 6098475 spi: Fix deadlock when adding SPI controllers on SPI buses by Mark Brown · 3 years, 3 months ago
  14. da21fde spi: Make several public functions private to spi.c by Uwe Kleine-König · 3 years, 3 months ago
  15. fb51601 spi: Reorder functions to simplify the next commit by Uwe Kleine-König · 3 years, 3 months ago
  16. bdc7ca0 spi: Remove unused function spi_busnum_to_master() by Uwe Kleine-König · 3 years, 3 months ago
  17. 6bfb15f spi: Move comment about chipselect check to the right place by Uwe Kleine-König · 3 years, 3 months ago
  18. 5fa6863 spi: Check we have a spi_device_id for each DT compatible by Mark Brown · 3 years, 3 months ago
  19. 96c8395 spi: Revert modalias changes by Mark Brown · 3 years, 3 months ago
  20. c6c3c570 Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 4 months ago
  21. 6e9c846 Merge remote-tracking branch 'spi/for-5.15' into spi-next by Mark Brown · 3 years, 4 months ago
  22. bd935a7 Merge 5.14-rc5 into driver-core-next by Greg Kroah-Hartman · 3 years, 5 months ago
  23. 894d6f4 Merge tag 'spi-fix-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 3 years, 5 months ago
  24. 8c33ebf spi: move cs spi_delay to spi_device by Mason Zhang · 3 years, 5 months ago
  25. e09f2ab spi: update modalias_show after of_device_uevent_modalias support by Andreas Schwab · 3 years, 5 months ago
  26. fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
  27. 1bee1ecf Merge remote-tracking branch 'spi/for-5.14' into spi-next by Mark Brown · 3 years, 6 months ago
  28. 04045c4 Merge remote-tracking branch 'spi/for-5.12' into spi-linus by Mark Brown · 3 years, 6 months ago
  29. b470e10 spi: core: add dma_map_dev for dma device by Vinod Koul · 3 years, 6 months ago
  30. b01d550 spi: Fix self assignment issue with ancillary->mode by Colin Ian King · 3 years, 6 months ago
  31. 0c79378 spi: add ancillary device support by Sebastian Reichel · 3 years, 6 months ago
  32. 3ce6c9e spi: add of_device_uevent_modalias support by Marco Felsch · 3 years, 7 months ago
  33. 4ccf359 spi: remove spi_set_cs_timing() by Greg Kroah-Hartman · 3 years, 7 months ago
  34. 1a43546 Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.14 by Mark Brown · 3 years, 7 months ago
  35. 5cb4e1f spi: Enable tracing of the SPI setup CS selection by Andy Shevchenko · 3 years, 7 months ago
  36. 27e7db5 spi: Don't have controller clean up spi device before driver unbind by Saravana Kannan · 3 years, 8 months ago
  37. 6b69546 spi: Assume GPIO CS active high in ACPI case by Andy Shevchenko · 3 years, 8 months ago
  38. 40b82c2 spi: Use SPI_MODE_X_MASK by Andy Shevchenko · 3 years, 8 months ago
  39. 86b8bff spi: Convert to use predefined time multipliers by Andy Shevchenko · 3 years, 8 months ago
  40. dc5fa59 spi: take the SPI IO-mutex in the spi_set_cs_timing method by Leilk Liu · 3 years, 8 months ago
  41. c7299fe spi: Fix spi device unregister flow by Saravana Kannan · 3 years, 8 months ago
  42. 86527bc spi: Rename enable1 to activate in spi_set_cs() by Andy Shevchenko · 3 years, 8 months ago
  43. 31ed8eb spi: Make error handling of gpiod_count() call cleaner by Andy Shevchenko · 3 years, 8 months ago
  44. f60d727 spi: Avoid undefined behaviour when counting unused native CSs by Andy Shevchenko · 3 years, 8 months ago
  45. dbaca8e spi: Allow to have all native CSs in use along with GPIOs by Andy Shevchenko · 3 years, 8 months ago
  46. 0e793ba spi: Make of_register_spi_device also set the fwnode by Charles Keepax · 3 years, 8 months ago
  47. c914dbf spi: Handle SPI device setup callback failure. by Joe Burmeister · 3 years, 8 months ago
  48. d347b4a spi: sync up initial chipselect state by David Bauer · 3 years, 9 months ago
  49. c7ed5fd Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.13 by Mark Brown · 3 years, 9 months ago
  50. 59ebbe4 spi: simplify devm_spi_register_controller by Tian Tao · 3 years, 9 months ago
  51. 794aaf0 spi: Fix use-after-free with devm_spi_alloc_* by William A. Kennington III · 3 years, 9 months ago
  52. 9d902c2 spi: Fix spelling mistake "softwade" -> "software" by Colin Ian King · 3 years, 10 months ago
  53. 4152c4d Merge series "spi: Adding support for software nodes" from Heikki Krogerus <heikki.krogerus@linux.intel.com>: by Mark Brown · 3 years, 10 months ago
  54. df41a5d spi: Remove support for dangling device properties by Heikki Krogerus · 3 years, 10 months ago
  55. 47afc77 spi: Add support for software nodes by Heikki Krogerus · 3 years, 10 months ago
  56. 3ab1cce spi: core: remove 'delay_usecs' field from spi_transfer by Alexandru Ardelean · 3 years, 10 months ago
  57. a2590d6 Merge tag 'spi-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 3 years, 10 months ago
  58. eec262d Merge remote-tracking branch 'spi/for-5.12' into spi-next by Mark Brown · 3 years, 11 months ago
  59. b306320 spi: Skip zero-length transfers in spi_transfer_one_message() by Nicolas Saenz Julienne · 3 years, 11 months ago
  60. 0486d9f spi: support CS timing for HW & SW mode by leilk.liu · 3 years, 11 months ago
  61. 4cea6b8 spi: add power control when set_cs_timing by leilk.liu · 3 years, 11 months ago
  62. 10e9272 ACPI: Test for ACPI_SUCCESS rather than !ACPI_FAILURE by Bjorn Helgaas · 4 years ago
  63. e4aad99 Merge v5.11-rc3 by Mark Brown · 4 years ago
  64. 6170d07 spi: fix the divide by 0 error when calculating xfer waiting time by Xu Yilun · 4 years ago
  65. 6820e81 spi: Fix the clamping of spi->max_speed_hz by Tudor Ambarus · 4 years ago
  66. d962608 spi: Add SPI_NO_TX/RX support by Dragos Bogdan · 4 years ago
  67. 127a7a9 Merge remote-tracking branch 'spi/for-5.10' into spi-5.11 by Mark Brown · 4 years ago
  68. 3e98a02 Merge remote-tracking branch 'spi/for-5.11' into spi-next by Mark Brown · 4 years, 1 month ago
  69. 9326e4f spi: Limit the spi device max speed to controller's max speed by Tudor Ambarus · 4 years, 1 month ago
  70. db4a831 Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.11 by Mark Brown · 4 years, 1 month ago
  71. a6f483b spi: Fix potential NULL pointer dereference in spi_shutdown() by Marek Szyprowski · 4 years, 1 month ago
  72. 4fae3a5 spi: Take the SPI IO-mutex in the spi_setup() method by Serge Semin · 4 years, 1 month ago
  73. 7795d47 spi: Warn when a driver's remove callback returns an error by Uwe Kleine-König · 4 years, 1 month ago
  74. 9db34ee spi: Use bus_type functions for probe, remove and shutdown by Uwe Kleine-König · 4 years, 1 month ago
  75. 440408d spi: fix resource leak for drivers without .remove callback by Uwe Kleine-König · 4 years, 1 month ago
  76. 5e844cc spi: Introduce device-managed SPI controller allocation by Lukas Wunner · 4 years, 2 months ago
  77. 766c6b6 spi: fix client driver breakages when using GPIO descriptors by Sven Van Asbroeck · 4 years, 2 months ago
  78. ce2424d spi: fix a typo inside a kernel-doc markup by Mauro Carvalho Chehab · 4 years, 2 months ago
  79. 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
  80. b59a7ca spi: Fix memory leak on splited transfers by Gustav Wiklander · 4 years, 4 months ago
  81. 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, 4 months ago
  82. 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
  83. ddf75be spi: Prevent adding devices below an unregistering controller by Lukas Wunner · 4 years, 5 months ago
  84. e126859 spi: Only defer to thread for cleanup when needed by Mark Brown · 4 years, 6 months ago
  85. 60a883d spi: use kthread_create_worker() helper by Marek Szyprowski · 4 years, 6 months ago
  86. d40f0b6 spi: Avoid setting the chip select if we don't need to by Douglas Anderson · 4 years, 6 months ago
  87. 809b1b0 spi: introduce fallback to pio by Robin Gong · 4 years, 6 months ago
  88. 3070da3 sched,spi: Convert to sched_set_fifo*() by Peter Zijlstra · 4 years, 8 months ago
  89. c373643 spi: Remove note about transfer limit for spi_write_then_read() by Mark Brown · 4 years, 7 months ago
  90. 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, 7 months ago
  91. 8fede89 spi: Make spi_delay_exec() warn if called from atomic context by Mark Brown · 4 years, 7 months ago
  92. 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, 7 months ago
  93. 8485567 spi: Fix controller unregister order by Lukas Wunner · 4 years, 8 months ago
  94. 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
  95. 49686df spi: remove redundant assignment to variable ms by Colin Ian King · 4 years, 9 months ago
  96. 0dadde3 spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resource by Andy Shevchenko · 4 years, 9 months ago
  97. 1ba0b52 Merge branch 'spi-5.7' into spi-next by Mark Brown · 4 years, 9 months ago
  98. 5b16668 spi: acpi: remove superfluous parameter check by Wolfram Sang · 4 years, 10 months ago
  99. 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
  100. 671c3bf spi: make spi-max-frequency optional by Chuanhong Guo · 4 years, 10 months ago