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