1. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  2. f62cacc spi: spi-imx: add DMA support by Robin Gong · 10 years ago
  3. 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
  4. 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 · 10 years ago
  5. fd40dcc spi: spi-imx: spi_imx_remove: do not disable disabled clocks by Philippe De Muyter · 10 years ago
  6. 8fc39b5 spi/imx: Use dev_name() for request_irq() to distinguish SPIs by Alexander Shiyan · 10 years ago
  7. 82106e0 spi: spi-imx: Propagate the real error code on platform_get_irq() failure by Fabio Estevam · 10 years ago
  8. aa0fe82 spi: Use reinit_completion at appropriate places by Axel Lin · 10 years ago
  9. 3a44623 spi: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  10. 6fd8b85 spi: spi-imx: Fix out-of-order CS/SCLK operation at low speeds by Marek Vasut · 11 years ago
  11. c25b2c9 Merge remote-tracking branch 'spi/topic/imx' into spi-next by Mark Brown · 11 years ago
  12. 9e556dc spi: spi-imx: only enable the clocks when we start to transfer a message by Huang Shijie · 11 years ago
  13. 94c69f7 spi: bitbang: Let spi_bitbang_start() take a reference to master by Axel Lin · 11 years ago
  14. 27743e0 spi/imx: expose module alias for loading from device-tree by Niels de Vos · 11 years ago
  15. 8317462 spi: spi-imx: Check the return value from clk_prepare_enable() by Fabio Estevam · 11 years ago
  16. 130b82c spi: spi-imx: Use devm functions by Fabio Estevam · 11 years ago
  17. 11e9168 Merge remote-tracking branch 'spi/topic/imx' into spi-next by Mark Brown · 11 years ago
  18. 6140b05c Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 11 years ago
  19. 6051426 spi: spi-imx: Fix compilation error by Sachin Kamat · 11 years ago
  20. 24778be spi: convert drivers to use bits_per_word_mask by Stephen Warren · 11 years ago
  21. e9b3db6 spi: spi-imx: Let device core handle pinctrl by Fabio Estevam · 11 years ago
  22. 89e8773 spi: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  23. 3133fba3 spi/imx: Add MODULE_ALIAS() by Fabio Estevam · 11 years ago
  24. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 12 years ago
  25. 7fe0b14 Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc by Linus Torvalds · 12 years ago
  26. 9cd11c0 Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  27. c09b890 spi/imx: set the inactive state of the clock according to the clock polarity by Knut Wohlrab · 12 years ago
  28. 82906b1 ARM: imx: move platform_data definitions by Arnd Bergmann · 12 years ago
  29. 80023cb spi/imx: make spi_imx_data.devtype_data member point to const data by Uwe Kleine-König · 12 years ago
  30. 8b17e05 spi/imx: use gpio_is_valid to determine if a gpio is valid by Hui Wang · 12 years ago
  31. 872675d spi/imx: remove redundant config.speed_hz setting by Hui Wang · 12 years ago
  32. 4f5a9fd Merge branch 'imx/pinctrl' into imx/clock by Arnd Bergmann · 12 years ago
  33. dffa27e spi/imx: adopt pinctrl support by Shawn Guo · 12 years ago
  34. aa29d84 spi i.MX: do not depend on grouped clocks by Sascha Hauer · 12 years ago
  35. 39ec0d3 spi/imx: prevent NULL pointer dereference in spi_imx_probe() by Lothar Waßmann · 12 years ago
  36. cc4d22a spi/imx: mark base member in spi_imx_data as __iomem by Uwe Kleine-König · 12 years ago
  37. 00ffc13 spi/imx: simplify error handling to free gpios by Axel Lin · 12 years ago
  38. 940ab88 drivercore: Add helper macro for platform_driver boilerplate by Grant Likely · 13 years ago
  39. 4cc122a spi/imx: Fix spi-imx when the hardware SPI chipselects are used by Fabio Estevam · 13 years ago
  40. 22a85e4 spi/imx: add device tree probe support by Shawn Guo · 13 years ago
  41. c2387cb spi/imx: copy gpio number passed by platform data into driver private data by Shawn Guo · 13 years ago
  42. 04ee585 spi/imx: use soc name in spi device type naming scheme by Shawn Guo · 13 years ago
  43. 2a64a90 spi/imx: merge type SPI_IMX_VER_0_7 into SPI_IMX_VER_0_4 by Shawn Guo · 13 years ago
  44. 66de757 spi/imx: do not use spi_imx2_3 to name SPI_IMX_VER_2_3 function and macro by Shawn Guo · 13 years ago
  45. 3451fb1 spi/imx: use mx21 to name SPI_IMX_VER_0_0 function and macro by Shawn Guo · 13 years ago
  46. edd501bb spi/imx: do not make copy of spi_imx_devtype_data by Shawn Guo · 13 years ago
  47. ca632f5 spi: reorganize drivers by Grant Likely · 13 years ago[Renamed from drivers/spi/spi_imx.c]
  48. f020c39 spi/imx: select master mode for all channels by Sascha Hauer · 13 years ago
  49. 77e7bc6 spi/imx: Add i.MX53 support by Yong Shen · 13 years ago
  50. 7357593 spi/imx: correct the test on platform_get_irq() return value by Richard Genoud · 13 years ago
  51. 8934217 spi/imx: remove autodetection by Uwe Kleine-König · 14 years ago
  52. 6ff554e spi/imx: Support different fifo sizes by David Jander · 14 years ago
  53. 0b59960 spi/imx: add support for imx51's eCSPI and CSPI by Uwe Kleine-König · 14 years ago
  54. 3b2aa89 spi/imx: save the spi chip select in config struct, not the gpio to use by Uwe Kleine-König · 14 years ago
  55. 1723e66 spi/imx: get rid of more ifs depending on the used cpu by Uwe Kleine-König · 14 years ago
  56. f4ba631 spi/imx: convert driver to use platform ids by Uwe Kleine-König · 14 years ago
  57. 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
  58. f4d4ecf spi/spi_imx: add device information by switching pr_debug() to dev_dbg() by Alberto Panizzo · 14 years ago
  59. 965346e spi: fix probe/remove section markings by Grant Likely · 15 years ago
  60. 980f3be spi-imx: don't access struct device directly but use dev_get_platdata by Uwe Kleine-König · 15 years ago
  61. 87f673e spi-imx: Add mx25 support by Sascha Hauer · 15 years ago
  62. f30d59c spi-imx: use positive logic to distinguish cpu variants by Uwe Kleine-König · 15 years ago
  63. 60f675a spi-imx: correct check for platform_get_irq failing by Uwe Kleine-König · 15 years ago
  64. bbd050a spi/i.MX: fix broken error handling for gpio_request by John Ogness · 15 years ago
  65. ce1807b spi/i.mx: drain MXC SPI transfer buffer when probing device by Daniel Mack · 15 years ago
  66. e6a0a8b spi-imx: strip down chipselect function to only drive the chipselect by Uwe Kleine-König · 15 years ago
  67. d1c627b spi-imx: initialize complete config struct by Uwe Kleine-König · 15 years ago
  68. 4388eb1 spi-imx: no need to assert bits_per_word being initialized by Uwe Kleine-König · 15 years ago
  69. 3910f2c spi-imx: setup mode_bits we can handle by Sascha Hauer · 15 years ago
  70. 6c23e5d spi-imx: fix initial chipselect settings by Sascha Hauer · 15 years ago
  71. 462d26b spi-imx: update state correctly by Sascha Hauer · 15 years ago
  72. 6cdeb00 spi-imx: rename source file to spi_imx.c by Uwe Kleine-König · 15 years ago
  73. 07fcaa2 spi: remove i.MX SPI driver by Sascha Hauer · 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. 96a6d9a spi_imx: set spi_master.dma_alignment = 4 by Mike Rapoport · 15 years ago
  77. c8fc657 spi: limit reaches -1, tested 0 by Roel Kluin · 15 years ago
  78. 6c7377a spi: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  79. 6a010b5 spi: fix spi_imx probe oopsing by Julien Boibessot · 16 years ago
  80. 3b45d63 spi_imx: full duplex dma corruption bugfix by Andrea Paterniani · 16 years ago
  81. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  82. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  83. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  84. f000631 Merge branch 'imx' into devel by Russell King · 16 years ago
  85. 38a41fd IMX: introduce clock API by Sascha Hauer · 16 years ago
  86. f7def13e [ARM] 5122/1: imx_dma_request_by_prio simpilfication by Paulius Zaleckas · 16 years ago
  87. 5d9f3f6 spi: spi_imx updates by Andrea Paterniani · 16 years ago
  88. 7e38c3c spi: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  89. 5beec4a spi: remove more dev->power.power_state usage by David Brownell · 16 years ago
  90. efad798b Spelling fixes: lenght->length by Paulius Zaleckas · 16 years ago
  91. 8805f23 spi_imx: fix typo in description by Will Newton · 17 years ago
  92. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  93. 49dce68 spi doesn't need class_device by Tony Jones · 17 years ago
  94. d1e44d9 SPI driver runtime footprint shrinkage by David Brownell · 17 years ago
  95. fc3ba95 SPI driver hotplug/coldplug fixes by David Brownell · 17 years ago
  96. dccd573 SPI controller drivers: check for unsupported modes by David Brownell · 17 years ago
  97. ac140a8 SPI: Freescale iMX SPI controller driver fixes by Andrea Paterniani · 17 years ago
  98. bb2d1c3 [PATCH] SPI controller build/warning fixes by David Brownell · 17 years ago
  99. 69c202a [PATCH] SPI: Freescale iMX SPI controller driver (BIS+) by Andrea Paterniani · 17 years ago