1. b8341f1 dm: sata: Update the AHCI uclass to support operations by Simon Glass · 7 years ago
  2. 7e0712b dm: sata: imx: Allow driver model to be used for sata by Simon Glass · 7 years ago
  3. f19f1ec dm: sata: Support driver model with the 'sata' command by Simon Glass · 7 years ago
  4. 752126a dm: sata: dw_sata: Set up common versions of operations by Simon Glass · 7 years ago
  5. 036a803 dm: sata: dw_sata: More ahci_init_one() futher down by Simon Glass · 7 years ago
  6. 5908d85 dm: sata: dw_sata: Drop is_ready by Simon Glass · 7 years ago
  7. 90abb28 dm: sata: dw_sata: Rename the dwc_ahsata private header by Simon Glass · 7 years ago
  8. 0f07df4 dm: sata: dw_sata: Sort #include directives by Simon Glass · 7 years ago
  9. 3e59c30 dm: sata: dw_sata: Drop unnecessary brackets by Simon Glass · 7 years ago
  10. 47c0f36 dm: sata: dw_sata: Pass uc_priv to internal functions by Simon Glass · 7 years ago
  11. 4b640db dm: sata: dw_sata: Drop unnecessary casts by Simon Glass · 7 years ago
  12. 09bb951 dm: sata: dw_sata: Rename 'probe_ent' to uc_priv by Simon Glass · 7 years ago
  13. c5273ac dm: sata: dw_sata: Move exported functions to the end by Simon Glass · 7 years ago
  14. 1dae3b0 dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd() by Simon Glass · 7 years ago
  15. d7f0943 dm: sata: dwc_ahsata: Make functions static by Simon Glass · 7 years ago
  16. e88afcc dm: core: Add a comment about the device_remove() flags by Simon Glass · 7 years ago
  17. 7074b2a dm: blk: Update return value in blk_create_devicef() by Simon Glass · 7 years ago
  18. c16ad67 dm: usb: Adjust the 'usb' command to use blk_common_cmd() by Simon Glass · 7 years ago
  19. 09ed0d6 dm: ide: Adjust the 'ide' command to use blk_common_cmd() by Simon Glass · 7 years ago
  20. 1eaadd3 dm: scsi: Adjust the 'scsi' command to use blk_common_cmd() by Simon Glass · 7 years ago
  21. e29e71e dm: sata: Adjust the 'sata' command to use blk_common_cmd() by Simon Glass · 7 years ago
  22. 4395f66 dm: blk: Add a generic function for block device commands by Simon Glass · 7 years ago
  23. 6faa4ed dm: blk: Add a function to find an interface-type name by Simon Glass · 7 years ago
  24. 745fb9c dm: core: Avoid calling dm_scan_fdt_dev() with of-platdata by Simon Glass · 7 years ago
  25. 722b150 mmc: gen_atmel_mci: Fix wrong arguments used of bind() by Wenyou.Yang@microchip.com · 7 years ago
  26. 8cd46cb mmc: sd_sdhi: Enable clock using clock framework by Marek Vasut · 7 years ago
  27. a3f0a7d mmc: sh_sdhi: Fix the ACMD handling by Marek Vasut · 7 years ago
  28. d1c18ca mmc: sh_sdhi: Add DM and DT probing support by Marek Vasut · 7 years ago
  29. ac5efc3 mmc: uniphier-sd: Fix long response processing by Marek Vasut · 7 years ago
  30. 2d3c4ae Prepare v2017.09-rc2 by Tom Rini · 7 years ago
  31. 8866312 configs: Resync with savedefconfig by Tom Rini · 7 years ago
  32. 248a3f6 Merge git://git.denx.de/u-boot-net by Tom Rini · 7 years ago
  33. 5abc1a4 common: Move CONFIG_BOOTARGS to Kconfig by Sam Protsenko · 7 years ago
  34. a5fe87e driver: net: ldpaa: Update priv->phydev after free() by Prabhakar Kushwaha · 8 years ago
  35. d2c3197 usb: net: Add support for Microchip LAN75xx and LAN78xx by Yuiko Oshino · 7 years ago
  36. 1c1e370 net: Add mii_resolve_flowctrl_fdx() by Yuiko Oshino · 7 years ago
  37. 3f8f141 net: fman: add support RGMII_TXID to memac by Madalin Bucur · 7 years ago
  38. aa6aaf9 ARM: rockchip: rock: Correct test to use CONFIG_IS_ENABLED not defined by Tom Rini · 7 years ago
  39. c1b62ba Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  40. bc5d038 stm32f1: remove stm32f1 support by Patrice Chotard · 7 years ago
  41. 7b07a20 cmd/bdinfo: correct comment in board_detail by Chris Packham · 7 years ago
  42. 3a37aee test: Move the FIT test into the correct place by Simon Glass · 7 years ago
  43. 77b4267 test: Convert the FIT test to test/py by Simon Glass · 7 years ago
  44. bde6712 test: Indent test-fit.py to match the next patch by Simon Glass · 7 years ago
  45. 0459bc3 ARM: OMAP5: Enable support for AVS0 for OMAP5 production devices by Nishanth Menon · 7 years ago
  46. 5796b66 ARM: OMAP5: Remove OPP_LOW Definitions for ES2.0 by Nishanth Menon · 7 years ago
  47. 010ad8c test: Fix FIT test to pass again by Simon Glass · 7 years ago
  48. ffdec30 wdt: Update uclass to make clear that the timeout is in ms by Andy Shevchenko · 7 years ago
  49. 160cfc4 boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset() by Nobuhiro Iwamatsu · 7 years ago
  50. 7088a36 x86: qemu: Enable NVMe driver by Bin Meng · 7 years ago
  51. beb5f52 nvme: Handle zero Maximum Data Transfer Size (MDTS) by Bin Meng · 7 years ago
  52. f81d83d nvme: Fix number of blocks detection by Jon Nettleton · 7 years ago
  53. 0deb913 nvme: Detect devices that are class Storage Express by Jon Nettleton · 7 years ago
  54. 0adc38b nvme: Add nvme commands by Zhikang Zhang · 7 years ago
  55. f6aa61d nvme: Add show routine to print detailed information by Zhikang Zhang · 7 years ago
  56. 982388e nvme: Add NVM Express driver support by Zhikang Zhang · 7 years ago
  57. ffab694 dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME by Zhikang Zhang · 7 years ago
  58. 1b69ce2 arm: mvebu: ddr3_debug: remove self assignments by xypron.glpk@gmx.de · 7 years ago
  59. a21d636 arm: mvebu: remove self assignment by xypron.glpk@gmx.de · 7 years ago
  60. 36d3534 tpm: add missing va_end by xypron.glpk@gmx.de · 7 years ago
  61. 2d5e86b ARM: hisilicon: hikey: do not rely on random stack value by xypron.glpk@gmx.de · 7 years ago
  62. d1fe197 stm32: remove redundant 'else if' by xypron.glpk@gmx.de · 7 years ago
  63. a22bbfd arm: mvebu: avoid possible NULL dereference by xypron.glpk@gmx.de · 7 years ago
  64. a598173 armv7m: mpu_config add missing break by xypron.glpk@gmx.de · 7 years ago
  65. 6def7de bcm281xx: clock: avoid possible NULL dereference by xypron.glpk@gmx.de · 7 years ago
  66. 65e8ce2 arm: bcm235xx: clk_set_rate avoid possible NULL deref by xypron.glpk@gmx.de · 7 years ago
  67. b69a084 arm: bcm235xx: avoid possible NULL dereference by xypron.glpk@gmx.de · 7 years ago
  68. 9730bcd arm: spear: do not return random value from stack by xypron.glpk@gmx.de · 7 years ago
  69. 5cc9e6b api: remove superfluous assignment by xypron.glpk@gmx.de · 7 years ago
  70. ebb3e43 Convert CONFIG_OMAP3_SPI to Kconfig by Adam Ford · 7 years ago
  71. 217273c rockchip: clk: remove RATE_TO_DIV by Kever Yang · 7 years ago
  72. 3a94d75 rockchip: clk: update dwmmc clock div by Kever Yang · 7 years ago
  73. 95ca100 rockchip: rk322x: update max-frequency for mmc node by Kever Yang · 7 years ago
  74. a2a1bfe rockchip: dts: rk322x: add sdmmc device node by Kever Yang · 7 years ago
  75. 81630a3 scripts: setlocalversion: safely extract variables from auto.conf using awk by Philipp Tomsich · 7 years ago
  76. 18d38d3 rockchip: rk322x: set the DDR region as non-secure in SPL by Kever Yang · 7 years ago
  77. bf82e20 rockchip: rk3288: fix EMMC_DIV_MASK definition in header by Kever Yang · 7 years ago
  78. e8f9ad9 rockchip: rk3368: spl: move SPL_LDSCRIPT to Kconfig by Philipp Tomsich · 7 years ago
  79. 0ee89f2 spl: moveconfig: remove SPL_LDSCRIPT definitions for header-files by Philipp Tomsich · 7 years ago
  80. b529993 spl: add hierarchical defaults for SPL_LDSCRIPT by Philipp Tomsich · 7 years ago
  81. 96b9082 rockchip: rk3188: rock: adjust for SPL/TPL split by Philipp Tomsich · 7 years ago
  82. c72c161 rockchip: remove the hard coded uart iomux setting for px5 evb by Andy Yan · 7 years ago
  83. d6d26e7 rockchip: set Pre-reloc malloc pool size to 4kb for rk3368 based boards by Andy Yan · 7 years ago
  84. bfc2ed5 rockchip: add u-boot specific dts for rk3368 based boards by Andy Yan · 7 years ago
  85. 3159a6f rockchip: rk3368: remove setup of secure timer from TPL/SPL by Philipp Tomsich · 7 years ago
  86. fe1c3cd rockchip: lion-rk3368: defconfig: enable DM timer for all stages by Philipp Tomsich · 7 years ago
  87. bc824cc dts: rk3368: make timer0 accessible for SPL and TPL by Philipp Tomsich · 7 years ago
  88. 1168d2d rockchip: timer: add device-model timer driver for RK3368 (and similar) by Philipp Tomsich · 7 years ago
  89. e9e5d9d dm: timer: normalise SPL and TPL support by Philipp Tomsich · 7 years ago
  90. b1a1600 timer: add OF_PLATDATA support for timer-uclass by Philipp Tomsich · 7 years ago
  91. b65236a configs: mpc85xx: fix fallout from SPL/TPL changes by Philipp Tomsich · 7 years ago
  92. 4ce8b4d rockchip: board: puma_rk3399: rename ATF firmware by Klaus Goger · 7 years ago
  93. 1276008 rockchip: board: puma-rk3399: fix warnings in puma_rk3399/fit_spl_atf.its by Philipp Tomsich · 8 years ago
  94. 5aa49af moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZE by Philipp Tomsich · 7 years ago
  95. 4cf4378 rockchip: rk3368: mark TPL as not inheriting its stack, text-base and size from SPL by Philipp Tomsich · 7 years ago
  96. faa18db armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACK by Philipp Tomsich · 7 years ago
  97. b3ed6ce spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via Kconfig by Philipp Tomsich · 7 years ago
  98. d9d1242 rockchip: Kconfig: preset TPL_LDSCRIPT via Kconfig for the RK3368 by Philipp Tomsich · 7 years ago
  99. dd6fbcb spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to Kconfig by Philipp Tomsich · 7 years ago
  100. 4d02d20 rockchip: board: lion-rk3368: add support for the RK3368-uQ7 by Philipp Tomsich · 7 years ago