1. b1e50eb Merge remote branch 'origin' into secretlab/next-spi by Grant Likely · 14 years ago
  2. 338ff29 spi/spi_mpc8xxx: Do not use map_tx_dma to unmap rx_dma by Joakim Tjernlund · 14 years ago
  3. 0398fb7 spi/spi_mpc8xxx: Fix QE mode Litte Endian by Joakim Tjernlund · 14 years ago
  4. f9218c2 spi/spi_mpc8xxx: fix potential memory corruption. by Joakim Tjernlund · 14 years ago
  5. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  6. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  7. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  8. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  9. 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
  10. 8839316 Fix typos in comments by Thomas Weber · 14 years ago
  11. 4f4517c spi: Correct SPI clock frequency setting in spi_mpc8xxx by Ernst Schwab · 14 years ago
  12. e9a172f spi/mpc8xxx: don't check platform_get_irq's return value against zero by Uwe Kleine-König · 14 years ago
  13. bf931a0 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  14. 82de765 spi: spi_mpc8xxx.c: use resource_size() by hartleys · 15 years ago
  15. 478e4e9 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  16. b3a0894 spi/mpc8xxx: don't use __exit_p to wrap plat_mpc8xxx_spi_remove by Uwe Kleine-König · 15 years ago
  17. 7d6709a powerpc: Fix build of some FSL platforms by Benjamin Herrenschmidt · 15 years ago
  18. 4c1fba4 spi_mpc8xxx: Add support for QE DMA mode and CPM1/CPM2 chips by Anton Vorontsov · 15 years ago
  19. 87ec0e9 spi_mpc8xxx: Turn qe_mode into flags by Anton Vorontsov · 15 years ago
  20. a35c171 spi_mpc8xxx: Factor out SPI mode change steps into a call by Anton Vorontsov · 15 years ago
  21. 783058f spi_mpc8xxx: Fix uninitialized variable by Anton Vorontsov · 15 years ago
  22. 575c580 spi_mpc8xxx: s/83xx/8xxx/g by Anton Vorontsov · 15 years ago
  23. 34a661a spi_mpc83xx: rename spi_83xx.c to spi_8xxx.c by Anton Vorontsov · 15 years ago[Renamed from drivers/spi/spi_mpc83xx.c]
  24. aef79d8 spi_mpc83xx: remove dead code by Anton Vorontsov · 15 years ago
  25. b9b9af1 spi_mpc83xx: split mpc83xx_spi_work() into two routines by Anton Vorontsov · 15 years ago
  26. 9effb95 spi_mpc83xx: fix checkpatch issues by Anton Vorontsov · 15 years ago
  27. 5afbf09 spi_mpc83xx: add small delay after asserting chip-select line by Anton Vorontsov · 15 years ago
  28. fd8a11e spi_mpc83xx: quieten down the "Requested speed is too low" message by Anton Vorontsov · 15 years ago
  29. e7db06b spi: move more spi_setup() functionality into core by David Brownell · 15 years ago
  30. 7d07719 spi: move common spi_setup() functionality into core by David Brownell · 15 years ago
  31. 0214154 spi: takes size of a pointer to determine the size of the pointed-to type by Roel Kluin · 15 years ago
  32. 35b4b3c spi_mpc83xx: add OF platform driver bindings by Anton Vorontsov · 15 years ago
  33. 364fdbc spi_mpc83xx: rework chip selects handling by Anton Vorontsov · 15 years ago
  34. 34c8a20 spi_mpc83xx: fix sparse warnings by Anton Vorontsov · 15 years ago
  35. 6c7377a spi: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  36. aa77d96 spi_mpc83xx: reject invalid transfer sizes by Peter Korsgaard · 16 years ago
  37. 53604db spi_mpc83xx: fix clockrate calculation for low speed by Peter Korsgaard · 16 years ago
  38. a61f534 spi: spi_mpc83xx clockrate fixes by Chen Gong · 16 years ago
  39. c9bfcb3 spi_mpc83xx: much improved driver by Joakim Tjernlund · 16 years ago
  40. b687d2a spi: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  41. 7e38c3c spi: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  42. 59a0ea5 spi_mpc83xx: use brg-frequency for SPI in QE by Anton Vorontsov · 16 years ago
  43. d1e44d9 SPI driver runtime footprint shrinkage by David Brownell · 17 years ago
  44. 65e213c spi_mpc83xx: hang fix by Jan Andersson · 17 years ago
  45. fc3ba95 SPI driver hotplug/coldplug fixes by David Brownell · 17 years ago
  46. a44648b spi_mpc83xx: fix prescale modulus calculation by Anton Vorontsov · 17 years ago
  47. e24a4d1 spi_mpc83xx: in "QE mode", use sysclk/2 by Anton Vorontsov · 17 years ago
  48. 2a485d7 spi_mpc83xx: support loopback mode by Anton Vorontsov · 17 years ago
  49. 35cc0b9 spi_mpc83xx: fix QE+LSB mode shifts by Anton Vorontsov · 17 years ago
  50. 32421da spi_mpc83xx: support for lsb-first transfers by Anton Vorontsov · 17 years ago
  51. 20ba09b spi_mpc83xx: get rid of magic numbers by Anton Vorontsov · 17 years ago
  52. 49bb230 spi_mpc83xx: turn off SPI unit while switching mode by Anton Vorontsov · 17 years ago
  53. f29ba28 spi_mpc83xx.c: support QE enabled 83xx CPU's like mpc832x by Joakim Tjernlund · 17 years ago
  54. 698ca47 spi_mpc83xx.c underclocking hotfix by Clifford Wolf · 17 years ago
  55. dccd573 SPI controller drivers: check for unsupported modes by David Brownell · 17 years ago
  56. 4b1badf [PATCH] SPI: define null tx_buf to mean "shift out zeroes" by David Brownell · 18 years ago
  57. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  58. ccf0699 [PATCH] spi: add spi master driver for Freescale MPC83xx SPI controller by Kumar Gala · 18 years ago