1. 2ca300a spi: imx: Use the longuest possible burst size when in dynamic_burst by Maxime Chevallier · 7 years ago
  2. 0486dd4 spi: imx: remove unnecessary check in spi_imx_can_dma by Maxime Chevallier · 7 years ago
  3. afb27208 spi: imx: Use correct number of bytes per words by Maxime Chevallier · 7 years ago
  4. 2801b2f5 spi: imx: Use dynamic bursts only when bits_per_word is 8, 16 or 32 by Maxime Chevallier · 7 years ago
  5. a021cac spi: imx: Remove duplicate variable assignments by Maxime Chevallier · 7 years ago
  6. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  7. 7965059 spi: imx: Switch to SPDX identifier by Fabio Estevam · 7 years ago
  8. af82800 spi: imx: Update MODULE_DESCRIPTION to "SPI Controller driver" by wangbo · 7 years ago
  9. 33c58c1 Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/topic/jcore', 'spi/topic/meson' and 'spi/topic/orion' into spi-next by Mark Brown · 7 years ago
  10. d593574 spi: imx: do not access registers while clocks disabled by Stefan Agner · 7 years ago
  11. ffd4db9 spi: imx: Don't require platform data chipselect array by Trent Piepho · 7 years ago
  12. 4e21791 spi: imx: Fix failure path leak on GPIO request error by Trent Piepho · 7 years ago
  13. 881a0b9 spi: imx: GPIO based chip selects should not be required by Trent Piepho · 7 years ago
  14. 8197f48 spi: imx: Fix failure path leak on GPIO request error correctly by Trent Piepho · 7 years ago
  15. 974488e spi: imx: Fix failure path leak on GPIO request error by Trent Piepho · 7 years ago
  16. 71abd29 spi: imx: Add support for SPI Slave mode by jiada wang · 7 years ago
  17. 602c8f4 spi: imx: fix use of native chip-selects with devicetree by Greg Ungerer · 8 years ago
  18. 5904c9d spi: imx: fix little-endian build by Arnd Bergmann · 7 years ago
  19. 1673c81 spi: imx: dynamic burst length adjust for PIO mode by jiada wang · 8 years ago
  20. ab2f357 spi: imx: add SPI_NO_CS support by Oleksij Rempel · 8 years ago
  21. 26e4bb8 spi: imx: add selection for iMX53 and iMX6 controller by jiada wang · 8 years ago
  22. fd8d4e2 spi: imx: introduce fifo_size and has_dmamode in spi_imx_devtype_data by jiada wang · 8 years ago
  23. 2c14777 spi: imx: Check for allocation failure earlier by Fabio Estevam · 8 years ago
  24. 2e312f6 spi: imx: rename 'bpw' variables by Sascha Hauer · 8 years ago
  25. 65017ee spi: imx: remove bytes_per_word from private driver struct by Sascha Hauer · 8 years ago
  26. d6be7d1 spi: imx: drop bogus unnecessary dma config by Sascha Hauer · 8 years ago
  27. d52345b spi: imx: put struct spi_imx_config members into driver private struct by Sascha Hauer · 8 years ago
  28. 494f319 spi: imx: Drop unnecessary check by Sascha Hauer · 8 years ago
  29. abb1ff1 spi: imx: Nothing to do in setupxfer when transfer is NULL by Sascha Hauer · 8 years ago
  30. 09b3ed2 spi: imx: Revert "spi: imx: dynamic burst length adjust for PIO mode" by Sascha Hauer · 8 years ago
  31. 179547e spi: imx: fix issue when tx_buf or rx_buf is NULL by Jiada Wang · 8 years ago
  32. 8d4a6ca spi: imx: dynamic burst length adjust for PIO mode by Jiada Wang · 8 years ago
  33. f72efa7 spi-imx: Implements handling of the SPI_READY mode flag. by Leif Middelschulte · 8 years ago
  34. 66459c5 spi: imx: adjust watermark level according to transfer length by Jiada Wang · 8 years ago
  35. 32df9ff spi: imx: set spi_bus_clk for mx21 and mx27 by Robert Baldyga · 8 years ago
  36. 2dd33f9 spi: imx: support DMA for imx35 by Martin Kaiser · 8 years ago
  37. 446576f spi: imx: fix error return code in spi_imx_probe() by Wei Yongjun · 8 years ago
  38. f13d4e1 spi: imx: Gracefully handle NULL master->cs_gpios by Marek Vasut · 8 years ago
  39. 15ca921 spi: imx: support loopback mode on imx35 by Martin Kaiser · 8 years ago
  40. 2636ba8 spi: imx: set spi_bus_clk for mx1, mx31 and mx35 by Martin Kaiser · 8 years ago
  41. ff1ba3d spi: imx: wait_for_completion_timeout(..) for PIO transfers by Christian Gmeiner · 9 years ago
  42. f989bc6 spi: imx: Remove "maybe_unused" attributes by Alexander Shiyan · 9 years ago
  43. c0c7a5d spi: imx: Remove unnecessary field "mode" from struct spi_imx_config by Alexander Shiyan · 9 years ago
  44. b36581d spi: imx: Using existing properties for chipselects by Alexander Shiyan · 9 years ago
  45. cd8dd41 spi: imx: Fix possible NULL pointer deref by Sascha Hauer · 9 years ago
  46. 793c7f9 spi: imx: only do necessary changes to ECSPIx_CONFIGREG by Knut Wohlrab · 9 years ago
  47. 6b6192c spi: imx: drop bogus tests for rx/tx bufs in DMA transfer by Sascha Hauer · 9 years ago
  48. b03c388 spi: imx: set MX51_ECSPI_CTRL_SMC bit in setup function by Sascha Hauer · 9 years ago
  49. d629c2a spi: imx: make some register defines simpler by Sascha Hauer · 9 years ago
  50. c34de71 spi: imx: remove unnecessary bit clearing in mx51_ecspi_config by Sascha Hauer · 9 years ago
  51. f12ae17 spi: imx: add support for all SPI word width for DMA by Anton Bondarenko · 9 years ago
  52. 882f329 spi: imx: drop unncessary dma_is_inited variable by Sascha Hauer · 9 years ago
  53. 2b0fd06 spi: imx: drop unnecessary read/modify/write by Sascha Hauer · 9 years ago
  54. c008a80 spi: imx: initialize usedma earlier by Sascha Hauer · 9 years ago
  55. 99f1cf1 spi: imx: drop fallback to PIO by Sascha Hauer · 9 years ago
  56. 4bfe927 spi: imx: replace fixed timeout with calculated by Anton Bondarenko · 9 years ago
  57. a4e5efc Merge remote-tracking branch 'spi/fix/imx' into spi-imx by Mark Brown · 9 years ago
  58. 499e49b Merge tag 'spi-fix-v4.5-rc4' into spi-imx by Mark Brown · 9 years ago
  59. 6aa800c spi: imx: use proper dev_* functions for driver messages by Sascha Hauer · 9 years ago
  60. 390f0ff spi: imx: allow only WML aligned transfers to use DMA by Anton Bondarenko · 9 years ago
  61. f8efca2 spi: imx: fix spi resource leak with dma transfer by Gao Pan · 9 years ago
  62. bf9af08 spi: imx: defer spi initialization, if DMA engine is by Anton Bondarenko · 9 years ago
  63. 3760047 spi: imx: return error from dma channel request by Anton Bondarenko · 9 years ago
  64. 4686d1c spi: imx: enable loopback only for ECSPI controller family by Anton Bondarenko · 9 years ago
  65. f677f17 spi: imx: fix loopback mode setup after controller reset by Anton Bondarenko · 9 years ago
  66. f8a8761 spi: imx: add function to check for IMX51 family controller by Anton Bondarenko · 9 years ago
  67. 0dfbaa8 spi: imx: replace multiple watermarks with single for RX, TX and RXT by Anton Bondarenko · 9 years ago
  68. fab44ef spi: imx: reorder HW operations enable order to avoid possible RX data loss by Anton Bondarenko · 9 years ago
  69. e47b33c spi: imx: terminate RX DMA transaction in case of TX DMA timeout by Anton Bondarenko · 9 years ago
  70. 9f6aa42 spi: imx: Add loopback mode support by Fabio Estevam · 9 years ago
  71. 1476253 spi: imx: fix ecspi mode setup by Andrew Y. Kuksov · 10 years ago
  72. f6ee9b5 spi: imx: Fix small DMA transfers by Sascha Hauer · 10 years ago
  73. db1b820 spi: imx: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  74. 35fbf84 Merge remote-tracking branches 'spi/topic/fsl-cspi', 'spi/topic/fsl-dspi', 'spi/topic/imx' and 'spi/topic/of-id' into spi-next by Mark Brown · 10 years ago
  75. f511ab0 spi: imx: read back the RX/TX watermark levels earlier by Lucas Stach · 10 years ago
  76. e8361f7 spi: spi-imx: use correct enumeration type by Stefan Agner · 10 years ago
  77. 8328509 Merge remote-tracking branches 'spi/topic/img-spfi', 'spi/topic/imx', 'spi/topic/inline', 'spi/topic/meson' and 'spi/topic/mxs' into spi-next by Mark Brown · 10 years ago
  78. 56536a7 spi: spi-imx: cleanup wait_for_completion handling by Nicholas Mc Guire · 10 years ago
  79. a02bb40 spi: imx: use pio mode for i.mx6dl by Robin Gong · 10 years ago
  80. 4b5d6aa spi: spi-imx: Do not store the irq number in the private structure by Fabio Estevam · 10 years ago
  81. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  82. f62cacc spi: spi-imx: add DMA support by Robin Gong · 10 years ago
  83. 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 · 11 years ago
  84. 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 · 11 years ago
  85. fd40dcc spi: spi-imx: spi_imx_remove: do not disable disabled clocks by Philippe De Muyter · 11 years ago
  86. 8fc39b5 spi/imx: Use dev_name() for request_irq() to distinguish SPIs by Alexander Shiyan · 11 years ago
  87. 82106e0 spi: spi-imx: Propagate the real error code on platform_get_irq() failure by Fabio Estevam · 11 years ago
  88. aa0fe82 spi: Use reinit_completion at appropriate places by Axel Lin · 11 years ago
  89. 3a44623 spi: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  90. 6fd8b85 spi: spi-imx: Fix out-of-order CS/SCLK operation at low speeds by Marek Vasut · 11 years ago
  91. c25b2c9 Merge remote-tracking branch 'spi/topic/imx' into spi-next by Mark Brown · 11 years ago
  92. 9e556dc spi: spi-imx: only enable the clocks when we start to transfer a message by Huang Shijie · 11 years ago
  93. 94c69f7 spi: bitbang: Let spi_bitbang_start() take a reference to master by Axel Lin · 11 years ago
  94. 27743e0 spi/imx: expose module alias for loading from device-tree by Niels de Vos · 12 years ago
  95. 8317462 spi: spi-imx: Check the return value from clk_prepare_enable() by Fabio Estevam · 12 years ago
  96. 130b82c spi: spi-imx: Use devm functions by Fabio Estevam · 12 years ago
  97. 11e9168 Merge remote-tracking branch 'spi/topic/imx' into spi-next by Mark Brown · 12 years ago
  98. 6140b05 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 12 years ago
  99. 6051426 spi: spi-imx: Fix compilation error by Sachin Kamat · 12 years ago
  100. 24778be spi: convert drivers to use bits_per_word_mask by Stephen Warren · 12 years ago