1. f223469 spi: mxs: cleanup wait_for_completion return handling by Nicholas Mc Guire · 9 years ago
  2. 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
  3. 9e8987a spi: spi-mxs: Fix mapping from vmalloc-ed buffer to scatter list by Charles Keepax · 10 years ago
  4. 617100c spi: spi-mxs: Register the irq with the device name by Fabio Estevam · 10 years ago
  5. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  6. 899d81b Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/topic/mxs', 'spi/topic/omap-100k' and 'spi/topic/orion' into spi-next by Mark Brown · 10 years ago
  7. a44619c spi: spi-mxs: fix a tiny typo in a comment by Michael Heimpold · 10 years ago
  8. a7fa321 spi: spi-mxs: Fix checkpatch issue by Jingoo Han · 10 years ago
  9. 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
  10. cdd1945 spi: spi-mxs: Propagate the real error code on platform_get_irq() failure by Fabio Estevam · 10 years ago
  11. 9a7da6c spi: mxs: Use list_for_each_entry to iterate over transfer list by Axel Lin · 10 years ago
  12. 3a44623 spi: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  13. 23061f1 spi: Remove duplicate code to set default bits_per_word setting by Axel Lin · 10 years ago
  14. c18158f Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bcm63xx', 'spi/fix/mpc512x-psc', 'spi/fix/mxs', 'spi/fix/pxa2xx', 'spi/fix/qspi', 'spi/fix/rspi' and 'spi/fix/txx9' into spi-linus by Mark Brown · 10 years ago
  15. e322ce9 spi: spi-mxs: fix reference leak to master in mxs_spi_remove() by Wei Yongjun · 11 years ago
  16. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  17. 6c99db1 Merge remote-tracking branch 'spi/topic/mxs' into spi-next by Mark Brown · 11 years ago
  18. 42e182f spi: spi-mxs: Use u32 instead of uint32_t by Trent Piepho · 11 years ago
  19. a560943 spi: spi-mxs: Don't set clock for each xfer by Trent Piepho · 11 years ago
  20. aa9e0c6 spi: spi-mxs: Clean up setup_transfer function by Trent Piepho · 11 years ago
  21. d426ead spi: spi-mxs: Remove check of spi mode bits by Trent Piepho · 11 years ago
  22. 9c97e34 spi: spi-mxs: Fix race in setup method by Trent Piepho · 11 years ago
  23. 1a33073 spi: spi-mxs: Remove bogus setting of ssp clk rate field by Trent Piepho · 11 years ago
  24. 210f65f spi: spi-mxs: Remove full duplex check, spi core already does it by Trent Piepho · 11 years ago
  25. 0b782f7 spi: spi-mxs: Fix chip select control bits in DMA mode by Trent Piepho · 11 years ago
  26. df23286 spi: spi-mxs: Fix extra CS pulses and read mode in multi-transfer messages by Trent Piepho · 11 years ago
  27. 28cad12 spi: spi-mxs: Change flag arguments in txrx functions to bit flags by Trent Piepho · 11 years ago
  28. 75e73fa spi: spi-mxs: Always clear INGORE_CRC, to keep CS asserted by Trent Piepho · 11 years ago
  29. f5bc738 spi: spi-mxs: Remove mxs_spi_enable and mxs_spi_disable by Trent Piepho · 11 years ago
  30. 58f46e4 spi: spi-mxs: Always set LOCK_CS by Trent Piepho · 11 years ago
  31. 33e195a spi: mxs: use devm_spi_register_master() by Jingoo Han · 11 years ago
  32. 29f0d48 spi: spi-mxs: Remove unused bits_per_word variable by Axel Lin · 11 years ago
  33. 796305a spi: spi-mxs: Remove unneeded check for platform_get_resource() by Fabio Estevam · 11 years ago
  34. 8498bce spi: spi-mxs: Check the return value from stmp_reset_block() by Fabio Estevam · 11 years ago
  35. 9c4a39a spi: spi-mxs: Check the return value from clk_prepare_enable() by Fabio Estevam · 11 years ago
  36. e11933f spi: spi-mxs: Fix the error path sequence by Fabio Estevam · 11 years ago
  37. 5bd30ed Merge remote-tracking branch 'spi/topic/mxs' into spi-next by Mark Brown · 11 years ago
  38. 24778be spi: convert drivers to use bits_per_word_mask by Stephen Warren · 11 years ago
  39. 86db3b0 spi: spi-mxs: Let device core handle pinctrl by Fabio Estevam · 11 years ago
  40. 38f56f3 Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  41. 26aafa7 spi: mxs-spi: move to use generic DMA helper by Shawn Guo · 11 years ago
  42. 58ad60b mxs/spi: fix error return code in mxs_spi_probe() by Wei Yongjun · 11 years ago
  43. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  44. ba486a2 mxs/spi: clear XFER_COUNT in ctrl0 field in DMA descriptor by Juha Lumme · 11 years ago
  45. b0ee560 spi: Convert to devm_ioremap_resource() by Thierry Reding · 11 years ago
  46. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 11 years ago
  47. 4496846 spi: mxs: Terminate DMA in case of DMA timeout by Marek Vasut · 12 years ago
  48. d856f1eb spi: mxs: Assign message status after transfer finished by Marek Vasut · 12 years ago
  49. e64d07a spi/mxs: Make the SPI block clock speed configurable via DT by Marek Vasut · 12 years ago
  50. f13639d mxs/spi: Rework the mxs_ssp_timeout to be more readable by Marek Vasut · 12 years ago
  51. 727c10e mxs/spi: Decrement the DMA/PIO border by Marek Vasut · 12 years ago
  52. 204e706 mxs/spi: Increment the transfer length only if transfer succeeded by Marek Vasut · 12 years ago
  53. 010b481 mxs/spi: Fix issues when doing long continuous transfer by Marek Vasut · 12 years ago
  54. 7d520d2 spi/mxs: Fix device remove function by Guenter Roeck · 12 years ago
  55. 41682e0 mxs/spi: Fix misuse of init_completion by Marek Vasut · 12 years ago
  56. c895db0 mxs/spi: Restart the block after unsuccessful transfer by Marek Vasut · 12 years ago
  57. 474afc0 spi/mxs: Add DMA support into SPI driver by Marek Vasut · 12 years ago
  58. 65defb9 mmc: spi: Pull out common DMA parts from MXS MMC by Marek Vasut · 12 years ago
  59. 646781d spi/mxs: Add SPI driver for mx233/mx28 by Marek Vasut · 12 years ago