1. 2e76865 spi/bfin_spi: check per-transfer bits_per_word by Bob Liu · 14 years ago
  2. 4190f6a spi/bfin_spi: warn when CS is driven by hardware (CPHA=0) by Barry Song · 15 years ago
  3. e72dcde spi/bfin_spi: cs should be always low when a new transfer begins by Rob Maris · 15 years ago
  4. e359540 spi/bfin_spi: fix typo in comment by Rob Maris · 15 years ago
  5. 7715aad spi/bfin_spi: reject unsupported SPI modes by Mike Frysinger · 15 years ago
  6. a75bd65b spi/bfin_spi: use dma_disable_irq_nosync() in irq handler by Barry Song · 15 years ago
  7. 5e8592d spi/bfin_spi: combine duplicate SPI_CTL read/write logic by Mike Frysinger · 15 years ago
  8. 5b47bcd spi/bfin_spi: reset ctl_reg bits when setup is run again on a device by Mike Frysinger · 15 years ago
  9. 033f44b spi/bfin_spi: push all size checks into the transfer function by Mike Frysinger · 15 years ago
  10. 7370ed6 spi/bfin_spi: use nosync when disabling the IRQ from the IRQ handler by Yi Li · 15 years ago
  11. 9677b0de spi/bfin_spi: sync hardware state before reprogramming everything by Barry Song · 15 years ago
  12. b052fd0 spi/bfin_spi: save/restore state when suspending/resuming by Barry Song · 15 years ago
  13. d3cc71f spi/bfin_spi: redo GPIO CS handling by Barry Song · 15 years ago
  14. 90008a6 spi/bfin_spi: use the SPI namespaced bit names by Mike Frysinger · 15 years ago
  15. 2a04513 spi/bfin_spi: drop extra memory we don't need by Mike Frysinger · 15 years ago
  16. b9f139a spi/bfin_spi: convert struct names to something more logical by Mike Frysinger · 15 years ago
  17. 9c4542c spi/bfin_spi: convert read/write/duplex funcs to a dedicated ops structure by Mike Frysinger · 15 years ago
  18. f4f50c3 spi/bfin_spi: convert queue run state to true/false by Mike Frysinger · 15 years ago
  19. ab09e04 spi/bfin_spi: fix up some unused/misleading comments by Mike Frysinger · 15 years ago
  20. 5cc0159 spi/bfin_spi: punt useless null read/write funcs by Mike Frysinger · 15 years ago
  21. 201bbc6 spi/bfin_spi: drop custom cs_change_per_word support by Mike Frysinger · 15 years ago
  22. 8221610 spi/bfin_spi: fix CS handling by Barry Song · 16 years ago
  23. f6a6d96 spi/bfin_spi: utilize the SPI interrupt in PIO mode by Yi Li · 16 years ago
  24. bb8beecd spi/bfin_spi: force sane master-mode state at boot by Wolfgang Muees · 16 years ago
  25. 60d0071 spi/bfin_spi: work around anomaly 05000119 by Sonic Zhang · 16 years ago
  26. ac01e97 spi/bfin_spi: fix resources leakage by Daniel Mack · 16 years ago
  27. 2b7a32f of/spi: Fix OF-style driver binding of spi devices by Sinan Akman · 14 years ago
  28. 23699f9 spi: spi-gpio.c tests SPI_MASTER_NO_RX bit twice, but not SPI_MASTER_NO_TX by Roel Kluin · 14 years ago
  29. 37880c9 spi/mpc8xxx: fix buffer overrun on large transfers by christophe leroy · 14 years ago
  30. 25c8e03 spi/pl022: move probe call to subsys_initcall() by Linus Walleij · 14 years ago
  31. 545074f spi/pl022: fix APB pclk power regression on U300 by Linus Walleij · 14 years ago
  32. be7852a spi/spi_s3c64xx: Warn if PIO transfers time out by Mark Brown · 14 years ago
  33. c3f139b spi/s3c64xx: Fix incorrect reuse of 'val' local variable. by Jassi Brar · 14 years ago
  34. 251ee47 spi/s3c64xx: Fix compilation warning by Jassi Brar · 14 years ago
  35. e3e55ff spi/dw_spi: clean the cs_control code by Feng Tang · 14 years ago
  36. cbcc062 spi/dw_spi: Allow interrupt sharing by Yong Wang · 14 years ago
  37. 9d8f86b spi/spi_s3c64xx: Increase dead reckoning time in wait_for_xfer() by Mark Brown · 14 years ago
  38. d2a787f spi/spi_s3c64xx: Move to subsys_initcall() by Mark Brown · 14 years ago
  39. 3486008 spi: free children in spi_unregister_master, not siblings by David Lamparter · 14 years ago
  40. 8944f4f spi/spi_s3c64xx: Staticise non-exported functions by Mark Brown · 14 years ago
  41. cc0fc0b spi/spi_s3c64xx: Make probe more robust against missing board config by Mark Brown · 14 years ago
  42. 5e1c533 m68knommu: include sched.h in ColdFire/SPI driver by Greg Ungerer · 14 years ago
  43. b171aa2 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  44. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  45. 22ae782 of/address: Clean up function declarations by Grant Likely · 14 years ago
  46. b422588 spi/amba_pl022: Fix probe and remove hook section annotations. by Kevin Wells · 14 years ago
  47. 12b15e8 of/spi: call of_register_spi_devices() from spi core code by Anatolij Gustschin · 14 years ago
  48. 5ffdcd9 Merge commit 'v2.6.35-rc6' into spi/test by Grant Likely · 14 years ago
  49. 56825c8 powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue) by Anton Vorontsov · 15 years ago
  50. cf40f08 spi/mpc5121: change annotations for probe and remove functions by Anatolij Gustschin · 15 years ago
  51. b8f2e7b spi/bitbang: reinitialize transfer parameters for every message by Brian Niebuhr · 15 years ago
  52. 3c8e1a8 spi/spi-gpio: add support for controllers without MISO or MOSI pin by Marek Szyprowski · 15 years ago
  53. 04bb2a0 spi/bitbang: add support for SPI_MASTER_NO_{TX, RX} modes by Marek Szyprowski · 15 years ago
  54. 5c2818c SPI100k: Fix 8-bit and RX-only transfers by Cory Maccarrone · 15 years ago
  55. cf32b71 spi/mmc_spi: SPI bus locking API, using mutex by Ernst Schwab · 15 years ago
  56. ef7f2e8 of/spi: mpc512x_psc_spi.c: Fix build failures by Anatolij Gustschin · 15 years ago
  57. b535507 of/spi: Fix build failure on spi_ppc4xx.c by Grant Likely · 15 years ago
  58. bf6a67e spi/xilinx: Fix compile error by Grant Likely · 15 years ago
  59. b1e50eb Merge remote branch 'origin' into secretlab/next-spi by Grant Likely · 15 years ago
  60. 0c2a2ae spi/davinci: Fix clock prescale factor computation by Thomas Koeller · 15 years ago
  61. 41c4221 spi: move bitbang txrx utility functions to private header by hartleys · 15 years ago
  62. 6e27388f1b spi/mpc5121: Add SPI master driver for MPC5121 PSC by Anatolij Gustschin · 15 years ago
  63. 011f23a spi/ep93xx: implemented driver for Cirrus EP93xx SPI controller by Mika Westerberg · 15 years ago
  64. 99f1a43 spi/omap2_mcspi: Check params before dereference or use by Scott Ellis · 15 years ago
  65. 4743a0f spi/omap2_mcspi: add turbo mode support by Roman Tereshonkov · 15 years ago
  66. 8b66c13 spi/omap2_mcspi: change default DMA_MIN_BYTES value to 160 by Roman Tereshonkov · 15 years ago
  67. 4a12404 spi/pl022: fix stop queue procedure by Grzegorz Sygieda · 15 years ago
  68. 781c7b1 spi/pl022: add support for the PL023 derivate by Linus Walleij · 15 years ago
  69. 556f4ae spi/pl022: fix up differences between ARM and ST versions by Linus Walleij · 15 years ago
  70. 338ff29 spi/spi_mpc8xxx: Do not use map_tx_dma to unmap rx_dma by Joakim Tjernlund · 15 years ago
  71. 0398fb7 spi/spi_mpc8xxx: Fix QE mode Litte Endian by Joakim Tjernlund · 15 years ago
  72. f9218c2 spi/spi_mpc8xxx: fix potential memory corruption. by Joakim Tjernlund · 15 years ago
  73. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 15 years ago
  74. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 15 years ago
  75. a6f0398 Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 15 years ago
  76. f6304f5 Merge branch 'omap4-i2c-init' into omap-for-linus by Tony Lindgren · 15 years ago
  77. 8ebeb54 OMAP4: SPI: Fix Driver Kconfig by Syed Rafiuddin · 15 years ago
  78. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  79. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 15 years ago
  80. baffe16 [ARM] pxa: add namespace on ssp by Haojian Zhuang · 15 years ago
  81. 54c39b4 [ARM] pxa: move ssp into common plat-pxa by Haojian Zhuang · 15 years ago
  82. 83f2889 [ARM] pxa: merge regs-ssp.h into ssp.h by Eric Miao · 15 years ago
  83. c9840da [ARM] pxa: correct SSCR0_SCR to support multiple SoCs by Eric Miao · 15 years ago
  84. dda04c7 omap2_mcspi: small fixes of output data format by Roman Tereshonkov · 15 years ago
  85. a330ce2 omap2_mcspi: Flush posted writes by Roman Tereshonkov · 15 years ago
  86. 07a389f spi: spi_device memory should be released instead of device. by Roman Tereshonkov · 15 years ago
  87. 8ec130a spi: release device claimed by bus_find_device_by_name by Roman Tereshonkov · 15 years ago
  88. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  89. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  90. 9d20593 Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  91. 8839316 Fix typos in comments by Thomas Weber · 15 years ago
  92. 9bd4517 spi/omap2_mcspi: Use transaction speed if provided by Scott Ellis · 15 years ago
  93. 5e77494 spi/omap2_mcspi: fix NULL pointer dereference by Scott Ellis · 15 years ago
  94. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  95. d702d12 Merge with mainline to remove plat-omap/Kconfig conflict by Tony Lindgren · 15 years ago
  96. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  97. 963accb MIPS: Alchemy: change dbdma to accept physical memory addresses by Manuel Lauss · 15 years ago
  98. ea071cc MIPS: Alchemy: remove dbdma compat macros by Manuel Lauss · 15 years ago
  99. d7930c9 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  100. 4f4517c spi: Correct SPI clock frequency setting in spi_mpc8xxx by Ernst Schwab · 15 years ago