1. fb7def9 spi: mxc_spi: Use DIV_ROUND_UP at appropriate places by Axel Lin · Fri Jun 14 21:13:32 2013 +0800
  2. 29180ba spi: cf_qspi: Use DIV_ROUND_UP at appropriate place by Axel Lin · Fri Jun 14 21:12:19 2013 +0800
  3. bf4e1d3 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Thu Jun 13 15:18:35 2013 -0400
  4. cbd661c spi: tegra20_sflash: Remove redundant code to set bus and cs of struct spi_slave by Axel Lin · Thu Jun 13 16:21:42 2013 +0800
  5. 42c6f6b spi: tegra114_spi: Convert to use spi_alloc_slave() by Axel Lin · Thu Jun 13 16:17:47 2013 +0800
  6. b381444 spi: armada100_spi: Remove unnecessary NULL test for dout and din by Axel Lin · Tue Jun 11 21:57:31 2013 +0800
  7. 813637c spi: exynos: Support SPI_PREAMBLE mode by Rajeshwari Shinde · Tue May 28 20:10:38 2013 +0000
  8. 757a92f Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Thu May 30 14:45:06 2013 +0200
  9. abcfbf2 bfin: discard invalid data and clear RXS in bf5xx spi driver by Scott Jiang · Wed Dec 07 14:53:30 2011 -0500
  10. 589891e bfin: Remove spi dma function in bf5xx. by Scott Jiang · Wed Dec 07 14:19:55 2011 -0500
  11. 6fa8b78 spi: atmel_spi: using ip version to check whether has wdrbt by Bo Shen · Tue Apr 16 23:42:42 2013 +0000
  12. 136f3f4 imx: Move some header files from arch-mxs to imx-common by Stefan Roese · Tue Apr 09 21:06:07 2013 +0000
  13. c3c7fce Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · Sun Apr 14 10:38:37 2013 +0200
  14. 833fb55 spi: mxc_spi: Set master mode for all channels by Fabio Estevam · Tue Apr 09 13:06:25 2013 +0000
  15. f457a12 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Fri Apr 12 22:07:57 2013 +0200
  16. 0ff9c5e Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · Thu Apr 04 15:44:57 2013 +0200
  17. cc7229c Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · Thu Apr 04 11:49:32 2013 +0200
  18. f79ef8a spi: mxc_spi: Fix ECSPI reset handling by Dirk Behme · Wed Mar 20 22:03:44 2013 +0000
  19. 4a59809 Consolidate bool type by York Sun · Mon Apr 01 11:29:11 2013 -0700
  20. 602c911 spi: exynos: Fix compiler warnings for non-dt systems by Vivek Gautam · Tue Mar 05 03:49:57 2013 +0000
  21. 32adc23 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Thu Mar 28 18:50:01 2013 +0100
  22. 21f5b93 tegra114: add SPI driver by Allen Martin · Sat Mar 16 18:58:13 2013 +0000
  23. b98691c spi: add common fdt SPI driver interface by Allen Martin · Sat Mar 16 18:58:07 2013 +0000
  24. 73e0f1b tegra20: spi: move fdt probe to spi_init by Allen Martin · Sat Mar 16 18:58:06 2013 +0000
  25. 8db241b tegra: spi: pull register structs out of headers by Allen Martin · Sat Mar 16 18:58:05 2013 +0000
  26. 77de583 tegra: spi: remove non fdt support by Allen Martin · Sat Mar 16 18:58:04 2013 +0000
  27. e8e99ab tegra: spi: rename tegra SPI drivers by Allen Martin · Sat Mar 16 18:58:03 2013 +0000
  28. e0158b8 tegra: remove support for UART SPI switch by Allen Martin · Sat Mar 16 18:58:02 2013 +0000
  29. 11ade80 x86: spi: Set maximum write size for ICH by Simon Glass · Mon Mar 11 06:08:07 2013 +0000
  30. 4187740 x86: spi: Add Intel ICH driver by Simon Glass · Tue Mar 19 04:58:56 2013 +0000
  31. d034a95 spi: Use spi_alloc_slave() in each SPI driver by Simon Glass · Mon Mar 18 19:23:40 2013 +0000
  32. aaca776 spi: Add function to allocate a new SPI slave by Simon Glass · Mon Mar 11 06:08:00 2013 +0000
  33. 81420c3 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · Fri Mar 15 15:18:31 2013 +0100
  34. 57855be mxs: spi: Remove CONFIG_MXS_SPI_DMA_ENABLE by Marek Vasut · Sat Feb 23 02:43:00 2013 +0000
  35. bf372e3 mxs: spi: Fix the MXS SPI for mx23 by Marek Vasut · Sat Feb 23 02:42:59 2013 +0000
  36. eadf337 mxs: mmc: spi: dma: Better wrap the MXS differences by Marek Vasut · Sat Feb 23 02:42:58 2013 +0000
  37. 0b38223 blackfin: add bf6xx spi driver by Scott Jiang · Tue Nov 29 18:03:26 2011 -0500
  38. 1a754ee Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Tue Feb 12 10:18:31 2013 -0500
  39. ba4fb9b tegra: add SPI SLINK driver by Allen Martin · Tue Jan 29 13:51:28 2013 +0000
  40. e765952 tegra: spi: add fdt support to tegra SPI SFLASH driver by Allen Martin · Tue Jan 29 13:51:24 2013 +0000
  41. 70b995c spi: xilinx_spi: Perform software reset during slave setup by Jason Wu · Fri Nov 23 15:05:08 2012 +1000
  42. 2906f94 mxs: clock: Use 'mxs' prefix for methods by Otavio Salvador · Fri Jan 11 03:19:03 2013 +0000
  43. 9602661 mxs: ssp: Pull out the SSP bus to regs conversion by Marek Vasut · Fri Jan 11 03:19:02 2013 +0000
  44. 90a4cc8 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · Mon Jan 14 15:21:00 2013 +0100
  45. 547117f Merge 'u-boot-atmel/master' into 'u-boot-arm/master' by Albert ARIBAUD · Wed Jan 09 20:01:48 2013 +0100
  46. 4d42431 kirkwood: make MPP arrays static const by Albert ARIBAUD · Mon Nov 26 11:27:36 2012 +0000
  47. 64ef8a3 SPI: EXYNOS: Add FDT support to driver. by Rajeshwari Shinde · Wed Dec 26 20:03:23 2012 +0000
  48. 260ab20 OMAP3 SPI : Fixed bugs related to SPI transfer by ajoy · Sat Nov 17 21:10:15 2012 +0000
  49. b690d97 spi: atmel: sam9m10g45 also support WDRBT bit by Bo Shen · Wed Dec 05 22:22:17 2012 +0000
  50. 577dc04 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · Sun Nov 25 13:01:58 2012 +0100
  51. 5e8341c spi: mxc_spi: Fix spi clock glitch durant reset by Fabio Estevam · Thu Nov 15 11:23:24 2012 +0000
  52. 17cd2a8 spi: mxc_spi: Fix handling of chip select by Fabio Estevam · Thu Nov 15 11:23:23 2012 +0000
  53. ba3b893 SPI: Add SPI Driver for EXYNOS. by Rajeshwari Shinde · Fri Nov 02 01:15:36 2012 +0000
  54. 9f2cfe4 Merge remote-tracking branch 'u-boot-ti/master' by Albert ARIBAUD · Fri Oct 26 07:00:28 2012 +0200
  55. 2a6e8d0 omap3_spi: introduce CONFIG_OMAP3_SPI_D0_D1_SWAPPED by Peter Korsgaard · Wed Oct 17 09:20:46 2012 +0000
  56. 45cead8 powerpc/espi: remove write command length check by Shaohui Xie · Thu Oct 11 20:31:46 2012 +0000
  57. ab37196 Tegra20: Move some include files to arch-tegra for sharing with Tegra30 by Tom Warren · Wed Sep 19 15:50:56 2012 -0700
  58. e1ced00 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Sep 21 14:53:13 2012 -0700
  59. 2fa03bc Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · Fri Sep 21 00:26:19 2012 +0200
  60. 9324138 ColdFire: Queued SPI driver by Richard Retanubun · Thu Mar 24 08:58:11 2011 +0000
  61. 5261b00 mpc8xxx_spi: fix SPI support on MPC8308RDB by Ira W. Snyder · Wed Sep 12 14:17:31 2012 -0700
  62. cdfe0eb spi: xilinx: Remove unused variable by Stephan Linz · Tue Aug 07 23:29:39 2012 +0200
  63. 22562a4 Tegra: Change Tegra20 to Tegra in common code, prep for T30 by Tom Warren · Tue Sep 04 17:00:24 2012 -0700
  64. 45edc5d MX28: SPI: Fix the DMA chaining by Marek Vasut · Fri Aug 31 16:08:00 2012 +0000
  65. 8773799 MX28: SPI: Fix the DMA DCache race condition by Marek Vasut · Fri Aug 31 16:07:59 2012 +0000
  66. baddd9f kw_spi: fix clock prescaler computation by Valentin Longchamp · Wed Aug 15 05:31:49 2012 +0000
  67. 778a2a6 spi: atmel: add WDRBT bit to avoid receive overrun by Bo Shen · Sun Aug 19 20:32:22 2012 +0000
  68. 7f4d014 MX28: SPI: Supercharge the SPI driver by Marek Vasut · Tue Aug 21 16:17:27 2012 +0000
  69. 3a9af06 spi: fix mxs_spi_slave structure allocation to clear memory by Matt Sealey · Fri Aug 17 08:15:11 2012 +0000
  70. 28fd51b spi: fix mxc_spi_slave structure allocation to clear memory by Matt Sealey · Fri Aug 17 08:15:10 2012 +0000
  71. 884622b mxc_spi: Round up clock divider by Benoît Thébaudeau · Fri Aug 10 08:51:50 2012 +0000
  72. cbf0bf2 mxs: Convert sys_proto.h prefixes to 'mxs' by Otavio Salvador · Mon Aug 13 09:53:12 2012 +0000
  73. 55d98a1 tegra20: rename tegra2 -> tegra20 by Allen Martin · Fri Aug 31 08:30:00 2012 +0000
  74. 883401e am335x evm: Enable support for spi0 by Tom Rini · Wed Aug 08 14:35:55 2012 -0700
  75. 470e2a2 am33xx: Add support, update omap3 McSPI driver by Tom Rini · Wed Aug 08 14:29:51 2012 -0700
  76. 22f4ff9 mxs: prefix register structs with 'mxs' prefix by Otavio Salvador · Sun Aug 05 09:05:31 2012 +0000
  77. 23697f6 MX28: SPI: Add DMA transfer support by Marek Vasut · Mon Jul 09 00:48:33 2012 +0000
  78. 036b7bd MX28: SPI: Pull out the PIO transfer function by Marek Vasut · Mon Jul 09 00:48:32 2012 +0000
  79. 955d92f MX28: SPI: Refactor spi_xfer a bit by Marek Vasut · Mon Jul 09 00:48:31 2012 +0000
  80. 46eb72e spi: Fix merge conflicts - Makefile by Michal Simek · Fri Aug 03 03:37:44 2012 +0000
  81. 035a32e Merge branch 'master' of git://git.denx.de/u-boot-microblaze by Wolfgang Denk · Tue Jul 31 22:01:08 2012 +0200
  82. fc77d51 spi: microblaze: Adds driver for Xilinx SPI controller by Stephan Linz · Sun Jul 29 00:25:35 2012 +0200
  83. d7bc6b0 spi: mxs: Allow other chip selects to work by Fabio Estevam · Mon Apr 23 08:30:50 2012 +0000
  84. 179fe4b spi: mxs: Introduce spi_cs_is_valid() by Fabio Estevam · Mon Apr 23 08:30:49 2012 +0000
  85. bb30784 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Fri Mar 30 18:09:08 2012 +0200
  86. fe8793e omap3_spi: receive transmit mode by jacopo mondi · Wed Mar 02 05:13:22 2011 +0000
  87. 8e57ca2 mxs_spi: Return proper timeout error by Fabio Estevam · Sun Mar 18 17:23:35 2012 +0000
  88. 41153eb sh_spi: Add 4 chip select signals supporting by Yoshihiro Shimoda · Mon Mar 05 19:27:13 2012 +0000
  89. fe1e761 mxc_spi: move machine specifics into CPU headers by Eric Nelson · Tue Jan 31 07:52:03 2012 +0000
  90. 573b62b kirkwood_spi: correct access to irq_mask register by Ian Campbell · Thu Jan 12 06:10:22 2012 +0000
  91. 05acaac mx28: fix i.MX28 spi driver by Matthias Fuchs · Sat Jan 14 02:25:25 2012 +0000
  92. 41f94c4 kw_spi: add weak functions board_spi_claim/release_bus by Valentin Longchamp · Fri Jun 01 01:31:03 2012 +0000
  93. db22ce7 kw_spi: support spi_claim/release_bus functions by Valentin Longchamp · Fri Jun 01 01:31:02 2012 +0000
  94. 1ad0acd kw_spi: backup and reset the MPP of the chosen CS pin by Valentin Longchamp · Fri Jun 01 01:31:01 2012 +0000
  95. e8aebc2 spi: tegra2: rename tegra2_spi.* to tegra_spi.* by Tom Warren · Tue May 22 07:33:47 2012 +0000
  96. c309b46 spi: Tegra2: Seaboard: fix UART corruption during SPI transactions by Tom Warren · Tue May 15 14:32:40 2012 -0700
  97. 34bad07 tegra2: spi: Support SPI / UART switch by Simon Glass · Sat Nov 05 04:46:50 2011 +0000
  98. ee554f8 tegra2: spi: Add SPI driver for Tegra2 SOC by Tom Warren · Sat Nov 05 09:48:11 2011 +0000
  99. 1ec26fd drivers/spi/atmel_spi.c: Fix GCC 4.6 warning by Anatolij Gustschin · Tue Nov 15 13:20:52 2011 +0000
  100. 7f8a558 iMX28: Add SPI driver by Marek Vasut · Tue Nov 08 23:18:14 2011 +0000