1. 9b1f189 Merge remote-tracking branches 'spi/fix/fsl-dspi', 'spi/fix/omap2-mcspi', 'spi/fix/pxa2xx' and 'spi/fix/ti-qspi' into spi-linus by Mark Brown · 8 years ago
  2. 66ec246 spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPT by Jarkko Nikula · 8 years ago
  3. 1ff7760 spi: spi-ti-qspi: Handle truncated frames properly by Ben Hutchings · 8 years ago
  4. ea1b60f spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overridden by Ben Hutchings · 8 years ago
  5. 8070954 spi: omap2-mcspi: Undo broken fix for dma transfer of vmalloced buffer by Akinobu Mita · 8 years ago
  6. 92dc20d spi: spi-fsl-dspi: Fix cs_change handling in message transfer by Andrey Vostrikov · 8 years ago
  7. cb39f73 Merge remote-tracking branches 'spi/fix/omap2' and 'spi/fix/rockchip' into spi-linus by Mark Brown · 8 years ago
  8. 2b657a5 Merge remote-tracking branch 'spi/fix/imx' into spi-linus by Mark Brown · 8 years ago
  9. d7124d6 Merge remote-tracking branch 'spi/fix/core' into spi-linus by Mark Brown · 8 years ago
  10. e4c0e06 spi: rockchip: fix probe deferral handling by Shawn Lin · 8 years ago
  11. 3525e0a spi: omap2-mcspi: fix dma transfer for vmalloced buffer by Akinobu Mita · 8 years ago
  12. 24c8cd1 spi: fix possible deadlock between internal bus locks and bus_lock_flag by Heiko Stübner · 8 years ago
  13. b5b131c Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  14. cd8dd41 spi: imx: Fix possible NULL pointer deref by Sascha Hauer · 8 years ago
  15. 793c7f9 spi: imx: only do necessary changes to ECSPIx_CONFIGREG by Knut Wohlrab · 8 years ago
  16. bb51537 spi: rockchip: Spelling s/divsor/divisor/ by Geert Uytterhoeven · 8 years ago
  17. c508709 Merge remote-tracking branches 'spi/topic/res', 'spi/topic/rockchip', 'spi/topic/sh', 'spi/topic/ti-qspi' and 'spi/topic/xilinx' into spi-next by Mark Brown · 8 years ago
  18. 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
  19. f91c75d Merge remote-tracking branches 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic/flash' into spi-next by Mark Brown · 8 years ago
  20. 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
  21. ce7fb74 Merge remote-tracking branch 'spi/topic/imx' into spi-next by Mark Brown · 8 years ago
  22. a75481a Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 8 years ago
  23. df9633a Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 8 years ago
  24. 10f11a2 spi: Add gfp parameter to kernel-doc to fix build warning by Javier Martinez Canillas · 8 years ago
  25. 108b5c8 spi: rockchip: covert rsd_nsecs to u32 type by Shawn Lin · 8 years ago
  26. ec5c5d8 spi: rockchip: header file cleanup by Shawn Lin · 8 years ago
  27. 3ee20ab Merge remote-tracking branch 'spi/fix/rockchip' into spi-linus by Mark Brown · 8 years ago
  28. c23663a Merge remote-tracking branch 'spi/fix/imx' into spi-linus by Mark Brown · 8 years ago
  29. df88e91 spi: respect the maximum segment size of DMA device by Andy Shevchenko · 8 years ago
  30. 61cadcf spi: rockchip: check requesting dma channel with EPROBE_DEFER by Shawn Lin · 8 years ago
  31. 557b7ea spi: rockchip: migrate to dmaengine_terminate_async by Shawn Lin · 8 years ago
  32. ea98491 spi: rockchip: check return value of dmaengine_prep_slave_sg by Shawn Lin · 8 years ago
  33. 49023d2 spi: core: Fix deadlock when sending messages by Jon Hunter · 8 years ago
  34. 0277e01 spi/rockchip: fix endian mode for 16-bit transfers by Alexander Kochetkov · 8 years ago
  35. b920cc3 spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs by Huibin Hong · 8 years ago
  36. 5907450 spi: pxa2xx: Use newer more explicit DMAengine terminate API by Jarkko Nikula · 8 years ago
  37. c1b03f1 spi: pxa2xx: Add support for Intel Broxton B-Step by Jarkko Nikula · 8 years ago
  38. 14a2042 spi: lp-8841: return correct error code from probe by Arnd Bergmann · 8 years ago
  39. 6b6192c spi: imx: drop bogus tests for rx/tx bufs in DMA transfer by Sascha Hauer · 8 years ago
  40. b03c388 spi: imx: set MX51_ECSPI_CTRL_SMC bit in setup function by Sascha Hauer · 8 years ago
  41. d629c2a spi: imx: make some register defines simpler by Sascha Hauer · 8 years ago
  42. c34de71 spi: imx: remove unnecessary bit clearing in mx51_ecspi_config by Sascha Hauer · 8 years ago
  43. f12ae17 spi: imx: add support for all SPI word width for DMA by Anton Bondarenko · 8 years ago
  44. 882f329 spi: imx: drop unncessary dma_is_inited variable by Sascha Hauer · 8 years ago
  45. 2b0fd06 spi: imx: drop unnecessary read/modify/write by Sascha Hauer · 8 years ago
  46. c008a80 spi: imx: initialize usedma earlier by Sascha Hauer · 8 years ago
  47. 99f1cf1 spi: imx: drop fallback to PIO by Sascha Hauer · 8 years ago
  48. 7ecbfff spi: master driver to enable RTC on ICPDAS LP-8841 by Sergei Ianovich · 8 years ago
  49. 3700ce9 spi: make xmldocs warning caused by spi.c by Masanari Iida · 8 years ago
  50. caba248 spi: spi-pxa2xx-pci: Add ID and driver type for WildcatPoint PCH by Leif Liddy · 8 years ago
  51. 7c04b79 spi: pxa2xx: Remove unused DMA buffer mappings by Jarkko Nikula · 8 years ago
  52. 4bfe927 spi: imx: replace fixed timeout with calculated by Anton Bondarenko · 8 years ago
  53. a4e5efc Merge remote-tracking branch 'spi/fix/imx' into spi-imx by Mark Brown · 8 years ago
  54. ba4a355 spi: imx: fix spi resource leak with dma transfer by Gao Pan · 8 years ago
  55. 6282697 spi: Add cond_resched() in main message processing loop by Mark Brown · 8 years ago
  56. 0588539 spi: docbook: add missing parameter documentation by Martin Sperl · 8 years ago
  57. 499e49b Merge tag 'spi-fix-v4.5-rc4' into spi-imx by Mark Brown · 8 years ago
  58. 3aec316 spi: sh-spi, sh-msiof, rspi: Use ARCH_RENESAS by Simon Horman · 8 years ago
  59. 9b7a562 spi: rockchip: add bindings for rk3399 spi by Xu Jianqun · 8 years ago
  60. c8dab77 spi: core: Use min_t(size_t,..) by Fabio Estevam · 8 years ago
  61. 7d62f51 spi: core: Use %zu for printing 'size_t' type by Fabio Estevam · 8 years ago
  62. 6aa800c spi: imx: use proper dev_* functions for driver messages by Sascha Hauer · 8 years ago
  63. 390f0ff spi: imx: allow only WML aligned transfers to use DMA by Anton Bondarenko · 8 years ago
  64. 22640c8 spi: pl022: Remove obsolete struct pl022 members from kerneldoc by Jarkko Nikula · 8 years ago
  65. 23366a0 spi: rockchip: remove xfer_completion from rockchip_spi by Shawn Lin · 8 years ago
  66. e9dd4ed spi: bcm2835aux: fix CPOL/CPHA setting by Stephan Olbrich · 8 years ago
  67. b4e2ade spi: bcm2835aux: set up spi-mode before asserting cs-gpio by Stephan Olbrich · 8 years ago
  68. 763dedf spi: bcm2835: Remove unnecessary workaround to call gpio_set_value by Axel Lin · 8 years ago
  69. 0893341 spi: core: Staticize __spi_split_transfer_maxsize() by Fabio Estevam · 8 years ago
  70. 844c9f4 spi: rockchip: add missing spi_master_put by Shawn Lin · 8 years ago
  71. b8659ad spi: rockchip: disable runtime pm when in err case by Shawn Lin · 8 years ago
  72. bbcfb89 spi: bcm2835: Remove duplicate depend on GPIOLIB in Kconfig by Axel Lin · 8 years ago
  73. 4dd638f Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835aux', 'spi/fix/fsl-espi', 'spi/fix/imx', 'spi/fix/loopback' and 'spi/fix/omap2-mcspi' into spi-linus by Mark Brown · 8 years ago
  74. 657d32e spi: checking for NULL instead of IS_ERR by Dan Carpenter · 8 years ago
  75. 0e6f357 spi: omap2-mcspi: Fix PM regression with deferred probe for pm_runtime_reinit by Tony Lindgren · 8 years ago
  76. f29ab18 spi: bcm2835aux: disable tx fifo empty irq by Stephan Olbrich · 8 years ago
  77. fe0e230 spi: bcm2835aux: fix bitmask defines by Stephan Olbrich · 8 years ago
  78. 4dea6c9 spi: spi-ti-qspi: add mmap mode read support by Vignesh R · 9 years ago
  79. 556351f spi: introduce accelerated read support for spi flash devices by Vignesh R · 9 years ago
  80. d9f1212 spi: core: add spi_split_transfers_maxsize by Martin Sperl · 9 years ago
  81. 523baf5a spi: core: add spi_replace_transfers method by Martin Sperl · 9 years ago
  82. d780c37 spi: core: added spi_resource management by Martin Sperl · 9 years ago
  83. 30f3a6a spi: pxa2xx: Add support for both chip selects on Intel Braswell by Mika Westerberg · 8 years ago
  84. c1e4a53 spi: pxa2xx: Move chip select control bits into lpss_config structure by Mika Westerberg · 8 years ago
  85. 0c27d9c spi: pxa2xx: Translate ACPI DeviceSelection to Linux chip select on Baytrail by Mika Westerberg · 8 years ago
  86. fcdcc79 Merge branch 'topic/acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-pxa2xx by Mark Brown · 8 years ago
  87. a0a9071 spi: Let drivers translate ACPI DeviceSelection to suitable Linux chip select by Mika Westerberg · 8 years ago
  88. 80abf88 spi: rockchip: modify DMA max burst to 1 by Addy Ke · 8 years ago
  89. 0697ae8 spi: Allow compile test of bcm2835aux if !GPIOLIB by Geert Uytterhoeven · 8 years ago
  90. b1353d1 spi: Add Analog Devices AXI SPI Engine controller support by Lars-Peter Clausen · 8 years ago
  91. 2f6fdef spi: dw-mmio: remove message which is handled by core by Andy Shevchenko · 8 years ago
  92. a3ff958 spi: dw-mid: switch to new dmaengine_terminate_* API by Andy Shevchenko · 8 years ago
  93. 7a8d44b spi: pxa2xx: Fix too early chipselect deassert by Jarkko Nikula · 8 years ago
  94. 07550df spi: pxa2xx: Update comment in int_transfer_complete() by Jarkko Nikula · 8 years ago
  95. e32bb87 spi: Fix sorting in Kconfig by Mark Brown · 8 years ago
  96. 70f340d spi: atmel: fix gpio chip-select in case of non-DT platform by Cyrille Pitchen · 8 years ago
  97. ee03672 spi: pxa2xx: Print actual DMA/PIO transfer mode in debug messages by Jarkko Nikula · 8 years ago
  98. 5cfa1e4 spi/fsl-espi: Correct the maximum transaction length by Hou Zhiqiang · 8 years ago
  99. f8efca2 spi: imx: fix spi resource leak with dma transfer by Gao Pan · 8 years ago
  100. f689b74 Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago