1. 0b2e891 spi: dw: program registers as soon as possible by Andy Shevchenko · 9 years ago
  2. 45746e8 spi: dw: make sure SPI controller is enabled by Andy Shevchenko · 9 years ago
  3. 1a18f9f spi: dw: always reprogram CTRL0 by Andy Shevchenko · 9 years ago
  4. 341c7dc spi: dw: refactor code that handles clk_div by Andy Shevchenko · 9 years ago
  5. ea11370 spi: dw: get TX level without an additional variable by Andy Shevchenko · 9 years ago
  6. 39bc03b spi: dw: move piece of code out of condition by Andy Shevchenko · 9 years ago
  7. 30b4b70 spi: dw: print debug message with FIFO size by Andy Shevchenko · 10 years ago
  8. 3dbb3b9 spi: dw: amend warning message by Andy Shevchenko · 10 years ago
  9. d297933 spi: dw: Fix detecting FIFO depth by Axel Lin · 10 years ago
  10. ec05861 Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linus by Mark Brown · 10 years ago
  11. 0a8727e spi: dw: Fix dynamic speed change. by Thor Thayer · 10 years ago
  12. 9c6de47 spi: dw: Initialize of_node to discover DT node children by Thor Thayer · 10 years ago
  13. 7020d76 Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic/fsl' into spi-next by Mark Brown · 10 years ago
  14. 1fc8450 Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi/topic/checkpatch' and 'spi/topic/clps711x' into spi-next by Mark Brown · 10 years ago
  15. c3c6e23 spi: dw: fix style of code in few places by Andy Shevchenko · 10 years ago
  16. c3ce15b spi: dw: introduce support of loopback mode by Andy Shevchenko · 10 years ago
  17. 94b0955 Merge remote-tracking branches 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl', 'spi/fix/pl022', 'spi/fix/rockchip' and 'spi/fix/sirf' into spi-linus by Mark Brown · 10 years ago
  18. 53288fe spi: dw: don't use mrst prefix anymore by Andy Shevchenko · 10 years ago
  19. 551f6a5 Merge branch 'topic/checkpatch' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-dw by Mark Brown · 10 years ago
  20. 05ed2ae spi: dw: remove FSF address by Andy Shevchenko · 10 years ago
  21. fadcace spi: dw: Fix checkpatch issue by Jingoo Han · 10 years ago
  22. a97c883 spi: dw: Don't use devm_kzalloc in master->setup callback by Axel Lin · 10 years ago
  23. 08a707b spi: dw: fix kernel crash due to NULL pointer dereference by Andy Shevchenko · 10 years ago
  24. bf61fb8 spi: dw: Remove unused dw_spi_cleanup function by Axel Lin · 10 years ago
  25. d9c73bb spi: dw: add support for gpio controlled chip select by Baruch Siach · 11 years ago
  26. ec37e8e spi: dw: migrate to generic queue infrastructure by Baruch Siach · 11 years ago
  27. 3bcbc14 Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topic/efm32', 'spi/topic/ep93xx', 'spi/topic/fsl', 'spi/topic/fsl-dspi', 'spi/topic/fsl-espi' and 'spi/topic/gpio' into spi-next by Mark Brown · 10 years ago
  28. c63f5da spi: dw: Don't call kfree for memory allocated by devm_kzalloc by Axel Lin · 10 years ago
  29. 765ee70 spi: dw: Convert to let spi core validate transfer speed by Axel Lin · 10 years ago
  30. 23e2c2a spi: Use list_last_entry at appropriate places by Axel Lin · 10 years ago
  31. 43f627a spi: dw: fix memory leak on error path by Baruch Siach · 11 years ago
  32. 04f421e spi: dw: use managed resources by Baruch Siach · 11 years ago
  33. 0a47d3c spi: dw: drop unused struct dw_spi field by Baruch Siach · 11 years ago
  34. f6bd03a spi: Don't break user-visible strings to multiple source lines in drivers by Jarkko Nikula · 11 years ago
  35. 24778be spi: convert drivers to use bits_per_word_mask by Stephen Warren · 11 years ago
  36. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 12 years ago
  37. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 12 years ago
  38. d7614de spi: Add module.h to implicit users in drivers/spi by Paul Gortmaker · 13 years ago
  39. 7eb187b spi: spi-dw: fix all sparse warnings by H Hartley Sweeten · 13 years ago
  40. 40bfff8 spi/dw: Add spi number into spi irq desc by Liu, ShuoX · 13 years ago
  41. ca632f5 spi: reorganize drivers by Grant Likely · 13 years ago[Renamed (99%) from drivers/spi/dw_spi.c]
  42. 78fab4c Merge commit 'v2.6.39' into spi/next by Grant Likely · 13 years ago
  43. 6b98cd5 Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  44. 850a28e spi: Fix race condition in stop_queue() by Vasily Khoruzhick · 13 years ago
  45. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  46. 3b8a4dd spi/dw_spi: improve the interrupt mode with the batch ops by Alek Du · 13 years ago
  47. 2ff271b spi/dw_spi: change poll mode transfer from byte ops to batch ops by Alek Du · 13 years ago
  48. 8a33a37 spi/dw_spi: remove the un-necessary flush() by Alek Du · 13 years ago
  49. de6efe0 spi/dw_spi: unify the low level read/write routines by Feng Tang · 13 years ago
  50. 568a60e spi/dw_spi: move dw_spi.h into drivers/spi by Grant Likely · 13 years ago
  51. 2f263d9 spi/dw_spi Typo change diable to disable. by Justin P. Mattock · 14 years ago
  52. 7063c0d spi/dw_spi: add DMA support by Feng Tang · 14 years ago
  53. 79290a2 spi/dw_spi: change to EXPORT_SYMBOL_GPL for exported APIs by Feng Tang · 14 years ago
  54. ebf45b7 spi/dw_spi: Fix too short timeout in spi polling loop by Feng Tang · 14 years ago
  55. 3d0b608 dw_spi: Fix missing final read in some polling situations by Major Lee · 14 years ago
  56. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  57. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  58. e3e55ff spi/dw_spi: clean the cs_control code by Feng Tang · 14 years ago
  59. cbcc062 spi/dw_spi: Allow interrupt sharing by Yong Wang · 14 years ago
  60. 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
  61. 8bcb4a8 spi/dw_spi: fix missing export of dw_spi_remove_host by Feng Tang · 15 years ago
  62. 052dc7c spi/dw_spi: conditional transfer mode changes by George Shore · 15 years ago
  63. f4aec79 spi/dw_spi: remove conditional from 'poll_transfer'. by George Shore · 15 years ago
  64. 426c009 spi/dw_spi: fixed a spelling typo in a warning message. by George Shore · 15 years ago
  65. 20a588f spi/dw_spi: add return value to empty mrst_spi_debugfs_init() by George Shore · 15 years ago
  66. c587b6f spi/dw_spi: add a FIFO depth detection by Feng Tang · 15 years ago
  67. 99147b5 spi/dw_spi: fix __init/__devinit section mismatch by Grant Likely · 15 years ago
  68. 552e450 spi/dw_spi: refine the IRQ mode working flow by Feng Tang · 15 years ago
  69. b490e37 spi/dw_spi: bug fix in wait_till_not_busy() by Feng Tang · 15 years ago
  70. e24c745 spi: controller driver for Designware SPI core by Feng Tang · 15 years ago