1. 75872eb spi: orion: Change spi-orion to use transfer_one() semantics for SPI transfers by Ken Wilson · 10 years ago
  2. 47164fd spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  3. c0f486f Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  4. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  5. ec83305 spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  6. 7ef58b3 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  7. b859e7d Merge tag 'spi-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 10 years ago
  8. e3d857e Merge branch 'pm-runtime' by Rafael J. Wysocki · 10 years ago
  9. 0e64703 Merge remote-tracking branches 'spi/topic/spidev' and 'spi/topic/txx9' into spi-next by Mark Brown · 10 years ago
  10. f56be67 Merge remote-tracking branches 'spi/topic/mxs', 'spi/topic/pxa', 'spi/topic/rockchip', 'spi/topic/samsung' and 'spi/topic/sirf' into spi-next by Mark Brown · 10 years ago
  11. dcf695b Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/topic/img-spfi' and 'spi/topic/meson' into spi-next by Mark Brown · 10 years ago
  12. 3bcfca6 Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/cadence', 'spi/topic/dw' and 'spi/topic/fsl-cpm' into spi-next by Mark Brown · 10 years ago
  13. 19a0368 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 10 years ago
  14. c9508d4 Merge remote-tracking branch 'spi/fix/cadence' into spi-linus by Mark Brown · 10 years ago
  15. bc88f11 spi/s3c64xx: Remove redundant runtime PM management by Mark Brown · 10 years ago
  16. 1a7e06d spi: fsl-spi: remove unused variable assignment by Heiner Kallweit · 10 years ago
  17. 75c4108 spi: spi-fsl-spi: Return an error code in fsl_spi_do_one_msg() by Fabio Estevam · 10 years ago
  18. 98a8f5a spi: core: Do not mangle error code from kthread_run() by Jarkko Nikula · 10 years ago
  19. 6ed23b8 PM: Merge the SET*_RUNTIME_PM_OPS() macros by Rafael J. Wysocki · 10 years ago
  20. 5267720 spi: Check for spi_of_notifier when CONFIG_OF_DYNAMIC=y by Fabio Estevam · 10 years ago
  21. 75506d0 spi: fsl-espi: add (un)prepare_transfer_hardware calls to save power if SPI is not in use by Heiner Kallweit · 10 years ago
  22. c592bec spi: fsl-(e)spi: migrate to generic master queueing by Heiner Kallweit · 10 years ago
  23. 7d57cd8 spi/txx9: Deletion of an unnecessary check before the function call "clk_disable" by Markus Elfring · 10 years ago
  24. ee0ebe81 spi: cadence: Fix 3-to-8 mux mode by Lars-Peter Clausen · 10 years ago
  25. 3cc2910 spi: cadence: Init HW after reading devicetree attributes by Paul Cercueil · 10 years ago
  26. 1327ecd spi: meson: Select REGMAP_MMIO by Beniamino Galvani · 10 years ago
  27. ec05861 Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linus by Mark Brown · 10 years ago
  28. 13616c7 Merge remote-tracking branch 'spi/fix/dma' into spi-linus by Mark Brown · 10 years ago
  29. bf77cba spi: s3c64xx: add support for exynos7 SPI controller by Padmavathi Venna · 10 years ago
  30. e5262d0 spi: spi-pxa2xx: SPI support for Intel Quark X1000 by Weike Chen · 10 years ago
  31. ce79d54 spi/of: Add OF notifier handler by Pantelis Antoniou · 10 years ago
  32. aff5e3f spi/of: Create new device registration method and accessors by Pantelis Antoniou · 10 years ago
  33. 008c2a2 spi: meson: meson_spifc_setup_speed() can be static by kbuild test robot · 10 years ago
  34. 4fdb242 spi: spi-pxa2xx: Add helpers for regiseters' accessing by Weike Chen · 10 years ago
  35. 9e8987a spi: spi-mxs: Fix mapping from vmalloc-ed buffer to scatter list by Charles Keepax · 10 years ago
  36. 5e9af37 spi: atmel: introduce probe deferring by Ludovic Desroches · 10 years ago
  37. 7758e39 spi: atmel: remove compat for non DT board when requesting dma chan by Ludovic Desroches · 10 years ago
  38. c3e4bc54 spi: meson: Add support for Amlogic Meson SPIFC by Beniamino Galvani · 10 years ago
  39. 194ed90 spi: fsl-spi: Don't use cpm_command on CPM1 by Christophe Leroy · 10 years ago
  40. 8509c55 spi: sirf: reset SPI controller in init stage by Qipan Li · 10 years ago
  41. fcc50e5 spi: sirf: assign spi_master's max_speed_hz member by Qipan Li · 10 years ago
  42. 9c4b19a spi: sirf: fix word width configuration by Qipan Li · 10 years ago
  43. deba2580 spi: Add driver for IMG SPFI controller by Andrew Bresticker · 10 years ago
  44. c1aefbd spi: Fix mapping from vmalloc-ed buffer to scatter list by Charles Keepax · 10 years ago
  45. dfcc2e3 spi/rockchip: remove redundant call to spi_master_put() by Laurentiu Palcu · 10 years ago
  46. 9169051 spi: spidev: Don't mangle max_speed_hz in underlying spi device by Mark Brown · 10 years ago
  47. 617100c spi: spi-mxs: Register the irq with the device name by Fabio Estevam · 10 years ago
  48. cfb4bbd spi: spi-gpio: Fix compiler warning when building for 64 bit systems by Torsten Fleischer · 10 years ago
  49. 0a8727e spi: dw: Fix dynamic speed change. by Thor Thayer · 10 years ago
  50. 4e72b42 Merge remote-tracking branches 'spi/fix/fsl-dspi' and 'spi/fix/pxa2xx' into spi-linus by Mark Brown · 10 years ago
  51. 2b9375b spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PM by Dmitry Eremin-Solenikov · 10 years ago
  52. d1d8180 spi: spi-gpio: Add dt support for a single device with no chip select by Torsten Fleischer · 10 years ago
  53. 5cc7b04 spi: fsl-dspi: Fix CTAR selection by Alexander Stein · 10 years ago
  54. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  55. 30c8eb5 spi: dw-mid: split rx and tx callbacks when DMA by Andy Shevchenko · 10 years ago
  56. a5c2db9 spi: dw-mid: refactor to use helpers by Andy Shevchenko · 10 years ago
  57. 1e2cf73 Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/orion', 'spi/fix/pl022', 'spi/fix/rockchip' and 'spi/fix/spidev' into spi-linus by Mark Brown · 10 years ago
  58. 9a2d363 spi: orion: fix potential NULL pointer de-reference by Greg Ungerer · 10 years ago
  59. c1ee8f3 spi/atmel: improve the system suspend/resume functions implementation by Wenyou Yang · 10 years ago
  60. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  61. 409851c spi: fsl-dspi: remove useless code for dspi driver. by Xiubo Li · 10 years ago
  62. d0de6ff spi/atmel: fix simple_return.cocci warnings by Fengguang Wu · 10 years ago
  63. ce0c4ca spi/atmel: add support for runtime PM by Wenyou Yang · 10 years ago
  64. 5398ad6 spi/atmel: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
  65. 52d589a Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  66. 2c2bc74 spi/rockchip: spi controller must be disabled in tx callback too by Addy Ke · 10 years ago
  67. c28be31 spi/rockchip: fix bug that cause spi transfer timed out in DMA duplex mode by Addy Ke · 10 years ago
  68. f9cfd52 spi/rockchip: fix bug that case spi can't go as fast as slave request by Addy Ke · 10 years ago
  69. 3ffa615 spi: pl022: Fix incorrect dma_unmap_sg by Ray Jui · 10 years ago
  70. 865f6d1 spi: spidev: Use separate TX and RX bounce buffers by Ray Jui · 10 years ago
  71. b528392 Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  72. 9c6de47 spi: dw: Initialize of_node to discover DT node children by Thor Thayer · 10 years ago
  73. 49a09c9 Merge branch 'pm-domains' by Rafael J. Wysocki · 10 years ago
  74. a2285b8 Merge remote-tracking branch 'spi/topic/xilinx' into spi-next by Mark Brown · 10 years ago
  75. bab4d75 Merge remote-tracking branches 'spi/topic/pl022', 'spi/topic/pxa2xx', 'spi/topic/rspi', 'spi/topic/sh-msiof' and 'spi/topic/sirf' into spi-next by Mark Brown · 10 years ago
  76. 899d81b Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/topic/mxs', 'spi/topic/omap-100k' and 'spi/topic/orion' into spi-next by Mark Brown · 10 years ago
  77. 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
  78. 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
  79. 613c447 Merge remote-tracking branch 'spi/topic/dma-dep' into spi-next by Mark Brown · 10 years ago
  80. ad71f40 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 10 years ago
  81. 62d02e4 Merge remote-tracking branch 'spi/fix/rockchip' into spi-linus by Mark Brown · 10 years ago
  82. a44619c spi: spi-mxs: fix a tiny typo in a comment by Michael Heimpold · 10 years ago
  83. f7477c2 spi: dw-mid: follow new DMAengine workflow by Andy Shevchenko · 10 years ago
  84. 2a28529 spi: dw-mid: convert to use DMAengine wrappers by Andy Shevchenko · 10 years ago
  85. 15ee3be spi: dw-mid: change magic numbers to the constants by Andy Shevchenko · 10 years ago
  86. df59fa7 spi: orion: support armada extended baud rates by Greg Ungerer · 10 years ago
  87. f48c767 PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h by Ulf Hansson · 10 years ago
  88. a310836 spi: fsl: Sort include headers alphabetically by Xiubo Li · 10 years ago
  89. 61d38b9 spi: bcm53xx: Add missing module information by Axel Lin · 10 years ago
  90. 933fc7b spi: bcm53xx: Fix module dependency by Axel Lin · 10 years ago
  91. a24e70c spi/rockchip: fix bug that cause the failure to read data in DMA mode by Addy Ke · 10 years ago
  92. 90f90bb spi: fsl-dspi: Remove probe info message by Alexander Stein · 10 years ago
  93. db4fa45 spi: pl022: Add support for chip select extension by Anders Berg · 10 years ago
  94. c7908a3 spi: Fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  95. c3c6e23 spi: dw: fix style of code in few places by Andy Shevchenko · 10 years ago
  96. c3ce15b spi: dw: introduce support of loopback mode by Andy Shevchenko · 10 years ago
  97. 8e45ef6 spi: dw-mid: terminate ongoing transfers at exit by Andy Shevchenko · 10 years ago
  98. b41583e spi: dw-mid: respect 8 bit mode by Andy Shevchenko · 10 years ago
  99. a5b4b23 spi: clps711x: Migrate to the new clk subsystem by Alexander Shiyan · 10 years ago
  100. 676e7c2 spi: core: Convert to dev_pm_domain_attach|detach() by Ulf Hansson · 10 years ago