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