1. 1704308 dm: i2c: Convert uclass to livetree by Simon Glass · 7 years ago
  2. a4b8e37 dm: Add more livetree helpers and definitions by Simon Glass · 7 years ago
  3. eed3660 fdt: Rename a few functions in fdt_support by Simon Glass · 7 years ago
  4. 2ec9d17 cros_ec: Convert to support live tree by Simon Glass · 7 years ago
  5. e907bf2 cros_ec: Fix debug() statement in ec_command_inptr() by Simon Glass · 7 years ago
  6. 150c5af dm: gpio: Add live tree support by Simon Glass · 7 years ago
  7. 95795ad dm: gpio: sandbox: Use dev_read...() functions to access DT by Simon Glass · 7 years ago
  8. 3a57123 dm: gpio: Refactor to prepare for live tree support by Simon Glass · 7 years ago
  9. a40cc8e dm: core: Update uclass_find_device_by_phandle() for livetree by Simon Glass · 7 years ago
  10. 7a993bb dm: simple-bus: Add support for livetree by Simon Glass · 7 years ago
  11. 23d6326 dm: regmap: Add support for livetree by Simon Glass · 7 years ago
  12. 40bb637 dm: core: Add a way to find a device by ofnode by Simon Glass · 7 years ago
  13. 19c8205 dm: core: Scan the live tree when setting up driver model by Simon Glass · 7 years ago
  14. 45a2686 dm: core: Update device_bind_driver_to_node() to use ofnode by Simon Glass · 7 years ago
  15. f5b5719 dm: core: Update lists_bind_fdt() to use ofnode by Simon Glass · 7 years ago
  16. 396e343 dm: core: Allow binding a device from a live tree by Simon Glass · 7 years ago
  17. 47a0fd3 dm: core: Implement live tree 'read' functions by Simon Glass · 7 years ago
  18. f11c7ab dm: core: Add device-based 'read' functions to access DT by Simon Glass · 7 years ago
  19. b7e0d73 dm: core: Add a place to put extra device-tree reading functions by Simon Glass · 7 years ago
  20. bed7749 dm: core: Add address operations on device tree references by Simon Glass · 7 years ago
  21. 38d21b4 dm: core: Add livetree address functions by Simon Glass · 7 years ago
  22. 9e51204 dm: core: Add operations on device tree references by Simon Glass · 7 years ago
  23. 911f3ae dm: core: Rename of_device_is_compatible() by Simon Glass · 7 years ago
  24. 644ec0a dm: core: Add livetree access functions by Simon Glass · 7 years ago
  25. 01b120b dm: core: Set return value first in lists_bind_fdt() by Simon Glass · 7 years ago
  26. 0e513e7 tegra: Convert MMC to use driver model for operations by Simon Glass · 7 years ago
  27. 854f9a7 dm: mmc: Rewrite mmc_blk_probe() by Simon Glass · 7 years ago
  28. 6665602 dm: mmc: Check that drivers have operations by Simon Glass · 7 years ago
  29. e48eeb9 dm: blk: Improve block device claiming by Simon Glass · 7 years ago
  30. e8abbb5 dm: blk: Add a function to find the next block device number by Simon Glass · 7 years ago
  31. 6139281 dm: blk: Allow finding block devices without probing by Simon Glass · 7 years ago
  32. 05cbeb7 dm: mmc: Don't call board_mmc_power_init() with driver model by Simon Glass · 7 years ago
  33. 7a61b0b dm: core: Adjust device_bind_common() to take an ofnode by Simon Glass · 7 years ago
  34. 4984de2 dm: core: Add ofnode to represent device tree nodes by Simon Glass · 7 years ago
  35. da409cc dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 7 years ago
  36. a771a04 dm: core: Dont export dm_scan_fdt_node() by Simon Glass · 7 years ago
  37. 4af0d7e dm: Fix up inclusion of common.h by Simon Glass · 7 years ago
  38. 79fc0c7 atmel: Fix up use of dm_scan_fdt_node() by Simon Glass · 7 years ago
  39. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  40. d6ffb00 dm: core: Move dev_get_addr() etc. into a separate file by Simon Glass · 7 years ago
  41. 9d92245 dm: Use dm.h header when driver mode is used by Simon Glass · 7 years ago
  42. 31493dd Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 7 years ago
  43. 24f8548 dm: serial: bcm6345: fix baud rate clock calculation by Álvaro Fernández Rojas · 7 years ago
  44. 6b7185f dm: serial: bcm6345: fix uart stop bits by Álvaro Fernández Rojas · 7 years ago
  45. 05fc9e6 dm: cpu: bmips: add BCM6338 support by Álvaro Fernández Rojas · 7 years ago
  46. 603058f dm: cpu: bmips: add BCM3380 support by Álvaro Fernández Rojas · 7 years ago
  47. 5a0efcf dm: ram: bmips: add BCM6338/BCM6348 support by Álvaro Fernández Rojas · 7 years ago
  48. 2165961 dm: ram: bmips: split bcm6358_get_ram_size by Álvaro Fernández Rojas · 7 years ago
  49. 33a9995 dm: cpu: bmips: add BCM6348 support by Álvaro Fernández Rojas · 7 years ago
  50. 6ffc18c dm: cpu: bmips: rename cpu_desc specific functions by Álvaro Fernández Rojas · 7 years ago
  51. 17a0c14 dm: sysreset: add watchdog-reboot driver by Álvaro Fernández Rojas · 7 years ago
  52. 7733193 dm: watchdog: add BCM6345 watchdog driver by Álvaro Fernández Rojas · 7 years ago
  53. 8dd082a pinctrl: mvebu: Enable support for the Armada 37xx pinctrl driver by Stefan Roese · 7 years ago
  54. d2d92bd pinctrl: armada-37xx: Add gpio support by Gregory CLEMENT · 7 years ago
  55. 0871806 pinctrl: armada-37xx: Add pin controller support for Armada 37xx by Gregory CLEMENT · 7 years ago
  56. 6183b29 power: pmic: tps65218: Fix tps65218_voltage_update function by Keerthy · 7 years ago
  57. f98205c mmc: meson: increase max block number per request by Heiner Kallweit · 7 years ago
  58. aae78fa drivers/power/regulator/max77686.c: Fix comparisons of unsigned expressions by Tom Rini · 7 years ago
  59. 380e86f Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  60. 8dc1b17 Merge branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · 7 years ago
  61. be62fbf Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  62. 3049a58 armv8: ls2080ardb: Add LS2081ARDB board support by Priyanka Jain · 7 years ago
  63. e809e74 armv8: fsl-layerscape: Add NXP LS2081A, LS2041A SoC support by Priyanka Jain · 7 years ago
  64. 42e8179 driver: net: fsl-mc: Update fsl_mc_ldpaa_exit() path by Yogesh Gaur · 7 years ago
  65. be71a17 nds32: eth: Support ftmac100 DM. by rick · 7 years ago
  66. a4b0d83 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  67. c2774e6 Merge branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · 7 years ago
  68. fc843a0 Kconfig: Add a CONFIG_IDE option by Simon Glass · 7 years ago
  69. 551c393 Convert CONFIG_CMD_HASH to Kconfig by Simon Glass · 7 years ago
  70. 21c7297 Kconfig: Drop CONFIG_SYS_I2C_DS4510_ADDR by Simon Glass · 7 years ago
  71. 853eaa4 Drop digital thermometer and thermostat (DTT) drivers by Simon Glass · 7 years ago
  72. ab3c4fb Drop three-wire serial (TWS) support by Simon Glass · 7 years ago
  73. 2c6ebff Kconfig: Drop CONFIG_SYS_I2C_DTT_ADDR by Simon Glass · 7 years ago
  74. 879704d Convert CONFIG_DS4510 to Kconfig by Simon Glass · 7 years ago
  75. 1136eb5 Kconfig: Drop CONFIG_CMD_DS4510 by Simon Glass · 7 years ago
  76. 8dd026b Kconfig: Drop CONFIG_CMD_DS4510_RST by Simon Glass · 7 years ago
  77. 9ab4b84 Kconfig: Drop CONFIG_CMD_DS4510_MEM by Simon Glass · 7 years ago
  78. 523f97a Kconfig: Drop CONFIG_CMD_DS4510_INFO by Simon Glass · 7 years ago
  79. 089df18 lib: move hash CONFIG options to Kconfig by Tom Rini · 7 years ago
  80. 3426b20 usb: ehci: Add Renesas RCar M3/H3 EHCI support by Hiroyuki Yokoyama · 7 years ago
  81. b841b6e nds32: Support AE3XX platform. by rick · 7 years ago
  82. f5076f8 nds32: Support AG101P timer DM. by rick · 7 years ago
  83. b7cebcb serial: sh: Add r8a7796 support by Hiroyuki Yokoyama · 7 years ago
  84. 8ae51b6 net: ravb: Add Renesas Ethernet RAVB driver by Marek Vasut · 7 years ago
  85. 1815c29 gpio: rcar_gen3: Fix GPIO read support by Kouei Abe · 7 years ago
  86. 3ce3026 net: usb: mcs7830: fix non-DM ingress path by Uri Mashiach · 7 years ago
  87. a375ff8 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  88. 9ad69f0 usb: lpc32xx: add i2c DM support by Liam Beguin · 7 years ago
  89. c1d1e9d pinctrl: imx: fix memory leak by Peng Fan · 7 years ago
  90. aab203e gpio: 74x164: make oe-pins optional by Peng Fan · 7 years ago
  91. 41eb8ff spi: kconfig: add soft spi Kconfig entry by Peng Fan · 7 years ago
  92. 8051254 thermal: imx: fix calculation by Peng Fan · 7 years ago
  93. 4fac417 imx: thermal: update imx6 thermal driver according new equation by Peng Fan · 7 years ago
  94. 979a589 net: fec_mxc: specify the registered eth index by dev_id by Andy Duan · 7 years ago
  95. f01e4e1 net: fec_mxc: avoid transfer dev_id -1 to get mac address from fuse by Andy Duan · 7 years ago
  96. 27255fe net: fec: do not access reserved register for i.MX6ULL by Peng Fan · 7 years ago
  97. 770ee01 x86: ich6_gpio: Add use-lvl-write-cache for I/O access mode by Bin Meng · 7 years ago
  98. 4759dff spi: ich: Configure SPI BIOS parameters for Linux upon U-Boot exit by Stefan Roese · 7 years ago
  99. 426f99f dm: core: Add DM_FLAG_OS_PREPARE flag by Stefan Roese · 7 years ago
  100. e98856f serial: serial-uclass: Use force parameter in stdio_deregister_dev() by Stefan Roese · 7 years ago