1. c079f40 net: keystone_net: remove SoC specific emac_regs structure by Hao Zhang · Mon Sep 29 22:17:20 2014 +0300
  2. d055305 configs: ks2_evm: enable misc_init_r by Khoronzhuk, Ivan · Fri Sep 26 15:42:30 2014 +0300
  3. c13cbcf keystone2: k2l-evm: add board support by Hao Zhang · Wed Oct 22 16:32:33 2014 +0300
  4. d5dff71 keystone2: enable OSR clock domain for K2L SoC by Hao Zhang · Wed Oct 22 16:32:32 2014 +0300
  5. 9594820 ARM: keystone2: spl: move board specific code by Hao Zhang · Wed Oct 22 16:32:31 2014 +0300
  6. 9000ea9 keystone2: msmc: add MSMC cache coherency support for K2L SOC by Hao Zhang · Wed Oct 22 16:32:30 2014 +0300
  7. 5cf7735 keystone2: clock: add K2L clock definitions and commands by Hao Zhang · Wed Oct 22 16:32:29 2014 +0300
  8. 1b46665 ARM: keystone2: add K2L device hardware definitions by Hao Zhang · Wed Oct 22 16:32:28 2014 +0300
  9. 90084ea ARM: cmd_clock: generalize command usage description by Khoronzhuk, Ivan · Wed Oct 22 16:01:28 2014 +0300
  10. 66c5b9f keystone: usb: add support of usb xhci by WingMan Kwok · Fri Sep 05 22:26:23 2014 +0300
  11. fa2105a dma: keystone_nav: generalize driver usage by Khoronzhuk, Ivan · Fri Sep 05 19:02:48 2014 +0300
  12. 7954b86 dma: keystone_nav: move keystone_nav driver to driver/dma/ by Khoronzhuk, Ivan · Fri Sep 05 19:02:47 2014 +0300
  13. 89a6652 keystone2: keystone_nav: don't use hard addresses in netcp_pktdma by Khoronzhuk, Ivan · Fri Sep 05 19:02:46 2014 +0300
  14. 29310e7 keystone2: keystone_nav: don't use hard addresses in qm_config by Khoronzhuk, Ivan · Fri Sep 05 19:02:45 2014 +0300
  15. 9d415db Merge git://git.denx.de/u-boot-dm by Tom Rini · Wed Oct 22 13:51:45 2014 -0400
  16. 3ad93fe dm: serial: Support driver model in pl01x driver by Simon Glass · Mon Sep 22 17:30:58 2014 -0600
  17. f35484d dm: serial: Tidy up the pl01x driver by Simon Glass · Mon Sep 22 17:30:57 2014 -0600
  18. 7480762 dm: rpi: Convert GPIO driver to driver model by Simon Glass · Mon Sep 22 17:30:56 2014 -0600
  19. 599447c dm: core: Add support for simple-bus by Simon Glass · Sat Oct 04 11:29:37 2014 -0600
  20. c0d07c2 dm: imx: Move cm_fx6 to use driver model for serial and GPIO by Simon Glass · Wed Oct 01 19:57:28 2014 -0600
  21. 8bc8519 dm: imx: serial: Support driver model in the MXC serial driver by Simon Glass · Wed Oct 01 19:57:27 2014 -0600
  22. 2772b4d dm: imx: gpio: Support driver model in MXC gpio driver by Simon Glass · Wed Oct 01 19:57:26 2014 -0600
  23. 2fc7d2a arm: mx6: cm_fx6: use gpio request by Nikita Kiryanov · Thu Oct 02 17:17:24 2014 +0300
  24. 5c05d67 dm: imx: i2c: Use gpio_request() to request GPIOs by Simon Glass · Thu Oct 02 17:17:23 2014 +0300
  25. 8d91436 imx: Add error checking to setup_i2c() by Simon Glass · Wed Oct 01 19:57:24 2014 -0600
  26. 73285a2 dm: serial: Put common code into separate functions by Simon Glass · Wed Oct 01 19:57:23 2014 -0600
  27. 5b3abbe initcall: Display error number when an error occurs by Simon Glass · Wed Oct 01 19:57:22 2014 -0600
  28. acf79bd dm: core: Allow a list of devices to be declared in one step by Simon Glass · Wed Oct 01 19:57:21 2014 -0600
  29. 5d169aa dm: linker_lists: Add a way to declare multiple objects by Simon Glass · Wed Oct 01 19:57:20 2014 -0600
  30. ffae791 dm: exynos: cros_ec: Move cros_ec_spi to driver model by Simon Glass · Mon Oct 13 23:42:16 2014 -0600
  31. ff425d8 dm: sandbox: cros_ec: Move sandbox cros_ec to driver module by Simon Glass · Mon Oct 13 23:42:15 2014 -0600
  32. 44569b5 dm: cros_ec: Add support for driver model by Simon Glass · Mon Oct 13 23:42:14 2014 -0600
  33. 1121b1b dm: tegra: spi: Convert to driver model by Simon Glass · Mon Oct 13 23:42:13 2014 -0600
  34. b4381ee dm: tegra: dts: Add aliases for spi on tegra30 boards by Simon Glass · Mon Oct 13 23:42:12 2014 -0600
  35. 25348a4 dm: sf: Add tests for SPI flash by Simon Glass · Mon Oct 13 23:42:11 2014 -0600
  36. abae56d dm: spi: Add tests by Simon Glass · Mon Oct 13 23:42:10 2014 -0600
  37. aa7a068 dm: exynos: config: Use driver model for SPI flash by Simon Glass · Mon Oct 13 23:42:09 2014 -0600
  38. 0186238 dm: sf: sandbox: Convert SPI flash driver to driver model by Simon Glass · Mon Oct 13 23:42:08 2014 -0600
  39. 6f7d259 dm: Convert spi_flash_probe() and 'sf probe' to use driver model by Simon Glass · Mon Oct 13 23:42:07 2014 -0600
  40. d6eedf7 dm: sf: Add a uclass for SPI flash by Simon Glass · Mon Oct 13 23:42:06 2014 -0600
  41. c10c3d4 spi: Use error return value in sf_ops by Simon Glass · Mon Oct 13 23:42:05 2014 -0600
  42. d34b456 sf: Tidy up public and private header files by Simon Glass · Mon Oct 13 23:42:04 2014 -0600
  43. fdca2aa exynos: universal_c210: Move to driver model soft_spi by Simon Glass · Mon Oct 13 23:42:03 2014 -0600
  44. bae15dd dm: spi: Add documentation on how to convert over SPI drivers by Simon Glass · Mon Oct 13 23:42:02 2014 -0600
  45. ca7eafe dm: exynos: Convert SPI to driver model by Simon Glass · Mon Oct 13 23:42:01 2014 -0600
  46. 456dd7c dm: spi: Add soft_spi implementation by Simon Glass · Mon Oct 13 23:42:00 2014 -0600
  47. 43d4a54 dm: spi: Remove SPI_INIT feature by Simon Glass · Mon Oct 13 23:41:59 2014 -0600
  48. 6fd26bc dm: spi: Rename soft_spi.c to soft_spi_legacy.c by Simon Glass · Mon Oct 13 23:41:58 2014 -0600
  49. 95429fe dm: sandbox: spi: Move to driver model by Simon Glass · Mon Oct 13 23:41:57 2014 -0600
  50. 3cc94b1 dm: spi: Adjust cmd_spi to work with driver model by Simon Glass · Mon Oct 13 23:41:56 2014 -0600
  51. def9215 dm: Add spi.h header to a few files by Simon Glass · Mon Oct 13 23:41:55 2014 -0600
  52. 55316ad dm: Remove spi_init() from board_r.c when using driver model by Simon Glass · Mon Oct 13 23:41:54 2014 -0600
  53. 10a4a33 dm: sandbox: Add a SPI emulation uclass by Simon Glass · Mon Oct 13 23:41:53 2014 -0600
  54. dd82d44 dm: spi: Add a uclass for SPI by Simon Glass · Mon Oct 13 23:41:52 2014 -0600
  55. 47424ec dm: core: Add a clarifying comment on struct udevice's seq member by Simon Glass · Mon Oct 13 23:41:51 2014 -0600
  56. 1586a84 dm: core: Allow parents to pass data to children during probe by Simon Glass · Mon Oct 13 23:41:50 2014 -0600
  57. 44da735 dm: core: Add functions for iterating through device children by Simon Glass · Mon Oct 13 23:41:49 2014 -0600
  58. fd91fc9 sandbox: dts: Add a SPI device and cros_ec device by Simon Glass · Mon Oct 13 23:41:48 2014 -0600
  59. 767e737 dm: exynos: Move serial to driver model by Simon Glass · Sun Sep 14 16:36:17 2014 -0600
  60. f2b8f9c dm: exynos: Mark exynos5 console as pre-reloc by Simon Glass · Sun Sep 14 16:36:16 2014 -0600
  61. 9b4e0e8 dm: exynos: gpio: Convert to driver model by Simon Glass · Mon Oct 20 19:48:40 2014 -0600
  62. 4f83d3d dm: exynos: Make sure that GPIOs are requested by Simon Glass · Mon Oct 20 19:48:39 2014 -0600
  63. 3898ab7 dm: exynos: Tidy up GPIO defines by Simon Glass · Mon Oct 20 19:48:38 2014 -0600
  64. 37f1162 dm: exynos: Tidy up GPIO headers by Simon Glass · Mon Oct 20 19:48:37 2014 -0600
  65. 7d3de47 dm: exynos: Move s5p_goni to generic board by Simon Glass · Mon Oct 20 19:48:36 2014 -0600
  66. de80601 dm: exynos: Move smdkc100 to generic board by Simon Glass · Mon Oct 20 19:48:35 2014 -0600
  67. 3e44c40 dm: exynos: Add pinctrl settings for s5p_goni by Simon Glass · Mon Oct 20 19:48:34 2014 -0600
  68. 5d6927a dm: exynos: Add pinctrl settings for smdkc100 by Simon Glass · Mon Oct 20 19:48:33 2014 -0600
  69. 89e5838 dm: exynos: dts: Adjust device tree files for U-Boot by Simon Glass · Mon Oct 20 19:48:32 2014 -0600
  70. e3582fa dm: exynos: dts: Remove unused pinctrl information to save space by Simon Glass · Mon Oct 20 19:48:31 2014 -0600
  71. 144cb55 dm: exynos: Bring in pinctrl dts files from Linux kernel by Simon Glass · Mon Oct 20 19:48:30 2014 -0600
  72. 78cefc0 dm: exynos: dts: Convert /include/ to #include by Simon Glass · Mon Oct 20 19:48:29 2014 -0600
  73. 20f67cf arm: goni: add i2c_init_board() by Robert Baldyga · Mon Oct 06 14:33:11 2014 +0200
  74. f797bc2 dm: add of_match_ptr() macro by Masahiro Yamada · Tue Oct 07 14:51:31 2014 +0900
  75. 1833130 dm: fix include guard by Masahiro Yamada · Tue Oct 07 14:49:38 2014 +0900
  76. 63b3a8f dm: include <linker_lists.h> from platdata.h and uclass.h by Masahiro Yamada · Tue Oct 07 14:49:13 2014 +0900
  77. d7a73f2 linker_lists: include <linux/compiler.h> by Masahiro Yamada · Tue Oct 07 14:48:22 2014 +0900
  78. 94b83d6 dm: simplify the loop in lists_driver_lookup_name() by Masahiro Yamada · Sun Sep 28 22:52:27 2014 +0900
  79. 892e38c dm: do not check the existence of uclass operation by Masahiro Yamada · Sun Sep 28 22:52:25 2014 +0900
  80. 191fa3b dm: fix comments by Masahiro Yamada · Sun Sep 28 22:52:24 2014 +0900
  81. 0f39bc0 x86: Fix GDT limit in start16.S by Bin Meng · Thu Oct 16 22:58:35 2014 +0800
  82. e4257d0 x86: Fix rom version build with CONFIG_X86_RESET_VECTOR by Bin Meng · Thu Oct 16 22:58:20 2014 +0800
  83. 0129b52 x86: Support loading kernel setup from a FIT by Simon Glass · Sun Oct 19 21:11:24 2014 -0600
  84. 750d66c doc: Tidy up and update part of the FIT documentation by Simon Glass · Sun Oct 19 21:11:23 2014 -0600
  85. 3c1e750 sandbox: bootm: Don't fail the architecture check by Simon Glass · Sun Oct 19 21:11:22 2014 -0600
  86. 4b4f273 x86: Allow cmdline setup in setup_zimage() to be optional by Simon Glass · Sun Oct 19 21:11:21 2014 -0600
  87. aa83f2b x86: Rewrite bootm.c to make it similar to ARM by Simon Glass · Sun Oct 19 21:11:20 2014 -0600
  88. 2a65c26 x86: Enable LMB and RAMDISK_HIGH by default by Simon Glass · Sun Oct 19 21:11:19 2014 -0600
  89. c7ae09b Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Mon Oct 20 18:17:26 2014 -0400
  90. 10be7d4 ls102x: Add support for secure boot and enable blob command by Ruchika Gupta · Tue Oct 07 15:48:47 2014 +0530
  91. 29e4b0e mpc85xx: configs - Enable blob command in freescale platforms by Ruchika Gupta · Tue Oct 07 15:48:46 2014 +0530
  92. 4345a57 crypto/fsl: Add command for encapsulating/decapsulating blobs by Ruchika Gupta · Tue Oct 07 15:46:20 2014 +0530
  93. 2998af1 powerpc/mpc85xx: SECURE BOOT - Bypass PAMU in case of secure boot by Ruchika Gupta · Mon Sep 29 11:35:33 2014 +0530
  94. 901ae76 ls102x: configs - Add hash command in freescale LS1 platforms by Ruchika Gupta · Wed Oct 15 11:39:06 2014 +0530
  95. 12af67f mpc85xx: configs - Add hash command in freescale platforms by Ruchika Gupta · Wed Oct 15 11:35:31 2014 +0530
  96. ac1b269 fsl_sec: Add hardware accelerated SHA256 and SHA1 by Ruchika Gupta · Wed Oct 15 11:35:30 2014 +0530
  97. bb7143b fsl_sec : Change accessor function to take care of endianness by Ruchika Gupta · Tue Sep 09 11:50:31 2014 +0530
  98. e24fde9 fsl_sec : Move SEC CCSR definition to common include by Ruchika Gupta · Tue Sep 09 11:50:30 2014 +0530
  99. 604a959 powerpc/P1010RDB:Update RESET_VECTOR_ADDRESS for 768KB u-boot size by Ruchika Gupta · Mon Sep 29 11:14:35 2014 +0530
  100. 9cf0e2d video: ipu_disp: remove pixclk fixup by Jeroen Hofstee · Tue Oct 14 20:37:15 2014 +0200