1. f52e670 spi: mvebu: fix baudrate calculation for armada variant by Uwe Kleine-König · 7 years ago
  2. 57c624a spi: orion: Fix return value check in orion_spi_probe() by Wei Yongjun · 8 years ago
  3. b3c195b spi: orion: Add direct access mode by Stefan Roese · 8 years ago
  4. 38d6211 spi: orion: On a38x, implement "50MHZ SPI AC timing" Erratum No. FE-9144572 by Nadav Haklai · 9 years ago
  5. 4dacccf spi: orion: Fix extended baud rates for each Armada SoCs by Gregory CLEMENT · 9 years ago
  6. ce2f6ea spi: orion: Fix maximum baud rates for Armada 370/XP by Gregory CLEMENT · 9 years ago
  7. 2324440 spi: orion: Add multiple chip select support to spi-orion by Ken Wilson · 9 years ago
  8. 75872eb spi: orion: Change spi-orion to use transfer_one() semantics for SPI transfers by Ken Wilson · 9 years ago
  9. c0f486f Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  10. ec83305 spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 9 years ago
  11. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  12. 9a2d363 spi: orion: fix potential NULL pointer de-reference by Greg Ungerer · 10 years ago
  13. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  14. 899d81b Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/topic/mxs', 'spi/topic/omap-100k' and 'spi/topic/orion' into spi-next by Mark Brown · 10 years ago
  15. df59fa7 spi: orion: support armada extended baud rates by Greg Ungerer · 10 years ago
  16. b843404 spi: orion: Fix checkpatch issue by Jingoo Han · 10 years ago
  17. 0c18b76 Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pl022', 'spi/topic/qup', 'spi/topic/rockchip' and 'spi/topic/rspi' into spi-next by Mark Brown · 10 years ago
  18. e06871c spi: orion: fix incorrect handling of cell-index DT property by Thomas Petazzoni · 10 years ago
  19. 1403381 spi: orion: Fix error return code in orion_spi_probe() by Wei Yongjun · 10 years ago
  20. 5c67869 spi: spi-orion: add runtime PM support by Russell King · 10 years ago
  21. c85012a spi: spi-orion: check return value from clk_prepare()/clk_enable() by Russell King · 10 years ago
  22. 1752368 Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', 'spi/topic/omap2', 'spi/topic/orion', 'spi/topic/pl022', 'spi/topic/qup', 'spi/topic/rspi' and 'spi/topic/s3c24xx' into spi-next by Mark Brown · 10 years ago
  23. cd2ac0c spi: orion: Let spi core handle validating transfer length by Axel Lin · 10 years ago
  24. 495b335 spi: orion: Convert to let spi core validate xfer->bits_per_word by Axel Lin · 10 years ago
  25. b52a37f spi: orion: Let spi core handle checking transfer speed by Axel Lin · 10 years ago
  26. 1647138 spi: orion: Remove unused pointer in orion_spi_write_read() by Christian Engelmayer · 10 years ago
  27. 3a44623 spi: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  28. bb48984 spi: orion: Use devm_clk_get() by Jingoo Han · 10 years ago
  29. 3135ba8 Merge remote-tracking branch 'spi/topic/orion' into spi-next by Mark Brown · 11 years ago
  30. 3fed806 spi: orion: Fix checkpatch issue by Jingoo Han · 11 years ago
  31. 4bd3d8e spi: orion: use devm_spi_register_master() by Jingoo Han · 11 years ago
  32. 11c28cf Merge remote-tracking branch 'spi/topic/orion' into spi-next by Mark Brown · 11 years ago
  33. 1729ce3 spi/orion: Convert to devm_ioremap_resource() by Mark Brown · 11 years ago
  34. 895248f spi/orion: Directly include linux/size.h by Mark Brown · 11 years ago
  35. 24b5a82 spi: use platform_{get,set}_drvdata() by Jingoo Han · 11 years ago
  36. 41ab724 spi/orion: Use module_platform_driver() by Ezequiel Garcia · 11 years ago
  37. 2deff8d spi: Remove erroneous __init, __exit and __exit_p() references in drivers by Grant Likely · 11 years ago
  38. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 11 years ago
  39. b15d5d7 spi/orion: Add SPI_CHPA and SPI_CPOL support to kirkwood driver. by Jason Gunthorpe · 11 years ago
  40. ba59a80 spi: Refactor spi-orion to use SPI framework queue. by Andrew Lunn · 12 years ago
  41. 8ceffa7 spi/orion: remove uneeded spi_info by Michael Walle · 12 years ago
  42. f814f9a spi/orion: add device tree binding by Andrew Lunn · 12 years ago
  43. 4574b88 ARM: Orion: SPI: Add clk/clkdev support. by Andrew Lunn · 12 years ago
  44. d34b7d4 ARM: orion: spi: remove enable_clock_fix which is not used by Andrew Lunn · 12 years ago
  45. d7614de spi: Add module.h to implicit users in drivers/spi by Paul Gortmaker · 13 years ago
  46. 8e2943c spi: Convert uses of struct resource * to resource_size(ptr) by Joe Perches · 13 years ago
  47. ca632f5 spi: reorganize drivers by Grant Likely · 13 years ago[Renamed (99%) from drivers/spi/orion_spi.c]
  48. e447d35 spi/orion: Drop unnecessary null test by Julia Lawall · 14 years ago
  49. e7db06b spi: move more spi_setup() functionality into core by David Brownell · 15 years ago
  50. 7d07719 spi: move common spi_setup() functionality into core by David Brownell · 15 years ago
  51. 6c7377a spi: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  52. 2bec19f orion_spi: handle 88F6183 erratum by Lennert Buytenhek · 16 years ago
  53. f2fe163 orion_spi: fix handling of default transfer speed by Lennert Buytenhek · 16 years ago
  54. 60cadec spi: new orion_spi driver by Shadi Ammouri · 16 years ago