1. 41c4221 spi: move bitbang txrx utility functions to private header by hartleys · 14 years ago
  2. 6e27388f1b spi/mpc5121: Add SPI master driver for MPC5121 PSC by Anatolij Gustschin · 14 years ago
  3. 011f23a spi/ep93xx: implemented driver for Cirrus EP93xx SPI controller by Mika Westerberg · 14 years ago
  4. 99f1a43 spi/omap2_mcspi: Check params before dereference or use by Scott Ellis · 14 years ago
  5. 4743a0f spi/omap2_mcspi: add turbo mode support by Roman Tereshonkov · 14 years ago
  6. 8b66c13 spi/omap2_mcspi: change default DMA_MIN_BYTES value to 160 by Roman Tereshonkov · 14 years ago
  7. 4a12404 spi/pl022: fix stop queue procedure by Grzegorz Sygieda · 14 years ago
  8. 781c7b1 spi/pl022: add support for the PL023 derivate by Linus Walleij · 14 years ago
  9. 556f4ae spi/pl022: fix up differences between ARM and ST versions by Linus Walleij · 14 years ago
  10. 338ff29 spi/spi_mpc8xxx: Do not use map_tx_dma to unmap rx_dma by Joakim Tjernlund · 14 years ago
  11. 0398fb7 spi/spi_mpc8xxx: Fix QE mode Litte Endian by Joakim Tjernlund · 14 years ago
  12. f9218c2 spi/spi_mpc8xxx: fix potential memory corruption. by Joakim Tjernlund · 14 years ago
  13. dda04c7 omap2_mcspi: small fixes of output data format by Roman Tereshonkov · 14 years ago
  14. a330ce2 omap2_mcspi: Flush posted writes by Roman Tereshonkov · 14 years ago
  15. 07a389f spi: spi_device memory should be released instead of device. by Roman Tereshonkov · 14 years ago
  16. 8ec130a spi: release device claimed by bus_find_device_by_name by Roman Tereshonkov · 14 years ago
  17. 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
  18. 9d20593 Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  19. 9bd4517 spi/omap2_mcspi: Use transaction speed if provided by Scott Ellis · 14 years ago
  20. 5e77494 spi/omap2_mcspi: fix NULL pointer dereference by Scott Ellis · 14 years ago
  21. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  22. d702d12 Merge with mainline to remove plat-omap/Kconfig conflict by Tony Lindgren · 14 years ago
  23. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  24. 963accb MIPS: Alchemy: change dbdma to accept physical memory addresses by Manuel Lauss · 15 years ago
  25. ea071cc MIPS: Alchemy: remove dbdma compat macros by Manuel Lauss · 15 years ago
  26. d7930c9 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  27. 4f4517c spi: Correct SPI clock frequency setting in spi_mpc8xxx by Ernst Schwab · 15 years ago
  28. a8eb7ca omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3 by Tony Lindgren · 15 years ago
  29. 088ef95 omap2: Convert ARCH_OMAP24XX to ARCH_OMAP2 by Tony Lindgren · 15 years ago
  30. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  31. 8a349d4 spi/spi_s3c64xx.c: Fix continuation line formats by Joe Perches · 15 years ago
  32. e8708ef spi: spi_sh_msiof: Fixed data sampling on the correct edge by Markus Pietrek · 15 years ago
  33. fc05475 ARM: 5893/1: SPI AMBA PL022: Limit TX FIFO fills by Linus Walleij · 15 years ago
  34. 212b3c8b spi/dw_spi: Fix dw_spi_mmio to depend on HAVE_CLK by Jean-Hugues Deschenes · 15 years ago
  35. 8ca8d15 spi/dw_spi: Allow dw_spi.c to be a module by Jean-Hugues Deschenes · 15 years ago
  36. 0a4c1d7 spi/dw_spi: mmio code style fixups by Jean-Hugues Deschenes · 15 years ago
  37. f7b6fd6 Memory-mapped dw_spi driver by Jean-Hugues Deschenes · 15 years ago
  38. 8bcb4a8 spi/dw_spi: fix missing export of dw_spi_remove_host by Feng Tang · 15 years ago
  39. 052dc7c spi/dw_spi: conditional transfer mode changes by George Shore · 15 years ago
  40. f4aec79 spi/dw_spi: remove conditional from 'poll_transfer'. by George Shore · 15 years ago
  41. 426c009 spi/dw_spi: fixed a spelling typo in a warning message. by George Shore · 15 years ago
  42. 20a588f spi/dw_spi: add return value to empty mrst_spi_debugfs_init() by George Shore · 15 years ago
  43. c587b6f spi/dw_spi: add a FIFO depth detection by Feng Tang · 15 years ago
  44. 99147b5 spi/dw_spi: fix __init/__devinit section mismatch by Grant Likely · 15 years ago
  45. 9778214 spi: xilinx_spi: Fix up I/O routine wrapping bogosity. by Paul Mundt · 15 years ago
  46. f4d4ecf spi/spi_imx: add device information by switching pr_debug() to dev_dbg() by Alberto Panizzo · 15 years ago
  47. ac48eee spi: update MSIOF includes by Magnus Damm · 15 years ago
  48. 552e450 spi/dw_spi: refine the IRQ mode working flow by Feng Tang · 15 years ago
  49. 51f921c spi/dw_spi: add a missed dw_spi_remove_host() in exit sequence by Feng Tang · 15 years ago
  50. b490e37 spi/dw_spi: bug fix in wait_till_not_busy() by Feng Tang · 15 years ago
  51. fa0fcde spi/s3c64xx: Add new parameter to cs callback by Jassi Brar · 15 years ago
  52. e6b873c spi/s3c64xx: Include moved header by Jassi Brar · 15 years ago
  53. ef6c680 spi/s3c64xx: Check before mem-region release by Jassi Brar · 15 years ago
  54. b0d5d6e spi/s3c64xx: Move src_clk to local driver data by Jassi Brar · 15 years ago
  55. ee64a37 spi/s3c64xx: Differentiate ip and rate clock by Jassi Brar · 15 years ago
  56. ad7de72 spi/s3c64xx: Rename s3c64xx_spi_cntrlr_info by Jassi Brar · 15 years ago
  57. e9a172f spi/mpc8xxx: don't check platform_get_irq's return value against zero by Uwe Kleine-König · 15 years ago
  58. 34b8c66 spi: Add Freescale/Motorola Coldfire QSPI driver by Steven King · 15 years ago
  59. 631e61b spi: make Open Firmware device id constant by Márton Németh · 15 years ago
  60. 68ea2d8 spi: Fix reversed args to time_before() in Freescale stmp driver. by Robert P. J. Day · 15 years ago
  61. 358934a spi: Add SPI master driver for DaVinci/DA8xx by Sandeep Paulraj · 15 years ago
  62. bf931a0 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  63. d53342bf spi: spi_txx9.c: use resource_size() by hartleys · 15 years ago
  64. 76b6fdd spi: spi_sh_sci.c: use resource_size() by hartleys · 15 years ago
  65. 82de765 spi: spi_mpc8xxx.c: use resource_size() by hartleys · 15 years ago
  66. 74947b8 spi: spi_bfin5xx.c: use resource_size() by hartleys · 15 years ago
  67. 905aa0a spi: atmel_spi.c: use resource_size() by hartleys · 15 years ago
  68. 230d42d spi: Add s3c64xx SPI Controller driver by Jassi Brar · 15 years ago
  69. 6aed4ee atmel_spi: fix dma addr calculation for len > BUFFER_SIZE by Ben Nizette · 15 years ago
  70. bec0806 spi_s3c24xx: add FIQ pseudo-DMA support by Ben Dooks · 15 years ago
  71. e24c745 spi: controller driver for Designware SPI core by Feng Tang · 15 years ago
  72. db389b6 spidev: add proper section markers by Mike Frysinger · 15 years ago
  73. 8ae1c92 spidev: use DECLARE_BITMAP instead of declaring the array by Thadeu Lima de Souza Cascardo · 15 years ago
  74. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  75. 478e4e9 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  76. 965346e spi: fix probe/remove section markings by Grant Likely · 15 years ago
  77. 35c9049 Add OMAP spi100k driver by Cory Maccarrone · 15 years ago
  78. 980f3be spi-imx: don't access struct device directly but use dev_get_platdata by Uwe Kleine-König · 15 years ago
  79. 87f673e spi-imx: Add mx25 support by Sascha Hauer · 15 years ago
  80. f30d59c spi-imx: use positive logic to distinguish cpu variants by Uwe Kleine-König · 15 years ago
  81. 60f675a spi-imx: correct check for platform_get_irq failing by Uwe Kleine-König · 15 years ago
  82. 30eaed0 ARM: NUC900: Add spi driver support for nuc900 by Wan ZongShun · 15 years ago
  83. 8051eff spi: SuperH MSIOF SPI Master driver V2 by Magnus Damm · 15 years ago
  84. 09cea96 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  85. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  86. 18821b0 Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  87. bcd6acd Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  88. 8c82da5 Merge commit 'gcl/next' into next by Benjamin Herrenschmidt · 15 years ago
  89. 41df70d spi: fix spidev compilation failure when VERBOSE is defined by Florian Fainelli · 15 years ago
  90. 04ba24b spi/au1550_spi: fix setupxfer not to override cfg with zeros by Jan Nikitenko · 15 years ago
  91. b3a0894 spi/mpc8xxx: don't use __exit_p to wrap plat_mpc8xxx_spi_remove by Uwe Kleine-König · 15 years ago
  92. bbd050a spi/i.MX: fix broken error handling for gpio_request by John Ogness · 15 years ago
  93. ce1807b spi/i.mx: drain MXC SPI transfer buffer when probing device by Daniel Mack · 15 years ago
  94. 920712a spi/xilinx_spi: fix incorrect casting by Grant Likely · 15 years ago
  95. 937041e spi/mpc52xx-spi: minor cleanups by Wolfram Sang · 15 years ago
  96. 7716693 xilinx_spi: add a platform driver using the xilinx_spi common module. by Richard Röjfors · 15 years ago
  97. c9da2e1 xilinx_spi: add support for the DS570 IP. by Richard Röjfors · 15 years ago
  98. 86fc593 xilinx_spi: Switch to iomem functions and support little endian. by Richard Röjfors · 15 years ago
  99. d5af91a xilinx_spi: Split into of driver and generic part. by Richard Röjfors · 15 years ago
  100. b8d4e2c mpc52xx_spi: add gpio chipselect by Luotao Fu · 15 years ago