1. 0b5e6c2 spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header by Heiko Schocher · Fri Oct 31 08:30:55 2014 +0100
  2. 8f769cf SPI: mxc_spi: delay initialisation until claim bus by Markus Niebel · Thu Oct 23 16:09:39 2014 +0200
  3. 714bdc3 SPI: mxc_spi: remove second reset from ECSPI config handler by Markus Niebel · Thu Oct 23 16:09:38 2014 +0200
  4. 7bb4fc3 spi: altera: Move the config options to the top by Marek Vasut · Wed Oct 22 21:56:04 2014 +0200
  5. 5c97e30 spi: altera: Clean up the use of variable d by Marek Vasut · Wed Oct 22 21:56:02 2014 +0200
  6. ec6938e spi: altera: Zap endless loop by Marek Vasut · Wed Oct 22 21:56:01 2014 +0200
  7. a49ffc3 spi: altera: Clean up most checkpatch issues by Marek Vasut · Wed Oct 22 21:56:00 2014 +0200
  8. 470dc3d spi: altera: Clean up bit definitions by Marek Vasut · Wed Oct 22 21:55:59 2014 +0200
  9. 4206602 spi: altera: Use struct-based register access by Marek Vasut · Wed Oct 22 21:55:58 2014 +0200
  10. f0e1f8d Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · Mon Oct 27 09:08:42 2014 -0400
  11. 57ad8ee dm: add entries to Kconfig by Masahiro Yamada · Thu Oct 23 22:26:09 2014 +0900
  12. 1b258d5 spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE by Stefan Roese · Wed Oct 22 12:13:12 2014 +0200
  13. 2a88a53 spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC's by Stefan Roese · Wed Oct 22 12:13:10 2014 +0200
  14. 2da296f arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h by Stefan Roese · Wed Oct 22 12:13:07 2014 +0200
  15. c243784 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · Wed Oct 22 12:13:06 2014 +0200
  16. 1121b1b dm: tegra: spi: Convert to driver model by Simon Glass · Mon Oct 13 23:42:13 2014 -0600
  17. ca7eafe dm: exynos: Convert SPI to driver model by Simon Glass · Mon Oct 13 23:42:01 2014 -0600
  18. 456dd7c dm: spi: Add soft_spi implementation by Simon Glass · Mon Oct 13 23:42:00 2014 -0600
  19. 43d4a54 dm: spi: Remove SPI_INIT feature by Simon Glass · Mon Oct 13 23:41:59 2014 -0600
  20. 6fd26bc dm: spi: Rename soft_spi.c to soft_spi_legacy.c by Simon Glass · Mon Oct 13 23:41:58 2014 -0600
  21. 95429fe dm: sandbox: spi: Move to driver model by Simon Glass · Mon Oct 13 23:41:57 2014 -0600
  22. 10a4a33 dm: sandbox: Add a SPI emulation uclass by Simon Glass · Mon Oct 13 23:41:53 2014 -0600
  23. dd82d44 dm: spi: Add a uclass for SPI by Simon Glass · Mon Oct 13 23:41:52 2014 -0600
  24. 16acd1c ARM: i.MX: provide declaration for board_spi_cs_gpio by Eric Nelson · Tue Sep 30 15:40:03 2014 -0700
  25. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · Tue Sep 16 16:32:58 2014 +0900
  26. 57767df spi: kirkwood_spi.c: cosmetic: Fix minor coding style issues by Stefan Roese · Tue Sep 02 14:02:53 2014 +0200
  27. 8edd6e0 spi: kirkwood_spi.c: Make global variable static by Stefan Roese · Tue Sep 02 14:02:52 2014 +0200
  28. b85f0cb spi: kirkwood_spi.c: Some fixes and cleanup by Stefan Roese · Tue Sep 02 14:02:51 2014 +0200
  29. 00cd738 spi: mxc: fix sf probe when using mxc_spi by Nikita Kiryanov · Wed Aug 20 15:08:50 2014 +0300
  30. b77c888 spi, spi_mxc: do not hang in spi_xchg_single by Heiko Schocher · Mon Jul 14 10:22:11 2014 +0200
  31. ec2a323 spi: Support half-duplex mode in FDT decode by Simon Glass · Mon Jul 07 10:16:39 2014 -0600
  32. a193ed0 exynos: spi: Fix calculation of SPI transaction start time by Simon Glass · Mon Jul 07 10:16:38 2014 -0600
  33. 6828676 arm: ep9315: Return back Cirrus Logic EDB9315A board support by Sergey Kostanbaev · Wed Jun 25 23:44:29 2014 +0400
  34. ca8ca05 Merge remote-tracking branch 'u-boot-samsung/master' by Albert ARIBAUD · Tue Jul 01 20:52:51 2014 +0200
  35. ad763d7 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · Tue Jul 01 15:11:18 2014 +0200
  36. d0b3d76 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Wed Jun 25 10:39:58 2014 +0200
  37. 8613bed Exynos: SPI: Fix reading data from SPI flash by Akshay Saraswat · Wed Jun 18 17:52:41 2014 +0530
  38. 78472a8 spi: davinci: Fix register address for SPI1_BUS by Axel Lin · Wed Jun 18 09:09:34 2014 +0800
  39. b6d1611 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Wed Jun 11 11:40:11 2014 -0400
  40. c7410e3 arm: vf610: Add QSPI driver support by Alison Wang · Tue May 06 09:13:01 2014 +0800
  41. 6b622d1 spi: soft_spi: Support NULL din/dout buffers by Andrew Ruder · Thu Apr 24 13:39:32 2014 -0500
  42. 17365f4 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Sun Jun 08 07:58:41 2014 -0400
  43. 4cfd64a ti: qspi: populate slave device to set flash quad bit. by Sourav Poddar · Mon May 19 16:53:38 2014 -0400
  44. 433dd00 powerpc/espi: remove 80us delay to improve transfer performance by Hou Zhiqiang · Wed May 21 10:25:10 2014 +0800
  45. 7b4187c Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · Mon Apr 21 21:01:35 2014 +0200
  46. a44c84e spi: davinci: add support for multiple bus and chip select by Karicheri, Muralidharan · Fri Apr 04 13:16:54 2014 -0400
  47. f7aa7b5 spi: ti_qspi: Add delay for successful bulk erase. by Poddar, Sourav · Thu Apr 03 07:52:54 2014 -0400
  48. f27f4e8 ARM: tegra: Tegra20 pinmux cleanup by Stephen Warren · Fri Mar 21 12:28:58 2014 -0600
  49. 5f0e674 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Tue Mar 25 10:25:14 2014 +0100
  50. fe27ded sandbox: Add implementation of spi_setup_slave_fdt() by Simon Glass · Thu Feb 27 13:26:24 2014 -0700
  51. 7307157 spi: atmel_dataflash: Simplify AT91F_SpiEnable implementation by Axel Lin · Fri Feb 21 08:55:47 2014 +0800
  52. 68be915 drivers/spi/omap3: Bug fix of premature write transfer completion by Vasili Galka · Sun Mar 09 15:56:52 2014 +0200
  53. 6a4a080 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Fri Feb 21 08:00:22 2014 -0500
  54. 983a2a9 blackfin: add spi and i2c specific get clock functions by Sonic Zhang · Tue Jan 28 13:53:34 2014 +0800
  55. 0de9180 spi: ti_qspi: Add delay before xfer for am43xx by Sourav Poddar · Sat Dec 21 12:50:10 2013 +0530
  56. 2145dff spi: ti_qspi: Add AM43xx specifics changes by Sourav Poddar · Sat Dec 21 12:50:09 2013 +0530
  57. 6683e62 spi: spi-mxc: implement clk control for ECSPI to fix SPI_MODE_3 by Markus Niebel · Mon Feb 17 17:33:17 2014 +0100
  58. f030d66 spi: xilinx: Move timeout calculation out of the loop by Michal Simek · Wed Jan 22 09:48:55 2014 +0100
  59. 0d313da Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Thu Jan 16 13:50:16 2014 -0500
  60. 36601cb spi: sh_qspi: Add header file that defines the address of registers by Nobuhiro Iwamatsu · Wed Jan 08 10:16:25 2014 +0900
  61. c3936de spi: sh_spi: Use sh_spi_clear_bit() instead of open-coded by Axel Lin · Fri Dec 27 13:51:55 2013 +0800
  62. 13e99ec spi: Add Faraday SPI controller support by Kuo-Jung Su · Fri Dec 20 12:54:30 2013 +0530
  63. 02ca8c2 spi: tegra: clear RDY bit prior to every transfer by Yen Lin · Wed Dec 18 11:18:46 2013 -0700
  64. 0ae8398 spi: Add support SH Quad SPI driver by Nobuhiro Iwamatsu · Wed Dec 18 15:31:55 2013 +0900
  65. fada6dd Merge branch 'spi' of git://git.denx.de/u-boot-x86 by Tom Rini · Tue Dec 10 09:36:23 2013 -0500
  66. 1d8e57c sandbox: spi: Add SPI emulation bus by Mike Frysinger · Tue Dec 03 16:43:26 2013 -0700
  67. 49e9d2c spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT node by Simon Glass · Tue Dec 03 16:43:24 2013 -0700
  68. c6a4970 spi: bfin_spi6xx: Remove unnecessary test for bus and pins[bus] by Axel Lin · Mon Dec 02 12:57:44 2013 +0800
  69. 203e7ba spi: bfin_spi: Remove unnecessary test for bus and pins[bus] by Axel Lin · Mon Dec 02 12:57:33 2013 +0800
  70. 18dd07c spi: omap3: add support for more word lengths by Nikita Kiryanov · Wed Oct 16 17:23:25 2013 +0300
  71. 0029235 spi: omap3: remove semicolon from #define by Nikita Kiryanov · Wed Oct 16 17:23:24 2013 +0300
  72. 5594ce4 drivers: convert makefiles to Kbuild style by Masahiro Yamada · Thu Oct 17 17:34:57 2013 +0900
  73. 6420320 spi: mxc_spi: Fix double incrementing read pointer for unaligned buffers by Timo Herbrecher · Wed Oct 16 00:05:09 2013 +0530
  74. d92799e spi: Add GPL-2.0+ SPDX-License-Identifier for missing files by Jagannadha Sutradharudu Teki · Mon Oct 14 13:31:24 2013 +0530
  75. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · Fri Oct 04 17:43:24 2013 +0200
  76. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  77. ffc7461 spi: exynos: Support word transfers by Rajeshwari Shinde · Tue Oct 08 16:20:06 2013 +0530
  78. 0c0faef spi: exynos: Minimise access to SPI FIFO level by Rajeshwari Shinde · Tue Oct 08 16:20:05 2013 +0530
  79. ab46adb spi: exynos: Support a delay after deactivate by Rajeshwari Shinde · Tue Oct 08 16:20:04 2013 +0530
  80. da3e4c6 spi: add TI QSPI driver by Matt Porter · Mon Oct 07 15:53:02 2013 +0530
  81. aa0d8b2 spi: mxs_spi: Configure chipselect after block reset by Marek Vasut · Mon Aug 26 17:45:23 2013 +0200
  82. d169808 powerpc: Fix CamelCase checkpatch warnings by Prabhakar Kushwaha · Fri Aug 16 14:52:26 2013 +0530
  83. 216ec09 spi: Add zynq spi controller driver by Jagannadha Sutradharudu Teki · Mon Jul 29 23:45:16 2013 +0530
  84. 3db3928 spi: mpc8xxx_spi: Use DIV_ROUND_UP instead of open-coded by Axel Lin · Fri Jul 12 17:42:15 2013 +0800
  85. afcab28 spi: fsl_espi: Use DIV_ROUND_UP instead of open-coded by Axel Lin · Fri Jul 12 17:41:08 2013 +0800
  86. 9163ff0 spi: bfin_spi: Use DIV_ROUND_UP instead of open-coded by Axel Lin · Fri Jul 12 17:39:41 2013 +0800
  87. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  88. 1d021a8 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Jul 12 10:36:48 2013 -0400
  89. c1f81ed Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · Fri Jun 28 17:51:13 2013 +0200
  90. b177b71 spi: mxc_spi: Update pre and post divider algorithm by Dirk Behme · Sat May 11 07:25:54 2013 +0200
  91. 0a05dff spi: mxc_spi: Fix pre and post divider calculation by Dirk Behme · Thu May 09 07:19:52 2013 +0200
  92. 0039123 cros: exynos: add SPI support for cros_ec by Hung-ying Tyan · Wed May 15 18:27:30 2013 +0800
  93. fb7def9 spi: mxc_spi: Use DIV_ROUND_UP at appropriate places by Axel Lin · Fri Jun 14 21:13:32 2013 +0800
  94. 29180ba spi: cf_qspi: Use DIV_ROUND_UP at appropriate place by Axel Lin · Fri Jun 14 21:12:19 2013 +0800
  95. bf4e1d3 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Thu Jun 13 15:18:35 2013 -0400
  96. 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
  97. 42c6f6b spi: tegra114_spi: Convert to use spi_alloc_slave() by Axel Lin · Thu Jun 13 16:17:47 2013 +0800
  98. b381444 spi: armada100_spi: Remove unnecessary NULL test for dout and din by Axel Lin · Tue Jun 11 21:57:31 2013 +0800
  99. 813637c spi: exynos: Support SPI_PREAMBLE mode by Rajeshwari Shinde · Tue May 28 20:10:38 2013 +0000
  100. 757a92f Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Thu May 30 14:45:06 2013 +0200