1. e0cfc20 i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check by Bin Meng · 6 years ago
  2. 695c499 gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  3. e250806 clk: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  4. 4854ebc5 arm: stm32mp: Remove DM_FLAG_PRE_RELOC flag by Bin Meng · 6 years ago
  5. 6f57c34 serial: ns16550: fix debug uart putc called before init by Simon Goldschmidt · 6 years ago
  6. 81f351d uclass: Use uclass_foreach_dev() macro instead of open coding by Liviu Dudau · 6 years ago
  7. 216460e doc: Document virtio support by Bin Meng · 6 years ago
  8. 4f89d49 test: dm: virtio: Add test cases for virtio uclass by Bin Meng · 6 years ago
  9. 640aae0 virtio: Add a Sandbox transport driver by Bin Meng · 6 years ago
  10. 699aae0 virtio: net: Support non-legacy device by Bin Meng · 6 years ago
  11. 550435e virtio: pci: Support non-legacy PCI transport device by Bin Meng · 6 years ago
  12. 7a20614 test: dm: pci: Add cases for finding next PCI capability APIs by Bin Meng · 6 years ago
  13. a8c5f8d dm: pci: Add APIs to find next capability and extended capability by Bin Meng · 6 years ago
  14. c80c779 x86: qemu: Imply virtio PCI transport and device drivers by Bin Meng · 6 years ago
  15. b9b5956 arm: qemu: Enumerate virtio bus during early boot by Bin Meng · 6 years ago
  16. 6f33276 arm: qemu: Add a Kconfig in the board directory by Bin Meng · 6 years ago
  17. 4135e10 virtio: Add virtio over pci transport driver by Bin Meng · 6 years ago
  18. 3bf9a8e x86: Implement arch-specific io accessor routines by Bin Meng · 6 years ago
  19. 2895c4b kconfig: Introduce HAVE_ARCH_IOMAP by Bin Meng · 6 years ago
  20. 440d9a4 riscv: qemu: Include some useful commands by Bin Meng · 6 years ago
  21. 3c5196d riscv: qemu: Enumerate virtio bus during early boot by Bin Meng · 6 years ago
  22. 78e1290 virtio: cmd: Add virtio command for virtio devices by Tuomas Tynkkynen · 6 years ago
  23. f480220 virtio: Add block driver support by Tuomas Tynkkynen · 6 years ago
  24. 4ad54ec blk: Introduce IF_TYPE_VIRTIO by Tuomas Tynkkynen · 6 years ago
  25. c879eeb blk: Make blk_next_free_devnum() public by Bin Meng · 6 years ago
  26. c515ee5 blk: Drop blk_prepare_device() by Bin Meng · 6 years ago
  27. d0851c8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
  28. f26ce03 efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver data by Bin Meng · 6 years ago
  29. 8f994c8 sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data by Bin Meng · 6 years ago
  30. fa583f8 test: dm: blk: Correct blk_base test case by Bin Meng · 6 years ago
  31. f371ad3 virtio: Add net driver support by Tuomas Tynkkynen · 6 years ago
  32. fdc4aca virtio: Add virtio over mmio transport driver by Bin Meng · 6 years ago
  33. c011641 virtio: Add codes for virtual queue/ring management by Tuomas Tynkkynen · 6 years ago
  34. 8fb49b4 dm: Add a new uclass driver for VirtIO transport devices by Bin Meng · 6 years ago
  35. b1893a9 riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux() by Bin Meng · 6 years ago
  36. d92878a test: dm: core: Add test case for uclass driver's child_post_probe() by Bin Meng · 6 years ago
  37. 651d0c0 dm: core: Allow uclass to set up a device's child after it is probed by Bin Meng · 6 years ago
  38. a6d4b06 regmap: Add overview documentation by Mario Six · 6 years ago
  39. 9b77fe3 regmap: Add endianness support by Mario Six · 6 years ago
  40. 45ef7f5 test: regmap: Add test for regmap_{set, get} by Mario Six · 6 years ago
  41. e936397 regmap: Define regmap_{get,set} by Mario Six · 6 years ago
  42. d5c7bd9 regmap: Support reading from specific range by Mario Six · 6 years ago
  43. 84ff8f6 regmap: Add raw read/write functions by Mario Six · 6 years ago
  44. 4d9ada5 mips: Implement {in, out}_{le, be}_{16, 32, 64} and {in, out}_8 by Mario Six · 6 years ago
  45. 2448f60 regmap: Add error output by Mario Six · 6 years ago
  46. 7f0e366 regmap: Introduce init_range by Mario Six · 6 years ago
  47. 0689036 buildman: Add a --boards option to specify particular boards to build by Simon Glass · 6 years ago
  48. bd8b745 sandbox: Try to start the RAM buffer at a particular address by Simon Glass · 6 years ago
  49. 205dd5a core: ofnode: Fix mem leak in error path by Mario Six · 6 years ago
  50. ab88bd2 misc: Add IHS FPGA driver by Mario Six · 6 years ago
  51. c0a2b08 misc: Add gdsys_soc driver by Mario Six · 6 years ago
  52. 313d4cc misc: Sort Makefile entries by Mario Six · 6 years ago
  53. b6f58bf regmap: Improve error handling by Mario Six · 6 years ago
  54. 9b07609 regmap: Add documentation by Mario Six · 6 years ago
  55. 604b669 regmap: Fix documentation by Mario Six · 6 years ago
  56. 82744c2 test: regmap: Increase size of syscon0 memory by Mario Six · 6 years ago
  57. 73fe411 timer: Sort Kconfig driver entries by Bin Meng · 6 years ago
  58. 2786cd7 test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag by Bin Meng · 6 years ago
  59. 8e39afc dm: core: Mirror the chosen node parse logic in the livetree scanning by Bin Meng · 6 years ago
  60. 6244fc6 dm: Correct pre_reloc_only parameter description in several APIs' comments by Bin Meng · 6 years ago
  61. 8d773c4 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · 6 years ago
  62. e601ab1 dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc() by Bin Meng · 6 years ago
  63. 6fe8abc cpu: mpc83xx: Remove unnecessary characters in the description string by Bin Meng · 6 years ago
  64. ecfe663 dm: cpu: Fix print_cpuinfo() output by Bin Meng · 6 years ago
  65. 5d6c61a board_f: Use static print_cpuinfo if CONFIG_CPU is active by Mario Six · 6 years ago
  66. 208ecba Merge branch 'next' by Tom Rini · 6 years ago
  67. 0157013 Prepare v2018.11 by Tom Rini · 6 years ago
  68. 745915a gpio: pca953x_gpio: fix DT GPIO flags translation by Anatolij Gustschin · 6 years ago
  69. cbabe7f configs: Migrate and re-enabled CONFIG_CMD_MTDPARTS by Tom Rini · 6 years ago
  70. 20274b0 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  71. 4114a26 configs: Resync with savedefconfig by Tom Rini · 6 years ago
  72. 7d121a8 sunxi: use 6MHz PLL_VIDEO step for DE2 for higher resolution LCD by Icenowy Zheng · 6 years ago
  73. e6b16e7 board: allwinner: sun50i-h6: Add Orangepi Lite2 support by Jagan Teki · 6 years ago
  74. d45a07a arm64: allwinner: h6: Add common orangepi nodes into dtsi by Jagan Teki · 6 years ago
  75. b972831 sunxi: DT: add support for Pinebook by Vasily Khoruzhick · 6 years ago
  76. 31a4ac4 sun50i: A64: add support for R_I2C controller by Vasily Khoruzhick · 6 years ago
  77. 8336a43 dm: video: bridge: don't fail to activate bridge if reset or sleep GPIO is missing by Vasily Khoruzhick · 6 years ago
  78. 20940ef mmc: sunxi: add support for automatic delay calibration by Vasily Khoruzhick · 6 years ago
  79. 4f9d34e sunxi: A64: Add Pine64-LTS board by Andre Przywara · 6 years ago
  80. 4c974ee sunxi: H3/H5: Update .dts files by Andre Przywara · 6 years ago
  81. ababb59 sunxi: A64: Re-add syscon to DT node by Andre Przywara · 6 years ago
  82. 1b39a18 sunxi: A64: Update .dts/.dtsi files by Andre Przywara · 6 years ago
  83. 2f13cf3 sunxi: Imply fitImage support by Marek Vasut · 6 years ago
  84. 1f758b7 mtd: Drop duplicate MTD_PARTITIONS Kconfig option by Boris Brezillon · 6 years ago
  85. 86dfa55 cmd: ubi: Remove useless call to mtdparts_init() by Boris Brezillon · 6 years ago
  86. 03303fb mtd: Make {MTDIDS, MTDPARTS}_DEFAULT visible when MTD_PARTITIONS is selected by Boris Brezillon · 6 years ago
  87. 96c2961 dfu: nand: Add missing dependency on CMD_MTDPARTS by Boris Brezillon · 6 years ago
  88. 5ffcd50 mtd: Use default mtdparts/mtids when not defined in the environment by Boris Brezillon · 6 years ago
  89. c80cc3d Merge tag 'u-boot-imx-20181112' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  90. 43e6f94 imx: mkimage: add size check to the u-boot.imx make target by Marcel Ziswiler · 6 years ago
  91. 42cc42a board: toradex: colibri_vf: drop SPI support by Marcel Ziswiler · 6 years ago
  92. 873629c board: toradex: colibri_vf: unset CONFIG_CMDLINE_EDITING by Marcel Ziswiler · 6 years ago
  93. f127124 board: toradex: colibri_vf: efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION by Marcel Ziswiler · 6 years ago
  94. 26cc40d mmc: dw_mmc: Add RCRC handling by Marek Vasut · 6 years ago
  95. fb3148a common: build ymodem only on need by Jun Nie · 7 years ago
  96. 6b0afcc common: Compile error with CONFIG_MULTI_DTB_FIT and not SPL by Lars Povlsen · 6 years ago
  97. cdef6bb dm: Fix typo - missed semicolon by Andy Shevchenko · 6 years ago
  98. 30c0740 spl: fix debug prints for tiny printf by Simon Goldschmidt · 6 years ago
  99. 84ee59a MAINTAINERS: Update stm32mp entry by Patrick Delaunay · 6 years ago
  100. 6514bfc fit: Add missing CR in debug output in fit_find_config_node() by Stefan Roese · 6 years ago