1. 7063c0d spi/dw_spi: add DMA support by Feng Tang · 14 years ago
  2. 79290a2 spi/dw_spi: change to EXPORT_SYMBOL_GPL for exported APIs by Feng Tang · 14 years ago
  3. ebf45b7 spi/dw_spi: Fix too short timeout in spi polling loop by Feng Tang · 14 years ago
  4. 5e8b821 spi/pl022: convert running variable by Linus Walleij · 14 years ago
  5. dec5a58 spi/pl022: convert busy flag to a bool by Linus Walleij · 14 years ago
  6. 082086f spi/pl022: pass the returned sglen to the DMA engine by Linus Walleij · 14 years ago
  7. b729889 spi/pl022: map the buffers on the DMA engine by Linus Walleij · 14 years ago
  8. 9d32af6 spi/topcliff_pch: Fix data transfer issue by Tomoya MORINAGA · 14 years ago
  9. 8934217 spi/imx: remove autodetection by Uwe Kleine-König · 14 years ago
  10. 752a4a9 Merge commit 'v2.6.37-rc7' into spi/next by Grant Likely · 14 years ago
  11. 3d0b608 dw_spi: Fix missing final read in some polling situations by Major Lee · 14 years ago
  12. 214b574 atmel_spi: fix warning In function 'atmel_spi_dma_map_xfer' by Jean-Christophe PLAGNIOL-VILLARD · 14 years ago
  13. bc3f67a drivers/spi: Remove unnecessary semicolons by Joe Perches · 14 years ago
  14. eae6cb3 spi/xilinx: merge OF support code into main driver by Grant Likely · 14 years ago
  15. 8fd8821 spi/xilinx: fold platform_driver support into main body by Grant Likely · 14 years ago
  16. 91565c4 spi/xilinx: Eliminate pdata references from common code. by Grant Likely · 14 years ago
  17. 90ae83f Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  18. b18cae4 Merge branch 'for-next' of git://android.git.kernel.org/kernel/tegra by Linus Torvalds · 14 years ago
  19. f41649e spi: tegra: fix error setting on timeout by Erik Gilling · 14 years ago
  20. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  21. eb288a1 spi: fixed odd static string conventions in core code by Linus Walleij · 14 years ago
  22. 73e1ac1 spi/bfin_spi: only request GPIO on first load by Michael Hennerich · 14 years ago
  23. 782a895 spi/bfin_spi: handle error/status changes after data interrupts by Michael Hennerich · 14 years ago
  24. 2b9603a spi: enable spi_board_info to be registered after spi_master by Feng Tang · 14 years ago
  25. 0c03a1d spi: add spi_tegra driver by Erik Gilling · 14 years ago
  26. b515316 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  27. 2764c50 spi/omap2_mcspi: Verify TX reg is empty after TX only xfer with DMA by Ilkka Koskinen · 14 years ago
  28. e1993ed spi/omap2_mcspi: disable channel after TX_ONLY transfer in PIO mode by Jason Wang · 14 years ago
  29. db181a8 Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin into spi/next by Grant Likely · 14 years ago
  30. 9c0a788 spi/bfin_spi: namespace local structs by Mike Frysinger · 14 years ago
  31. 6f7c17f spi/bfin_spi: init early by Michael Hennerich · 14 years ago
  32. 2e76865 spi/bfin_spi: check per-transfer bits_per_word by Bob Liu · 14 years ago
  33. 4190f6a spi/bfin_spi: warn when CS is driven by hardware (CPHA=0) by Barry Song · 15 years ago
  34. e72dcde spi/bfin_spi: cs should be always low when a new transfer begins by Rob Maris · 15 years ago
  35. e359540 spi/bfin_spi: fix typo in comment by Rob Maris · 15 years ago
  36. 7715aad spi/bfin_spi: reject unsupported SPI modes by Mike Frysinger · 15 years ago
  37. a75bd65b spi/bfin_spi: use dma_disable_irq_nosync() in irq handler by Barry Song · 15 years ago
  38. 5e8592d spi/bfin_spi: combine duplicate SPI_CTL read/write logic by Mike Frysinger · 15 years ago
  39. 5b47bcd spi/bfin_spi: reset ctl_reg bits when setup is run again on a device by Mike Frysinger · 15 years ago
  40. 033f44b spi/bfin_spi: push all size checks into the transfer function by Mike Frysinger · 15 years ago
  41. 7370ed6 spi/bfin_spi: use nosync when disabling the IRQ from the IRQ handler by Yi Li · 15 years ago
  42. 9677b0de spi/bfin_spi: sync hardware state before reprogramming everything by Barry Song · 15 years ago
  43. b052fd0 spi/bfin_spi: save/restore state when suspending/resuming by Barry Song · 15 years ago
  44. d3cc71f spi/bfin_spi: redo GPIO CS handling by Barry Song · 15 years ago
  45. 90008a6 spi/bfin_spi: use the SPI namespaced bit names by Mike Frysinger · 15 years ago
  46. 2a04513 spi/bfin_spi: drop extra memory we don't need by Mike Frysinger · 15 years ago
  47. b9f139a spi/bfin_spi: convert struct names to something more logical by Mike Frysinger · 15 years ago
  48. 9c4542c spi/bfin_spi: convert read/write/duplex funcs to a dedicated ops structure by Mike Frysinger · 15 years ago
  49. f4f50c3 spi/bfin_spi: convert queue run state to true/false by Mike Frysinger · 15 years ago
  50. ab09e04 spi/bfin_spi: fix up some unused/misleading comments by Mike Frysinger · 15 years ago
  51. 5cc0159 spi/bfin_spi: punt useless null read/write funcs by Mike Frysinger · 15 years ago
  52. 201bbc6 spi/bfin_spi: drop custom cs_change_per_word support by Mike Frysinger · 15 years ago
  53. 8221610 spi/bfin_spi: fix CS handling by Barry Song · 15 years ago
  54. f6a6d96 spi/bfin_spi: utilize the SPI interrupt in PIO mode by Yi Li · 15 years ago
  55. bb8beecd spi/bfin_spi: force sane master-mode state at boot by Wolfgang Muees · 15 years ago
  56. 60d0071 spi/bfin_spi: work around anomaly 05000119 by Sonic Zhang · 15 years ago
  57. ac01e97 spi/bfin_spi: fix resources leakage by Daniel Mack · 16 years ago
  58. ee2007d spi/atmel: typo in debug message by Matthias Brugger · 14 years ago
  59. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  60. ef6510b spi/fsl_spi: Fix compile errors when building on ppc64 by Kumar Gala · 14 years ago
  61. b9d228f spi/atmel: let transfers through if not changing bits_per_word by Matthias Brugger · 14 years ago
  62. 8e41b52 spi/topcliff: Fix uninitialized variable defect by Grant Likely · 14 years ago
  63. 8b60d6c spi/fsl_spi: add eSPI controller support by Mingkai Hu · 14 years ago
  64. b36ece8 spi/mpc8xxx: refactor the common code for SPI/eSPI controller by Mingkai Hu · 14 years ago
  65. 3272029 spi/mpc8xxx: rename spi_mpc8xxx.c to spi_fsl_spi.c by Mingkai Hu · 14 years ago
  66. 492c032 Merge commit 'v2.6.36-rc7' into spi/next by Grant Likely · 14 years ago
  67. f9d629c spi/pl022: fix dubious allocation staticize platform data by Linus Walleij · 14 years ago
  68. 5a1c98b spi/pl022: get rid of chipinfo dev pointer by Linus Walleij · 14 years ago
  69. bde435a spi/pl022: Add spi->mode support to AMBA SPI driver by Kevin Wells · 14 years ago
  70. fadcf49 spi: change to new flag variable by matt mooney · 14 years ago
  71. b1b6b9a spi/pl022: add PrimeCell generic DMA support by Linus Walleij · 14 years ago
  72. cdbc8f0 spi/topcliff: Tidy up Kconfig help text by Grant Likely · 14 years ago
  73. 65308c4 spi/topcliff: cleanups for style and conciseness by Grant Likely · 14 years ago
  74. c9ee46a Merge branch 'for-rmk-next' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable by Russell King · 14 years ago
  75. 6ff554e spi/imx: Support different fifo sizes by David Jander · 14 years ago
  76. e8b17b5 spi/topcliff: Add topcliff platform controller hub (PCH) spi bus driver by Masayuki Ohtake · 14 years ago
  77. 2b7a32f of/spi: Fix OF-style driver binding of spi devices by Sinan Akman · 14 years ago
  78. 23699f9 spi: spi-gpio.c tests SPI_MASTER_NO_RX bit twice, but not SPI_MASTER_NO_TX by Roel Kluin · 14 years ago
  79. 0b59960 spi/imx: add support for imx51's eCSPI and CSPI by Uwe Kleine-König · 14 years ago
  80. 3b2aa89 spi/imx: save the spi chip select in config struct, not the gpio to use by Uwe Kleine-König · 14 years ago
  81. 1723e66 spi/imx: get rid of more ifs depending on the used cpu by Uwe Kleine-König · 14 years ago
  82. f4ba631 spi/imx: convert driver to use platform ids by Uwe Kleine-König · 14 years ago
  83. e89524d spi/imx: default to m on platforms that have such devices by Uwe Kleine-König · 14 years ago
  84. 0c92ecf spi/s3c64xx: Correction for 16,32 bits bus width by Jassi Brar · 14 years ago
  85. b42a81c spi/s3c64xx: Consider the clk_from_cmu flag by Jassi Brar · 14 years ago
  86. e02ddd4 spi/s3c64xx: Prevent unnecessary map-unmap by Jassi Brar · 14 years ago
  87. 4a4fd47 spi/amba-pl022: Fix error case return statement. by Julia Lawall · 14 years ago
  88. e447d35 spi/orion: Drop unnecessary null test by Julia Lawall · 14 years ago
  89. 079a176 spi: omap2_mcspi: make use of dev_vdbg() by Felipe Balbi · 14 years ago
  90. 37880c9 spi/mpc8xxx: fix buffer overrun on large transfers by christophe leroy · 14 years ago
  91. 25c8e03 spi/pl022: move probe call to subsys_initcall() by Linus Walleij · 14 years ago
  92. 545074f spi/pl022: fix APB pclk power regression on U300 by Linus Walleij · 14 years ago
  93. be7852a spi/spi_s3c64xx: Warn if PIO transfers time out by Mark Brown · 14 years ago
  94. c3f139b spi/s3c64xx: Fix incorrect reuse of 'val' local variable. by Jassi Brar · 14 years ago
  95. 251ee47 spi/s3c64xx: Fix compilation warning by Jassi Brar · 14 years ago
  96. e3e55ff spi/dw_spi: clean the cs_control code by Feng Tang · 14 years ago
  97. cbcc062 spi/dw_spi: Allow interrupt sharing by Yong Wang · 14 years ago
  98. 9d8f86b spi/spi_s3c64xx: Increase dead reckoning time in wait_for_xfer() by Mark Brown · 14 years ago
  99. d2a787f spi/spi_s3c64xx: Move to subsys_initcall() by Mark Brown · 14 years ago
  100. 3486008 spi: free children in spi_unregister_master, not siblings by David Lamparter · 14 years ago