1. a63d5eb Merge git://git.denx.de/u-boot-dm by Tom Rini · Fri May 08 10:46:59 2015 -0400
  2. 35ac207 git-mailrc: add Dinh Nguyen as a contact for SoCFPGA by Dinh Nguyen · Thu May 07 17:37:12 2015 -0500
  3. aafc2da git-mailrc: add Marek as SOCFPGA maintainer by Masahiro Yamada · Tue Apr 21 12:08:32 2015 +0900
  4. f633ac3 ARM: socfpga: abolish CONFIG_SOCFPGA by Masahiro Yamada · Tue Apr 21 20:38:23 2015 +0900
  5. cfcf5d6 ARM: socfpga: move SoC headers to mach-socfpga/include/mach by Masahiro Yamada · Tue Apr 21 20:38:22 2015 +0900
  6. ad18614 ARM: socfpga: move SoC sources to mach-socfpga by Masahiro Yamada · Tue Apr 21 20:38:21 2015 +0900
  7. 144a3e0 ARM: socfpga: move board select into mach-socfpga/Kconfig by Masahiro Yamada · Tue Apr 21 20:38:20 2015 +0900
  8. b01e017 ARM: socfpga: remove redundant config.mk by Masahiro Yamada · Tue Apr 21 20:38:19 2015 +0900
  9. 9667e7a ARM: socfpga: do not add board directory to header search path by Masahiro Yamada · Tue Apr 21 20:38:18 2015 +0900
  10. 16b7ddd dm: sf: Update default name of spi flash in structure udevice by Haikun.Wang@freescale.com · Wed May 06 10:37:43 2015 +0800
  11. 2a8a987 dm: usb: exynos: Drop legacy USB code by Simon Glass · Wed Mar 25 12:23:07 2015 -0600
  12. 1dbdb31 sandbox: Enable time unit test command by Simon Glass · Sat May 02 09:25:03 2015 -0600
  13. 9b4221b test: Add a simple time test by Simon Glass · Sat May 02 09:25:02 2015 -0600
  14. 335f470 sandbox: Don't try distro_bootcmd by default by Sjoerd Simons · Thu Apr 30 22:16:09 2015 +0200
  15. d98dc99 usb: ohci: Don't log an error on interrupt packet timeout by Hans de Goede · Tue May 05 23:56:14 2015 +0200
  16. 8e41f66 usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus by Hans de Goede · Tue May 05 23:56:13 2015 +0200
  17. 60f4bd0 usb: ohci: Fix ctrl in messages with a data-len of 0 by Hans de Goede · Tue May 05 23:56:12 2015 +0200
  18. 516c987 usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c by Hans de Goede · Tue May 05 23:56:11 2015 +0200
  19. eb509d3 usb: ohci: Remove unnecessary phcca variable by Hans de Goede · Tue May 05 23:56:10 2015 +0200
  20. e5ef421 usb: ohci: Move the td array struct to inside the ohci_dev struct by Hans de Goede · Tue May 05 23:56:09 2015 +0200
  21. 0c0e960 usb: ohci: Move the ohci_dev struct to inside the main ohci struct by Hans de Goede · Tue May 05 23:56:08 2015 +0200
  22. 2a240e7 usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars by Hans de Goede · Tue May 05 23:56:07 2015 +0200
  23. 6766dc1 usb: ohci: Remove unused devgone global variable by Hans de Goede · Tue May 05 23:56:06 2015 +0200
  24. 09a9ae8 usb: Fix maxpacketsize for first descriptor read for low-speed usb devs by Hans de Goede · Tue May 05 23:56:04 2015 +0200
  25. 76bc7f4 dm: usb: Set desc_before_addr from ehci dm code by Hans de Goede · Tue May 05 11:54:35 2015 +0200
  26. d5ab160 dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code by Hans de Goede · Tue May 05 11:54:34 2015 +0200
  27. 6be39d1 dm: usb: Use usb_get_bus in dm ehci code by Hans de Goede · Tue May 05 11:54:33 2015 +0200
  28. 8a0b4c2 dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device by Hans de Goede · Tue May 05 11:54:32 2015 +0200
  29. 3b5ddd3 dm: usb: Make usb_get_bus easier to use for callers by Hans de Goede · Tue May 05 11:54:31 2015 +0200
  30. 8679b3a dm: usb: Do not use bus->seq before device_probe(bus) by Hans de Goede · Mon May 04 21:33:26 2015 +0200
  31. 0547483 dm: i2c-gpio: Remove redundant dm_gpio_set_value() call by Axel Lin · Sun Apr 26 11:05:38 2015 +0800
  32. c83c4b9 dm: rtc: Add tests for real-time clocks by Simon Glass · Mon Apr 20 12:37:31 2015 -0600
  33. 6b0fb74 dm: test: dts: Sort the aliases in the test device tree file by Simon Glass · Mon Apr 20 12:37:30 2015 -0600
  34. 4a9cbb9 dm: rtc: sandbox: Enable real-time clock support by Simon Glass · Mon Apr 20 12:37:29 2015 -0600
  35. 72138b9 dm: sandbox: dts: Add a real-time clock attached to I2C by Simon Glass · Mon Apr 20 12:37:28 2015 -0600
  36. 1aa1126 dm: net: rtc: Support using driver model for rtc in sntp by Simon Glass · Mon Apr 20 12:37:27 2015 -0600
  37. a8efb4a dm: rtc: Convert 'date' command to support driver model by Simon Glass · Mon Apr 20 12:37:26 2015 -0600
  38. c2a8c06 dm: rtc: sandbox: Add a driver for the sandbox I2C RTC by Simon Glass · Mon Apr 20 12:37:25 2015 -0600
  39. c404aa6 dm: rtc: sandbox: Add an emulated I2C RTC device by Simon Glass · Mon Apr 20 12:37:24 2015 -0600
  40. d9050b5 dm: rtc: Add a uclass for real-time clocks by Simon Glass · Mon Apr 20 12:37:23 2015 -0600
  41. 504548f dm: sandbox: Add os_localtime() to obtain the system time by Simon Glass · Mon Apr 20 12:37:22 2015 -0600
  42. 573e3f7 dm: rtc: Split structure definition into its own file by Simon Glass · Mon Apr 20 12:37:21 2015 -0600
  43. 0c1d7a6 dm: Remove unnecessary types in bcd.h by Simon Glass · Mon Apr 20 12:37:20 2015 -0600
  44. 4283e84 dm: rtc: Rename mktime() and reduce the number of parameters by Simon Glass · Mon Apr 20 12:37:19 2015 -0600
  45. 1299466 dm: rtc: Rename to_tm() to rtc_to_tm() and add error code by Simon Glass · Mon Apr 20 12:37:18 2015 -0600
  46. 2d937bb dm: rtc: Rename gregorian day function by Simon Glass · Mon Apr 20 12:37:17 2015 -0600
  47. 248b18d fdt: Correct warning in fdt_setup_simplefb_node() by Simon Glass · Mon Apr 20 12:37:16 2015 -0600
  48. 4c70ed9 dm: i2c: Add an explicit test mode to the sandbox I2C driver by Simon Glass · Mon Apr 20 12:37:15 2015 -0600
  49. 0c70261 dm: i2c: Add functions to read and write a register by Simon Glass · Mon Apr 20 12:37:14 2015 -0600
  50. 34d8e95 dm: i2c: sandbox: Add debugging to the speed limit by Simon Glass · Mon Apr 20 12:37:13 2015 -0600
  51. dfda30f dm: spi: Correct the comment on spi_get_ops() by Simon Glass · Mon Apr 20 12:37:12 2015 -0600
  52. 2d6dfb4 cros_ec: Handle the single duplex requirement in cros_ec by Simon Glass · Tue Feb 17 15:29:37 2015 -0700
  53. 46e1733 cros_ec: Show the protocol version in the debug message by Simon Glass · Tue Feb 17 15:29:36 2015 -0700
  54. b46cb63 dm: spi: Avoid setting the speed with every transfer by Simon Glass · Tue Feb 17 15:29:35 2015 -0700
  55. 6901f43 test: dm: eth: Skip timeouts on ping tests by Joe Hershberger · Tue Apr 21 13:57:20 2015 -0500
  56. be71142 sandbox: eth: Add a function to skip ping timeouts by Joe Hershberger · Tue Apr 21 13:57:19 2015 -0500
  57. 7496135 sandbox: Add test function to advance time by Joe Hershberger · Tue Apr 21 13:57:18 2015 -0500
  58. f225b49 Prepare v2015.07-rc1 by Tom Rini · Tue May 05 19:52:15 2015 -0400
  59. 2842885 fw_env.h: include autoconf.h by Max Krummenacher · Tue Apr 14 21:50:47 2015 +0200
  60. d3cbf12 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · Tue May 05 14:57:23 2015 -0400
  61. df08b2e Merge git://git.denx.de/u-boot-marvell by Tom Rini · Tue May 05 10:32:08 2015 -0400
  62. a860354 arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targets by Stefan Roese · Mon May 04 17:31:34 2015 +0200
  63. b1f81f0 arm: mvebu: db-mv784mp-gp: Fix ECC I2C address by Stefan Roese · Wed Apr 22 18:36:39 2015 +0200
  64. 073efd7 arm: mvebu: Add Armada A38x DB-88F6820-GP board support by Stefan Roese · Sat Apr 25 06:29:56 2015 +0200
  65. 7a4a5ba arm: mvebu: Add d-cache invalidate before enabling the d-cache by Stefan Roese · Sat Apr 25 06:29:55 2015 +0200
  66. 758b07a arm: mvebu: mv-common.h: Add CONFIG_PREBOOT by Stefan Roese · Sat Apr 25 06:29:54 2015 +0200
  67. ba98f4f arm: mvebu: Remove coherency configuration by Stefan Roese · Sat Apr 25 06:29:53 2015 +0200
  68. 44ffbe5 arm: mvebu: Change network init code to allow a more flexible setup by Stefan Roese · Sat Apr 25 06:29:52 2015 +0200
  69. 174d23e arm: mvebu: Add basic Armada 38x support by Stefan Roese · Sat Apr 25 06:29:51 2015 +0200
  70. 549e798 arm: mvebu: Move CONFIG_SPL_LDSCRIPT to common header by Stefan Roese · Sat Apr 25 06:29:50 2015 +0200
  71. 7cd3484 arm: mvebu: Only define MV88F78X60 for Armada XP by Stefan Roese · Sat Apr 25 06:29:49 2015 +0200
  72. a205b3e arm: mvebu: Remove unreferenced define by Stefan Roese · Sat Apr 25 06:29:48 2015 +0200
  73. ebda3ec arm: mvebu: Change header macros from ARMADA_XP to MVEBU by Stefan Roese · Sat Apr 25 06:29:47 2015 +0200
  74. 42e5aab arm: mvebu: Move mvebu-common into mach-mvebu by Stefan Roese · Sat Apr 25 06:29:46 2015 +0200
  75. 525178d arm: armada-xp: Move SoC headers to mach-mvebu/include/mach by Stefan Roese · Sat Apr 25 06:29:45 2015 +0200
  76. 4e9b72f arm: armada-xp: Move SoC sources to mach-mvebu by Stefan Roese · Sat Apr 25 06:29:44 2015 +0200
  77. 323a6bb Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · Tue May 05 07:00:38 2015 -0400
  78. 54c7a1e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Tue May 05 07:00:11 2015 -0400
  79. fdaeb16 ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver by Marek Vasut · Mon May 04 22:54:36 2015 +0200
  80. 7bcaf2a tegra: mmc: Set the removable flag correctly by Simon Glass · Mon May 04 11:31:16 2015 -0600
  81. 43c6b2f mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_host by Alexander Stein · Fri Apr 17 17:33:17 2015 +0200
  82. 3ffa851 mmc: fsl_esdhc: update eMMC44 adapter card erase timeout by Yangbo Lu · Wed Apr 15 10:13:12 2015 +0800
  83. 8e5db91 mmc: sdhci: add timeout setting for response busy command by Kevin Liu · Mon Mar 23 17:57:00 2015 -0500
  84. 5fd3edd mmc: remove the MMC_MODE_HC flag by Rob Herring · Mon Mar 23 17:56:59 2015 -0500
  85. 3a669bc mmc: Fix splitting device initialization by Andrew Gabbasov · Thu Mar 19 07:44:07 2015 -0500
  86. 034857c mmc: Restructure polling loops to avoid extra delays by Andrew Gabbasov · Thu Mar 19 07:44:06 2015 -0500
  87. 5a513ca mmc: Continue polling MMC card for OCR only if it is still not ready by Andrew Gabbasov · Thu Mar 19 07:44:05 2015 -0500
  88. fafa6a0 mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter() by Andrew Gabbasov · Thu Mar 19 07:44:04 2015 -0500
  89. ec600d1 mmc: Avoid extra duplicate entry in mmc device structure by Andrew Gabbasov · Thu Mar 19 07:44:03 2015 -0500
  90. 90cccbf mmc: Fix typo in MMC type checking macro by Andrew Gabbasov · Thu Mar 19 07:44:02 2015 -0500
  91. 5895b7c Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Tue May 05 10:09:06 2015 +0200
  92. 17a7069 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Mon May 04 17:50:20 2015 -0400
  93. 19ac688 powerpc/mpc85xx: Add board support for ucp1020 by Oleksandr G Zhadan · Wed Apr 29 16:57:39 2015 -0400
  94. 2d24af1 powerpc/mpc85xx: Fix compiling error for common/cmd_gpio.c by Oleksandr G Zhadan · Tue Apr 28 13:59:50 2015 -0400
  95. cbea6f7 powerpc/t4240qds: Update RCW, defconfig and maintainer by Shaohui Xie · Mon Apr 27 15:28:17 2015 +0800
  96. 1c64c41 t2080rdb/rcw: update ddr frequency from 1600MT/s to 1867MT/s by Shengzhou Liu · Wed Apr 22 17:54:40 2015 +0800
  97. 00c9d7b powerpc/t2080qds: enable eSDHC peripheral clock support by Yangbo Lu · Wed Apr 22 13:57:56 2015 +0800
  98. 163beec mmc: fsl_esdhc: Add peripheral clock support by Yangbo Lu · Wed Apr 22 13:57:40 2015 +0800
  99. 90a6cd3 powerpc/t2080qds: enable eSDHC adapter card type identification by Yangbo Lu · Wed Apr 22 13:57:21 2015 +0800
  100. b124f8a mmc: fsl_esdhc: Add adapter card type identification support by Yangbo Lu · Wed Apr 22 13:57:00 2015 +0800