1. 37b596a dm: uclass: Add uclass_foreach_dev_probe by Patrice Chotard · 6 years ago
  2. f6abd53 dm: uclass: Add uclass_next_device_err() to return a valid device by Patrice Chotard · 6 years ago
  3. 8bbb5b2 dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_count by Patrice Chotard · 6 years ago
  4. f55a0c0 dm: pinctrl: Add get_pin_muxing() ops by Patrice Chotard · 6 years ago
  5. f9c87ad w1-eeprom: Add support for Maxim DS2502 add only memory by Martin Fuzzey · 6 years ago
  6. 8cd3f51 ARM: omap3_logic: Make CONFIG_SYS_TEXT_BASE match README.omap3 by Adam Ford · 6 years ago
  7. 52ccb2e ARM: am3517_evm: Build for Thumb by Adam Ford · 6 years ago
  8. 9a2cff7 configs: am3517_evm: Use default OMAP3 memory settings by Adam Ford · 6 years ago
  9. c3b8946 ARM: DTS: Resync am3517-evm.dts with Linux 4.19 by Adam Ford · 6 years ago
  10. 44cdfc0 mtd: nand: lpc32xx slc: disable DMA support in SPL builds by Vladimir Zapolskiy · 6 years ago
  11. a098ce2 mtd: nand: lpc32xx mlc: predefine number of NAND chips to support by Vladimir Zapolskiy · 6 years ago
  12. 3764b2b gpio: pca953x: Clear the polarity invert register at init by Ye Li · 6 years ago
  13. e5e06b6 clk: Allow clock defaults to be set also during re-reloc state by Andreas Dannenberg · 6 years ago
  14. 786dc91 bcm968580xref: add initial support by Philippe Reynes · 6 years ago
  15. 40b59b0 bcm6858: add initial support by Philippe Reynes · 6 years ago
  16. f371f91 serial: bcm6858: add serial support by Philippe Reynes · 6 years ago
  17. 95187bb cmd/bdinfo: correct output of numerical values by Heinrich Schuchardt · 6 years ago
  18. 1473f6a arm: at91: wdt: Convert watchdog driver to dm/dt by Prasanthi Chellakumar · 6 years ago
  19. eb13ddd ARMv8: SError exception handling in PSCI exception vectors by Chee Hong Ang · 6 years ago
  20. c0f3296 ARMv8: Add EL3 exception handling for ARMv8's Kconfig by Chee Hong Ang · 6 years ago
  21. a7aab5b ARMv8: Enable all asynchronous abort exceptions taken to EL3 by Chee Hong Ang · 6 years ago
  22. f1cd696 configs: Enable THUMB2 on various ARM boards by Tom Rini · 6 years ago
  23. 1d6edcb Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  24. f6206f8 travis: Ensure we use pytest 2.8.7 by Tom Rini · 6 years ago
  25. 6f44333 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  26. 4c6e27f Revert "imx8qxp_mek: Disable CONFIG_DISPLAY_CPUINFO" by Bin Meng · 6 years ago
  27. 25d0fe7 cpu: sandbox: Add "u-boot, dm-pre-reloc" for all cpu nodes by Bin Meng · 6 years ago
  28. c337e1a cpu: Add DM_FLAG_PRE_RELOC flag to various cpu drivers by Bin Meng · 6 years ago
  29. 1a6bd47 dm: doc: Update description of pre-relocation support by Bin Meng · 6 years ago
  30. 8ee27da watchdog: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  31. e3245e4 video: simplefb: Remove DM_FLAG_PRE_RELOC flag by Bin Meng · 6 years ago
  32. ef329a6 sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  33. 4687919 serial: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  34. d7a184d timer: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  35. 05e4248 ram: bmips: Remove DM_FLAG_PRE_RELOC flag by Bin Meng · 6 years ago
  36. ad0e804 pinctrl: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  37. 223b10c mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check by Bin Meng · 6 years ago
  38. e0cfc20 i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check by Bin Meng · 6 years ago
  39. 695c499 gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  40. e250806 clk: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  41. 4854ebc5 arm: stm32mp: Remove DM_FLAG_PRE_RELOC flag by Bin Meng · 6 years ago
  42. 6f57c34 serial: ns16550: fix debug uart putc called before init by Simon Goldschmidt · 6 years ago
  43. 81f351d uclass: Use uclass_foreach_dev() macro instead of open coding by Liviu Dudau · 6 years ago
  44. 216460e doc: Document virtio support by Bin Meng · 6 years ago
  45. 4f89d49 test: dm: virtio: Add test cases for virtio uclass by Bin Meng · 6 years ago
  46. 640aae0 virtio: Add a Sandbox transport driver by Bin Meng · 6 years ago
  47. 699aae0 virtio: net: Support non-legacy device by Bin Meng · 6 years ago
  48. 550435e virtio: pci: Support non-legacy PCI transport device by Bin Meng · 6 years ago
  49. 7a20614 test: dm: pci: Add cases for finding next PCI capability APIs by Bin Meng · 6 years ago
  50. a8c5f8d dm: pci: Add APIs to find next capability and extended capability by Bin Meng · 6 years ago
  51. c80c779 x86: qemu: Imply virtio PCI transport and device drivers by Bin Meng · 6 years ago
  52. b9b5956 arm: qemu: Enumerate virtio bus during early boot by Bin Meng · 6 years ago
  53. 6f33276 arm: qemu: Add a Kconfig in the board directory by Bin Meng · 6 years ago
  54. 4135e10 virtio: Add virtio over pci transport driver by Bin Meng · 6 years ago
  55. 3bf9a8e x86: Implement arch-specific io accessor routines by Bin Meng · 6 years ago
  56. 2895c4b kconfig: Introduce HAVE_ARCH_IOMAP by Bin Meng · 6 years ago
  57. 440d9a4 riscv: qemu: Include some useful commands by Bin Meng · 6 years ago
  58. 3c5196d riscv: qemu: Enumerate virtio bus during early boot by Bin Meng · 6 years ago
  59. 78e1290 virtio: cmd: Add virtio command for virtio devices by Tuomas Tynkkynen · 6 years ago
  60. f480220 virtio: Add block driver support by Tuomas Tynkkynen · 6 years ago
  61. 4ad54ec blk: Introduce IF_TYPE_VIRTIO by Tuomas Tynkkynen · 6 years ago
  62. c879eeb blk: Make blk_next_free_devnum() public by Bin Meng · 6 years ago
  63. c515ee5 blk: Drop blk_prepare_device() by Bin Meng · 6 years ago
  64. d0851c8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
  65. f26ce03 efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver data by Bin Meng · 6 years ago
  66. 8f994c8 sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data by Bin Meng · 6 years ago
  67. fa583f8 test: dm: blk: Correct blk_base test case by Bin Meng · 6 years ago
  68. f371ad3 virtio: Add net driver support by Tuomas Tynkkynen · 6 years ago
  69. fdc4aca virtio: Add virtio over mmio transport driver by Bin Meng · 6 years ago
  70. c011641 virtio: Add codes for virtual queue/ring management by Tuomas Tynkkynen · 6 years ago
  71. 8fb49b4 dm: Add a new uclass driver for VirtIO transport devices by Bin Meng · 6 years ago
  72. b1893a9 riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux() by Bin Meng · 6 years ago
  73. d92878a test: dm: core: Add test case for uclass driver's child_post_probe() by Bin Meng · 6 years ago
  74. 651d0c0 dm: core: Allow uclass to set up a device's child after it is probed by Bin Meng · 6 years ago
  75. a6d4b06 regmap: Add overview documentation by Mario Six · 6 years ago
  76. 9b77fe3 regmap: Add endianness support by Mario Six · 6 years ago
  77. 45ef7f5 test: regmap: Add test for regmap_{set, get} by Mario Six · 6 years ago
  78. e936397 regmap: Define regmap_{get,set} by Mario Six · 6 years ago
  79. d5c7bd9 regmap: Support reading from specific range by Mario Six · 6 years ago
  80. 84ff8f6 regmap: Add raw read/write functions by Mario Six · 6 years ago
  81. 4d9ada5 mips: Implement {in, out}_{le, be}_{16, 32, 64} and {in, out}_8 by Mario Six · 6 years ago
  82. 2448f60 regmap: Add error output by Mario Six · 6 years ago
  83. 7f0e366 regmap: Introduce init_range by Mario Six · 6 years ago
  84. 0689036 buildman: Add a --boards option to specify particular boards to build by Simon Glass · 6 years ago
  85. bd8b745 sandbox: Try to start the RAM buffer at a particular address by Simon Glass · 6 years ago
  86. 205dd5a core: ofnode: Fix mem leak in error path by Mario Six · 6 years ago
  87. ab88bd2 misc: Add IHS FPGA driver by Mario Six · 6 years ago
  88. c0a2b08 misc: Add gdsys_soc driver by Mario Six · 6 years ago
  89. 313d4cc misc: Sort Makefile entries by Mario Six · 6 years ago
  90. b6f58bf regmap: Improve error handling by Mario Six · 6 years ago
  91. 9b07609 regmap: Add documentation by Mario Six · 6 years ago
  92. 604b669 regmap: Fix documentation by Mario Six · 6 years ago
  93. 82744c2 test: regmap: Increase size of syscon0 memory by Mario Six · 6 years ago
  94. 73fe411 timer: Sort Kconfig driver entries by Bin Meng · 6 years ago
  95. 2786cd7 test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag by Bin Meng · 6 years ago
  96. 8e39afc dm: core: Mirror the chosen node parse logic in the livetree scanning by Bin Meng · 6 years ago
  97. 6244fc6 dm: Correct pre_reloc_only parameter description in several APIs' comments by Bin Meng · 6 years ago
  98. 8d773c4 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · 6 years ago
  99. e601ab1 dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc() by Bin Meng · 6 years ago
  100. 6fe8abc cpu: mpc83xx: Remove unnecessary characters in the description string by Bin Meng · 6 years ago