1. 5bcc3b0 spi: sirf: add the reset for USP-based SPI by Qipan Li · 9 years ago
  2. 3aa7b1d spi: sirf: remove the allocation of dummypage by Qipan Li · 9 years ago
  3. e3fb57c spi: sirf: add support for USP-based SPI by Qipan Li · 9 years ago
  4. a34bcbe spi: sirf: replace kmalloc by devm_kzalloc by Qipan Li · 9 years ago
  5. 96bf401 spi: sirf: request and free cs gpio in setup and cleanup callbacks by Qipan Li · 9 years ago
  6. f08654a spi: sirf: replace BUG condition by error code for unsupported transfer by Qipan Li · 9 years ago
  7. 29104c7 spi: sirf: drop redundant sirf,marco-spi compatible string by Barry Song · 9 years ago
  8. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  9. f56be67 Merge remote-tracking branches 'spi/topic/mxs', 'spi/topic/pxa', 'spi/topic/rockchip', 'spi/topic/samsung' and 'spi/topic/sirf' into spi-next by Mark Brown · 9 years ago
  10. 8509c55 spi: sirf: reset SPI controller in init stage by Qipan Li · 9 years ago
  11. fcc50e5 spi: sirf: assign spi_master's max_speed_hz member by Qipan Li · 10 years ago
  12. 9c4b19a spi: sirf: fix word width configuration by Qipan Li · 10 years ago
  13. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  14. bab4d75 Merge remote-tracking branches 'spi/topic/pl022', 'spi/topic/pxa2xx', 'spi/topic/rspi', 'spi/topic/sh-msiof' and 'spi/topic/sirf' into spi-next by Mark Brown · 10 years ago
  15. 9593e61 spi: sirf: cleanup the indentation of marcos by Qipan Li · 10 years ago
  16. 810a58b spi: sirf: add fifo reset/start for cmd transfer by Qipan Li · 10 years ago
  17. 0021d97 spi: sirf: fix 'cmd_transfer' function typos by Qipan Li · 10 years ago
  18. f2a08b4 spi: sirf: enable RX_IO_DMA_INT interrupt by Qipan Li · 10 years ago
  19. 7850cdf spi: sirf: correct spi gpio and hardware chipselect behaviour by Qipan Li · 10 years ago
  20. 41148c3 spi: sirf: decrease the interrupt count and latency of PIO mode by Qipan Li · 10 years ago
  21. c908ef3 spi: sirf: refactor spi transfer functions by Qipan Li · 10 years ago
  22. bf83fd6 spi: sirf: fix spi full-duplex DMA transferring issue by Qipan Li · 10 years ago
  23. d77ec5d spi: sirf: fix line over 80 characters style issue by Qipan Li · 10 years ago
  24. 6ee8a2f spi: sirf: make GPIO chipselect function work well by Qipan Li · 10 years ago
  25. 625227a4 spi: sirf: set SPI controller in RISC IO chipselect mode by Qipan Li · 10 years ago
  26. 818e916 spi: sirf: correct TXFIFO empty interrupt status bit by Qipan Li · 10 years ago
  27. a82ba3a spi: sirf: Add missing spi_master_{resume,suspend} calls to PM callbacks by Axel Lin · 10 years ago
  28. eeb71395 spi: sirf: provide a shortcut for spi command-data mode by Qipan Li · 10 years ago
  29. 71aa2e3 spi: sirf: Use SIMPLE_DEV_PM_OPS macro by Jingoo Han · 10 years ago
  30. facffed spi: sirf: use SET_SYSTEM_SLEEP_PM_OPS to initialize PM entries by Qipan Li · 10 years ago
  31. dd7243d spi: sirf: move to use generic dma dt-binding by Barry Song · 10 years ago
  32. 8c328a2 spi: sirf: Avoid duplicate code in various bits_per_word cases by Axel Lin · 10 years ago
  33. 23061f1 spi: Remove duplicate code to set default bits_per_word setting by Axel Lin · 10 years ago
  34. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  35. 94c69f7 spi: bitbang: Let spi_bitbang_start() take a reference to master by Axel Lin · 11 years ago
  36. a3e412d Merge remote-tracking branch 'spi/topic/sirf' into spi-next by Mark Brown · 11 years ago
  37. a1216394 spi: Use dev_get_drvdata at appropriate places by Axel Lin · 11 years ago
  38. 692fb0f spi/sirf: fix the misunderstanding about len of spi_transfer by Qipan Li · 11 years ago
  39. 6cca9e2 spi: sirf: fix error return code in spi_sirfsoc_probe() by Wei Yongjun · 11 years ago
  40. 2479790 spi/sirf: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
  41. de39f5f spi: sirf: use DMA if both buffer address and length are aligned by Barry Song · 11 years ago
  42. 94b1f0d spi: sirf: add missed spi mode_bits that SiRFSoC hardware supports by Qipan Li · 11 years ago
  43. adb25d5 Merge remote-tracking branch 'spi/topic/sirf' into spi-next by Mark Brown · 11 years ago
  44. 804ae43 spi: sirf: avoid uninitialized-use warning by Arnd Bergmann · 11 years ago
  45. 24778be spi: convert drivers to use bits_per_word_mask by Stephen Warren · 11 years ago
  46. 237ce46 spi: sirf: fix the issue while transferring more than 256 words by Qipan Li · 11 years ago
  47. de1f9f2 spi/sirf: Let device core handle pinctrl by Mark Brown · 11 years ago
  48. 3af4ed7 spi/sirf: fix MODULE_DEVICE_TABLE by Arnd Bergmann · 11 years ago
  49. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  50. f3b8a8e spi/sirf: add support for new SiRFmarco SMP SoC by Barry Song · 11 years ago
  51. e5118cd spi/sirf: use clk_prepare_enable and clk_disable_unprepare by Barry Song · 11 years ago
  52. 766ed70 spi: remove check for bits_per_word on transfer from low level driver by Laxman Dewangan · 11 years ago
  53. b0ee560 spi: Convert to devm_ioremap_resource() by Thierry Reding · 11 years ago
  54. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 11 years ago
  55. 71422f9 SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errors by Barry Song · 12 years ago
  56. 1cc2df9 SPI: add CSR SiRFprimaII SPI controller driver by Zhiwu Song · 12 years ago