1. 084bf4c part: Rename test_part_xx() and print_part_xx() by Simon Glass · 9 years ago
  2. 61ccd88 dm: usb: Clean up USB after each test by Simon Glass · 9 years ago
  3. 07b2b78 dm: usb: Convert USB storage to use driver-model for block devs by Simon Glass · 9 years ago
  4. 40fd050 dm: sandbox: Add driver-model block-device support for sandbox by Simon Glass · 9 years ago
  5. 7ded959 dm: sandbox: Prepare block driver for driver-model conversion by Simon Glass · 9 years ago
  6. 09d71aa dm: blk: Add a block-device uclass by Simon Glass · 9 years ago
  7. 9807c3b dm: usb: Tidy up storage code ready for driver model conversion by Simon Glass · 9 years ago
  8. c89e79d dm: usb: Avoid exceeding available array size for storage devices by Simon Glass · 9 years ago
  9. 2a981dc dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
  10. bcce53d dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  11. 782b978 dm: sandbox: Enable cbfs and cramfs by Simon Glass · 9 years ago
  12. a696d76 dm: cbfs: Fix handling of invalid type by Simon Glass · 9 years ago
  13. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  14. 96e5b03 dm: part: Convert partition API use to linker lists by Simon Glass · 9 years ago
  15. 1414281 dm: sandbox: Enable all partition types by Simon Glass · 9 years ago
  16. 95a6f9d dm: part: Add a cast to avoid a compiler warning by Simon Glass · 9 years ago
  17. e35929e dm: blk: Rename get_device_and_partition() by Simon Glass · 9 years ago
  18. ebac37c dm: blk: Rename get_device() to blk_get_device_by_str() by Simon Glass · 9 years ago
  19. db1d9e7 dm: blk: Rename get_dev() to blk_get_dev() by Simon Glass · 9 years ago
  20. fb1b7be dm: blk: Add comments to a few functions by Simon Glass · 9 years ago
  21. 5ec4f1a dm: blk: Convert interface type to an enum by Simon Glass · 9 years ago
  22. 1a73661 dm: Add a new header for block devices by Simon Glass · 9 years ago
  23. 481922f dm: part: Drop the common.h header by Simon Glass · 9 years ago
  24. fd30d2c dm: fdtdec: Correct a sandbox build warning by Simon Glass · 9 years ago
  25. f8d6165 dm: part: Correct a sandbox build warning by Simon Glass · 9 years ago
  26. 02c80a0 dm: pci: Break out the common region display code by Simon Glass · 9 years ago
  27. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  28. b391d74 debug_uart: output CR along with LF by Masahiro Yamada · 9 years ago
  29. 9f56917 dm: core: make simple-bus compatible to simple-mfd by Masahiro Yamada · 9 years ago
  30. 3f603cb dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  31. b067505 dm: core: Add uclass_first_device_err() to return a valid device by Simon Glass · 9 years ago
  32. c87c30e doc: dt-bindings: Describe rockchip LVDS interface by Jacob Chen · 9 years ago
  33. 8530783 rockchip: video: Add LVDS support in vop driver by Jacob Chen · 9 years ago
  34. cfd9794 rockchip: dts: Add LVDS support by Jacob Chen · 9 years ago
  35. 35ac89d rockchip: video: Add a display driver for rockchip LVDS by Jacob Chen · 9 years ago
  36. 450f3c7 rockchip: Add a binding file for rk3288 video by Jacob Chen · 9 years ago
  37. eab314f dm: video: Add a operation to display uclass by Jacob Chen · 9 years ago
  38. 69e173e Move CONFIG_OF_LIBFDT to Kconfig by Simon Glass · 9 years ago
  39. 9e97163 freescale: Remove CONFIG_DM from header files by Simon Glass · 9 years ago
  40. 4edb945 Correct defconfig ordering by Simon Glass · 9 years ago
  41. f8a2d7a libfdt: Add a function to write a property placeholder by Simon Glass · 9 years ago
  42. cc7a644 mkimage: Make 'params' static by Simon Glass · 9 years ago
  43. 1531034 mkimage: Show an error message when usage() is called by Simon Glass · 9 years ago
  44. b0a487a mkimage: Move usage() up to the top by Simon Glass · 9 years ago
  45. 0745008 mkimage: Sort the option processing code by option by Simon Glass · 9 years ago
  46. a02221f mkimage: Convert to use getopt() by Simon Glass · 9 years ago
  47. 0b443de mkimage: Move argument processing into its own function by Simon Glass · 9 years ago
  48. fd1000b common: Add support for environment file in EXT4. by Stuart Longland · 9 years ago
  49. 77b8d04 spi: omap3: Convert to driver model by Jagan Teki · 9 years ago
  50. 03661d8 spi: omap3: Make local functions as static by Jagan Teki · 9 years ago
  51. 682c172 spi: omap3: Move headers code inside the driver by Jagan Teki · 9 years ago
  52. df61a74 Prepare v2016.03 by Tom Rini · 9 years ago v2016.03
  53. ae765f3 mx6slevk: Fix the power up of the Ethernet PHY by Fabio Estevam · 9 years ago
  54. ea9619a sf: Correct data types in stm_is_locked_sr() by Marek Vasut · 9 years ago
  55. e6601df dm: ti_qspi: Fix conversion of address to a pointer by Lokesh Vutla · 9 years ago
  56. 76aab9e exynos5: common: Enable CONFIG_USB_ETHER_RTL8152 ethernet support by Anand Moon · 9 years ago
  57. cf77f6f Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 9 years ago
  58. b5788dc rockchip: rk3288: correct sdram setting by Chris Zhong · 9 years ago
  59. 87cef34 rockchip: make configure_emmc() empty for Firefly-RK3288 by FUKAUMI Naoki · 9 years ago
  60. 99aaa93 rockchip: rk3036: change ddr frequency to 400M by Lin Huang · 9 years ago
  61. 40a09be MIPS: pic32mzdask: use CONFIG_USE_PRIVATE_LIBGCC=y by Daniel Schwierzeck · 9 years ago
  62. 499b847 MIPS: fix mips_cache fallback without __builtin_mips_cache by Matthias Schiffer · 9 years ago
  63. deff6fb malloc: remove !gd handling by Stephen Warren · 9 years ago
  64. 2f0bcd4 malloc: use hidden visibility by Stephen Warren · 9 years ago
  65. 699946a sandbox: Fix building with LLVM by Tom Rini · 9 years ago
  66. 22d90d5 omap3: Use raw SPL by default for mmc1 by Alexander Graf · 9 years ago
  67. 22aa61f api: Export API structure address as an environment variable by Stanislav Galabov · 9 years ago
  68. 3f53e61 OMAP3: am3517_evm: Add NAND MTD partitions with UBI/UBIFS support by Derald D. Woods · 9 years ago
  69. 138daa7 OMAP3: am3517_evm: Use BCH8 ECC for NAND by Derald D. Woods · 9 years ago
  70. 5d07648 ARM: uniphier: allow debug_ll_init() to do nothing for unknown SoCs by Masahiro Yamada · 9 years ago
  71. 1d22c4b pinctrl: uniphier: guard uniphier directory with CONFIG_PINCTRL_UNIPHIER by Masahiro Yamada · 9 years ago
  72. fdd15b6 pinctrl: uniphier: set input-enable before pin-muxing by Masahiro Yamada · 9 years ago
  73. 51244a6 ARM: uniphier: fix build error when CONFIG_CMD_DDRMPHY_DUMP=y by Masahiro Yamada · 9 years ago
  74. c6c7eed ARM: uniphier: document how-to-build for Ace and Sanji boards by Masahiro Yamada · 9 years ago
  75. 08b2472 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
  76. b5ab663 usb: dwc2: disable erroneous overcurrent condition by Dinh Nguyen · 9 years ago
  77. b112b00 board: tbs2910: Fix eMMC BOOTCFG value by Soeren Moch · 9 years ago
  78. 3c525ec mx53ard: Move to booting zImage by Fabio Estevam · 9 years ago
  79. 9feec16 mx6qarm2: Update maintainer's emails by Fabio Estevam · 9 years ago
  80. 047cc75 MAINTAINERS: Update Peng Fan's email address by Fabio Estevam · 9 years ago
  81. fc9e8f2 colibri-vf: Disable pull-up configuration in GPIO pin mux by Bhuvanchandra DV · 9 years ago
  82. 8038f6d usb: gadget: composite: Correct recovery path for register by Sam Protsenko · 9 years ago
  83. 0156782 Prepare v2016.03-rc3 by Tom Rini · 9 years ago v2016.03-rc3
  84. c6afa11 arm: dra7xx: Define Android partition table by Sam Protsenko · 9 years ago
  85. 23a004a sniper: Various minor cleanups, missing Kconfig configs and reorganisation by Paul Kocialkowski · 9 years ago
  86. ba10b85 ARM: start.S: fix typo by Yuichiro Goto · 9 years ago
  87. a15221e amcc-common.h: Disable CONFIG_SYS_LONGHELP by Tom Rini · 9 years ago
  88. 9b2c282 compiler*.h: sync include/linux/compiler*.h with Linux 4.5-rc6 by Tom Rini · 9 years ago
  89. 9902c11 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 9 years ago
  90. 11d3ede ARM: uniphier: fix warnings reported by aarch64 compiler by Masahiro Yamada · 9 years ago
  91. fe5ea57 ARM: uniphier: prepare directory structure for ARMv8 SoC support by Masahiro Yamada · 9 years ago
  92. e5e88c6 Revert "dm: ns16550: Add support for reg-offset property" by Tom Rini · 9 years ago
  93. 2247c33 ARM: uniphier: rename PH1-LD10/PH1-sLD11 to PH1-LD20/PH1-LD11 by Masahiro Yamada · 9 years ago
  94. 5fb87a1 ARM: uniphier: rework UniPhier SoC select in Kconfig by Masahiro Yamada · 9 years ago
  95. fe7c95e ARM: uniphier: merge two defconfig files by Masahiro Yamada · 9 years ago
  96. 4e65100 ARM: uniphier: rename variable for DRAM controller base address by Masahiro Yamada · 9 years ago
  97. a191e0d ARM: uniphier: deprecate umc_dram_init_{start, poll} by Masahiro Yamada · 9 years ago
  98. 7c9cac9 ARM: uniphier: remove unused macros for UMC base addresses by Masahiro Yamada · 9 years ago
  99. fd14397 ARM: uniphier: rework DRAM size handling in UMC init code by Masahiro Yamada · 9 years ago
  100. 9a71844 ARM: uniphier: optimize PH1-Pro4 UMC init code with "for" loop by Masahiro Yamada · 9 years ago