1. 3c27892 Merge remote-tracking branches 'spi/topic/bcm63xx', 'spi/topic/butterfly', 'spi/topic/cadence' and 'spi/topic/davinci' into spi-next by Mark Brown · 8 years ago
  2. 0ba2cf7 spi: bcm63xx: use correct format string for printing a resource by Arnd Bergmann · 9 years ago
  3. 4dde99b spi/bcm63xx: Move default clock configuration to kill compiler warning by Geert Uytterhoeven · 9 years ago
  4. 44d8fb3 spi/bcm63xx: move register definitions into the driver by Jonas Gorski · 9 years ago
  5. f13a5e8 spi/bcm63xx: move message control word description to register offsets by Jonas Gorski · 9 years ago
  6. 682b528 spi/bcm63xx: fix standard accessors and compile guard by Jonas Gorski · 9 years ago
  7. 158fcc4 spi/bcm63xx: replace custom io accessors with standard ones by Jonas Gorski · 9 years ago
  8. a45fcea spi/bcm63xx: hardcode busnum to 0 by Jonas Gorski · 9 years ago
  9. 6505999 spi/bcm63xx: always use a fixed number of CS by Jonas Gorski · 9 years ago
  10. 2bdf515 spi/bcm63xx: remove unused rx_tail variable by Jonas Gorski · 9 years ago
  11. 2c658e2 spi: Remove FSF mailing addresses by Jarkko Nikula · 9 years ago
  12. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  13. e4745fe spi: Remove unneeded include of linux/workqueue.h by Axel Lin · 10 years ago
  14. 6e07b91 Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/mpc512x-psc', 'spi/topic/mpc52xx', 'spi/topic/mxs', 'spi/topic/nuc900', 'spi/topic/oc-tiny' and 'spi/topic/octeon' into spi-next by Mark Brown · 10 years ago
  15. 9dee279 Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi/topic/clps711x', 'spi/topic/coldfire', 'spi/topic/completion' and 'spi/topic/davinci' into spi-next by Mark Brown · 10 years ago
  16. 7f8cf08 spi: bcm63xx: Remove unused define for PFX by Axel Lin · 10 years ago
  17. aa0fe82 spi: Use reinit_completion at appropriate places by Axel Lin · 10 years ago
  18. 3a44623 spi: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  19. 36e66bf Merge remote-tracking branches 'spi/topic/bcm2835', 'spi/topic/bcm63xx', 'spi/topic/bcm63xx-hsspi', 'spi/topic/bitbang', 'spi/topic/bpw', 'spi/topic/clps711x', 'spi/topic/coldfire', 'spi/topic/davinci', 'spi/topic/dw' and 'spi/topic/falcon' into spi-linus by Mark Brown · 10 years ago
  20. 9637b86 spi: bcm63xx: fix reference leak to master in bcm63xx_spi_remove() by Wei Yongjun · 11 years ago
  21. 1bae202 spi/bcm63xx: fix pm sleep support by Jonas Gorski · 10 years ago
  22. ea01e8a spi/bcm63xx: check return value of clk_prepare_enable by Jonas Gorski · 10 years ago
  23. 20e9e78 spi/bcm63xx: don't reject reads >= 256 bytes by Jonas Gorski · 10 years ago
  24. acf4fc6 spi: bcm63xx: Use devm_clk_get() by Jingoo Han · 10 years ago
  25. 86b3bde spi/bcm63xx: don't substract prepend length from total length by Jonas Gorski · 10 years ago
  26. ec32526 spi: bcm63xx: fix reference leak to master in bcm63xx_spi_remove() by Wei Yongjun · 11 years ago
  27. bca7693 spi: bcm63xx: use devm_spi_register_master() by Jingoo Han · 11 years ago
  28. 85cac43 Merge remote-tracking branch 'spi/topic/qspi' into spi-next by Mark Brown · 11 years ago
  29. 68aa4cb Merge remote-tracking branch 'spi/topic/pdata' into spi-next by Mark Brown · 11 years ago
  30. a1216394 spi: Use dev_get_drvdata at appropriate places by Axel Lin · 11 years ago
  31. 8074cf0 spi: use dev_get_platdata() by Jingoo Han · 11 years ago
  32. de0fa83 spi/spi-{bcm63xx.c,bfin-v3.c}: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
  33. 5355d96 spi/bcm63xx: Convert to core runtime PM by Mark Brown · 11 years ago
  34. 6140b05c Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 11 years ago
  35. 24778be spi: convert drivers to use bits_per_word_mask by Stephen Warren · 11 years ago
  36. 89e8773 spi: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  37. ab300d1 spi/bcm63xx: remove unused speed_hz variable by Jonas Gorski · 11 years ago
  38. b66c773 spi/bcm63xx: use devm_ioremap_resource() by Jonas Gorski · 11 years ago
  39. 68792e2 spi/bcm63xx: inline hz usage in bcm63xx_spi_setup_transfer by Jonas Gorski · 11 years ago
  40. c94df49 spi/bcm63xx: inline bcm63xx_spi_check_transfer by Jonas Gorski · 11 years ago
  41. 31e4eaa spi/bcm63xx: remove spi chip select validity check by Jonas Gorski · 11 years ago
  42. 58d8beb spi/bcm63xx: simplify bcm63xx_spi_check_transfer by Jonas Gorski · 11 years ago
  43. e2bdae0 spi/bcm63xx: check spi bits_per_word in spi_setup by Jonas Gorski · 11 years ago
  44. 52f83bb spi/bcm63xx: remove unused variable bs from bcm63xx_spi_setup by Jonas Gorski · 11 years ago
  45. c3db2b0 spi/bcm63xx: remove unneeded debug message by Jonas Gorski · 11 years ago
  46. ef9ed4b spi/bcm63xx: remove duplicated mode bits check by Jonas Gorski · 11 years ago
  47. 4fbb82a spi/bcm63xx: properly prepare clocks before enabling them by Jonas Gorski · 11 years ago
  48. b435ff2 spi/bcm63xx: don't disable non enabled clocks in probe error path by Jonas Gorski · 11 years ago
  49. 4a25b68 spi/bcm63xx: Remove unused variable by Kevin Cernekee · 11 years ago
  50. b17de07 spi/bcm63xx: work around inability to keep CS up by Jonas Gorski · 11 years ago
  51. c0fde3b spi/bcm63xx: reject transfers unable to transfer by Jonas Gorski · 11 years ago
  52. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 11 years ago
  53. b308fb2 spi/bcm63xx: remove useless call to bcm63xx_spi_check_transfer() by Florian Fainelli · 12 years ago
  54. 9651995 spi/bcm63xx: add missing spi_master_{resume,suspend} calls to PM callbacks by Florian Fainelli · 12 years ago
  55. 61d1596 spi/bcm63xx: remove driver version by Florian Fainelli · 12 years ago
  56. 2432cbe Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  57. 5a67044 MIPS: BCM63xx: Fix SPI message control register handling for BCM6338/6348. by Florian Fainelli · 12 years ago
  58. 1f68237 spi/bcm63xx: Ensure that memory is freed only after it is no longer used by Guenter Roeck · 12 years ago
  59. d76ea24 spi/bcm63xx: fix clock configuration selection by Florian Fainelli · 12 years ago
  60. 88a3a25 spi/bcm63xx: set master driver mode_bits. by Florian Fainelli · 12 years ago
  61. 1e41dc0 spi/bcm63xx: don't use the stopping state by Florian Fainelli · 12 years ago
  62. cde4384 spi/bcm63xx: convert to the pump message infrastructure by Florian Fainelli · 12 years ago
  63. b42dfed spi: add Broadcom BCM63xx SPI controller driver by Florian Fainelli · 12 years ago