1. d50f88a ARM: dts: add spi nodes for atmel SoC by Richard Genoud · 12 years ago
  2. f0db66a ARM: at91: add clocks for spi dt entries by Richard Genoud · 12 years ago
  3. 1ccc404 spi/spi-atmel: add dmaengine support by Nicolas Ferre · 12 years ago
  4. 8aad792 spi/spi-atmel: add flag to controller data for lock operations by Nicolas Ferre · 12 years ago
  5. dfab30e spi/spi-atmel: add physical base address by Nicolas Ferre · 12 years ago
  6. 3af4ed7 spi/sirf: fix MODULE_DEVICE_TABLE by Arnd Bergmann · 11 years ago
  7. e7e4e13 MAINTAINERS: Add git repository and update my address by Mark Brown · 11 years ago
  8. fb9d044 spi/s3c64xx: Check for errors in dmaengine prepare_transfer() by Mark Brown · 11 years ago
  9. 563b444 spi/s3c64xx: Fix non-dmaengine usage by Mark Brown · 11 years ago
  10. 142e07b spi: omap2-mcspi: fix error return code in omap2_mcspi_probe() by Wei Yongjun · 11 years ago
  11. 00ab539 spi/s3c64xx: let device core setup the default pin configuration by Thomas Abraham · 11 years ago
  12. 1962423 MAINTAINERS: Update Grant's email address and maintainership by Grant Likely · 11 years ago
  13. ddc5cdf spi: omap2-mcspi: Fix transfers if DMADEVICES is not set by Tony Lindgren · 11 years ago
  14. 7884372 spi: s3c64xx: move to generic dmaengine API by Arnd Bergmann · 11 years ago
  15. 6b8cc33 spi-gpio: init CS before spi_bitbang_setup() by Josef Ahmad · 11 years ago
  16. c3e2aa8 spi: spi-mpc512x-psc: let transmiter/receiver enabled when in xfer loop by Anatolij Gustschin · 12 years ago
  17. 86e9874 spi: spi-mpc512x-psc: add support for gpio chip selects by Anatolij Gustschin · 12 years ago
  18. ab300d1 spi/bcm63xx: remove unused speed_hz variable by Jonas Gorski · 11 years ago
  19. 8b0bebe spi: tegra: slink: make local symbols static by Wei Yongjun · 11 years ago
  20. cbfd6a2 spi/pxa2xx: Convert to devm_ioremap_resource() by Sachin Kamat · 11 years ago
  21. f333a33 spi/tegra114: add spi driver by Laxman Dewangan · 12 years ago
  22. 5e49035 spi/tegra: remove unused Tegra platform data header by Stephen Warren · 12 years ago
  23. c60fea0 spi/tegra-slink: assume CONFIG_OF, remove platform data by Stephen Warren · 12 years ago
  24. e2546959 spi/tegra-sflash: assume CONFIG_OF, remove platform data by Stephen Warren · 12 years ago
  25. ede2738 spi/tegra-slink: remove redundant code by Stephen Warren · 12 years ago
  26. 76a7498 spi/spi-fsl-spi: Add support for gpio chipselects for GRLIB type cores by Andreas Larsson · 12 years ago
  27. 447b0c7 spi/spi-fsl-spi: Add support for Aeroflex Gaisler GRLIB cores normally running on SPARC by Andreas Larsson · 12 years ago
  28. 8922a36 spi/spi-fsl-spi: Add support for setting a maximum number of bits per word by Andreas Larsson · 12 years ago
  29. c3f3e77 spi/spi-fsl-spi: Introduce a type for the driver by Andreas Larsson · 12 years ago
  30. 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
  31. f482cd0 spi/spi-fsl-spi: Make sure in spi_fsl_setup that chipselect becomes inactive by Andreas Larsson · 12 years ago
  32. e8beacb spi/spi-fsl-spi: Make driver usable in CPU mode outside of an FSL_SOC environment by Andreas Larsson · 12 years ago
  33. 58ad60b mxs/spi: fix error return code in mxs_spi_probe() by Wei Yongjun · 12 years ago
  34. 72919f3 spi: tegra: slink: do prepare dma transfer with DMA_CTRL_ACK flag by Mark Brown · 12 years ago
  35. 997230d spi/s3c64xx: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 12 years ago
  36. e47ef0f Merge branch 'spi-fix' into spi-next by Mark Brown · 12 years ago
  37. 823cd04 spi/spi-atmel: status information passed through controller data by Nicolas Ferre · 12 years ago
  38. 1888e8f spi/spi-atmel: call unmapping on transfers buffers by Nicolas Ferre · 12 years ago
  39. 97ed465 spi/spi-atmel: add support transfer on CS1,2,3, not only on CS0 by Wenyou Yang · 12 years ago
  40. d4820b7 spi/spi-atmel: detect the capabilities of SPI core by reading the VERSION register. by Wenyou Yang · 12 years ago
  41. faa98f7 spi: tegra: slink: do not prepare dma transfer with DMA_CTRL_ACK flag by Laxman Dewangan · 12 years ago
  42. 8179bb2 spi/spidev: Use PTR_RET function by Alexandru Gheorghiu · 12 years ago
  43. e4d4378 spi/fsl: Use PTR_RET function by Alexandru Gheorghiu · 12 years ago
  44. 1ad849a spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts by Anatolij Gustschin · 12 years ago
  45. 6ada511 spi: remove unused variable in tegra_slink_read_rx_fifo_to_client_rxbuf() by Wei Yongjun · 12 years ago
  46. 691ee4e spi: spi-sh-msiof: Use of_match_ptr() macro by Sachin Kamat · 12 years ago
  47. 9547acc spi: spi-oc-tiny: Use of_match_ptr() macro by Sachin Kamat · 12 years ago
  48. b0b36b8 spi: Unlock a spinlock before calling into the controller driver. by Bryan Freed · 12 years ago
  49. ff23fa3 spi/omap-mcspi: check condition also after timeout by Sebastian Andrzej Siewior · 12 years ago
  50. e761f42 spi/s3c64xx: Convert to bits_per_word_mask by Mark Brown · 12 years ago
  51. f4b97eb spi: bcm2835: make use of new bits_per_word_mask core feature by Stephen Warren · 12 years ago
  52. 543bb25 spi: add ability to validate xfer->bits_per_word in SPI core by Stephen Warren · 12 years ago
  53. 375981f spi/s3c64xx: modified error interrupt handling and init by Girish K S · 12 years ago
  54. 5c725b3 spi: spi-s3c64xx.c Remove unused argument. by Matthias Brugger · 12 years ago
  55. b66c773 spi/bcm63xx: use devm_ioremap_resource() by Jonas Gorski · 12 years ago
  56. 68792e2 spi/bcm63xx: inline hz usage in bcm63xx_spi_setup_transfer by Jonas Gorski · 12 years ago
  57. c94df49 spi/bcm63xx: inline bcm63xx_spi_check_transfer by Jonas Gorski · 12 years ago
  58. 31e4eaa spi/bcm63xx: remove spi chip select validity check by Jonas Gorski · 12 years ago
  59. 58d8beb spi/bcm63xx: simplify bcm63xx_spi_check_transfer by Jonas Gorski · 12 years ago
  60. e2bdae0 spi/bcm63xx: check spi bits_per_word in spi_setup by Jonas Gorski · 12 years ago
  61. 52f83bb spi/bcm63xx: remove unused variable bs from bcm63xx_spi_setup by Jonas Gorski · 12 years ago
  62. c3db2b0 spi/bcm63xx: remove unneeded debug message by Jonas Gorski · 12 years ago
  63. ef9ed4b spi/bcm63xx: remove duplicated mode bits check by Jonas Gorski · 12 years ago
  64. 4fbb82a spi/bcm63xx: properly prepare clocks before enabling them by Jonas Gorski · 12 years ago
  65. 1953331 Merge branch 'spi-fix' into spi-next by Mark Brown · 12 years ago
  66. b435ff2 spi/bcm63xx: don't disable non enabled clocks in probe error path by Jonas Gorski · 12 years ago
  67. 4a25b68 spi/bcm63xx: Remove unused variable by Kevin Cernekee · 12 years ago
  68. d558c47 spi: slink-tegra20: move runtime pm calls to transfer_one_message by Laxman Dewangan · 12 years ago
  69. 0054e28 spi/pxa2xx: enable multiblock DMA transfers for LPSS devices by Mika Westerberg · 12 years ago
  70. c134634 spi/pxa2xx-pci: correct the return value check of pcim_iomap_regions() by Mika Westerberg · 12 years ago
  71. f804387 spi: add driver for BCM2835 by Chris Boot · 12 years ago
  72. d77b538 spi: fix return value check in ce4100_spi_probe() by Wei Yongjun · 12 years ago
  73. f6161aa Linux 3.9-rc2 by Linus Torvalds · 12 years ago
  74. 7293261 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  75. 8343bce Atmel MXT touchscreen: increase reset timeouts by Linus Torvalds · 12 years ago
  76. db04dc6 proc: Use nd_jump_link in proc_ns_follow_link by Eric W. Biederman · 12 years ago
  77. 0aefda3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  78. 2ef3920 Platform: x86: chromeos_laptop : Add basic platform data for atmel devices by Benson Leung · 12 years ago
  79. 22dfab7 Input: atmel_mxt_ts - Support for touchpad variant by Daniel Kurtz · 12 years ago
  80. 67a865a Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  81. 59d8e5e Merge branch 'akpm' (fixes from Andrew) by Linus Torvalds · 12 years ago
  82. c3d6b62 alpha: boot: fix build breakage introduced by system.h disintegration by Will Deacon · 12 years ago
  83. 15cf17d memcg: initialize kmem-cache destroying work earlier by Konstantin Khlebnikov · 12 years ago
  84. 755727b Randy has moved by Randy Dunlap · 12 years ago
  85. d8fc16a ksm: fix m68k build: only NUMA needs pfn_to_nid by Hugh Dickins · 12 years ago
  86. a40e7cf dmi_scan: fix missing check for _DMI_ signature in smbios_present() by Ben Hutchings · 12 years ago
  87. dc893e1 Revert parts of "hlist: drop the node parameter from iterators" by Arnd Bergmann · 12 years ago
  88. 2e1c9b2 idr: remove WARN_ON_ONCE() on negative IDs by Tejun Heo · 12 years ago
  89. 7880639 mm/mempolicy.c: fix sp_node_init() argument ordering by KOSAKI Motohiro · 12 years ago
  90. 5ca3957 mm/mempolicy.c: fix wrong sp_node insertion by Hillf Danton · 12 years ago
  91. 88b9e45 ipc: don't allocate a copy larger than max by Peter Hurley · 12 years ago
  92. e1082f4 ipc: fix potential oops when src msg > 4k w/ MSG_COPY by Peter Hurley · 12 years ago
  93. c4c5ff0 Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  94. 92e840b Merge tag 'metag-for-v3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 12 years ago
  95. eca9683 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  96. d381f45 Merge branch 'for-3.9/upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  97. c77f8bf Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  98. 7b54c16 vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlink by Linus Torvalds · 12 years ago
  99. 47b3bc9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  100. af2841c Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago