1. b100892 pinctrl: stmfx: update the result type of dm_i2c_reg_read by Patrick Delaunay · 4 years, 9 months ago
  2. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 9 months ago
  3. b7adcdd regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_to_platdata by Lukasz Majewski · 4 years, 9 months ago
  4. 4e5c468 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 9 months ago
  5. 5f2fe7d Merge tag 'fixes-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 9 months ago WIP/10Feb2020
  6. 821c982 misc: i2c_eeprom: set offset len and chip addr offset mask by Robert Beckett · 4 years, 9 months ago
  7. c0a179a gpio: Let DM_74X164 be built without CONFIG_SPL_GPIO by Fabio Estevam · 4 years, 9 months ago
  8. 0de653d serial: serial_cortina: add UART DM driver for CAxxxx SoCs by Jason Li · 4 years, 9 months ago
  9. 7f54b83 watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCs by Jason Li · 4 years, 9 months ago
  10. 2ccacf3 gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCs by Jason Li · 4 years, 9 months ago
  11. 47b1431 eth: mtk-eth: aarch64: fix build warnings on ethernet-driver by Frank Wunderlich · 4 years, 9 months ago
  12. e395717 eth: mtk-eth: add mt7622 support in mediatek eth driver by MarkLee · 4 years, 9 months ago
  13. b4ef49a eth: mtk-eth: add sgmii mode support in mediatek eth driver by MarkLee · 4 years, 9 months ago
  14. d36856a tpm: Add a driver for H1/Cr50 by Simon Glass · 4 years, 9 months ago
  15. 0255435 dm: irq: Add support for requesting interrupts by Simon Glass · 4 years, 9 months ago
  16. 69c2dc9 x86: Give each driver an IRQ type by Simon Glass · 4 years, 9 months ago
  17. ba87607 dm: irq: Add support for interrupt controller types by Simon Glass · 4 years, 9 months ago
  18. b4d00b2 x86: Add a clock driver for Intel devices by Simon Glass · 4 years, 9 months ago
  19. fdec36f tegra: i2c: Change driver to use helper function by Simon Glass · 4 years, 9 months ago
  20. ae44caf dm: core: Change syscon to use helper function by Simon Glass · 4 years, 9 months ago
  21. 5016234 dm: core: Add a function to find a device by drvdata by Simon Glass · 4 years, 9 months ago
  22. 457faef Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 4 years, 9 months ago
  23. 8a6ffed video: enable VIDEO_ANSI and all VIDEO_BBP options by Anatolij Gustschin · 4 years, 9 months ago
  24. 21d651f sandbox: Complete migration away from os_malloc() by Simon Glass · 4 years, 9 months ago
  25. f217651 dm: core: Drop the inclusion of linux/compat.h in dm.h by Simon Glass · 4 years, 9 months ago
  26. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  27. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  28. a466db5 sandbox: Support changing the LCD colour depth by Simon Glass · 4 years, 9 months ago
  29. 6be88c7 sandbox: sdl: Add an option to double the screen size by Simon Glass · 4 years, 9 months ago
  30. 0266248 sandbox: sound: Handle errors better in sound_beep() by Simon Glass · 4 years, 9 months ago
  31. 3062cd1 sound: Add a new stop_play() method by Simon Glass · 4 years, 9 months ago
  32. 8d38a84 mtd: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  33. aae9588 dma: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  34. fb8c0d5 clk: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  35. 093152f gpio: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  36. 94474b2 reset: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  37. 4f51188 power-domain: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  38. cc92c3c mailbox: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  39. 3b85ce8 video: sandbox: Enable all colour depths by Simon Glass · 4 years, 9 months ago
  40. 51973cc video: Support truetype fonts on a 32-bit display by Simon Glass · 4 years, 9 months ago
  41. 7b9d60f cmd: Add command to dump drivers and compatible strings by Sean Anderson · 4 years, 9 months ago
  42. 8d73be7 tpm2: ftpm: A driver for firmware TPM running inside TEE by Thirupathaiah Annapureddy · 4 years, 10 months ago
  43. eb7387a sandbox: pmic: Correct i2c pmic emulator platdata method by Simon Glass · 4 years, 9 months ago
  44. 9ff5e04 dm: core: Drop uclass_find_next_free_req_seq() conditions by Simon Glass · 4 years, 9 months ago
  45. 903e83e dm: core: Add a way to iterate through children, probing each by Simon Glass · 4 years, 9 months ago
  46. f262d4c dm: core: Add a way to read platdata for all child devices by Simon Glass · 4 years, 9 months ago
  47. bd933bf dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 9 months ago
  48. 1aada63 dm: core: Reimplement ofnode_read_size() by Simon Glass · 4 years, 9 months ago
  49. a8167d8 dm: core: Add ofnode_read_prop() by Simon Glass · 4 years, 9 months ago
  50. 14ca9f7 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 9 months ago
  51. 88b3a37 dm: core: Use const device for the dev_read_...() interface by Simon Glass · 4 years, 9 months ago
  52. d975ce2 dm: core: Use const device for the devfdt...() interface by Simon Glass · 4 years, 9 months ago
  53. 194fca9 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · 4 years, 9 months ago
  54. c4e72c4 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 4 years, 9 months ago
  55. fc347fb dm: core: Use const where possible in device.h by Simon Glass · 4 years, 9 months ago
  56. f5cc89a Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 9 months ago WIP/05Feb2020
  57. c95215a Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 9 months ago
  58. 9a5a90a ddr: altera: Add DDR2 support to Gen5 driver by Marek Vasut · 5 years ago
  59. cf89ef8 watchdog: designware: Optionally fetch clock and reset from DT by Marek Vasut · 5 years ago
  60. cf8c836 watchdog: designware: Convert to DM and DT probing by Marek Vasut · 5 years ago
  61. 8382b10 video: mxsfb: call remove() when booting OS by Anatolij Gustschin · 4 years, 9 months ago
  62. ab6ea93 video: fix Coverity missing break issue by Anatolij Gustschin · 4 years, 10 months ago
  63. d4827fc Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 9 months ago WIP/04Feb2020
  64. c691032 i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag by Biwen Li · 4 years, 10 months ago
  65. 42cd5cb rtc: pcf8563: Add driver model support by Biwen Li · 4 years, 10 months ago
  66. ea86e72 gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value() by Wolfgang Wallner · 4 years, 9 months ago
  67. 28c6268 gpio: intel_gpio: Clear tx state bit when setting output by Wolfgang Wallner · 4 years, 9 months ago
  68. b840c39 gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32() by Wolfgang Wallner · 4 years, 9 months ago
  69. 4dd0593 watchdog: omap_wdt: Fix WDT coding style by Marek Vasut · 4 years, 9 months ago
  70. 11c1af6 watchdog: omap_wdt: Fix WDT reloading by Marek Vasut · 4 years, 9 months ago
  71. 8a9ec4d watchdog: omap_wdt: Fix WDT timeout configuration by Marek Vasut · 4 years, 9 months ago
  72. 25216d6 gpio: da8xx_gpio: Add "ti,keystone-gpio" compatible by Vignesh Raghavendra · 4 years, 9 months ago
  73. 94f992d gpio: da8xx_gpio: Fix compiler warning by Vignesh Raghavendra · 4 years, 9 months ago
  74. dd6638a gpio: pca953x_gpio: Add support for 24 bit IO expander by Vignesh Raghavendra · 4 years, 9 months ago
  75. 142c975 x86: Move itss.h from Apollo Lake to the generic x86 include directory by Wolfgang Wallner · 4 years, 9 months ago
  76. 5e579cc spi: ich: Drop while loop in hardware sequencing erase case by Wolfgang Wallner · 4 years, 9 months ago
  77. 44482e8 x86: serial: Add a coreboot serial driver by Simon Glass · 4 years, 10 months ago
  78. 62cbde4 serial: ns16550: Support run-time configuration by Simon Glass · 4 years, 10 months ago
  79. 8941f84 watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig by Marek Vasut · 5 years ago
  80. 9e60821 reset: socfpga: Poll for reset status after deassert reset by Ley Foon Tan · 4 years, 10 months ago
  81. 31a790b Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 4 years, 9 months ago WIP/02Feb2020
  82. 13cb7cc dfu: Add option to skip empty pages when flashing UBI images to NAND by Guillermo Rodríguez · 4 years, 10 months ago
  83. bf16a7b usb: cdns3: ep0: Invalidate cache before reading Setup Packet by Vignesh Raghavendra · 4 years, 9 months ago
  84. 427da6f Merge tag 'u-boot-rockchip-20200130' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 9 months ago WIP/01Feb2020
  85. 80e99ad Merge tag 'uniphier-v2020.04-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier by Tom Rini · 4 years, 9 months ago WIP/31Jan2020
  86. 407b01b mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISC by Masahiro Yamada · 4 years, 9 months ago
  87. 80924cc mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatible by Masahiro Yamada · 4 years, 9 months ago
  88. 21d4a3c mtd: rawnand: denali_dt: insert udelay() after reset deassert by Masahiro Yamada · 4 years, 9 months ago
  89. 9925df0 mtd: rawnand: denali: Do not reset the block before booting the kernel by Marek Vasut · 4 years, 9 months ago
  90. 11bcc58 mtd: rawnand: denali_dt: make the core clock optional by Masahiro Yamada · 4 years, 9 months ago
  91. 33672c9 mtd: rawnand: denali-spl: Add missing hardware init on SoCFPGA by Marek Vasut · 4 years, 9 months ago
  92. dad9af5 net: fix typo by Flavio Suligoi · 4 years, 9 months ago
  93. 31531f6 ram: rk3328: only do data traning for cs0 by Kever Yang · 4 years, 10 months ago
  94. b52a199 arm: rockchip: Add common cru.h by Jagan Teki · 4 years, 10 months ago
  95. 95052b4 ram: rk3399: don't assume phy_io_config() uses real regs by Thomas Hebb · 4 years, 10 months ago
  96. d53e3fa net: Add support for Broadcom GENETv5 Ethernet controller by Amit Singh Tomar · 4 years, 9 months ago
  97. c4d08cb usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) support by Marek Szyprowski · 5 years ago
  98. c2a1e3d dfu: mmc: remove file size limit for io operations by Marek Szyprowski · 5 years ago
  99. 774f8b0 dfu: mmc: rearrange the code by Marek Szyprowski · 5 years ago
  100. e7ab1cb Merge tag 'for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 4 years, 9 months ago WIP/29Jan2020