1. 2b4071b dm: x86: Convert Intel ICH6 GPIO driver to use driver model by Simon Glass · Fri Oct 10 07:49:18 2014 -0600
  2. 96e230b dm: serial: ns16550: Add a cast to the I/O operations by Simon Glass · Fri Oct 10 07:49:13 2014 -0600
  3. a223d5e dm: gpio: imx: Drop request()/free() in the driver by Simon Glass · Sat Oct 04 11:29:56 2014 -0600
  4. 8e5f623 dm: gpio: exynos: Drop request()/free() in the driver by Simon Glass · Sat Oct 04 11:29:55 2014 -0600
  5. 859896c dm: gpio: rpi_b: Drop request()/free() in the driver by Simon Glass · Sat Oct 04 11:29:54 2014 -0600
  6. 46715a8 dm: gpio: omap3: Drop request()/free() in the driver by Simon Glass · Sat Oct 04 11:29:53 2014 -0600
  7. 7fcb5fe dm: gpio: tegra: Drop request()/free() in the driver by Simon Glass · Sat Oct 04 11:29:52 2014 -0600
  8. 1b27d60 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · Sat Oct 04 11:29:49 2014 -0600
  9. ca5f8d2 dm: gpio: sandbox: Drop request()/free() in the driver by Simon Glass · Sat Oct 04 11:29:47 2014 -0600
  10. a367f1d dm: gpio: sandbox: Implement the remove() method by Simon Glass · Sat Oct 04 11:29:46 2014 -0600
  11. 3204863 dm: gpio: sandbox: Implement the get_function() method by Simon Glass · Sat Oct 04 11:29:45 2014 -0600
  12. 6b1ef59 dm: Move the function for getting GPIO status into the uclass by Simon Glass · Sat Oct 04 11:29:44 2014 -0600
  13. 6e5e6dd dm: gpio: Add gpio_get_function() and friends by Simon Glass · Sat Oct 04 11:29:43 2014 -0600
  14. 0f4517d dm: gpio: Implement GPIO reservation in the uclass by Simon Glass · Sat Oct 04 11:29:42 2014 -0600
  15. db252e3 dm: omap: serial: Add driver model support by Simon Glass · Wed Oct 22 21:37:12 2014 -0600
  16. 1a96d7f dm: omap: gpio: Support driver model by Simon Glass · Wed Oct 22 21:37:09 2014 -0600
  17. ba33a3f dm: omap: gpio: Put _get_gpio_value() logic into its own function by Simon Glass · Wed Oct 22 21:37:08 2014 -0600
  18. bc5aa99 dm: serial: Support CONFIG_CONS_INDEX if available by Simon Glass · Wed Oct 22 21:37:06 2014 -0600
  19. 3bf04f3 dm: ns16550: Correct the probe logic for platform data by Simon Glass · Wed Oct 22 21:37:05 2014 -0600
  20. 2546394 dm: ns16550: Use an address instead of a pointer for the uart base by Simon Glass · Wed Oct 22 21:37:04 2014 -0600
  21. ddb958c dm: serial: ns16550: Correct logic for checking for character by Simon Glass · Wed Oct 22 21:37:03 2014 -0600
  22. 5c60b2a dm: serial: Reset the watchdog while waiting in getc() by Simon Glass · Wed Oct 22 21:37:02 2014 -0600
  23. 43b2e1a dm: gpio: Support numbered GPIOs by Simon Glass · Wed Oct 22 21:37:01 2014 -0600
  24. bc810dc Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · Thu Oct 23 14:05:34 2014 -0400
  25. 54cd2b2 i2c: mvtwsi: Add support for Marvell Armada XP by Stefan Roese · Wed Oct 22 12:13:16 2014 +0200
  26. 3e10381 net: mvneta.c: Add support for the ethernet controller of the Marvell Armada XP SoC by Stefan Roese · Wed Oct 22 12:13:14 2014 +0200
  27. 1b258d5 spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE by Stefan Roese · Wed Oct 22 12:13:12 2014 +0200
  28. 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
  29. 2da296f arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h by Stefan Roese · Wed Oct 22 12:13:07 2014 +0200
  30. c243784 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · Wed Oct 22 12:13:06 2014 +0200
  31. 56b661f Merge git://git.denx.de/u-boot-x86 by Tom Rini · Thu Oct 23 06:54:03 2014 -0400
  32. a1a3430 x86: cros_ec: Update LPC driver for new cros_ec header by Simon Glass · Fri Oct 10 07:30:15 2014 -0600
  33. 3ad93fe dm: serial: Support driver model in pl01x driver by Simon Glass · Mon Sep 22 17:30:58 2014 -0600
  34. f35484d dm: serial: Tidy up the pl01x driver by Simon Glass · Mon Sep 22 17:30:57 2014 -0600
  35. 7480762 dm: rpi: Convert GPIO driver to driver model by Simon Glass · Mon Sep 22 17:30:56 2014 -0600
  36. 599447c dm: core: Add support for simple-bus by Simon Glass · Sat Oct 04 11:29:37 2014 -0600
  37. 8bc8519 dm: imx: serial: Support driver model in the MXC serial driver by Simon Glass · Wed Oct 01 19:57:27 2014 -0600
  38. 2772b4d dm: imx: gpio: Support driver model in MXC gpio driver by Simon Glass · Wed Oct 01 19:57:26 2014 -0600
  39. 73285a2 dm: serial: Put common code into separate functions by Simon Glass · Wed Oct 01 19:57:23 2014 -0600
  40. ffae791 dm: exynos: cros_ec: Move cros_ec_spi to driver model by Simon Glass · Mon Oct 13 23:42:16 2014 -0600
  41. ff425d8 dm: sandbox: cros_ec: Move sandbox cros_ec to driver module by Simon Glass · Mon Oct 13 23:42:15 2014 -0600
  42. 44569b5 dm: cros_ec: Add support for driver model by Simon Glass · Mon Oct 13 23:42:14 2014 -0600
  43. 1121b1b dm: tegra: spi: Convert to driver model by Simon Glass · Mon Oct 13 23:42:13 2014 -0600
  44. 0186238 dm: sf: sandbox: Convert SPI flash driver to driver model by Simon Glass · Mon Oct 13 23:42:08 2014 -0600
  45. 6f7d259 dm: Convert spi_flash_probe() and 'sf probe' to use driver model by Simon Glass · Mon Oct 13 23:42:07 2014 -0600
  46. d6eedf7 dm: sf: Add a uclass for SPI flash by Simon Glass · Mon Oct 13 23:42:06 2014 -0600
  47. c10c3d4 spi: Use error return value in sf_ops by Simon Glass · Mon Oct 13 23:42:05 2014 -0600
  48. d34b456 sf: Tidy up public and private header files by Simon Glass · Mon Oct 13 23:42:04 2014 -0600
  49. ca7eafe dm: exynos: Convert SPI to driver model by Simon Glass · Mon Oct 13 23:42:01 2014 -0600
  50. 456dd7c dm: spi: Add soft_spi implementation by Simon Glass · Mon Oct 13 23:42:00 2014 -0600
  51. 43d4a54 dm: spi: Remove SPI_INIT feature by Simon Glass · Mon Oct 13 23:41:59 2014 -0600
  52. 6fd26bc dm: spi: Rename soft_spi.c to soft_spi_legacy.c by Simon Glass · Mon Oct 13 23:41:58 2014 -0600
  53. 95429fe dm: sandbox: spi: Move to driver model by Simon Glass · Mon Oct 13 23:41:57 2014 -0600
  54. def9215 dm: Add spi.h header to a few files by Simon Glass · Mon Oct 13 23:41:55 2014 -0600
  55. 10a4a33 dm: sandbox: Add a SPI emulation uclass by Simon Glass · Mon Oct 13 23:41:53 2014 -0600
  56. dd82d44 dm: spi: Add a uclass for SPI by Simon Glass · Mon Oct 13 23:41:52 2014 -0600
  57. 1586a84 dm: core: Allow parents to pass data to children during probe by Simon Glass · Mon Oct 13 23:41:50 2014 -0600
  58. 44da735 dm: core: Add functions for iterating through device children by Simon Glass · Mon Oct 13 23:41:49 2014 -0600
  59. 767e737 dm: exynos: Move serial to driver model by Simon Glass · Sun Sep 14 16:36:17 2014 -0600
  60. 9b4e0e8 dm: exynos: gpio: Convert to driver model by Simon Glass · Mon Oct 20 19:48:40 2014 -0600
  61. 4f83d3d dm: exynos: Make sure that GPIOs are requested by Simon Glass · Mon Oct 20 19:48:39 2014 -0600
  62. 3898ab7 dm: exynos: Tidy up GPIO defines by Simon Glass · Mon Oct 20 19:48:38 2014 -0600
  63. 37f1162 dm: exynos: Tidy up GPIO headers by Simon Glass · Mon Oct 20 19:48:37 2014 -0600
  64. 94b83d6 dm: simplify the loop in lists_driver_lookup_name() by Masahiro Yamada · Sun Sep 28 22:52:27 2014 +0900
  65. 892e38c dm: do not check the existence of uclass operation by Masahiro Yamada · Sun Sep 28 22:52:25 2014 +0900
  66. 9ddceb6 tegra: gpio: fix null label regression by Marcel Ziswiler · Fri Oct 10 16:56:50 2014 +0200
  67. e1207e9 mmc: Tegra: Fix timeout issue seen on certain eMMC parts by Marcel Ziswiler · Sat Oct 04 01:48:53 2014 +0200
  68. c7ae09b Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Mon Oct 20 18:17:26 2014 -0400
  69. 4345a57 crypto/fsl: Add command for encapsulating/decapsulating blobs by Ruchika Gupta · Tue Oct 07 15:46:20 2014 +0530
  70. ac1b269 fsl_sec: Add hardware accelerated SHA256 and SHA1 by Ruchika Gupta · Wed Oct 15 11:35:30 2014 +0530
  71. 9cf0e2d video: ipu_disp: remove pixclk fixup by Jeroen Hofstee · Tue Oct 14 20:37:15 2014 +0200
  72. 9827621 video: ipu: fix debug and comment by Jeroen Hofstee · Tue Oct 14 20:37:14 2014 +0200
  73. 88ccfd8 sunxi: axp152: dcdc3 scale is 50mV / step not 25mV / step by Hans de Goede · Mon Oct 13 14:51:40 2014 +0200
  74. c8ac489 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Oct 10 20:59:28 2014 -0400
  75. ab43536 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Sat Oct 11 01:20:30 2014 +0200
  76. d43a89a macb: simplify gmac initialisation by Andreas Bießmann · Thu Sep 18 23:46:48 2014 +0200
  77. 4c4150c serial-uclass: Fix compilation error by Hans de Goede · Fri Oct 10 18:30:17 2014 +0200
  78. 6057854 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · Fri Oct 10 09:45:16 2014 -0400
  79. 26dc25b ahci: Don't start command DMA engine before buffers are set by Roger Quadros · Tue Sep 23 18:07:01 2014 +0300
  80. b5a9992 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · Fri Oct 10 08:56:01 2014 +0200
  81. b692b3f mtd: denali: support NAND_CMD_RNDOUT command by Masahiro Yamada · Fri Oct 03 20:03:04 2014 +0900
  82. 40525e2 mtd: denali: fix NAND_CMD_PARAM command by Masahiro Yamada · Fri Oct 03 20:03:03 2014 +0900
  83. cfb8ff2 Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · Wed Oct 08 21:20:49 2014 +0200
  84. 96aa072 samsung: Enable device tree for s5p_goni by Simon Glass · Tue Oct 07 22:01:50 2014 -0600
  85. 7a5a79f cros_ec: exynos: Use the correct tps65090 driver in each case by Simon Glass · Tue Oct 07 22:01:41 2014 -0600
  86. f46fc92 cros_ec: power: Add a tunnelled version of the tps65090 driver by Simon Glass · Tue Oct 07 22:01:40 2014 -0600
  87. 428ea9e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Tue Oct 07 07:38:39 2014 -0400
  88. 2cfb0c7 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Mon Oct 06 15:49:50 2014 -0400
  89. 700dc65 Merge branch 'topic/arm/socfpga-20141006' of git://git.denx.de/u-boot-socfpga by Tom Rini · Mon Oct 06 15:17:13 2014 -0400
  90. 3d626cd usb: gadget: fastboot: terminate commands with NULL by Eric Nelson · Wed Oct 01 14:30:56 2014 -0700
  91. ed4262c usb: musb-new: core: set MUSB_POWER_HSENAB in MUSB_POWER for host mode by Daniel Mack · Tue Jul 22 12:47:02 2014 +0200
  92. c721380 arm: socfpga: fpga: Add SoCFPGA FPGA programming interface by Pavel Machek · Mon Sep 08 14:08:45 2014 +0200
  93. 51d2113 arm: socfpga: mmc: Pick the clock from clock manager by Pavel Machek · Mon Sep 08 14:08:45 2014 +0200
  94. 99f0c22 Merge branches 'topic/drivers/fpga-20141006', 'topic/drivers/mmc-20141006', 'topic/drivers/net-20141006', 'topic/tools/mkimage-20141006' and 'topic/arm/cache-20141006' into HEAD by Marek Vasut · Mon Oct 06 17:45:55 2014 +0200
  95. 1519304 net: dwc: Make the cache handling less cryptic by Marek Vasut · Mon Sep 15 01:05:23 2014 +0200
  96. 16ef0a8 net: dwc: Fix cache alignment issues by Marek Vasut · Mon Sep 15 00:50:37 2014 +0200
  97. 5f02211 net: phy: Cleanup drivers/net/phy/micrel.c by Pavel Machek · Tue Sep 09 14:26:51 2014 +0200
  98. a425f5d mmc: dw_mmc: cleanups by Pavel Machek · Fri Sep 05 12:49:48 2014 +0200
  99. f5d25e4 fpga: altera: Turn the switches into table lookup by Marek Vasut · Tue Sep 16 21:17:51 2014 +0200
  100. b9d4df3 fpga: altera: Make altera_validate return normal values by Marek Vasut · Tue Sep 16 20:33:54 2014 +0200