1. 8aad792 spi/spi-atmel: add flag to controller data for lock operations by Nicolas Ferre · 12 years ago
  2. dfab30e spi/spi-atmel: add physical base address by Nicolas Ferre · 12 years ago
  3. 3af4ed7 spi/sirf: fix MODULE_DEVICE_TABLE by Arnd Bergmann · 12 years ago
  4. f54ae51 Merge branch 'spear/dwdma' into late/cleanup by Arnd Bergmann · 12 years ago
  5. fb9d044 spi/s3c64xx: Check for errors in dmaengine prepare_transfer() by Mark Brown · 12 years ago
  6. 563b444 spi/s3c64xx: Fix non-dmaengine usage by Mark Brown · 12 years ago
  7. 142e07b spi: omap2-mcspi: fix error return code in omap2_mcspi_probe() by Wei Yongjun · 12 years ago
  8. c8bf98a Merge tag 'davinci-for-v3.10/dt-2-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/dt2 by Olof Johansson · 12 years ago
  9. 804413f spi/davinci: no wildcards in DT compatible property by Manjunathappa, Prakash · 12 years ago
  10. 00ab539 spi/s3c64xx: let device core setup the default pin configuration by Thomas Abraham · 12 years ago
  11. 76ec9d1 Convert selectors of GENERIC_GPIO to GPIOLIB by Alexandre Courbot · 12 years ago
  12. ddc5cdf spi: omap2-mcspi: Fix transfers if DMADEVICES is not set by Tony Lindgren · 12 years ago
  13. 7884372 spi: s3c64xx: move to generic dmaengine API by Arnd Bergmann · 12 years ago
  14. 6b8cc33 spi-gpio: init CS before spi_bitbang_setup() by Josef Ahmad · 12 years ago
  15. c3e2aa8 spi: spi-mpc512x-psc: let transmiter/receiver enabled when in xfer loop by Anatolij Gustschin · 12 years ago
  16. 86e9874 spi: spi-mpc512x-psc: add support for gpio chip selects by Anatolij Gustschin · 12 years ago
  17. ab300d1 spi/bcm63xx: remove unused speed_hz variable by Jonas Gorski · 12 years ago
  18. 8b0bebe spi: tegra: slink: make local symbols static by Wei Yongjun · 12 years ago
  19. cbfd6a2 spi/pxa2xx: Convert to devm_ioremap_resource() by Sachin Kamat · 12 years ago
  20. 0d2d0cc spi/davinci: fix module build error by Manjunathappa, Prakash · 12 years ago
  21. 8ec5d84 spi: Return error from of_spi_register_master on bad "cs-gpios" property by Andreas Larsson · 12 years ago
  22. 446411e spi: Initialize cs_gpio and cs_gpios with -ENOENT by Andreas Larsson · 12 years ago
  23. 3d35226 spi/atmel: fix speed_hz check in atmel_spi_transfer() by Joachim Eastwood · 12 years ago
  24. f333a33 spi/tegra114: add spi driver by Laxman Dewangan · 12 years ago
  25. c60fea0 spi/tegra-slink: assume CONFIG_OF, remove platform data by Stephen Warren · 12 years ago
  26. e2546959 spi/tegra-sflash: assume CONFIG_OF, remove platform data by Stephen Warren · 12 years ago
  27. ede2738 spi/tegra-slink: remove redundant code by Stephen Warren · 12 years ago
  28. 76a7498 spi/spi-fsl-spi: Add support for gpio chipselects for GRLIB type cores by Andreas Larsson · 12 years ago
  29. 447b0c7 spi/spi-fsl-spi: Add support for Aeroflex Gaisler GRLIB cores normally running on SPARC by Andreas Larsson · 12 years ago
  30. 8922a36 spi/spi-fsl-spi: Add support for setting a maximum number of bits per word by Andreas Larsson · 12 years ago
  31. c3f3e77 spi/spi-fsl-spi: Introduce a type for the driver by Andreas Larsson · 12 years ago
  32. 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
  33. f482cd0 spi/spi-fsl-spi: Make sure in spi_fsl_setup that chipselect becomes inactive by Andreas Larsson · 12 years ago
  34. e8beacb spi/spi-fsl-spi: Make driver usable in CPU mode outside of an FSL_SOC environment by Andreas Larsson · 12 years ago
  35. e0a77f2 Merge tag 'spi-fix-v3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc by Linus Torvalds · 12 years ago
  36. d08d528 Merge tag 'pm+acpi-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  37. 26aafa7 spi: mxs-spi: move to use generic DMA helper by Shawn Guo · 12 years ago
  38. 58ad60b mxs/spi: fix error return code in mxs_spi_probe() by Wei Yongjun · 12 years ago
  39. 72919f3 spi: tegra: slink: do prepare dma transfer with DMA_CTRL_ACK flag by Mark Brown · 12 years ago
  40. 2989617 ACPI / SPI: Use parent's ACPI_HANDLE() in acpi_register_spi_devices() by Rafael J. Wysocki · 12 years ago
  41. 997230d spi/s3c64xx: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 12 years ago
  42. e47ef0f Merge branch 'spi-fix' into spi-next by Mark Brown · 12 years ago
  43. 823cd04 spi/spi-atmel: status information passed through controller data by Nicolas Ferre · 12 years ago
  44. 1888e8f spi/spi-atmel: call unmapping on transfers buffers by Nicolas Ferre · 12 years ago
  45. 97ed465 spi/spi-atmel: add support transfer on CS1,2,3, not only on CS0 by Wenyou Yang · 12 years ago
  46. d4820b7 spi/spi-atmel: detect the capabilities of SPI core by reading the VERSION register. by Wenyou Yang · 12 years ago
  47. faa98f7 spi: tegra: slink: do not prepare dma transfer with DMA_CTRL_ACK flag by Laxman Dewangan · 12 years ago
  48. 8179bb2 spi/spidev: Use PTR_RET function by Alexandru Gheorghiu · 12 years ago
  49. e4d4378 spi/fsl: Use PTR_RET function by Alexandru Gheorghiu · 12 years ago
  50. 1ad849a spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts by Anatolij Gustschin · 12 years ago
  51. 6ada511 spi: remove unused variable in tegra_slink_read_rx_fifo_to_client_rxbuf() by Wei Yongjun · 12 years ago
  52. 691ee4e spi: spi-sh-msiof: Use of_match_ptr() macro by Sachin Kamat · 12 years ago
  53. 9547acc spi: spi-oc-tiny: Use of_match_ptr() macro by Sachin Kamat · 12 years ago
  54. b0b36b8 spi: Unlock a spinlock before calling into the controller driver. by Bryan Freed · 12 years ago
  55. ff23fa3 spi/omap-mcspi: check condition also after timeout by Sebastian Andrzej Siewior · 12 years ago
  56. e761f42 spi/s3c64xx: Convert to bits_per_word_mask by Mark Brown · 12 years ago
  57. f4b97eb spi: bcm2835: make use of new bits_per_word_mask core feature by Stephen Warren · 12 years ago
  58. 543bb25 spi: add ability to validate xfer->bits_per_word in SPI core by Stephen Warren · 12 years ago
  59. 375981f spi/s3c64xx: modified error interrupt handling and init by Girish K S · 12 years ago
  60. 5c725b3 spi: spi-s3c64xx.c Remove unused argument. by Matthias Brugger · 12 years ago
  61. 6c43a51 drivers/Kconfig: add several missing GENERIC_HARDIRQS dependencies by Heiko Carstens · 12 years ago
  62. b66c773 spi/bcm63xx: use devm_ioremap_resource() by Jonas Gorski · 12 years ago
  63. 68792e2 spi/bcm63xx: inline hz usage in bcm63xx_spi_setup_transfer by Jonas Gorski · 12 years ago
  64. c94df49 spi/bcm63xx: inline bcm63xx_spi_check_transfer by Jonas Gorski · 12 years ago
  65. 31e4eaa spi/bcm63xx: remove spi chip select validity check by Jonas Gorski · 12 years ago
  66. 58d8beb spi/bcm63xx: simplify bcm63xx_spi_check_transfer by Jonas Gorski · 12 years ago
  67. e2bdae0 spi/bcm63xx: check spi bits_per_word in spi_setup by Jonas Gorski · 12 years ago
  68. 52f83bb spi/bcm63xx: remove unused variable bs from bcm63xx_spi_setup by Jonas Gorski · 12 years ago
  69. c3db2b0 spi/bcm63xx: remove unneeded debug message by Jonas Gorski · 12 years ago
  70. ef9ed4b spi/bcm63xx: remove duplicated mode bits check by Jonas Gorski · 12 years ago
  71. 4fbb82a spi/bcm63xx: properly prepare clocks before enabling them by Jonas Gorski · 12 years ago
  72. 1953331 Merge branch 'spi-fix' into spi-next by Mark Brown · 12 years ago
  73. b435ff2 spi/bcm63xx: don't disable non enabled clocks in probe error path by Jonas Gorski · 12 years ago
  74. 4a25b68 spi/bcm63xx: Remove unused variable by Kevin Cernekee · 12 years ago
  75. d558c47 spi: slink-tegra20: move runtime pm calls to transfer_one_message by Laxman Dewangan · 12 years ago
  76. 0054e28 spi/pxa2xx: enable multiblock DMA transfers for LPSS devices by Mika Westerberg · 12 years ago
  77. c134634 spi/pxa2xx-pci: correct the return value check of pcim_iomap_regions() by Mika Westerberg · 12 years ago
  78. f804387 spi: add driver for BCM2835 by Chris Boot · 12 years ago
  79. d77b538 spi: fix return value check in ce4100_spi_probe() by Wei Yongjun · 12 years ago
  80. dc71545 spi: pl022: use generic DMA slave configuration if possible by Arnd Bergmann · 12 years ago
  81. bab588f Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  82. 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
  83. 460dc1e Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  84. b3cdda2 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  85. 3aad3f03 Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  86. e80beb2 gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() by Grant Likely · 12 years ago
  87. 0da83bb spi/of: Fix initialization of cs_gpios array by Andreas Larsson · 12 years ago
  88. 0d73299 Merge branch spi-next from git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git by Grant Likely · 12 years ago
  89. a349685 spi/pxa2xx: add support for Lynxpoint SPI controllers by Mika Westerberg · 12 years ago
  90. a0d2642 spi/pxa2xx: add support for Intel Low Power Subsystem SPI by Mika Westerberg · 12 years ago
  91. b833172 spi/pxa2xx: add support for SPI_LOOP by Mika Westerberg · 12 years ago
  92. 7d94a50 spi/pxa2xx: add support for runtime PM by Mika Westerberg · 12 years ago
  93. 5928808 spi/pxa2xx: add support for DMA engine by Mika Westerberg · 12 years ago
  94. cd7bed0 spi/pxa2xx: break out the private DMA API usage into a separate file by Mika Westerberg · 12 years ago
  95. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  96. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 12 years ago
  97. 7410e84 spi/ath79: add shutdown handler by Gabor Juhos · 12 years ago
  98. ec3eaec spi/mips-lantiq: set SPI_MASTER_HALF_DUPLEX flag by John Crispin · 12 years ago
  99. 737a7c4 spi/mips-lantiq: make use of spi_finalize_current_message by John Crispin · 12 years ago
  100. b17de07 spi/bcm63xx: work around inability to keep CS up by Jonas Gorski · 12 years ago