1. d5864e5 spi: core: allow defining time that cs is deasserted as a multiple of SCK by Martin Sperl · 6 years ago
  2. 0ff2de8 spi: core: allow defining time that cs is deasserted by Martin Sperl · 6 years ago
  3. d61ad23c spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-select by Serge Semin · 6 years ago
  4. c9ba7a1 spi: Release spi_res after finalizing message by Noralf Trønnes · 6 years ago
  5. 4d1841d spi: Remove warning in spi_split_transfers_maxsize() by Noralf Trønnes · 6 years ago
  6. 76d2f7e spi: Remove one needless transfer speed fall back case by Jarkko Nikula · 6 years ago
  7. f1ca999 spi: add a method for configuring CS timing by Sowjanya Komatineni · 6 years ago
  8. b93318a spi: kill useless initializer in spi_register_controller() by Sergei Shtylyov · 6 years ago
  9. 0a919ae spi: Don't call spi_get_gpio_descs() before device name is set by Andrey Smirnov · 6 years ago
  10. e1a7d16 Merge branch 'spi-5.1' into spi-5.2 by Mark Brown · 6 years ago
  11. 1723fde spi: Add missing error handling for CS GPIOs by Geert Uytterhoeven · 6 years ago
  12. ca1438d spi: export tracepoint symbols to modules by Arnd Bergmann · 6 years ago
  13. 5442dca spi: Fix zero length xfer bug by Chris Lesiak · 6 years ago
  14. 28f7604 spi: use gpio[d]_set_value_cansleep for setting chipselect GPIO by Felix Fietkau · 6 years ago
  15. b7bb367 spi: support inter-word delay requirement for devices by Jonas Bonn · 6 years ago
  16. 2df201e spi: Support high CS when using descriptors by Linus Walleij · 6 years ago
  17. f0125f1 spi: Go back to immediate teardown by Mark Brown · 6 years ago
  18. 412e603 spi: core: avoid waking pump thread from spi_sync instead run teardown delayed by Martin Sperl · 6 years ago
  19. f3186dd spi: Optionally use GPIO descriptors for CS GPIOs by Linus Walleij · 6 years ago
  20. 194276b spi: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  21. 6b03061 spi: add support for octal mode I/O data transfer by Yogesh Narayan Gaur · 6 years ago
  22. 787f488 spi: Fix formatting of header block by Mark Brown · 6 years ago
  23. d57e796 spi: Fix core transfer waits after slave support by Mark Brown · 6 years ago
  24. 810923f spi: Deal with slaves that return from transfer_one() unfinished by Lubomir Rintel · 6 years ago
  25. 7b9734d Merge remote-tracking branch 'spi/topic/of' into spi-next by Mark Brown · 6 years ago
  26. 4b51c74 Merge branch 'spi-4.20' into spi-next by Mark Brown · 6 years ago
  27. 25972d0 spi: Make GPIO CSs honour the SPI_NO_CS flag by Phil Elwell · 6 years ago
  28. 5039563 spi: Add driver_override SPI device attribute by Trent Piepho · 6 years ago
  29. 5f143af spi: make OF helper available for others by Marco Felsch · 6 years ago
  30. b445bfc spi: switch to SPDX license identifier by Marco Felsch · 6 years ago
  31. 71388b21 spi: always use software fallback for SPI_CS_WORD when using cs_gio by David Lechner · 6 years ago
  32. cbaa62e spi: add software implementation for SPI_CS_WORD by David Lechner · 6 years ago
  33. 04b2d03 spi: Fix double IDR allocation with DT aliases by Geert Uytterhoeven · 6 years ago
  34. 1a4327f spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers by Kirill Kapranov · 6 years ago
  35. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  36. 3c89adb0 Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  37. 7e48e23 spi: Add missing pm_runtime_put_noidle() after failed get by Tony Lindgren · 7 years ago
  38. 71f277a spi: Respect all error codes from dev_pm_domain_attach() by Ulf Hansson · 7 years ago
  39. c1f5ba7 spi: Get rid of the spi_flash_read() API by Boris Brezillon · 7 years ago
  40. b5932f5 spi: Make support for regular transfers optional when ->mem_ops != NULL by Boris Brezillon · 7 years ago
  41. bdf3a3b spi: Check presence the of ->transfer[_xxx]() before registering a controller by Boris Brezillon · 7 years ago
  42. 988f259 spi: Add an helper to flush the message queue by Boris Brezillon · 7 years ago
  43. 4633696 spi: Expose spi_{map,unmap}_buf() for internal use by Boris Brezillon · 7 years ago
  44. 3ce2dcf Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/pxa2xx' and 'spi/fix/unregiser' into spi-linus by Mark Brown · 7 years ago
  45. 613bd1e spi: Fix unregistration of controller with fixed SPI bus number by Jarkko Nikula · 7 years ago
  46. ce99319 spi: Fix scatterlist elements size in spi_map_buf by Maxime Chevallier · 7 years ago
  47. b5f9208 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 7 years ago
  48. 42bdd70 spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers by Lucas Stach · 7 years ago
  49. 68b892f spi: document odd controller reference handling by Johan Hovold · 7 years ago
  50. 67f7b27 spi: fix use-after-free at controller deregistration by Johan Hovold · 7 years ago
  51. 53ac64a Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  52. a3a4246 Merge remote-tracking branches 'spi/topic/cadence', 'spi/topic/dt', 'spi/topic/ep93xx' and 'spi/topic/falcon' into spi-next by Mark Brown · 7 years ago
  53. 9a9a047 spi: Kernel coding style fixes by Suniel Mahesh · 7 years ago
  54. 9b61e30 spi: Pick spi bus number from Linux idr or spi alias by Suniel Mahesh · 7 years ago
  55. e0bcb68 spi: use of_property_read_bool() by Sergei Shtylyov · 7 years ago
  56. 8a2e487 spi: Use Apple device properties in absence of ACPI resources by Lukas Wunner · 7 years ago
  57. 2856670 spi: core: Propagate error code of add_uevent_var() by Andy Shevchenko · 7 years ago
  58. 25c56c8 spi: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  59. 8caab75 spi: Generalize SPI "master" to "controller" by Geert Uytterhoeven · 8 years ago
  60. c94085f5 Merge branches 'topic/core', 'topic/slave' and 'fix/doc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-master by Mark Brown · 8 years ago
  61. 6c36406 spi: core: Add support for registering SPI slave controllers by Geert Uytterhoeven · 8 years ago
  62. ad25c92 spi: core: Replace S_IRUGO permissions by 0444 by Geert Uytterhoeven · 8 years ago
  63. b56ffae spi: core: Fix devm_spi_register_master() function name in kerneldoc by Geert Uytterhoeven · 8 years ago
  64. 282ec0e Merge remote-tracking branches 'spi/topic/ti-qspi' and 'spi/topic/xlp' into spi-next by Mark Brown · 8 years ago
  65. a2d5eda Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/topic/fsl-dspi', 'spi/topic/imx' and 'spi/topic/lantiq' into spi-next by Mark Brown · 8 years ago
  66. 42b1ead Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 8 years ago
  67. 2bca344 spi: Add can_dma like interface for spi_flash_read by Vignesh R · 8 years ago
  68. 833bfad spi: double time out tolerance by Hauke Mehrtens · 8 years ago
  69. f974cf5 spi: allow registering empty spi_board_info lists by Dmitry Torokhov · 8 years ago
  70. 826cf17 spi: allow attaching device properties to SPI board info by Dmitry Torokhov · 8 years ago
  71. ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
  72. 43e31e4 Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  73. e2a3b0d Merge remote-tracking branches 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/topic/s3c64xx', 'spi/topic/sh-msiof' and 'spi/topic/slave' into spi-next by Mark Brown · 8 years ago
  74. 3490462 Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 8 years ago
  75. 0c6543f spi: acpi: Initialize modalias from of_compatible by Dan O'Donovan · 8 years ago
  76. 8324147 spi: fix device-node leaks by Johan Hovold · 8 years ago
  77. 88b0aa5 spi: When no dma_chan map buffers with spi_master's parent by Daniel Kurtz · 8 years ago
  78. f9bdb7f spi: Use kcalloc() in spi_register_board_info() by Markus Elfring · 8 years ago
  79. c2e51ac spi: core: Extract of_spi_parse_dt() by Geert Uytterhoeven · 8 years ago
  80. 3bc1ad25 Merge remote-tracking branches 'spi/topic/delay', 'spi/topic/dw', 'spi/topic/fsl-dspi' and 'spi/topic/fsl-espi' into spi-next by Mark Brown · 8 years ago
  81. cc93993 Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 8 years ago
  82. 0523266 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 8 years ago
  83. 8dd4a01 spi: use sg_next for walking through the allocated scatterlist table by Juan Gutierrez · 8 years ago
  84. 8244bd3 spi: change post transfer udelay() to usleep_range() for long delays by Daniel Kurtz · 8 years ago
  85. e0af98a spi: mark device nodes only in case of successful instantiation by Ralf Ramsauer · 8 years ago
  86. 8eee6b9 spi: Add Flag to Enable Slave Select with GPIO Chip Select. by Thor Thayer · 8 years ago
  87. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  88. 6b1576a spi: Add Flag to Enable Slave Select with GPIO Chip Select. by Thor Thayer · 8 years ago
  89. c5aee51 Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 8 years ago
  90. ae4860b Merge remote-tracking branches 'spi/fix/lock', 'spi/fix/maintainers', 'spi/fix/put', 'spi/fix/pxa2xx', 'spi/fix/sh-msiof' and 'spi/fix/timeout' into spi-linus by Mark Brown · 8 years ago
  91. d0716dd spi: Prevent unexpected SPI time out due to arithmetic overflow by Sien Wu · 8 years ago
  92. b1b8153 spi: Add support to handle kmap'd buffers in spi_map_buf() by Vignesh R · 8 years ago
  93. 764f216 spi: Drop io_mutex in error paths by Mark Brown · 8 years ago
  94. 7ae0ae4 Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 8 years ago
  95. ef4d96e spi: Split bus and I/O locking by Mark Brown · 8 years ago
  96. 7f24467 spi / ACPI: add support for ACPI reconfigure notifications by Octavian Purdila · 9 years ago
  97. f4502dd spi: Add DMA support for spi_flash_read() by Vignesh R · 9 years ago
  98. 38accef Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 9 years ago
  99. 8ba811a spi: Fix simple typo s/impelment/implement by Moritz Fischer · 9 years ago
  100. 0569a88 spi: return error if kmap'd buffers passed to spi_map_buf() by Vignesh R · 9 years ago