1. 4084c8c spi: fsl-spi: No need to check transfer length versus word size by Christophe Leroy · 1 year, 9 months ago
  2. 99aebb3 spi: fsl-spi: Change mspi_apply_cpu_mode_quirks() to void by Christophe Leroy · 1 year, 9 months ago
  3. fc96ec8 spi: fsl-cpm: Use 16 bit mode for large transfers with even size by Christophe Leroy · 1 year, 9 months ago
  4. 8a5299a spi: fsl-spi: Re-organise transfer bits_per_word adaptation by Christophe Leroy · 1 year, 9 months ago
  5. c20c57d spi: fsl-spi: Fix CPM/QE mode Litte Endian by Christophe Leroy · 1 year, 9 months ago
  6. 9e264f3f spi: Replace all spi->chip_select and spi->cs_gpiod references with function call by Amit Kumar Mahapatra via Alsa-devel · 1 year, 10 months ago
  7. fc4935a spi: fsl-spi: Convert to platform remove callback returning void by Uwe Kleine-König · 1 year, 10 months ago
  8. 3b553e0 spi: fsl_spi: Don't change speed while chipselect is active by Christophe Leroy · 2 years ago
  9. 64ca1a0 spi: fsl_spi: Convert to transfer_one by Christophe Leroy · 2 years, 4 months ago
  10. 2ec6f20 spi: Cleanup on failure of initial setup by Lukas Wunner · 3 years, 7 months ago
  11. 5fed9fe spi: fsl: add missing iounmap() on error in of_fsl_spi_probe() by Yang Yingliang · 3 years, 9 months ago
  12. 9d2aa6db spi: fsl: invert spisel_boot signal on MPC8309 by Rasmus Villemoes · 3 years, 11 months ago
  13. 7a2da5d spi: fsl: Fix driver breakage when SPI_CS_HIGH is not set in spi->mode by Christophe Leroy · 4 years ago
  14. 122541f spi: fsl: fix use of spisel_boot signal on MPC8309 by Rasmus Villemoes · 4 years, 1 month ago
  15. dd67de8 spi: fsl: add missing __iomem annotation by Luc Van Oostenryck · 4 years, 6 months ago
  16. 7cb88af spi: spi-fsl-spi: Fix checkpatch error "foo * bar" should be "foo *bar" by Aishwarya R · 4 years, 9 months ago
  17. 2f3d803 spi: fsl: simplify error path in of_fsl_spi_probe() by Christophe Leroy · 5 years ago
  18. 63aa6a6 spi: fsl: use platform_get_irq() instead of of_irq_to_resource() by Christophe Leroy · 5 years ago
  19. 3194d25 spi: fsl: don't map irq during probe by Christophe Leroy · 5 years ago
  20. 7251953 spi: fsl: Handle the single hardwired chipselect case by Linus Walleij · 5 years ago
  21. f1069049 spi: fsl: Fix GPIO descriptor support by Linus Walleij · 5 years ago
  22. e74dc5c spi: use new `spi_transfer_delay_exec` helper where straightforward by Alexandru Ardelean · 5 years ago
  23. 0f0581b spi: fsl: Convert to use CS GPIO descriptors by Linus Walleij · 5 years ago
  24. e59bf42 Merge tag 'spi-fix-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 6 years ago
  25. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  26. 44a0421 spi: spi-fsl-spi: call spi_finalize_current_message() at the end by Christophe Leroy · 6 years ago
  27. af0e624 spi: spi-fsl-spi: automatically adapt bits-per-word in cpu mode by Rasmus Villemoes · 6 years ago
  28. a798a70 spi: spi-fsl-spi: allow changing bits_per_word while CS is still active by Rasmus Villemoes · 6 years ago
  29. 17ecffa spi: spi-fsl-spi: relax message sanity checking a little by Rasmus Villemoes · 6 years ago
  30. 24c3636 spi: spi-fsl-spi: remove always-true conditional in fsl_spi_do_one_msg by Rasmus Villemoes · 6 years ago
  31. 69b921a spi: spi-fsl-spi: support use of the SPISEL_BOOT signal on MPC8309 by Rasmus Villemoes · 6 years ago
  32. a2d5eda Merge remote-tracking branches 'spi/topic/devprop', 'spi/topic/fsl', 'spi/topic/fsl-dspi', 'spi/topic/imx' and 'spi/topic/lantiq' into spi-next by Mark Brown · 8 years ago
  33. 500a32a spi: fsl: Call irq_dispose_mapping in err path by Liu Xiang · 8 years ago
  34. 31ae779 spi: fsl: Combine substrings for two messages by Markus Elfring · 8 years ago
  35. 5223db0 spi: fsl: Use kcalloc() in of_fsl_spi_get_chipselects() by Markus Elfring · 8 years ago
  36. d9bc4a8 spi: fsl: Use kmalloc_array() in of_fsl_spi_get_chipselects() by Markus Elfring · 8 years ago
  37. 37c5db7 spi: fsl-(e)spi: Fix checking return value of devm_ioremap_resource by Axel Lin · 9 years ago
  38. 3c5395b spi: fsl-(e)spi: simplify cleanup code by Heiner Kallweit · 9 years ago
  39. 4178b6b spi: fsl-(e)spi: migrate to using devm_ functions to simplify cleanup by Heiner Kallweit · 9 years ago
  40. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  41. 1a7e06d spi: fsl-spi: remove unused variable assignment by Heiner Kallweit · 10 years ago
  42. 75c4108 spi: spi-fsl-spi: Return an error code in fsl_spi_do_one_msg() by Fabio Estevam · 10 years ago
  43. c592bec spi: fsl-(e)spi: migrate to generic master queueing by Heiner Kallweit · 10 years ago
  44. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  45. 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
  46. a310836 spi: fsl: Sort include headers alphabetically by Xiubo Li · 10 years ago
  47. d9f2674 spi: fsl: Don't use devm_kzalloc in master->setup callback by Axel Lin · 10 years ago
  48. 3aea901 spi: fsl-spi: Make of_device_id array const by Jingoo Han · 11 years ago
  49. 7a40054 spi: fsl-spi: Fix memory leak by Axel Lin · 11 years ago
  50. 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 · 11 years ago
  51. 0a6d387 spi: Always check complete callback before calling it by Axel Lin · 11 years ago
  52. f734394 spi: fsl-spi: Convert to let spi core validate xfer->bits_per_word by Axel Lin · 11 years ago
  53. 4302a596 spi: fsl: Fix problem with multi message transfers by Stefan Roese · 11 years ago
  54. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  55. 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
  56. 8074cf0 spi: use dev_get_platdata() by Jingoo Han · 11 years ago
  57. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  58. 24b5a82 spi: use platform_{get,set}_drvdata() by Jingoo Han · 12 years ago
  59. 76a7498 spi/spi-fsl-spi: Add support for gpio chipselects for GRLIB type cores by Andreas Larsson · 12 years ago
  60. 447b0c7 spi/spi-fsl-spi: Add support for Aeroflex Gaisler GRLIB cores normally running on SPARC by Andreas Larsson · 12 years ago
  61. 8922a36 spi/spi-fsl-spi: Add support for setting a maximum number of bits per word by Andreas Larsson · 12 years ago
  62. c3f3e77 spi/spi-fsl-spi: Introduce a type for the driver by Andreas Larsson · 12 years ago
  63. b48c4e3 spi/spi-fsl-spi: Move setting non-zero tx and rx shifts to a function accessed by a function pointer by Andreas Larsson · 12 years ago
  64. f482cd0 spi/spi-fsl-spi: Make sure in spi_fsl_setup that chipselect becomes inactive by Andreas Larsson · 12 years ago
  65. e8beacb spi/spi-fsl-spi: Make driver usable in CPU mode outside of an FSL_SOC environment by Andreas Larsson · 12 years ago
  66. e4d4378 spi/fsl: Use PTR_RET function by Alexandru Gheorghiu · 12 years ago
  67. e80beb2 gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() by Grant Likely · 12 years ago
  68. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 12 years ago
  69. 067aa48 spi/spi-fsl-spi: reference correct pdata in fsl_spi_cs_control by Herton Ronaldo Krzesinski · 13 years ago
  70. 5039a86 spi/mpc83xx: fix NULL pdata dereference bug by Kenth Eriksson · 13 years ago
  71. 387719c spi: Fix WARN when removing spi-fsl-spi module by Jeff Harris · 13 years ago
  72. fb64409 spi/fsl_spi: fix CPM spi driver by Holger Brunck · 14 years ago
  73. ca632f5 spi: reorganize drivers by Grant Likely · 14 years ago[Renamed (99%) from drivers/spi/spi_fsl_spi.c]
  74. 18d306d dt/spi: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  75. b36ece8 spi/mpc8xxx: refactor the common code for SPI/eSPI controller by Mingkai Hu · 14 years ago
  76. 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]
  77. 37880c9 spi/mpc8xxx: fix buffer overrun on large transfers by christophe leroy · 14 years ago
  78. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  79. 12b15e8 of/spi: call of_register_spi_devices() from spi core code by Anatolij Gustschin · 14 years ago
  80. 56825c8 powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue) by Anton Vorontsov · 14 years ago
  81. b1e50eb Merge remote branch 'origin' into secretlab/next-spi by Grant Likely · 15 years ago
  82. 338ff29 spi/spi_mpc8xxx: Do not use map_tx_dma to unmap rx_dma by Joakim Tjernlund · 15 years ago
  83. 0398fb7 spi/spi_mpc8xxx: Fix QE mode Litte Endian by Joakim Tjernlund · 15 years ago
  84. f9218c2 spi/spi_mpc8xxx: fix potential memory corruption. by Joakim Tjernlund · 15 years ago
  85. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 15 years ago
  86. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 15 years ago
  87. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 15 years ago
  88. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  89. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  90. 8839316 Fix typos in comments by Thomas Weber · 15 years ago
  91. 4f4517c spi: Correct SPI clock frequency setting in spi_mpc8xxx by Ernst Schwab · 15 years ago
  92. e9a172f spi/mpc8xxx: don't check platform_get_irq's return value against zero by Uwe Kleine-König · 15 years ago
  93. bf931a0 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  94. 82de765 spi: spi_mpc8xxx.c: use resource_size() by hartleys · 15 years ago
  95. 478e4e9 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  96. b3a0894 spi/mpc8xxx: don't use __exit_p to wrap plat_mpc8xxx_spi_remove by Uwe Kleine-König · 15 years ago
  97. 7d6709a powerpc: Fix build of some FSL platforms by Benjamin Herrenschmidt · 15 years ago
  98. 4c1fba44 spi_mpc8xxx: Add support for QE DMA mode and CPM1/CPM2 chips by Anton Vorontsov · 15 years ago
  99. 87ec0e9 spi_mpc8xxx: Turn qe_mode into flags by Anton Vorontsov · 15 years ago
  100. a35c171 spi_mpc8xxx: Factor out SPI mode change steps into a call by Anton Vorontsov · 15 years ago