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