1. 99f7247 board/BuR/tseries: Add simplefb support by Hannes Petermaier · 9 years ago
  2. 10c63f2 board/BuR/tseries: remove unnary CONFIG_LCD_NOSTDOUT by Hannes Petermaier · 9 years ago
  3. d804452 board/BuR/tseries: take usage of CONFIG_LCD_ROTATION by Hannes Petermaier · 9 years ago
  4. 87f02d5 image: android: handle default kernel address by Maxime Ripard · 9 years ago
  5. a67da8f Remove non-working address from MAINTAINER by Pavel Machek · 9 years ago
  6. 26e355d Fix musl build by Jörg Krause · 9 years ago
  7. 1cdd941 misc: led: Add PCA9551 LED driver by Stefan Roese · 10 years ago
  8. aed9fed README: fix typo in 'currently' by Fabio Estevam · 9 years ago
  9. 2320866 ti: am335x/am437x/omap5 devices: Unify network environment variables by Cooper Jr., Franklin · 9 years ago
  10. 02ffb58 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  11. 57cc4e6 git-mailrc: add Dinh Nguyen as a contact for SoCFPGA by Dinh Nguyen · 9 years ago
  12. fe06d39 git-mailrc: add Marek as SOCFPGA maintainer by Masahiro Yamada · 9 years ago
  13. 55ce920 ARM: socfpga: abolish CONFIG_SOCFPGA by Masahiro Yamada · 9 years ago
  14. 30088b0 ARM: socfpga: move SoC headers to mach-socfpga/include/mach by Masahiro Yamada · 9 years ago
  15. 05a2172 ARM: socfpga: move SoC sources to mach-socfpga by Masahiro Yamada · 9 years ago
  16. 7865f4b ARM: socfpga: move board select into mach-socfpga/Kconfig by Masahiro Yamada · 9 years ago
  17. a02a669 ARM: socfpga: remove redundant config.mk by Masahiro Yamada · 9 years ago
  18. cc25d85 ARM: socfpga: do not add board directory to header search path by Masahiro Yamada · 9 years ago
  19. a5e1bcd dm: sf: Update default name of spi flash in structure udevice by Haikun.Wang@freescale.com · 9 years ago
  20. f56da29 dm: usb: exynos: Drop legacy USB code by Simon Glass · 10 years ago
  21. 02e4d3f sandbox: Enable time unit test command by Simon Glass · 9 years ago
  22. 8271f5d test: Add a simple time test by Simon Glass · 9 years ago
  23. ebaa832 sandbox: Don't try distro_bootcmd by default by Sjoerd Simons · 9 years ago
  24. fa5b9ba usb: ohci: Don't log an error on interrupt packet timeout by Hans de Goede · 9 years ago
  25. 8d005ef usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus by Hans de Goede · 9 years ago
  26. cae01cb usb: ohci: Fix ctrl in messages with a data-len of 0 by Hans de Goede · 9 years ago
  27. 6651c14 usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c by Hans de Goede · 9 years ago
  28. 26548bb usb: ohci: Remove unnecessary phcca variable by Hans de Goede · 9 years ago
  29. 3c5497d usb: ohci: Move the td array struct to inside the ohci_dev struct by Hans de Goede · 9 years ago
  30. 19d95d5 usb: ohci: Move the ohci_dev struct to inside the main ohci struct by Hans de Goede · 9 years ago
  31. c5613df usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars by Hans de Goede · 9 years ago
  32. 69710ce usb: ohci: Remove unused devgone global variable by Hans de Goede · 9 years ago
  33. 2b338ef usb: Fix maxpacketsize for first descriptor read for low-speed usb devs by Hans de Goede · 9 years ago
  34. cb8a2c1 dm: usb: Set desc_before_addr from ehci dm code by Hans de Goede · 9 years ago
  35. fcdd8aa dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code by Hans de Goede · 9 years ago
  36. 25c8ebd dm: usb: Use usb_get_bus in dm ehci code by Hans de Goede · 9 years ago
  37. 7f1a075 dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device by Hans de Goede · 9 years ago
  38. f78a5c0 dm: usb: Make usb_get_bus easier to use for callers by Hans de Goede · 9 years ago
  39. 134692a dm: usb: Do not use bus->seq before device_probe(bus) by Hans de Goede · 9 years ago
  40. 76382aa dm: i2c-gpio: Remove redundant dm_gpio_set_value() call by Axel Lin · 9 years ago
  41. 4772511 dm: rtc: Add tests for real-time clocks by Simon Glass · 9 years ago
  42. fbe07ba dm: test: dts: Sort the aliases in the test device tree file by Simon Glass · 9 years ago
  43. 8e7083f dm: rtc: sandbox: Enable real-time clock support by Simon Glass · 9 years ago
  44. 46af360 dm: sandbox: dts: Add a real-time clock attached to I2C by Simon Glass · 9 years ago
  45. 17f0ac6 dm: net: rtc: Support using driver model for rtc in sntp by Simon Glass · 9 years ago
  46. f9951ea dm: rtc: Convert 'date' command to support driver model by Simon Glass · 9 years ago
  47. 5871416 dm: rtc: sandbox: Add a driver for the sandbox I2C RTC by Simon Glass · 9 years ago
  48. dd18e5d dm: rtc: sandbox: Add an emulated I2C RTC device by Simon Glass · 9 years ago
  49. dbeda5b dm: rtc: Add a uclass for real-time clocks by Simon Glass · 9 years ago
  50. 94eefde dm: sandbox: Add os_localtime() to obtain the system time by Simon Glass · 9 years ago
  51. aac5119 dm: rtc: Split structure definition into its own file by Simon Glass · 9 years ago
  52. be47aa6 dm: Remove unnecessary types in bcd.h by Simon Glass · 9 years ago
  53. 7142098 dm: rtc: Rename mktime() and reduce the number of parameters by Simon Glass · 9 years ago
  54. 9f9276c dm: rtc: Rename to_tm() to rtc_to_tm() and add error code by Simon Glass · 9 years ago
  55. 199e87c dm: rtc: Rename gregorian day function by Simon Glass · 9 years ago
  56. c3ec646 fdt: Correct warning in fdt_setup_simplefb_node() by Simon Glass · 9 years ago
  57. 182bf92 dm: i2c: Add an explicit test mode to the sandbox I2C driver by Simon Glass · 9 years ago
  58. ba3864f dm: i2c: Add functions to read and write a register by Simon Glass · 9 years ago
  59. 1bde67b dm: i2c: sandbox: Add debugging to the speed limit by Simon Glass · 9 years ago
  60. bc5701e dm: spi: Correct the comment on spi_get_ops() by Simon Glass · 9 years ago
  61. 527265d cros_ec: Handle the single duplex requirement in cros_ec by Simon Glass · 10 years ago
  62. c4b206d cros_ec: Show the protocol version in the debug message by Simon Glass · 10 years ago
  63. 60e2809 dm: spi: Avoid setting the speed with every transfer by Simon Glass · 10 years ago
  64. 172a31b test: dm: eth: Skip timeouts on ping tests by Joe Hershberger · 9 years ago
  65. 6f2707c sandbox: eth: Add a function to skip ping timeouts by Joe Hershberger · 9 years ago
  66. 909bd6d sandbox: Add test function to advance time by Joe Hershberger · 9 years ago
  67. 905e8f9 Prepare v2015.07-rc1 by Tom Rini · 9 years ago
  68. 1bfb922 fw_env.h: include autoconf.h by Max Krummenacher · 9 years ago
  69. d81572c Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 9 years ago
  70. 1131d4e Merge git://git.denx.de/u-boot-marvell by Tom Rini · 9 years ago
  71. 2083db7 arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targets by Stefan Roese · 9 years ago
  72. 144d509 arm: mvebu: db-mv784mp-gp: Fix ECC I2C address by Stefan Roese · 9 years ago
  73. 2bae75a arm: mvebu: Add Armada A38x DB-88F6820-GP board support by Stefan Roese · 9 years ago
  74. 60b7532 arm: mvebu: Add d-cache invalidate before enabling the d-cache by Stefan Roese · 9 years ago
  75. b81d0ea arm: mvebu: mv-common.h: Add CONFIG_PREBOOT by Stefan Roese · 9 years ago
  76. e89bf8b arm: mvebu: Remove coherency configuration by Stefan Roese · 9 years ago
  77. cae9008 arm: mvebu: Change network init code to allow a more flexible setup by Stefan Roese · 9 years ago
  78. 9c6d3b7 arm: mvebu: Add basic Armada 38x support by Stefan Roese · 9 years ago
  79. 880b15a arm: mvebu: Move CONFIG_SPL_LDSCRIPT to common header by Stefan Roese · 9 years ago
  80. f7c0ef0 arm: mvebu: Only define MV88F78X60 for Armada XP by Stefan Roese · 9 years ago
  81. 8402b69 arm: mvebu: Remove unreferenced define by Stefan Roese · 9 years ago
  82. 250eea7 arm: mvebu: Change header macros from ARMADA_XP to MVEBU by Stefan Roese · 9 years ago
  83. d078765 arm: mvebu: Move mvebu-common into mach-mvebu by Stefan Roese · 9 years ago
  84. 8cb7872 arm: armada-xp: Move SoC headers to mach-mvebu/include/mach by Stefan Roese · 9 years ago
  85. 350b50e arm: armada-xp: Move SoC sources to mach-mvebu by Stefan Roese · 9 years ago
  86. ff7e9cf Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 9 years ago
  87. 3f2f1a0 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 9 years ago
  88. 33fe2fb ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver by Marek Vasut · 9 years ago
  89. 707ac1a tegra: mmc: Set the removable flag correctly by Simon Glass · 9 years ago
  90. ebe78bb mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_host by Alexander Stein · 9 years ago
  91. 253d5bd mmc: fsl_esdhc: update eMMC44 adapter card erase timeout by Yangbo Lu · 9 years ago
  92. 5e1c23c mmc: sdhci: add timeout setting for response busy command by Kevin Liu · 10 years ago
  93. 5a20397 mmc: remove the MMC_MODE_HC flag by Rob Herring · 10 years ago
  94. bd47c13 mmc: Fix splitting device initialization by Andrew Gabbasov · 10 years ago
  95. 1677eef mmc: Restructure polling loops to avoid extra delays by Andrew Gabbasov · 10 years ago
  96. cc17c01 mmc: Continue polling MMC card for OCR only if it is still not ready by Andrew Gabbasov · 10 years ago
  97. 5289b53 mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter() by Andrew Gabbasov · 10 years ago
  98. a626c8d mmc: Avoid extra duplicate entry in mmc device structure by Andrew Gabbasov · 10 years ago
  99. 3f2da75 mmc: Fix typo in MMC type checking macro by Andrew Gabbasov · 10 years ago
  100. b939689 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 9 years ago