1. 39d3653 spi/pxa2xx-pci: Add support for Intel Braswell by Mika Westerberg · 10 years ago
  2. b729bf3 spi/pxa2xx: Don't use slave_id of dma_slave_config by Mika Westerberg · 10 years ago
  3. afa93c9 spi/pxa2xx-pci: Add common clock framework support in PCI glue layer by Chew, Chiau Ee · 10 years ago
  4. 44c916d Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  5. e669830 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  6. 1325b65 Merge tag 'spi-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 10 years ago
  7. fab6a04 Merge remote-tracking branches 'spi/topic/sh', 'spi/topic/sh-msiof' and 'spi/topic/topcliff-pch' into spi-next by Mark Brown · 10 years ago
  8. 0c18b76 Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pl022', 'spi/topic/qup', 'spi/topic/rockchip' and 'spi/topic/rspi' into spi-next by Mark Brown · 10 years ago
  9. 7e5ad71 Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/efm32', 'spi/topic/fsl' and 'spi/topic/omap-uwire' into spi-next by Mark Brown · 10 years ago
  10. d1345c5 Merge remote-tracking branches 'spi/topic/adi-v3', 'spi/topic/atmel', 'spi/topic/cleanup' and 'spi/topic/davinci' into spi-next by Mark Brown · 10 years ago
  11. fa2b564 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 10 years ago
  12. 8331c49 Merge remote-tracking branches 'spi/fix/s3c64xx', 'spi/fix/samsung' and 'spi/fix/xilinx' into spi-linus by Mark Brown · 10 years ago
  13. 95607c3 Merge remote-tracking branches 'spi/fix/au1550', 'spi/fix/cadence', 'spi/fix/omap2-mcspi' and 'spi/fix/orion' into spi-linus by Mark Brown · 10 years ago
  14. 9afabfe Merge remote-tracking branch 'spi/fix/core' into spi-linus by Mark Brown · 10 years ago
  15. c060014 spi: davinci: use spi_device.cs_gpio to store gpio cs per spi device by Grygorii Strashko · 10 years ago
  16. a88e34e spi: davinci: add support to configure gpio cs through dt by Murali Karicheri · 10 years ago
  17. d555ea0 spi/pl022: Explicitly truncate large bitmask by Mark Brown · 10 years ago
  18. 67f08d6 spi/atmel: Fix pointer to int conversion warnings on 64 bit builds by Mark Brown · 10 years ago
  19. 7480e75 spi: davinci: fix to support more than 2 chip selects by Murali Karicheri · 10 years ago
  20. a908210 spi: topcliff-pch: don't hardcode PCI slot to get DMA device by Andy Shevchenko · 10 years ago
  21. 2f73bfb MIPS: Alchemy: remove au_read/write/sync by Manuel Lauss · 10 years ago
  22. e06871c spi: orion: fix incorrect handling of cell-index DT property by Thomas Petazzoni · 10 years ago
  23. 86be408 clk: Support for clock parents and rates assigned from device tree by Sylwester Nawrocki · 10 years ago
  24. 1403381 spi: orion: Fix error return code in orion_spi_probe() by Wei Yongjun · 10 years ago
  25. db7e8d9 spi/rockchip: fix error return code in rockchip_spi_probe() by Wei Yongjun · 10 years ago
  26. 4e6fafe spi/rockchip: remove redundant dev_err call in rockchip_spi_probe() by Wei Yongjun · 10 years ago
  27. c495014 spi/rockchip: remove duplicated include from spi-rockchip.c by Wei Yongjun · 10 years ago
  28. 306972c spi: s3c64xx: use the generic SPI "cs-gpios" property by Naveen Krishna Chatradhi · 10 years ago
  29. e2689b9 spi: s3c64xx: Revert "spi: s3c64xx: Added provision for dedicated cs pin" by Javier Martinez Canillas · 10 years ago
  30. ef40eb3 spi: atmel: Use dmaengine_prep_slave_sg() API by Geert Uytterhoeven · 10 years ago
  31. 2857d80 spi: topcliff-pch: Update error messages for dmaengine_prep_slave_sg() API by Geert Uytterhoeven · 10 years ago
  32. 5dabcf2 spi: sh-msiof: Use correct device for DMA mapping with IOMMU by Geert Uytterhoeven · 10 years ago
  33. 279d237 spi: sh-msiof: Handle dmaengine_prep_slave_single() failures gracefully by Geert Uytterhoeven · 10 years ago
  34. 85912a8 spi: rspi: Handle dmaengine_prep_slave_sg() failures gracefully by Geert Uytterhoeven · 10 years ago
  35. db6d842 Merge tag 's5p-cleanup-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup by Olof Johansson · 10 years ago
  36. f34b89b spi: s3c64xx: remove s5pc100 related spi codes by Kukjin Kim · 10 years ago
  37. b48b948 spi: cadence: Configure SPI clock in the prepare_message() callback by Lars-Peter Clausen · 10 years ago
  38. a39e65e spi: cadence: Make sure that clock polarity changes are applied by Lars-Peter Clausen · 10 years ago
  39. b839b78 spi/rockchip: add compatible strings for RK3188 and RK3288 by Addy Ke · 10 years ago
  40. ee78099 spi/rockchip: master->mode_bits: remove SPI_CS_HIGH bit by Addy Ke · 10 years ago
  41. 2df08e7 spi/rockchip: call wait_for_idle() for the transfer to complete by Addy Ke · 10 years ago
  42. 5dcc44e spi/rockchip: cleanup some coding issues and uncessary output by Addy Ke · 10 years ago
  43. 3fc2542 spi: core: Pass correct device to dma_map_sg() by Geert Uytterhoeven · 10 years ago
  44. 89e4b66 spi: core: Fix check for dma_map_sg() failures by Geert Uytterhoeven · 10 years ago
  45. 10ed7e9 spi: efm32: correct namespacing of location property by Uwe Kleine-König · 10 years ago
  46. 4b153a2 spi: xilinx: Use pdev->id instead of pdev->dev.id for the SPI bus number by Lars-Peter Clausen · 10 years ago
  47. 533465a spi: rspi: Relax DMA dependency and increase build coverage by Geert Uytterhoeven · 10 years ago
  48. 51fd509 spi: sh-msiof: SPI_SH_MSIOF should depend on HAS_DMA by Geert Uytterhoeven · 10 years ago
  49. 8b6c5d8 Merge tag 'v3.16-rc3' into spi-sh-msiof by Mark Brown · 10 years ago
  50. add924f spi: s3c64xx: remove s5p64x0 related spi codes by Kukjin Kim · 10 years ago
  51. afcc98d spi: rspi: Pass spi_master pointer to rspi_release_dma() by Geert Uytterhoeven · 10 years ago
  52. 95029a0 spi: rspi: Remove unused variable in rspi_rz_transfer_one() by Geert Uytterhoeven · 10 years ago
  53. e9d42d1 spi/spi-sh: Use devm_ioremap by Himangi Saraogi · 10 years ago
  54. c153690 spi/rockchip: Add dependencies on relaxed I/O accessors by Mark Brown · 10 years ago
  55. 3067053 spi: au1550: Fix bug in deallocation of memory by Himangi Saraogi · 10 years ago
  56. 64e3682 spi/rockchip: add driver for Rockchip RK3xxx SoCs integrated SPI by addy ke · 10 years ago
  57. 97ca0d6 spi: omap2-mcspi: Configure hardware when slave driver changes mode by Mark A. Greer · 10 years ago
  58. 22dae17 spi: dw-mmio: add devicetree support by Steffen Trumtrar · 10 years ago
  59. ef4bbde spi/fsl: deal with a compile warning by Zhao Qiang · 10 years ago
  60. 19dee0d Merge remote-tracking branch 'spi/topic/cleanup' into spi-sh-msiof by Mark Brown · 10 years ago
  61. b0d0ce8 spi: sh-msiof: Add DMA support by Geert Uytterhoeven · 10 years ago
  62. 7216a41 Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/qup' and 'spi/fix/sh-sci' into spi-linus by Mark Brown · 10 years ago
  63. ec17a7f spi: omap-uwire: Fix build error by Sachin Kamat · 10 years ago
  64. 1820a8f spi: omap-uwire: Ensure devm_ioremap() is prototyped by Mark Brown · 10 years ago
  65. 4a8573a spi: qup: Remove chip select function by Andy Gross · 10 years ago
  66. b3f6a57 spi: omap-uwire: use devm_ functions by Himangi Saraogi · 10 years ago
  67. 5c67869 spi: spi-orion: add runtime PM support by Russell King · 10 years ago
  68. c85012a spi: spi-orion: check return value from clk_prepare()/clk_enable() by Russell King · 10 years ago
  69. 840e9c3 spi: Remove unused variable by Mark Brown · 10 years ago
  70. 0312d59 spi: sh-msiof: Refactor sh_msiof_transfer_one() by Geert Uytterhoeven · 10 years ago
  71. 75b82e2 spi: sh-msiof: Improve transfer error handling by Geert Uytterhoeven · 10 years ago
  72. 76c02e7 spi: sh-msiof: Extract sh_msiof_spi_{start,stop}() helpers by Geert Uytterhoeven · 10 years ago
  73. 2e2b368 spi: sh-msiof: Add more register documentation by Geert Uytterhoeven · 10 years ago
  74. 8331acb spi: Remove redundant OOM message in spi.c by Sachin Kamat · 10 years ago
  75. 1380caa spi: spi-adi-v3: Remove redundant OOM message by Sachin Kamat · 10 years ago
  76. 70cea0a spi: qup: Add support for v1.1.1 by Andy Gross · 10 years ago
  77. 045c243 spi: qup: Fix order of spi_register_master by Andy Gross · 10 years ago
  78. 25f8a7cc spi: sh-sci: fix use-after-free in sh_sci_spi_remove() by Jürg Billeter · 10 years ago
  79. e61f487 spi/pxa2xx: fix incorrect SW mode chipselect setting for BayTrail LPSS SPI by Chew, Chiau Ee · 10 years ago
  80. 8e3489f spi: sh-hspi: Make of_device_id array const by Jingoo Han · 10 years ago
  81. 3aea901 spi: fsl-spi: Make of_device_id array const by Jingoo Han · 10 years ago
  82. f7f994a spi: cadence: Make of_device_id array const by Jingoo Han · 10 years ago
  83. b8fa0ab spi: sh-msiof: Remove unnecessary platform_set_drvdata() by Alexander Shiyan · 10 years ago
  84. d746abd spi: omap-100k: Remove unnecessary platform_set_drvdata() by Alexander Shiyan · 10 years ago
  85. 43e48cc spi: falcon: Remove unnecessary platform_set_drvdata() by Alexander Shiyan · 10 years ago
  86. ba9e4b4 spi: clps711x: Remove unnecessary platform_set_drvdata() by Alexander Shiyan · 10 years ago
  87. 01d7aaf spi/pxa2xx: change default supported DMA burst size to 1 by Chew, Chiau Ee · 10 years ago
  88. 69e25c7 Merge remote-tracking branch 'spi/topic/workqueue' into spi-next by Mark Brown · 10 years ago
  89. 301d838 Merge remote-tracking branches 'spi/topic/oom', 'spi/topic/pxa2xx', 'spi/topic/rspi' and 'spi/topic/sirf' into spi-next by Mark Brown · 10 years ago
  90. 8fb3b06 Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/fsl', 'spi/topic/fsl-espi' and 'spi/topic/id-const' into spi-next by Mark Brown · 10 years ago
  91. 446fe5e Merge remote-tracking branches 'spi/topic/adi', 'spi/topic/atmel' and 'spi/topic/cadence' into spi-next by Mark Brown · 10 years ago
  92. f54645d Merge remote-tracking branch 'spi/topic/dt' into spi-next by Mark Brown · 10 years ago
  93. 15751f2 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 10 years ago
  94. 03689d2 Merge remote-tracking branches 'spi/fix/qup' and 'spi/fix/topcliff-pch' into spi-linus by Mark Brown · 10 years ago
  95. 8b983e9 spi: rspi: Extract rspi_common_transfer() by Geert Uytterhoeven · 10 years ago
  96. e7fb921 spi: rspi: Add DMA support for RSPI on RZ/A1H by Geert Uytterhoeven · 10 years ago
  97. 4f12b5e spi: rspi: Add DMA support for QSPI on R-Car Gen2 by Geert Uytterhoeven · 10 years ago
  98. 03e627c spi: rspi: Absorb rspi_rz_transfer_out_in() into rspi_rz_transfer_one() by Geert Uytterhoeven · 10 years ago
  99. c52fb6d spi: rspi: Merge rspi_*_dma() into rspi_dma_transfer() by Geert Uytterhoeven · 10 years ago
  100. e4b52dc spi: rspi: Pass sg_tables instead of spi_tranfer to rspi_*_dma() by Geert Uytterhoeven · 10 years ago