1. 6a5c96c spi: spi-fsl-spi: call spi_finalize_current_message() at the end by Christophe Leroy · 5 years ago
  2. 37c5db7 spi: fsl-(e)spi: Fix checking return value of devm_ioremap_resource by Axel Lin · 9 years ago
  3. 3c5395b spi: fsl-(e)spi: simplify cleanup code by Heiner Kallweit · 9 years ago
  4. 4178b6b spi: fsl-(e)spi: migrate to using devm_ functions to simplify cleanup by Heiner Kallweit · 9 years ago
  5. 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
  6. 1a7e06d spi: fsl-spi: remove unused variable assignment by Heiner Kallweit · 9 years ago
  7. 75c4108 spi: spi-fsl-spi: Return an error code in fsl_spi_do_one_msg() by Fabio Estevam · 9 years ago
  8. c592bec spi: fsl-(e)spi: migrate to generic master queueing by Heiner Kallweit · 9 years ago
  9. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  10. 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
  11. a310836 spi: fsl: Sort include headers alphabetically by Xiubo Li · 10 years ago
  12. d9f2674 spi: fsl: Don't use devm_kzalloc in master->setup callback by Axel Lin · 10 years ago
  13. 3aea901 spi: fsl-spi: Make of_device_id array const by Jingoo Han · 10 years ago
  14. 7a40054 spi: fsl-spi: Fix memory leak by Axel Lin · 10 years ago
  15. 6eadd84 Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/omap2-mcspi' and 'spi/fix/qup' into spi-linus by Mark Brown · 10 years ago
  16. 0a6d387 spi: Always check complete callback before calling it by Axel Lin · 10 years ago
  17. f734394 spi: fsl-spi: Convert to let spi core validate xfer->bits_per_word by Axel Lin · 10 years ago
  18. 4302a596 spi: fsl: Fix problem with multi message transfers by Stefan Roese · 10 years ago
  19. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  20. 27703bb Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  21. 8074cf0 spi: use dev_get_platdata() by Jingoo Han · 11 years ago
  22. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  23. 24b5a82 spi: use platform_{get,set}_drvdata() by Jingoo Han · 11 years ago
  24. 76a7498 spi/spi-fsl-spi: Add support for gpio chipselects for GRLIB type cores by Andreas Larsson · 11 years ago
  25. 447b0c7 spi/spi-fsl-spi: Add support for Aeroflex Gaisler GRLIB cores normally running on SPARC by Andreas Larsson · 11 years ago
  26. 8922a36 spi/spi-fsl-spi: Add support for setting a maximum number of bits per word by Andreas Larsson · 11 years ago
  27. c3f3e77 spi/spi-fsl-spi: Introduce a type for the driver by Andreas Larsson · 11 years ago
  28. b48c4e3 spi/spi-fsl-spi: Move setting non-zero tx and rx shifts to a function accessed by a function pointer by Andreas Larsson · 11 years ago
  29. f482cd0 spi/spi-fsl-spi: Make sure in spi_fsl_setup that chipselect becomes inactive by Andreas Larsson · 11 years ago
  30. e8beacb spi/spi-fsl-spi: Make driver usable in CPU mode outside of an FSL_SOC environment by Andreas Larsson · 11 years ago
  31. e4d4378 spi/fsl: Use PTR_RET function by Alexandru Gheorghiu · 11 years ago
  32. e80beb2 gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() by Grant Likely · 11 years ago
  33. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 11 years ago
  34. 067aa48 spi/spi-fsl-spi: reference correct pdata in fsl_spi_cs_control by Herton Ronaldo Krzesinski · 12 years ago
  35. 5039a86 spi/mpc83xx: fix NULL pdata dereference bug by Kenth Eriksson · 12 years ago
  36. 387719c spi: Fix WARN when removing spi-fsl-spi module by Jeff Harris · 13 years ago
  37. fb64409 spi/fsl_spi: fix CPM spi driver by Holger Brunck · 13 years ago
  38. ca632f5 spi: reorganize drivers by Grant Likely · 13 years ago[Renamed (99%) from drivers/spi/spi_fsl_spi.c]
  39. 18d306d dt/spi: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 13 years ago
  40. b36ece8 spi/mpc8xxx: refactor the common code for SPI/eSPI controller by Mingkai Hu · 14 years ago
  41. 3272029 spi/mpc8xxx: rename spi_mpc8xxx.c to spi_fsl_spi.c by Mingkai Hu · 14 years ago[Renamed from drivers/spi/spi_mpc8xxx.c]
  42. 37880c9 spi/mpc8xxx: fix buffer overrun on large transfers by christophe leroy · 14 years ago
  43. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  44. 12b15e8 of/spi: call of_register_spi_devices() from spi core code by Anatolij Gustschin · 14 years ago
  45. 56825c8 powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue) by Anton Vorontsov · 14 years ago
  46. b1e50eb Merge remote branch 'origin' into secretlab/next-spi by Grant Likely · 14 years ago
  47. 338ff29 spi/spi_mpc8xxx: Do not use map_tx_dma to unmap rx_dma by Joakim Tjernlund · 14 years ago
  48. 0398fb7 spi/spi_mpc8xxx: Fix QE mode Litte Endian by Joakim Tjernlund · 14 years ago
  49. f9218c2 spi/spi_mpc8xxx: fix potential memory corruption. by Joakim Tjernlund · 14 years ago
  50. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  51. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  52. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  53. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  54. 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
  55. 8839316 Fix typos in comments by Thomas Weber · 14 years ago
  56. 4f4517c spi: Correct SPI clock frequency setting in spi_mpc8xxx by Ernst Schwab · 14 years ago
  57. e9a172f spi/mpc8xxx: don't check platform_get_irq's return value against zero by Uwe Kleine-König · 14 years ago
  58. bf931a0 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  59. 82de765 spi: spi_mpc8xxx.c: use resource_size() by hartleys · 14 years ago
  60. 478e4e9 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  61. b3a0894 spi/mpc8xxx: don't use __exit_p to wrap plat_mpc8xxx_spi_remove by Uwe Kleine-König · 14 years ago
  62. 7d6709a powerpc: Fix build of some FSL platforms by Benjamin Herrenschmidt · 14 years ago
  63. 4c1fba4 spi_mpc8xxx: Add support for QE DMA mode and CPM1/CPM2 chips by Anton Vorontsov · 15 years ago
  64. 87ec0e9 spi_mpc8xxx: Turn qe_mode into flags by Anton Vorontsov · 15 years ago
  65. a35c171 spi_mpc8xxx: Factor out SPI mode change steps into a call by Anton Vorontsov · 15 years ago
  66. 783058f spi_mpc8xxx: Fix uninitialized variable by Anton Vorontsov · 15 years ago
  67. 575c580 spi_mpc8xxx: s/83xx/8xxx/g by Anton Vorontsov · 15 years ago
  68. 34a661a spi_mpc83xx: rename spi_83xx.c to spi_8xxx.c by Anton Vorontsov · 15 years ago[Renamed from drivers/spi/spi_mpc83xx.c]
  69. aef79d8 spi_mpc83xx: remove dead code by Anton Vorontsov · 15 years ago
  70. b9b9af1 spi_mpc83xx: split mpc83xx_spi_work() into two routines by Anton Vorontsov · 15 years ago
  71. 9effb95 spi_mpc83xx: fix checkpatch issues by Anton Vorontsov · 15 years ago
  72. 5afbf09 spi_mpc83xx: add small delay after asserting chip-select line by Anton Vorontsov · 15 years ago
  73. fd8a11e spi_mpc83xx: quieten down the "Requested speed is too low" message by Anton Vorontsov · 15 years ago
  74. e7db06b spi: move more spi_setup() functionality into core by David Brownell · 15 years ago
  75. 7d07719 spi: move common spi_setup() functionality into core by David Brownell · 15 years ago
  76. 0214154 spi: takes size of a pointer to determine the size of the pointed-to type by Roel Kluin · 15 years ago
  77. 35b4b3c spi_mpc83xx: add OF platform driver bindings by Anton Vorontsov · 15 years ago
  78. 364fdbc spi_mpc83xx: rework chip selects handling by Anton Vorontsov · 15 years ago
  79. 34c8a20 spi_mpc83xx: fix sparse warnings by Anton Vorontsov · 15 years ago
  80. 6c7377a spi: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  81. aa77d96 spi_mpc83xx: reject invalid transfer sizes by Peter Korsgaard · 16 years ago
  82. 53604db spi_mpc83xx: fix clockrate calculation for low speed by Peter Korsgaard · 16 years ago
  83. a61f534 spi: spi_mpc83xx clockrate fixes by Chen Gong · 16 years ago
  84. c9bfcb3 spi_mpc83xx: much improved driver by Joakim Tjernlund · 16 years ago
  85. b687d2a spi: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  86. 7e38c3c spi: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  87. 59a0ea5 spi_mpc83xx: use brg-frequency for SPI in QE by Anton Vorontsov · 16 years ago
  88. d1e44d9 SPI driver runtime footprint shrinkage by David Brownell · 17 years ago
  89. 65e213c spi_mpc83xx: hang fix by Jan Andersson · 17 years ago
  90. fc3ba95 SPI driver hotplug/coldplug fixes by David Brownell · 17 years ago
  91. a44648b spi_mpc83xx: fix prescale modulus calculation by Anton Vorontsov · 17 years ago
  92. e24a4d1 spi_mpc83xx: in "QE mode", use sysclk/2 by Anton Vorontsov · 17 years ago
  93. 2a485d7 spi_mpc83xx: support loopback mode by Anton Vorontsov · 17 years ago
  94. 35cc0b9 spi_mpc83xx: fix QE+LSB mode shifts by Anton Vorontsov · 17 years ago
  95. 32421da spi_mpc83xx: support for lsb-first transfers by Anton Vorontsov · 17 years ago
  96. 20ba09b spi_mpc83xx: get rid of magic numbers by Anton Vorontsov · 17 years ago
  97. 49bb230 spi_mpc83xx: turn off SPI unit while switching mode by Anton Vorontsov · 17 years ago
  98. f29ba28 spi_mpc83xx.c: support QE enabled 83xx CPU's like mpc832x by Joakim Tjernlund · 17 years ago
  99. 698ca47 spi_mpc83xx.c underclocking hotfix by Clifford Wolf · 17 years ago
  100. dccd573 SPI controller drivers: check for unsupported modes by David Brownell · 17 years ago