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