1. dbf40db spi: Fix zero length xfer bug by Chris Lesiak · 5 years ago
  2. 34023ca spi: Fix scatterlist elements size in spi_map_buf by Maxime Chevallier · 6 years ago
  3. 9846c67 spi: fix device-node leaks by Johan Hovold · 7 years ago
  4. c52829f spi: When no dma_chan map buffers with spi_master's parent by Daniel Kurtz · 7 years ago
  5. 5da6415 spi: double time out tolerance by Hauke Mehrtens · 7 years ago
  6. e0af98a spi: mark device nodes only in case of successful instantiation by Ralf Ramsauer · 8 years ago
  7. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  8. c5aee51 Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 8 years ago
  9. 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
  10. d0716dd spi: Prevent unexpected SPI time out due to arithmetic overflow by Sien Wu · 8 years ago
  11. b1b8153 spi: Add support to handle kmap'd buffers in spi_map_buf() by Vignesh R · 8 years ago
  12. 764f2166 spi: Drop io_mutex in error paths by Mark Brown · 8 years ago
  13. 7ae0ae4 Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 8 years ago
  14. ef4d96e spi: Split bus and I/O locking by Mark Brown · 8 years ago
  15. 7f24467 spi / ACPI: add support for ACPI reconfigure notifications by Octavian Purdila · 8 years ago
  16. f4502dd spi: Add DMA support for spi_flash_read() by Vignesh R · 8 years ago
  17. 38accef Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 8 years ago
  18. 8ba811a spi: Fix simple typo s/impelment/implement by Moritz Fischer · 8 years ago
  19. 0569a88 spi: return error if kmap'd buffers passed to spi_map_buf() by Vignesh R · 8 years ago
  20. d7e2ee2 spi: let SPI masters ignore their children for PM by Linus Walleij · 8 years ago
  21. 24c8cd1 spi: fix possible deadlock between internal bus locks and bus_lock_flag by Heiko Stübner · 8 years ago
  22. b9facea Merge remote-tracking branches 'spi/topic/lp8841', 'spi/topic/msg', 'spi/topic/pl022' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 8 years ago
  23. f91c75d Merge remote-tracking branches 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic/flash' into spi-next by Mark Brown · 8 years ago
  24. 6beb9fe Merge remote-tracking branches 'spi/topic/acpi', 'spi/topic/axi-engine', 'spi/topic/bcm2835' and 'spi/topic/bcm2835aux' into spi-next by Mark Brown · 8 years ago
  25. a75481a Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 8 years ago
  26. 10f11a2 spi: Add gfp parameter to kernel-doc to fix build warning by Javier Martinez Canillas · 8 years ago
  27. df88e91 spi: respect the maximum segment size of DMA device by Andy Shevchenko · 8 years ago
  28. 49023d2 spi: core: Fix deadlock when sending messages by Jon Hunter · 8 years ago
  29. 3700ce9 spi: make xmldocs warning caused by spi.c by Masanari Iida · 8 years ago
  30. 6282697 spi: Add cond_resched() in main message processing loop by Mark Brown · 8 years ago
  31. 0588539 spi: docbook: add missing parameter documentation by Martin Sperl · 8 years ago
  32. c8dab77 spi: core: Use min_t(size_t,..) by Fabio Estevam · 8 years ago
  33. 7d62f51 spi: core: Use %zu for printing 'size_t' type by Fabio Estevam · 8 years ago
  34. 0893341 spi: core: Staticize __spi_split_transfer_maxsize() by Fabio Estevam · 8 years ago
  35. 657d32e spi: checking for NULL instead of IS_ERR by Dan Carpenter · 8 years ago
  36. 556351f spi: introduce accelerated read support for spi flash devices by Vignesh R · 8 years ago
  37. d9f1212 spi: core: add spi_split_transfers_maxsize by Martin Sperl · 8 years ago
  38. 523baf5a spi: core: add spi_replace_transfers method by Martin Sperl · 8 years ago
  39. d780c37 spi: core: added spi_resource management by Martin Sperl · 8 years ago
  40. a0a9071 spi: Let drivers translate ACPI DeviceSelection to suitable Linux chip select by Mika Westerberg · 8 years ago
  41. 50ae833 Merge tag 'spi-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 8 years ago
  42. 4f95307 Merge remote-tracking branches 'spi/topic/overlay', 'spi/topic/pxa2xx', 'spi/topic/s3c64xx', 'spi/topic/sh-msiof' and 'spi/topic/spidev' into spi-next by Mark Brown · 8 years ago
  43. 174c211 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 8 years ago
  44. 33ada67 ACPI / spi: attach GPIO IRQ from ACPI description to SPI device by Christophe RICARD · 8 years ago
  45. d1eba93 spi: use to_spi_device by Geliang Tang · 8 years ago
  46. 9ce5db2 Merge remote-tracking branch 'spi/fix/core' into spi-linus by Mark Brown · 8 years ago
  47. 157f38f spi: fix parent-device reference leak by Johan Hovold · 8 years ago
  48. bd6c164 spi: Mark instantiated device nodes with OF_POPULATE by Geert Uytterhoeven · 8 years ago
  49. 3b1884c spi: Uninline spi_unregister_device() by Geert Uytterhoeven · 8 years ago
  50. a057d73 Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/mediatek' and 'spi/fix/pl022' into spi-linus by Mark Brown · 8 years ago
  51. 77e8058 spi: bugfix: spi_message.transfer_length does not get reset by Martin Sperl · 8 years ago
  52. 88c9321 spi: Add missing kerneldoc description for parameter by Thierry Reding · 9 years ago
  53. 4c84518 Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 9 years ago
  54. 8c60348 Merge remote-tracking branch 'spi/topic/doc' into spi-next by Mark Brown · 9 years ago
  55. 3e7018d Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 9 years ago
  56. 26cc44f Merge remote-tracking branch 'spi/fix/core' into spi-linus by Mark Brown · 9 years ago
  57. ca5d248 spi: Add THIS_MODULE to spi_driver in SPI core by Andrew F. Davis · 9 years ago
  58. abeedb0 spi: Setup the master controller driver before setting the chipselect by Franklin S Cooper Jr · 9 years ago
  59. 97d56dc spi: fix kernel-doc warnings about missing return desc in spi.c by Javier Martinez Canillas · 9 years ago
  60. 0dc9631 Merge branches 'topic/core' and 'topic/stats' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-doc by Mark Brown · 9 years ago
  61. 243f07b spi: core: use gpio_is_valid() helper by Andy Shevchenko · 9 years ago
  62. 5ab8d26 spi: core: propagate return code of __spi_validate_bits_per_word() by Andy Shevchenko · 9 years ago
  63. 44af792 spi: Map SPI OF client IRQ at probe time by Jon Hunter · 9 years ago
  64. 6b7bc06 spi: add transfer histogram statistics via sysfs by Martin Sperl · 9 years ago
  65. 92243b6 Merge tag 'v4.3-rc1' into spi-fix-doc by Mark Brown · 9 years ago
  66. a394d63 spi: Fix documentation of spi_alloc_master() by Guenter Roeck · 9 years ago
  67. c92ec7c Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sg', 'spi/topic/sh-msiof', 'spi/topic/spidev' and 'spi/topic/stats' into spi-next by Mark Brown · 9 years ago
  68. 8e42ac8 Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 9 years ago
  69. 63ab645 spi: check bits_per_word in spi_setup by Stefan Brüns · 9 years ago
  70. 7dc9fbc spi: Fall back to master maximum speed if no slave speed specified by Mark Brown · 9 years ago
  71. c37f45b spi: support spi without dma channel to use can_dma() by Leilk Liu · 9 years ago
  72. eca2ebc spi: expose spi_master and spi_device statistics via sysfs by Martin Sperl · 9 years ago
  73. 65598c1 spi: Fix per-page mapping of unaligned vmalloc-ed buffer by Andrew Gabbasov · 9 years ago
  74. 4b78645 spi: restore rx/tx_buf in case of unset CONFIG_HAS_DMA by Martin Sperl · 9 years ago
  75. 8e76ef8 spi: fix race freeing dummy_tx/rx before it is unmapped by Martin Sperl · 9 years ago
  76. f8bb820 spi: check tx_buf and rx_buf in spi_unmap_msg by Robin Gong · 9 years ago
  77. 8afba18 Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/pl022', 'spi/topic/pm' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 9 years ago
  78. 431959c Merge remote-tracking branches 'spi/topic/blackfin', 'spi/topic/cadence', 'spi/topic/dw' and 'spi/topic/err' into spi-next by Mark Brown · 9 years ago
  79. f9de734 Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2385', 'spi/topic/bcm2835', 'spi/topic/bcm53xx' and 'spi/topic/bitbang' into spi-next by Mark Brown · 9 years ago
  80. e897f79 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 9 years ago
  81. ff61eb4 spi: Make master->handle_err() callback optional to avoid crashes by Geert Uytterhoeven · 9 years ago
  82. 22de3ef spi: of: do explicitly request modules for of-registered devices by Dmitry Torokhov · 9 years ago
  83. 391949b spi: trigger trace event for message-done before mesg->complete by Uwe Kleine-König · 9 years ago
  84. 1a7b7ee spi: Ensure that CS line is in non-active state after spi_setup() by Ivan T. Ivanov · 9 years ago
  85. ea022bb spi: Remove support for legacy PM by Lars-Peter Clausen · 9 years ago
  86. b716c4f spi: introduce master->handle_err() callback by Andy Shevchenko · 9 years ago
  87. 8328509 Merge remote-tracking branches 'spi/topic/img-spfi', 'spi/topic/imx', 'spi/topic/inline', 'spi/topic/meson' and 'spi/topic/mxs' into spi-next by Mark Brown · 9 years ago
  88. d6cd09b Merge remote-tracking branches 'spi/topic/falcon', 'spi/topic/fsf', 'spi/topic/fsl', 'spi/topic/fsl-dspi' and 'spi/topic/gpio' into spi-next by Mark Brown · 9 years ago
  89. 682a71b spi: match var type to return type of wait_for_completion by Nicholas Mc Guire · 9 years ago
  90. 2c658e2 spi: Remove FSF mailing addresses by Jarkko Nikula · 9 years ago
  91. 7ef58b3 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 9 years ago
  92. fc9e0f7 spi: Only idle the message pump in the worker kthread by Mark Brown · 9 years ago
  93. 0461a41 spi: Pump transfers inside calling context for spi_sync() by Mark Brown · 9 years ago
  94. 983aee5 spi: Check to see if the device is processing a message before we idle by Mark Brown · 9 years ago
  95. 5424d43 spi: Move queue data structure initialisation to main master init by Mark Brown · 9 years ago
  96. 19a0368 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 9 years ago
  97. 98a8f5a spi: core: Do not mangle error code from kthread_run() by Jarkko Nikula · 9 years ago
  98. 5267720 spi: Check for spi_of_notifier when CONFIG_OF_DYNAMIC=y by Fabio Estevam · 9 years ago
  99. ce79d54 spi/of: Add OF notifier handler by Pantelis Antoniou · 10 years ago
  100. aff5e3f spi/of: Create new device registration method and accessors by Pantelis Antoniou · 10 years ago