1. 25348a4 dm: sf: Add tests for SPI flash by Simon Glass · Mon Oct 13 23:42:11 2014 -0600
  2. abae56d dm: spi: Add tests by Simon Glass · Mon Oct 13 23:42:10 2014 -0600
  3. aa7a068 dm: exynos: config: Use driver model for SPI flash by Simon Glass · Mon Oct 13 23:42:09 2014 -0600
  4. 0186238 dm: sf: sandbox: Convert SPI flash driver to driver model by Simon Glass · Mon Oct 13 23:42:08 2014 -0600
  5. 6f7d259 dm: Convert spi_flash_probe() and 'sf probe' to use driver model by Simon Glass · Mon Oct 13 23:42:07 2014 -0600
  6. d6eedf7 dm: sf: Add a uclass for SPI flash by Simon Glass · Mon Oct 13 23:42:06 2014 -0600
  7. c10c3d4 spi: Use error return value in sf_ops by Simon Glass · Mon Oct 13 23:42:05 2014 -0600
  8. d34b456 sf: Tidy up public and private header files by Simon Glass · Mon Oct 13 23:42:04 2014 -0600
  9. fdca2aa exynos: universal_c210: Move to driver model soft_spi by Simon Glass · Mon Oct 13 23:42:03 2014 -0600
  10. bae15dd dm: spi: Add documentation on how to convert over SPI drivers by Simon Glass · Mon Oct 13 23:42:02 2014 -0600
  11. ca7eafe dm: exynos: Convert SPI to driver model by Simon Glass · Mon Oct 13 23:42:01 2014 -0600
  12. 456dd7c dm: spi: Add soft_spi implementation by Simon Glass · Mon Oct 13 23:42:00 2014 -0600
  13. 43d4a54 dm: spi: Remove SPI_INIT feature by Simon Glass · Mon Oct 13 23:41:59 2014 -0600
  14. 6fd26bc dm: spi: Rename soft_spi.c to soft_spi_legacy.c by Simon Glass · Mon Oct 13 23:41:58 2014 -0600
  15. 95429fe dm: sandbox: spi: Move to driver model by Simon Glass · Mon Oct 13 23:41:57 2014 -0600
  16. 3cc94b1 dm: spi: Adjust cmd_spi to work with driver model by Simon Glass · Mon Oct 13 23:41:56 2014 -0600
  17. def9215 dm: Add spi.h header to a few files by Simon Glass · Mon Oct 13 23:41:55 2014 -0600
  18. 55316ad dm: Remove spi_init() from board_r.c when using driver model by Simon Glass · Mon Oct 13 23:41:54 2014 -0600
  19. 10a4a33 dm: sandbox: Add a SPI emulation uclass by Simon Glass · Mon Oct 13 23:41:53 2014 -0600
  20. dd82d44 dm: spi: Add a uclass for SPI by Simon Glass · Mon Oct 13 23:41:52 2014 -0600
  21. 47424ec dm: core: Add a clarifying comment on struct udevice's seq member by Simon Glass · Mon Oct 13 23:41:51 2014 -0600
  22. 1586a84 dm: core: Allow parents to pass data to children during probe by Simon Glass · Mon Oct 13 23:41:50 2014 -0600
  23. 44da735 dm: core: Add functions for iterating through device children by Simon Glass · Mon Oct 13 23:41:49 2014 -0600
  24. fd91fc9 sandbox: dts: Add a SPI device and cros_ec device by Simon Glass · Mon Oct 13 23:41:48 2014 -0600
  25. 767e737 dm: exynos: Move serial to driver model by Simon Glass · Sun Sep 14 16:36:17 2014 -0600
  26. f2b8f9c dm: exynos: Mark exynos5 console as pre-reloc by Simon Glass · Sun Sep 14 16:36:16 2014 -0600
  27. 9b4e0e8 dm: exynos: gpio: Convert to driver model by Simon Glass · Mon Oct 20 19:48:40 2014 -0600
  28. 4f83d3d dm: exynos: Make sure that GPIOs are requested by Simon Glass · Mon Oct 20 19:48:39 2014 -0600
  29. 3898ab7 dm: exynos: Tidy up GPIO defines by Simon Glass · Mon Oct 20 19:48:38 2014 -0600
  30. 37f1162 dm: exynos: Tidy up GPIO headers by Simon Glass · Mon Oct 20 19:48:37 2014 -0600
  31. 7d3de47 dm: exynos: Move s5p_goni to generic board by Simon Glass · Mon Oct 20 19:48:36 2014 -0600
  32. de80601 dm: exynos: Move smdkc100 to generic board by Simon Glass · Mon Oct 20 19:48:35 2014 -0600
  33. 3e44c40 dm: exynos: Add pinctrl settings for s5p_goni by Simon Glass · Mon Oct 20 19:48:34 2014 -0600
  34. 5d6927a dm: exynos: Add pinctrl settings for smdkc100 by Simon Glass · Mon Oct 20 19:48:33 2014 -0600
  35. 89e5838 dm: exynos: dts: Adjust device tree files for U-Boot by Simon Glass · Mon Oct 20 19:48:32 2014 -0600
  36. e3582fa dm: exynos: dts: Remove unused pinctrl information to save space by Simon Glass · Mon Oct 20 19:48:31 2014 -0600
  37. 144cb55 dm: exynos: Bring in pinctrl dts files from Linux kernel by Simon Glass · Mon Oct 20 19:48:30 2014 -0600
  38. 78cefc0 dm: exynos: dts: Convert /include/ to #include by Simon Glass · Mon Oct 20 19:48:29 2014 -0600
  39. 20f67cf arm: goni: add i2c_init_board() by Robert Baldyga · Mon Oct 06 14:33:11 2014 +0200
  40. f797bc2 dm: add of_match_ptr() macro by Masahiro Yamada · Tue Oct 07 14:51:31 2014 +0900
  41. 1833130 dm: fix include guard by Masahiro Yamada · Tue Oct 07 14:49:38 2014 +0900
  42. 63b3a8f dm: include <linker_lists.h> from platdata.h and uclass.h by Masahiro Yamada · Tue Oct 07 14:49:13 2014 +0900
  43. d7a73f2 linker_lists: include <linux/compiler.h> by Masahiro Yamada · Tue Oct 07 14:48:22 2014 +0900
  44. 94b83d6 dm: simplify the loop in lists_driver_lookup_name() by Masahiro Yamada · Sun Sep 28 22:52:27 2014 +0900
  45. 892e38c dm: do not check the existence of uclass operation by Masahiro Yamada · Sun Sep 28 22:52:25 2014 +0900
  46. 191fa3b dm: fix comments by Masahiro Yamada · Sun Sep 28 22:52:24 2014 +0900
  47. c7ae09b Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Mon Oct 20 18:17:26 2014 -0400
  48. 10be7d4 ls102x: Add support for secure boot and enable blob command by Ruchika Gupta · Tue Oct 07 15:48:47 2014 +0530
  49. 29e4b0e mpc85xx: configs - Enable blob command in freescale platforms by Ruchika Gupta · Tue Oct 07 15:48:46 2014 +0530
  50. 4345a57 crypto/fsl: Add command for encapsulating/decapsulating blobs by Ruchika Gupta · Tue Oct 07 15:46:20 2014 +0530
  51. 2998af1 powerpc/mpc85xx: SECURE BOOT - Bypass PAMU in case of secure boot by Ruchika Gupta · Mon Sep 29 11:35:33 2014 +0530
  52. 901ae76 ls102x: configs - Add hash command in freescale LS1 platforms by Ruchika Gupta · Wed Oct 15 11:39:06 2014 +0530
  53. 12af67f mpc85xx: configs - Add hash command in freescale platforms by Ruchika Gupta · Wed Oct 15 11:35:31 2014 +0530
  54. ac1b269 fsl_sec: Add hardware accelerated SHA256 and SHA1 by Ruchika Gupta · Wed Oct 15 11:35:30 2014 +0530
  55. bb7143b fsl_sec : Change accessor function to take care of endianness by Ruchika Gupta · Tue Sep 09 11:50:31 2014 +0530
  56. e24fde9 fsl_sec : Move SEC CCSR definition to common include by Ruchika Gupta · Tue Sep 09 11:50:30 2014 +0530
  57. 604a959 powerpc/P1010RDB:Update RESET_VECTOR_ADDRESS for 768KB u-boot size by Ruchika Gupta · Mon Sep 29 11:14:35 2014 +0530
  58. 9cf0e2d video: ipu_disp: remove pixclk fixup by Jeroen Hofstee · Tue Oct 14 20:37:15 2014 +0200
  59. 9827621 video: ipu: fix debug and comment by Jeroen Hofstee · Tue Oct 14 20:37:14 2014 +0200
  60. f461f12 lcd: Fix build error with CONFIG_LCD_BMP_RLE8 by Simon Glass · Wed Oct 15 04:53:04 2014 -0600
  61. 9956d47 Prepare v2014.10 by Tom Rini · Tue Oct 14 04:47:15 2014 -0400
  62. 88ccfd8 sunxi: axp152: dcdc3 scale is 50mV / step not 25mV / step by Hans de Goede · Mon Oct 13 14:51:40 2014 +0200
  63. 27368e7 Makefile: drop "tools-only" from no-dot-config-targets by Tom Rini · Mon Oct 13 08:38:55 2014 -0400
  64. c8ac489 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Oct 10 20:59:28 2014 -0400
  65. 2033682 Merge branch 'u-boot-socfpga/topic/arm/socfpga-20141010' into 'u-boot-arm/master' by Albert ARIBAUD · Sat Oct 11 01:20:55 2014 +0200
  66. ab43536 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Sat Oct 11 01:20:30 2014 +0200
  67. 3835fbe arm: socfpga: Use EMAC1 on SoCDK by Marek Vasut · Fri Oct 10 01:50:23 2014 +0200
  68. ae57d5a arm: socfpga: add MAINTAINERS entry by Pavel Machek · Fri Oct 10 01:50:22 2014 +0200
  69. e1774be tools: compiler.h: Fix build on FreeBSD by Jeroen Hofstee · Tue Oct 07 22:42:27 2014 +0200
  70. 89cd46f arm, at91: add generic board support for the taurus and corvus board by Heiko Schocher · Wed Oct 01 07:26:06 2014 +0200
  71. cc496b5 ARM: atmel: switch at91sam9263ek to generic board by Bo Shen · Wed Sep 24 15:35:53 2014 +0800
  72. 623de87 sama5d3xek: run PHY's config by Andreas Bießmann · Thu Sep 18 23:46:49 2014 +0200
  73. d43a89a macb: simplify gmac initialisation by Andreas Bießmann · Thu Sep 18 23:46:48 2014 +0200
  74. 4c4150c serial-uclass: Fix compilation error by Hans de Goede · Fri Oct 10 18:30:17 2014 +0200
  75. 98e6c25 ks2_evm: readme: align according to actual sources by Khoronzhuk, Ivan · Thu Oct 09 22:21:14 2014 +0300
  76. 4687de1 configs:ks2_evm: update defconfigs to support SPL by Murali Karicheri · Thu Oct 09 22:20:36 2014 +0300
  77. 6057854 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · Fri Oct 10 09:45:16 2014 -0400
  78. b372dd1 am335x_evm: Correct BOOTCOUNT driver support by Tom Rini · Fri Oct 03 15:57:00 2014 -0400
  79. d6b4694 common/board_r: remove warning in initr_mem for 64-bit phys_size_t by Valentin Longchamp · Fri Oct 03 11:16:19 2014 +0200
  80. c61633c board/BuR: fix pinmux for MII Ethernet Interface by Hannes Petermaier · Fri Oct 03 07:30:15 2014 +0200
  81. 65071d5 scripts/multiconfig.sh: Fix a typo by York Sun · Wed Oct 01 08:44:55 2014 -0700
  82. 2699758 multiconfig.sh: replace GNU sed specific match by Jeroen Hofstee · Wed Oct 01 17:22:58 2014 +0200
  83. 6355728 VCMA9: remove EXT2 support by David Müller (ELSOFT AG) · Tue Sep 30 13:53:28 2014 +0200
  84. a58fc8e PATI: fix broken SPI access by David Müller (ELSOFT AG) · Tue Sep 30 13:23:54 2014 +0200
  85. 13c3e39 PATI: convert to generic board by David Müller (ELSOFT AG) · Tue Sep 30 12:32:23 2014 +0200
  86. ebe2cf9 VCMA9: convert to generic board by David Müller (ELSOFT AG) · Tue Sep 30 12:32:22 2014 +0200
  87. 37324f0 MIP405: convert to generic board by David Müller (ELSOFT AG) · Tue Sep 30 12:32:21 2014 +0200
  88. 789d312 PIP405: convert to generic board by David Müller (ELSOFT AG) · Tue Sep 30 12:32:20 2014 +0200
  89. db06592 SPDX License cleanup for LiMon imported files by Wolfgang Denk · Tue Sep 30 10:44:01 2014 +0200
  90. 7822fe0 beagleboard: Remove side effects of i2c2 pullup resisters initialization code by Alexander Kochetkov · Mon Sep 29 21:46:48 2014 +0400
  91. e5c778e powerpc: mpc5xxx: remove board support for MVBC_P and MVSMR by Masahiro Yamada · Mon Sep 29 01:38:01 2014 +0900
  92. aa9ecf8 powerpc: mpc83xx: remove board support for MERGERBOX and MVBLM7 by Masahiro Yamada · Mon Sep 29 01:38:00 2014 +0900
  93. e168aae powerpc: ppc4xx: remove board support for bluestone by Masahiro Yamada · Mon Sep 29 01:37:59 2014 +0900
  94. 14d378d powerpc: ppc4xx: remove board support for CRAYL1 by Masahiro Yamada · Mon Sep 29 01:37:58 2014 +0900
  95. 3d7c6a6 powerpc: ppc4xx: remove board support for KAREF and METROBOX by Masahiro Yamada · Mon Sep 29 01:37:57 2014 +0900
  96. 6fcbbe6 kconfig: fix another bug of "make savedefconfig" by Masahiro Yamada · Fri Sep 26 18:42:36 2014 +0900
  97. a4cea85 ARM: keystone: clock: fix main pll ratio div definitions by Khoronzhuk, Ivan · Tue Sep 23 21:10:26 2014 +0300
  98. 7a187f5 common: spl_sata: perform SCSI scan before getting device by Roger Quadros · Tue Sep 23 18:07:04 2014 +0300
  99. 0913c64 ARM: OMAP5+: sata: Move scsi_scan() to the right place by Roger Quadros · Tue Sep 23 18:07:03 2014 +0300
  100. 5d33f1a OMAP5+: sata/scsi: Implement scsi_init() by Roger Quadros · Tue Sep 23 18:07:02 2014 +0300