1. b171aa2 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  2. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  3. 22ae782 of/address: Clean up function declarations by Grant Likely · 14 years ago
  4. b422588 spi/amba_pl022: Fix probe and remove hook section annotations. by Kevin Wells · 14 years ago
  5. 12b15e8 of/spi: call of_register_spi_devices() from spi core code by Anatolij Gustschin · 14 years ago
  6. 5ffdcd9 Merge commit 'v2.6.35-rc6' into spi/test by Grant Likely · 14 years ago
  7. 56825c8 powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue) by Anton Vorontsov · 14 years ago
  8. cf40f08 spi/mpc5121: change annotations for probe and remove functions by Anatolij Gustschin · 14 years ago
  9. b8f2e7b spi/bitbang: reinitialize transfer parameters for every message by Brian Niebuhr · 14 years ago
  10. 3c8e1a8 spi/spi-gpio: add support for controllers without MISO or MOSI pin by Marek Szyprowski · 14 years ago
  11. 04bb2a0 spi/bitbang: add support for SPI_MASTER_NO_{TX, RX} modes by Marek Szyprowski · 14 years ago
  12. 5c2818c SPI100k: Fix 8-bit and RX-only transfers by Cory Maccarrone · 14 years ago
  13. cf32b71 spi/mmc_spi: SPI bus locking API, using mutex by Ernst Schwab · 14 years ago
  14. ef7f2e8 of/spi: mpc512x_psc_spi.c: Fix build failures by Anatolij Gustschin · 14 years ago
  15. b535507 of/spi: Fix build failure on spi_ppc4xx.c by Grant Likely · 14 years ago
  16. bf6a67e spi/xilinx: Fix compile error by Grant Likely · 14 years ago
  17. b1e50eb Merge remote branch 'origin' into secretlab/next-spi by Grant Likely · 14 years ago
  18. 0c2a2ae spi/davinci: Fix clock prescale factor computation by Thomas Koeller · 14 years ago
  19. 41c4221 spi: move bitbang txrx utility functions to private header by hartleys · 14 years ago
  20. 6e27388f1b spi/mpc5121: Add SPI master driver for MPC5121 PSC by Anatolij Gustschin · 14 years ago
  21. 011f23a spi/ep93xx: implemented driver for Cirrus EP93xx SPI controller by Mika Westerberg · 14 years ago
  22. 99f1a43 spi/omap2_mcspi: Check params before dereference or use by Scott Ellis · 14 years ago
  23. 4743a0f spi/omap2_mcspi: add turbo mode support by Roman Tereshonkov · 14 years ago
  24. 8b66c13 spi/omap2_mcspi: change default DMA_MIN_BYTES value to 160 by Roman Tereshonkov · 14 years ago
  25. 4a12404 spi/pl022: fix stop queue procedure by Grzegorz Sygieda · 14 years ago
  26. 781c7b1 spi/pl022: add support for the PL023 derivate by Linus Walleij · 14 years ago
  27. 556f4ae spi/pl022: fix up differences between ARM and ST versions by Linus Walleij · 14 years ago
  28. 338ff29 spi/spi_mpc8xxx: Do not use map_tx_dma to unmap rx_dma by Joakim Tjernlund · 14 years ago
  29. 0398fb7 spi/spi_mpc8xxx: Fix QE mode Litte Endian by Joakim Tjernlund · 14 years ago
  30. f9218c2 spi/spi_mpc8xxx: fix potential memory corruption. by Joakim Tjernlund · 14 years ago
  31. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  32. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  33. a6f0398 Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  34. f6304f5 Merge branch 'omap4-i2c-init' into omap-for-linus by Tony Lindgren · 14 years ago
  35. 8ebeb54 OMAP4: SPI: Fix Driver Kconfig by Syed Rafiuddin · 14 years ago
  36. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  37. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  38. baffe16 [ARM] pxa: add namespace on ssp by Haojian Zhuang · 14 years ago
  39. 54c39b4 [ARM] pxa: move ssp into common plat-pxa by Haojian Zhuang · 14 years ago
  40. 83f2889 [ARM] pxa: merge regs-ssp.h into ssp.h by Eric Miao · 14 years ago
  41. c9840da [ARM] pxa: correct SSCR0_SCR to support multiple SoCs by Eric Miao · 14 years ago
  42. dda04c7 omap2_mcspi: small fixes of output data format by Roman Tereshonkov · 14 years ago
  43. a330ce2 omap2_mcspi: Flush posted writes by Roman Tereshonkov · 14 years ago
  44. 07a389f spi: spi_device memory should be released instead of device. by Roman Tereshonkov · 14 years ago
  45. 8ec130a spi: release device claimed by bus_find_device_by_name by Roman Tereshonkov · 14 years ago
  46. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  47. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  48. 9d20593 Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  49. 8839316 Fix typos in comments by Thomas Weber · 14 years ago
  50. 9bd4517 spi/omap2_mcspi: Use transaction speed if provided by Scott Ellis · 14 years ago
  51. 5e77494 spi/omap2_mcspi: fix NULL pointer dereference by Scott Ellis · 14 years ago
  52. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  53. d702d12 Merge with mainline to remove plat-omap/Kconfig conflict by Tony Lindgren · 14 years ago
  54. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  55. 963accb MIPS: Alchemy: change dbdma to accept physical memory addresses by Manuel Lauss · 15 years ago
  56. ea071cc MIPS: Alchemy: remove dbdma compat macros by Manuel Lauss · 15 years ago
  57. d7930c9 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  58. 4f4517c spi: Correct SPI clock frequency setting in spi_mpc8xxx by Ernst Schwab · 14 years ago
  59. a8eb7ca omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3 by Tony Lindgren · 14 years ago
  60. 088ef95 omap2: Convert ARCH_OMAP24XX to ARCH_OMAP2 by Tony Lindgren · 14 years ago
  61. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  62. 8a349d4 spi/spi_s3c64xx.c: Fix continuation line formats by Joe Perches · 14 years ago
  63. e8708ef spi: spi_sh_msiof: Fixed data sampling on the correct edge by Markus Pietrek · 14 years ago
  64. fc05475 ARM: 5893/1: SPI AMBA PL022: Limit TX FIFO fills by Linus Walleij · 14 years ago
  65. 212b3c8b spi/dw_spi: Fix dw_spi_mmio to depend on HAVE_CLK by Jean-Hugues Deschenes · 14 years ago
  66. 8ca8d15 spi/dw_spi: Allow dw_spi.c to be a module by Jean-Hugues Deschenes · 14 years ago
  67. 0a4c1d7 spi/dw_spi: mmio code style fixups by Jean-Hugues Deschenes · 14 years ago
  68. f7b6fd6 Memory-mapped dw_spi driver by Jean-Hugues Deschenes · 14 years ago
  69. 8bcb4a8 spi/dw_spi: fix missing export of dw_spi_remove_host by Feng Tang · 14 years ago
  70. 052dc7c spi/dw_spi: conditional transfer mode changes by George Shore · 14 years ago
  71. f4aec79 spi/dw_spi: remove conditional from 'poll_transfer'. by George Shore · 14 years ago
  72. 426c009 spi/dw_spi: fixed a spelling typo in a warning message. by George Shore · 14 years ago
  73. 20a588f spi/dw_spi: add return value to empty mrst_spi_debugfs_init() by George Shore · 14 years ago
  74. c587b6f spi/dw_spi: add a FIFO depth detection by Feng Tang · 14 years ago
  75. 99147b5 spi/dw_spi: fix __init/__devinit section mismatch by Grant Likely · 14 years ago
  76. 9778214 spi: xilinx_spi: Fix up I/O routine wrapping bogosity. by Paul Mundt · 14 years ago
  77. f4d4ecf spi/spi_imx: add device information by switching pr_debug() to dev_dbg() by Alberto Panizzo · 14 years ago
  78. ac48eee spi: update MSIOF includes by Magnus Damm · 14 years ago
  79. 552e450 spi/dw_spi: refine the IRQ mode working flow by Feng Tang · 14 years ago
  80. 51f921c spi/dw_spi: add a missed dw_spi_remove_host() in exit sequence by Feng Tang · 14 years ago
  81. b490e37 spi/dw_spi: bug fix in wait_till_not_busy() by Feng Tang · 14 years ago
  82. fa0fcde spi/s3c64xx: Add new parameter to cs callback by Jassi Brar · 14 years ago
  83. e6b873c spi/s3c64xx: Include moved header by Jassi Brar · 14 years ago
  84. ef6c680 spi/s3c64xx: Check before mem-region release by Jassi Brar · 14 years ago
  85. b0d5d6e spi/s3c64xx: Move src_clk to local driver data by Jassi Brar · 14 years ago
  86. ee64a37 spi/s3c64xx: Differentiate ip and rate clock by Jassi Brar · 14 years ago
  87. ad7de72 spi/s3c64xx: Rename s3c64xx_spi_cntrlr_info by Jassi Brar · 14 years ago
  88. e9a172f spi/mpc8xxx: don't check platform_get_irq's return value against zero by Uwe Kleine-König · 14 years ago
  89. 34b8c66 spi: Add Freescale/Motorola Coldfire QSPI driver by Steven King · 14 years ago
  90. 631e61b spi: make Open Firmware device id constant by Márton Németh · 14 years ago
  91. 68ea2d8 spi: Fix reversed args to time_before() in Freescale stmp driver. by Robert P. J. Day · 14 years ago
  92. 358934a spi: Add SPI master driver for DaVinci/DA8xx by Sandeep Paulraj · 15 years ago
  93. bf931a0 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  94. d53342bf spi: spi_txx9.c: use resource_size() by hartleys · 15 years ago
  95. 76b6fdd spi: spi_sh_sci.c: use resource_size() by hartleys · 15 years ago
  96. 82de765 spi: spi_mpc8xxx.c: use resource_size() by hartleys · 15 years ago
  97. 74947b8 spi: spi_bfin5xx.c: use resource_size() by hartleys · 15 years ago
  98. 905aa0a spi: atmel_spi.c: use resource_size() by hartleys · 15 years ago
  99. 230d42d spi: Add s3c64xx SPI Controller driver by Jassi Brar · 15 years ago
  100. 6aed4ee atmel_spi: fix dma addr calculation for len > BUFFER_SIZE by Ben Nizette · 15 years ago