1. db9371b spi: spi-bfin5xx: replace platform_driver_probe to support deferred probing by Wolfram Sang · 11 years ago
  2. fbbfd68 spi: bfin5xx: convert from legacy pm ops to dev_pm_ops by Jingoo Han · 11 years ago
  3. 8074cf0 spi: use dev_get_platdata() by Jingoo Han · 11 years ago
  4. 6140b05c Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 11 years ago
  5. 24778be spi: convert drivers to use bits_per_word_mask by Stephen Warren · 11 years ago
  6. 89e8773 spi: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  7. 2deff8d spi: Remove erroneous __init, __exit and __exit_p() references in drivers by Grant Likely · 11 years ago
  8. 766ed70 spi: remove check for bits_per_word on transfer from low level driver by Laxman Dewangan · 12 years ago
  9. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 12 years ago
  10. 2431a81 spi/spi-bfin5xx: Fix flush of last bit after each spi transfer by Scott Jiang · 12 years ago
  11. 128465c spi/spi-bfin5xx: fix reversed if condition in interrupt mode by Scott Jiang · 12 years ago
  12. 7666fd8 spi/bfin_spi: drop bits_per_word from client data by Scott Jiang · 12 years ago
  13. 38ada21 spi: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  14. c52d4e5 spi/bfin_spi: uninline fat queue funcs by Mike Frysinger · 13 years ago
  15. ddc0bf1 spi/bfin_spi: constify pin array by Mike Frysinger · 13 years ago
  16. 47885ce spi/bfin_spi: use structs for accessing hardware regs by Mike Frysinger · 13 years ago
  17. f8db4cc Merge branch 'spi/merge' into spi/next by Grant Likely · 13 years ago
  18. ca632f5 spi: reorganize drivers by Grant Likely · 13 years ago[Renamed from drivers/spi/spi_bfin5xx.c]
  19. 6b98cd5 Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  20. 850a28e spi: Fix race condition in stop_queue() by Vasily Khoruzhick · 13 years ago
  21. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  22. 1974eba spi/bfin_spi: return immediately after skipping to next transfer by Sonic Zhang · 13 years ago
  23. 4d676fc spi/bfin_spi: support for multiples of 8bits with hardware CS by Bob Liu · 13 years ago
  24. 73e1ac1 spi/bfin_spi: only request GPIO on first load by Michael Hennerich · 14 years ago
  25. 782a895 spi/bfin_spi: handle error/status changes after data interrupts by Michael Hennerich · 14 years ago
  26. 9c0a788 spi/bfin_spi: namespace local structs by Mike Frysinger · 14 years ago
  27. 6f7c17f spi/bfin_spi: init early by Michael Hennerich · 14 years ago
  28. 2e76865 spi/bfin_spi: check per-transfer bits_per_word by Bob Liu · 14 years ago
  29. 4190f6a spi/bfin_spi: warn when CS is driven by hardware (CPHA=0) by Barry Song · 14 years ago
  30. e72dcde spi/bfin_spi: cs should be always low when a new transfer begins by Rob Maris · 14 years ago
  31. e359540 spi/bfin_spi: fix typo in comment by Rob Maris · 14 years ago
  32. 7715aad spi/bfin_spi: reject unsupported SPI modes by Mike Frysinger · 14 years ago
  33. a75bd65b spi/bfin_spi: use dma_disable_irq_nosync() in irq handler by Barry Song · 14 years ago
  34. 5e8592d spi/bfin_spi: combine duplicate SPI_CTL read/write logic by Mike Frysinger · 15 years ago
  35. 5b47bcd spi/bfin_spi: reset ctl_reg bits when setup is run again on a device by Mike Frysinger · 15 years ago
  36. 033f44b spi/bfin_spi: push all size checks into the transfer function by Mike Frysinger · 15 years ago
  37. 7370ed6 spi/bfin_spi: use nosync when disabling the IRQ from the IRQ handler by Yi Li · 15 years ago
  38. 9677b0de spi/bfin_spi: sync hardware state before reprogramming everything by Barry Song · 15 years ago
  39. b052fd0 spi/bfin_spi: save/restore state when suspending/resuming by Barry Song · 15 years ago
  40. d3cc71f spi/bfin_spi: redo GPIO CS handling by Barry Song · 15 years ago
  41. 90008a6 spi/bfin_spi: use the SPI namespaced bit names by Mike Frysinger · 15 years ago
  42. 2a04513 spi/bfin_spi: drop extra memory we don't need by Mike Frysinger · 15 years ago
  43. b9f139a spi/bfin_spi: convert struct names to something more logical by Mike Frysinger · 15 years ago
  44. 9c4542c spi/bfin_spi: convert read/write/duplex funcs to a dedicated ops structure by Mike Frysinger · 15 years ago
  45. f4f50c3 spi/bfin_spi: convert queue run state to true/false by Mike Frysinger · 15 years ago
  46. ab09e04 spi/bfin_spi: fix up some unused/misleading comments by Mike Frysinger · 15 years ago
  47. 5cc0159 spi/bfin_spi: punt useless null read/write funcs by Mike Frysinger · 15 years ago
  48. 201bbc6 spi/bfin_spi: drop custom cs_change_per_word support by Mike Frysinger · 15 years ago
  49. 8221610 spi/bfin_spi: fix CS handling by Barry Song · 15 years ago
  50. f6a6d96 spi/bfin_spi: utilize the SPI interrupt in PIO mode by Yi Li · 15 years ago
  51. bb8beecd spi/bfin_spi: force sane master-mode state at boot by Wolfgang Muees · 15 years ago
  52. 60d0071 spi/bfin_spi: work around anomaly 05000119 by Sonic Zhang · 15 years ago
  53. ac01e97 spi/bfin_spi: fix resources leakage by Daniel Mack · 15 years ago
  54. 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
  55. 74947b8 spi: spi_bfin5xx.c: use resource_size() by hartleys · 15 years ago
  56. e7db06b spi: move more spi_setup() functionality into core by David Brownell · 15 years ago
  57. 7d07719 spi: move common spi_setup() functionality into core by David Brownell · 15 years ago
  58. b4bd2ab spi_bfin5xx: limit reaches -1 by Roel Kluin · 15 years ago
  59. 67834fa Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheable by Jie Zhang · 15 years ago
  60. 75c8915 spi_bfin5xx: remove unused IS_DMA_ALIGNED macro by Mike Rapoport · 15 years ago
  61. 93b61bd Blackfin SPI Driver: Make mmc_spi driver work on Blackfin by Wolfgang Muees · 15 years ago
  62. 42c78b2 Blackfin SPI Driver: Add GPIO controlled SPI Slave Select support by Michael Hennerich · 15 years ago
  63. e7d02e3 Blackfin SPI Driver: fix NULL pointer crash by Mike Frysinger · 15 years ago
  64. 138f97c Blackfin SPI Driver: use bfin_spi_ prefix on all functions by Mike Frysinger · 15 years ago
  65. b9b2a76 Blackfin SPI Driver: fix bug - correct usage of struct spi_transfer.cs_change by Yi Li · 15 years ago
  66. 2cf3683 Blackfin SPI Driver: fix bug - spi controller driver does not assert/deassert CS correctly by Yi Li · 15 years ago
  67. a963ea8 Blackfin SPI Driver: tweak magic spi dma sequence to get it working on BF54x by Mike Frysinger · 15 years ago
  68. aaaf939 Blackfin SPI Driver: add timeout while waiting for SPIF in dma irq handler by Mike Frysinger · 15 years ago
  69. 11d6f59 Blackfin SPI Driver: get dma working for SPI flashes by Mike Frysinger · 15 years ago
  70. 4160bde Blackfin SPI Driver: SPI slave select code cleanup by Mike Frysinger · 15 years ago
  71. b31e27a Blackfin SPI Driver: use the properl BIT_CTL_xxx defines by Mike Frysinger · 15 years ago
  72. 40a2945 Blackfin SPI Driver: do not check for SPI errors if DMA itself did not flag any by Mike Frysinger · 15 years ago
  73. d24bd1d Blackfin SPI Driver: add a few more DMA debug messages by Mike Frysinger · 15 years ago
  74. 59bfcc6 Blackfin SPI Driver: drop bogus cast and touchup dma label by Mike Frysinger · 15 years ago
  75. 7aec356 Blackfin SPI Driver: unify duplicated code in dma read/write paths by Mike Frysinger · 15 years ago
  76. 04b95d2 Blackfin SPI Driver: pass DMA overflow error to the higher level by Mike Frysinger · 15 years ago
  77. ace3286 Blackfin SPI Driver: use len_in_bytes when we care about the number of bytes transferred by Mike Frysinger · 15 years ago
  78. a42e809 Blackfin SPI Driver: remove useless <asm/cplbinit.h> by Mike Frysinger · 15 years ago
  79. 7513e00 Blackfin SPI Driver: Fix erroneous SPI Clock divisor calculation by Michael Hennerich · 15 years ago
  80. 8cf5858 Blackfin SPI Driver: ensure cache coherency before doing DMA by Vitja Makarov · 15 years ago
  81. 6c7377a spi: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  82. 8eeb12e spi_bfin5xx: use PIO for full duplex, not DMA by Vitja Makarov · 16 years ago
  83. 7e38c3c spi: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  84. b9ad898 spi: spi_bfin5xx: remove unused label by Michael Hennerich · 16 years ago
  85. f9e522c spi: spi_bfin5xx: fix probe() sequencing by Vitja Makarov · 16 years ago
  86. 4fb98ef spi: spi_bfin5xx build fix by Mike Frysinger · 16 years ago
  87. 26fdc1f spi_bfin: headers are not for changelogs by Mike Frysinger · 16 years ago
  88. 13f3e642 spi_bfin: wait for tx to complete on write paths by Sonic Zhang · 16 years ago
  89. 4fd432d spi_bfin: wait for tx to complete on full duplex paths by Bryan Wu · 16 years ago
  90. e26aa01 spi_bfin: wait for tx to complete on some cs_chg paths by Bryan Wu · 16 years ago
  91. aab0d83 spi_bfin: use more useful GPIO labels by Bryan Wu · 16 years ago
  92. 8d20d0a spi_bfin: remove useless fault path by Bryan Wu · 16 years ago
  93. 15aafa2 Remove pointless casts from void pointers by Jeff Garzik · 16 years ago
  94. 6b1a802 spi_bfin5xx: fix typo in description by Will Newton · 17 years ago
  95. 092e1fd Blackfin SPI driver: reconfigure speed_hz and bits_per_word in each spi transfer by Bryan Wu · 17 years ago
  96. 003d922 Blackfin SPI driver: move hard coded pin_req to board file by Bryan Wu · 17 years ago
  97. f452126 Blackfin SPI driver: use void __iomem * for regs_base by Bryan Wu · 17 years ago
  98. d8c0500 Blackfin SPI driver: use cpu_relax() to replace continue in while busywait by Bryan Wu · 17 years ago
  99. 07612e5 spi: spi_bfin: resequence DMA start/stop by Sonic Zhang · 17 years ago
  100. 62310e5 spi: spi_bfin: update handling of delay-after-deselect by Bryan Wu · 17 years ago