1. d8c9bac dm: phy: Update tests to use ut_asserteq() by Simon Glass · 8 years ago
  2. 70b66e7 dm: test: Disable the fdt_offset test with livetree by Simon Glass · 8 years ago
  3. 9b4057a dm: test: Separate out the bus DT offset test by Simon Glass · 8 years ago
  4. be1c509 dm: clk: fixed: Update to support livetree by Simon Glass · 8 years ago
  5. 2558bff dm: clk: Update uclass to support livetree by Simon Glass · 8 years ago
  6. b7ae277 clk: Modify xlate() method for livetree by Simon Glass · 8 years ago
  7. 82bf00e sandbox: usb: Convert emulators to livetree by Simon Glass · 8 years ago
  8. 6deb8e2 dm: usb: Convert uclass to livetree by Simon Glass · 8 years ago
  9. d22709c dm: adc: Convert uclass to livetree by Simon Glass · 8 years ago
  10. 6f4187c dm: mmc: Convert uclass to livetree by Simon Glass · 8 years ago
  11. b714b26 dm: regulator: Update fixed regulator to support livetree. by Simon Glass · 8 years ago
  12. eeb99de dm: regulator: Convert regulator uclass to support livetree by Simon Glass · 8 years ago
  13. 5cdb516 sandbox: pmic: Convert pmic emulator to support livetree by Simon Glass · 8 years ago
  14. 2c2d2c2 dm: pmic: Convert uclass to livetree by Simon Glass · 8 years ago
  15. 19eb118 samsung: Move pmic header out of config file by Simon Glass · 8 years ago
  16. 654e3a0 dm: i2c: Convert uclass to livetree by Simon Glass · 8 years ago
  17. 0d0e3c9 string: Add strcspn() by Simon Glass · 8 years ago
  18. 4355d42 string: Add strchrnul() by Simon Glass · 8 years ago
  19. a67cc63 dm: Add more livetree helpers and definitions by Simon Glass · 8 years ago
  20. bb7c01e fdt: Rename a few functions in fdt_support by Simon Glass · 8 years ago
  21. e3c1327 test: Update 'make test' to run more tests by Simon Glass · 8 years ago
  22. d27aba5 sandbox: Add a new sandbox_flattree board by Simon Glass · 8 years ago
  23. b35e6d6 cros_ec: Convert to support live tree by Simon Glass · 8 years ago
  24. 0b8e8ce cros_ec: Fix debug() statement in ec_command_inptr() by Simon Glass · 8 years ago
  25. 1d9af1f dm: gpio: Add live tree support by Simon Glass · 8 years ago
  26. 1185fcb dm: gpio: sandbox: Use dev_read...() functions to access DT by Simon Glass · 8 years ago
  27. f6820a8 dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment by Simon Glass · 8 years ago
  28. 12faa02 dm: gpio: Refactor to prepare for live tree support by Simon Glass · 8 years ago
  29. 017886b dm: core: Run tests with both livetree and flat tree by Simon Glass · 8 years ago
  30. d0fbcab dm: test: Add support for running tests with livetree by Simon Glass · 8 years ago
  31. be408ee dm: test: Show the test filename when running by Simon Glass · 8 years ago
  32. 3f65b03 dm: test: Move test running code into a separate function by Simon Glass · 8 years ago
  33. 36d08d82 sandbox: Add a way to reset sandbox state for tests by Simon Glass · 8 years ago
  34. bfb6e3d dm: core: Update uclass_find_device_by_phandle() for livetree by Simon Glass · 8 years ago
  35. b3cf4fa dm: simple-bus: Add support for livetree by Simon Glass · 8 years ago
  36. eeeb519 dm: regmap: Add support for livetree by Simon Glass · 8 years ago
  37. ee145d6 dm: core: Add a way to find a device by ofnode by Simon Glass · 8 years ago
  38. f19d9f2 dm: core: Scan the live tree when setting up driver model by Simon Glass · 8 years ago
  39. e6dd8da dm: core: Update device_bind_driver_to_node() to use ofnode by Simon Glass · 8 years ago
  40. 802b2c6 dm: core: Update lists_bind_fdt() to use ofnode by Simon Glass · 8 years ago
  41. 322b290 dm: core: Allow binding a device from a live tree by Simon Glass · 8 years ago
  42. cfdae5c dm: core: Implement live tree 'read' functions by Simon Glass · 8 years ago
  43. 34ef0c2 dm: core: Add device-based 'read' functions to access DT by Simon Glass · 8 years ago
  44. 0fbf66b dm: core: Add a place to put extra device-tree reading functions by Simon Glass · 8 years ago
  45. 049ae1b dm: core: Add address operations on device tree references by Simon Glass · 8 years ago
  46. 293340a fdt: Update fdt_get_base_address() to use const by Simon Glass · 8 years ago
  47. 6fe43a3 dm: core: Add livetree address functions by Simon Glass · 8 years ago
  48. c4fc562 dm: core: Add operations on device tree references by Simon Glass · 8 years ago
  49. 54cbcc8 dm: core: Rename of_device_is_compatible() by Simon Glass · 8 years ago
  50. 46e0977 dm: Build a live tree after relocation by Simon Glass · 8 years ago
  51. 8ff57ae dm: Add a function to create a 'live' device tree by Simon Glass · 8 years ago
  52. 1ccaa05 dm: core: Add livetree access functions by Simon Glass · 8 years ago
  53. a6eedb8 dm: core: Add livetree definitions by Simon Glass · 8 years ago
  54. a782467 Update WARN_ON() to return a value by Simon Glass · 8 years ago
  55. 1324d49 dm: core: Set return value first in lists_bind_fdt() by Simon Glass · 8 years ago
  56. 8c4c5c8 tegra: Convert MMC to use driver model for operations by Simon Glass · 8 years ago
  57. e11b239 dm: mmc: Rewrite mmc_blk_probe() by Simon Glass · 8 years ago
  58. 9e720b0 dm: mmc: Check that drivers have operations by Simon Glass · 8 years ago
  59. e4fef74 dm: blk: Improve block device claiming by Simon Glass · 8 years ago
  60. dbc3861 dm: blk: Add a function to find the next block device number by Simon Glass · 8 years ago
  61. d5d4c10 dm: blk: Allow finding block devices without probing by Simon Glass · 8 years ago
  62. 86d78c7 dm: mmc: Don't re-init when accessing environment by Simon Glass · 8 years ago
  63. 833b80d dm: mmc: Don't call board_mmc_power_init() with driver model by Simon Glass · 8 years ago
  64. b0cf4b3 dm: core: Adjust device_bind_common() to take an ofnode by Simon Glass · 8 years ago
  65. 9a14860 dm: core: Add ofnode to represent device tree nodes by Simon Glass · 8 years ago
  66. 7a49443 dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 8 years ago
  67. a4dbe25 dm: core: Dont export dm_scan_fdt_node() by Simon Glass · 8 years ago
  68. 51a3ec3 dm: Fix up inclusion of common.h by Simon Glass · 8 years ago
  69. 292796f atmel: Fix up use of dm_scan_fdt_node() by Simon Glass · 8 years ago
  70. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  71. aadfaf0 dm: core: Move dev_get_addr() etc. into a separate file by Simon Glass · 8 years ago
  72. 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · 8 years ago
  73. 37652a7 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 8 years ago
  74. ea68e96 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 8 years ago
  75. a9e2c67 Kconfig: Finish migration of hashing commands by Daniel Thompson · 8 years ago
  76. afef5de mips: bmips: fix BCM3380 periph clock frequency by Álvaro Fernández Rojas · 8 years ago
  77. 9e2b1d0 mips: bmips: extend baud rates support by Álvaro Fernández Rojas · 8 years ago
  78. ed6d6b9 dm: serial: bcm6345: fix baud rate clock calculation by Álvaro Fernández Rojas · 8 years ago
  79. a309572 dm: serial: bcm6345: fix uart stop bits by Álvaro Fernández Rojas · 8 years ago
  80. 30ddc6d mips: bmips: add board descriptions by Álvaro Fernández Rojas · 8 years ago
  81. 0118857 MIPS: add BMIPS Sagem F@ST1704 board by Álvaro Fernández Rojas · 8 years ago
  82. e2b9ed0 MIPS: add support for Broadcom MIPS BCM6338 SoC family by Álvaro Fernández Rojas · 8 years ago
  83. d252f27 dm: cpu: bmips: add BCM6338 support by Álvaro Fernández Rojas · 8 years ago
  84. 2ea88e6 MIPS: add BMIPS Netgear CG3100D board by Álvaro Fernández Rojas · 8 years ago
  85. ec8d4c9 MIPS: add support for Broadcom MIPS BCM3380 SoC family by Álvaro Fernández Rojas · 8 years ago
  86. 825a805 dm: cpu: bmips: add BCM3380 support by Álvaro Fernández Rojas · 8 years ago
  87. 2149f3b MIPS: add BMIPS Comtrend CT-5361 board by Álvaro Fernández Rojas · 8 years ago
  88. 92da83d MIPS: add support for Broadcom MIPS BCM6348 SoC family by Álvaro Fernández Rojas · 8 years ago
  89. 11471a6 dm: ram: bmips: add BCM6338/BCM6348 support by Álvaro Fernández Rojas · 8 years ago
  90. 029d7cf dm: ram: bmips: split bcm6358_get_ram_size by Álvaro Fernández Rojas · 8 years ago
  91. 37f5fec dm: cpu: bmips: add BCM6348 support by Álvaro Fernández Rojas · 8 years ago
  92. 8b16a45 dm: cpu: bmips: rename cpu_desc specific functions by Álvaro Fernández Rojas · 8 years ago
  93. 5d29674 mips: bmips: add wdt-reboot driver support for BCM63268 by Álvaro Fernández Rojas · 8 years ago
  94. 0ef843f mips: bmips: add wdt-reboot driver support for BCM6328 by Álvaro Fernández Rojas · 8 years ago
  95. 8bbc61f mips: bmips: add wdt-reboot driver support for BCM6358 by Álvaro Fernández Rojas · 8 years ago
  96. 0da081e dm: sysreset: add watchdog-reboot driver by Álvaro Fernández Rojas · 8 years ago
  97. 44fae1c mips: bmips: add bcm6345-wdt driver support for BCM63268 by Álvaro Fernández Rojas · 8 years ago
  98. 608468a mips: bmips: add bcm6345-wdt driver support for BCM6328 by Álvaro Fernández Rojas · 8 years ago
  99. 4094a42 mips: bmips: add bcm6345-wdt driver support for BCM6358 by Álvaro Fernández Rojas · 8 years ago
  100. d8759a5 dm: watchdog: add BCM6345 watchdog driver by Álvaro Fernández Rojas · 8 years ago