1. f333a33 spi/tegra114: add spi driver by Laxman Dewangan · 12 years ago
  2. c60fea0 spi/tegra-slink: assume CONFIG_OF, remove platform data by Stephen Warren · 12 years ago
  3. e2546959 spi/tegra-sflash: assume CONFIG_OF, remove platform data by Stephen Warren · 12 years ago
  4. ede2738 spi/tegra-slink: remove redundant code by Stephen Warren · 12 years ago
  5. 76a7498 spi/spi-fsl-spi: Add support for gpio chipselects for GRLIB type cores by Andreas Larsson · 12 years ago
  6. 447b0c7 spi/spi-fsl-spi: Add support for Aeroflex Gaisler GRLIB cores normally running on SPARC by Andreas Larsson · 12 years ago
  7. 8922a36 spi/spi-fsl-spi: Add support for setting a maximum number of bits per word by Andreas Larsson · 12 years ago
  8. c3f3e77 spi/spi-fsl-spi: Introduce a type for the driver by Andreas Larsson · 12 years ago
  9. b48c4e3 spi/spi-fsl-spi: Move setting non-zero tx and rx shifts to a function accessed by a function pointer by Andreas Larsson · 12 years ago
  10. f482cd0 spi/spi-fsl-spi: Make sure in spi_fsl_setup that chipselect becomes inactive by Andreas Larsson · 12 years ago
  11. e8beacb spi/spi-fsl-spi: Make driver usable in CPU mode outside of an FSL_SOC environment by Andreas Larsson · 12 years ago
  12. 58ad60b mxs/spi: fix error return code in mxs_spi_probe() by Wei Yongjun · 12 years ago
  13. 72919f3 spi: tegra: slink: do prepare dma transfer with DMA_CTRL_ACK flag by Mark Brown · 12 years ago
  14. 997230d spi/s3c64xx: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 12 years ago
  15. e47ef0f Merge branch 'spi-fix' into spi-next by Mark Brown · 12 years ago
  16. 823cd04 spi/spi-atmel: status information passed through controller data by Nicolas Ferre · 12 years ago
  17. 1888e8f spi/spi-atmel: call unmapping on transfers buffers by Nicolas Ferre · 12 years ago
  18. 97ed465 spi/spi-atmel: add support transfer on CS1,2,3, not only on CS0 by Wenyou Yang · 12 years ago
  19. d4820b7 spi/spi-atmel: detect the capabilities of SPI core by reading the VERSION register. by Wenyou Yang · 12 years ago
  20. faa98f7 spi: tegra: slink: do not prepare dma transfer with DMA_CTRL_ACK flag by Laxman Dewangan · 12 years ago
  21. 8179bb2 spi/spidev: Use PTR_RET function by Alexandru Gheorghiu · 12 years ago
  22. e4d4378 spi/fsl: Use PTR_RET function by Alexandru Gheorghiu · 12 years ago
  23. 1ad849a spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts by Anatolij Gustschin · 12 years ago
  24. 6ada511 spi: remove unused variable in tegra_slink_read_rx_fifo_to_client_rxbuf() by Wei Yongjun · 12 years ago
  25. 691ee4e spi: spi-sh-msiof: Use of_match_ptr() macro by Sachin Kamat · 12 years ago
  26. 9547acc spi: spi-oc-tiny: Use of_match_ptr() macro by Sachin Kamat · 12 years ago
  27. b0b36b8 spi: Unlock a spinlock before calling into the controller driver. by Bryan Freed · 12 years ago
  28. ff23fa3 spi/omap-mcspi: check condition also after timeout by Sebastian Andrzej Siewior · 12 years ago
  29. e761f42 spi/s3c64xx: Convert to bits_per_word_mask by Mark Brown · 12 years ago
  30. f4b97eb spi: bcm2835: make use of new bits_per_word_mask core feature by Stephen Warren · 12 years ago
  31. 543bb25 spi: add ability to validate xfer->bits_per_word in SPI core by Stephen Warren · 12 years ago
  32. 375981f spi/s3c64xx: modified error interrupt handling and init by Girish K S · 12 years ago
  33. 5c725b3 spi: spi-s3c64xx.c Remove unused argument. by Matthias Brugger · 12 years ago
  34. b66c773 spi/bcm63xx: use devm_ioremap_resource() by Jonas Gorski · 12 years ago
  35. 68792e2 spi/bcm63xx: inline hz usage in bcm63xx_spi_setup_transfer by Jonas Gorski · 12 years ago
  36. c94df49 spi/bcm63xx: inline bcm63xx_spi_check_transfer by Jonas Gorski · 12 years ago
  37. 31e4eaa spi/bcm63xx: remove spi chip select validity check by Jonas Gorski · 12 years ago
  38. 58d8beb spi/bcm63xx: simplify bcm63xx_spi_check_transfer by Jonas Gorski · 12 years ago
  39. e2bdae0 spi/bcm63xx: check spi bits_per_word in spi_setup by Jonas Gorski · 12 years ago
  40. 52f83bb spi/bcm63xx: remove unused variable bs from bcm63xx_spi_setup by Jonas Gorski · 12 years ago
  41. c3db2b0 spi/bcm63xx: remove unneeded debug message by Jonas Gorski · 12 years ago
  42. ef9ed4b spi/bcm63xx: remove duplicated mode bits check by Jonas Gorski · 12 years ago
  43. 4fbb82a spi/bcm63xx: properly prepare clocks before enabling them by Jonas Gorski · 12 years ago
  44. 1953331 Merge branch 'spi-fix' into spi-next by Mark Brown · 12 years ago
  45. b435ff2 spi/bcm63xx: don't disable non enabled clocks in probe error path by Jonas Gorski · 12 years ago
  46. 4a25b68 spi/bcm63xx: Remove unused variable by Kevin Cernekee · 12 years ago
  47. d558c47 spi: slink-tegra20: move runtime pm calls to transfer_one_message by Laxman Dewangan · 12 years ago
  48. 0054e28 spi/pxa2xx: enable multiblock DMA transfers for LPSS devices by Mika Westerberg · 12 years ago
  49. c134634 spi/pxa2xx-pci: correct the return value check of pcim_iomap_regions() by Mika Westerberg · 12 years ago
  50. f804387 spi: add driver for BCM2835 by Chris Boot · 12 years ago
  51. d77b538 spi: fix return value check in ce4100_spi_probe() by Wei Yongjun · 12 years ago
  52. bab588f Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  53. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  54. 460dc1e Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  55. b3cdda2 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  56. 3aad3f03 Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  57. e80beb2 gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() by Grant Likely · 12 years ago
  58. 0da83bb spi/of: Fix initialization of cs_gpios array by Andreas Larsson · 12 years ago
  59. 0d73299 Merge branch spi-next from git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git by Grant Likely · 12 years ago
  60. a349685 spi/pxa2xx: add support for Lynxpoint SPI controllers by Mika Westerberg · 12 years ago
  61. a0d2642 spi/pxa2xx: add support for Intel Low Power Subsystem SPI by Mika Westerberg · 12 years ago
  62. b833172 spi/pxa2xx: add support for SPI_LOOP by Mika Westerberg · 12 years ago
  63. 7d94a50 spi/pxa2xx: add support for runtime PM by Mika Westerberg · 12 years ago
  64. 5928808 spi/pxa2xx: add support for DMA engine by Mika Westerberg · 12 years ago
  65. cd7bed0 spi/pxa2xx: break out the private DMA API usage into a separate file by Mika Westerberg · 12 years ago
  66. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  67. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 12 years ago
  68. 7410e84 spi/ath79: add shutdown handler by Gabor Juhos · 12 years ago
  69. ec3eaec spi/mips-lantiq: set SPI_MASTER_HALF_DUPLEX flag by John Crispin · 12 years ago
  70. 737a7c4 spi/mips-lantiq: make use of spi_finalize_current_message by John Crispin · 12 years ago
  71. b17de07 spi/bcm63xx: work around inability to keep CS up by Jonas Gorski · 12 years ago
  72. 32310aa spi/davinci: use request_threaded_irq() to fix deadlock by Murali Karicheri · 12 years ago
  73. 41ab724 spi/orion: Use module_platform_driver() by Ezequiel Garcia · 12 years ago
  74. c0fde3b spi/bcm63xx: reject transfers unable to transfer by Jonas Gorski · 12 years ago
  75. 2cd94c8 spi: Ensure memory used for spi_write_then_read() is DMA safe by Mark Brown · 12 years ago
  76. c88dd34 spi/spi-mpc512x-psc: init mode bits supported by the driver by Anatolij Gustschin · 12 years ago
  77. 9d15a3b spi/mpc512x-psc: don't use obsolet cell-index property by Anatolij Gustschin · 12 years ago
  78. 2deff8d spi: Remove erroneous __init, __exit and __exit_p() references in drivers by Grant Likely · 12 years ago
  79. 75bf336 spi/s3c64xx: fix checkpatch warnings and error by Jingoo Han · 12 years ago
  80. 4eb7700 spi/s3c64xx: Use devm_clk_get() and devm_request_irq() by Jingoo Han · 12 years ago
  81. 3133fba3 spi/imx: Add MODULE_ALIAS() by Fabio Estevam · 12 years ago
  82. beb96c2 spi/tegra: remove checks for valid speed by Laxman Dewangan · 12 years ago
  83. 059b8ff spi: make sure all transfer has proper speed set by Laxman Dewangan · 12 years ago
  84. c4a31f4 spi/ath79: avoid multiple initialization of the SPI controller by Gabor Juhos · 12 years ago
  85. 95d7941 spi/ath79: use gpio_request_one by Gabor Juhos · 12 years ago
  86. f1e8fc9 spi/ath79: remove superfluous chip select code by Gabor Juhos · 12 years ago
  87. 72611db spi/ath79: add missing HIGH->LOW SCK transition by Gabor Juhos · 12 years ago
  88. 440114f spi/ath79: add delay between SCK changes by Gabor Juhos · 12 years ago
  89. ba486a2 mxs/spi: clear XFER_COUNT in ctrl0 field in DMA descriptor by Juha Lumme · 12 years ago
  90. f3b8a8e spi/sirf: add support for new SiRFmarco SMP SoC by Barry Song · 12 years ago
  91. e5118cd spi/sirf: use clk_prepare_enable and clk_disable_unprepare by Barry Song · 12 years ago
  92. f305a0a Merge branch 'broonie/spi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git by Grant Likely · 12 years ago
  93. 766ed70 spi: remove check for bits_per_word on transfer from low level driver by Laxman Dewangan · 12 years ago
  94. bb29785 spi/of: Use DT aliases for assigning bus number by Grant Likely · 12 years ago
  95. cf9c86e spi/sh-msiof: Add device tree parsing to driver by Bastian Hecht · 12 years ago
  96. aae7147 spi/davinci: add OF support for the spi controller by Murali Karicheri · 12 years ago
  97. 830379e spi/omap2: disable DMA requests before complete() by Felipe Balbi · 12 years ago
  98. b5be04d spi: s3c64xx: Modify SPI driver to use generic DMA DT support by Padmavathi Venna · 12 years ago
  99. 3cb9190 spi: tegra: do not use clock name to get clock by Prashant Gaikwad · 12 years ago
  100. 61fd290 ARM: tegra: migrate to new clock code by Prashant Gaikwad · 12 years ago