1. 3b36b38 misc: pmic_esm: Add support for PMIC ESM driver by Tero Kristo · 4 years, 8 months ago
  2. 344eb6d misc: k3_esm: Add support for Texas Instruments K3 ESM driver by Tero Kristo · 4 years, 8 months ago
  3. 8cd10a4 power: pmic: tps65941: Add support for probing the child devices by Tero Kristo · 4 years, 8 months ago
  4. 28ff144 drivers: Descend to drivers/soc unconditionally by Vignesh Raghavendra · 4 years, 8 months ago
  5. 5ff78d1 Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs" by Peng Ma · 4 years, 10 months ago
  6. 4246fae Merge tag 'mmc-2-20-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 8 months ago
  7. 4155ad9 mmc: sdhci: fix missing cache invalidation after reading by DMA by Masahiro Yamada · 4 years, 8 months ago
  8. 58d8ace mmc: sdhci: use dma_map_single() instead of flush_cache() before DMA by Masahiro Yamada · 4 years, 8 months ago
  9. fdd84c8 mmc: sdhci: remove unneeded casts by Masahiro Yamada · 4 years, 8 months ago
  10. a2b0221 mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addr by Masahiro Yamada · 4 years, 8 months ago
  11. f5df6aa mmc: sdhci: reduce code duplication for aligned buffer by Masahiro Yamada · 4 years, 8 months ago
  12. c8cc18b mmc: sdhci: put the aligned buffer pointer to struct sdhci_host by Masahiro Yamada · 4 years, 8 months ago
  13. 9d86b89 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · 4 years, 8 months ago
  14. 950c596 dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · 4 years, 8 months ago
  15. ede2822 mmc: fsl_esdhc: actually enable cache snooping on mpc830x by Rasmus Villemoes · 4 years, 8 months ago
  16. 64d44c4 i2c: designware_i2c: Correct the selection of speed mode by Simon Glass · 4 years, 8 months ago
  17. 76ca2d1 mmc: remove unneeded forward declarations by Masahiro Yamada · 4 years, 9 months ago
  18. 8adf50e mmc: check the return value of mmc_select_mode_and_width() by Masahiro Yamada · 4 years, 9 months ago
  19. 54a78cb mmc: sdhci-cadence: send tune request twice to work around errata by Masahiro Yamada · 4 years, 9 months ago
  20. 4af6659 mmc: fix the build error when MMC_WRITE is disabled by Jaehoon Chung · 4 years, 9 months ago
  21. ae93d81 drivers: mmc: rpmb: Use R1 response by Bharat Kumar Reddy Gooty · 4 years, 11 months ago
  22. f2a73d6 Merge tag 'u-boot-stm32-20200214' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years, 8 months ago
  23. eb49dce clk: stm32mp1: solve type issue in stm32mp1_lse_enable and stm32mp1_clktree by Patrick Delaunay · 4 years, 8 months ago
  24. b100892 pinctrl: stmfx: update the result type of dm_i2c_reg_read by Patrick Delaunay · 4 years, 8 months ago
  25. e3dc592 ram: rockchip: Fix Kconfig dependency for RAM_ROCKCHIP_DEBUG by Michal Simek · 4 years, 8 months ago
  26. defd1e7 CLK: HSDK: fix HDMI clock calculation by Eugeniy Paltsev · 4 years, 8 months ago
  27. b8f3ce0 CLK: HSDK: Check for PLL bypass firstly by Eugeniy Paltsev · 4 years, 8 months ago
  28. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 8 months ago
  29. b7adcdd regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_to_platdata by Lukasz Majewski · 4 years, 8 months ago
  30. 4e5c468 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 8 months ago
  31. 5f2fe7d Merge tag 'fixes-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 8 months ago
  32. 821c982 misc: i2c_eeprom: set offset len and chip addr offset mask by Robert Beckett · 4 years, 8 months ago
  33. c0a179a gpio: Let DM_74X164 be built without CONFIG_SPL_GPIO by Fabio Estevam · 4 years, 8 months ago
  34. 0de653d serial: serial_cortina: add UART DM driver for CAxxxx SoCs by Jason Li · 4 years, 8 months ago
  35. 7f54b83 watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCs by Jason Li · 4 years, 8 months ago
  36. 2ccacf3 gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCs by Jason Li · 4 years, 8 months ago
  37. 47b1431 eth: mtk-eth: aarch64: fix build warnings on ethernet-driver by Frank Wunderlich · 4 years, 8 months ago
  38. e395717 eth: mtk-eth: add mt7622 support in mediatek eth driver by MarkLee · 4 years, 9 months ago
  39. b4ef49a eth: mtk-eth: add sgmii mode support in mediatek eth driver by MarkLee · 4 years, 9 months ago
  40. d36856a tpm: Add a driver for H1/Cr50 by Simon Glass · 4 years, 8 months ago
  41. 0255435 dm: irq: Add support for requesting interrupts by Simon Glass · 4 years, 8 months ago
  42. 69c2dc9 x86: Give each driver an IRQ type by Simon Glass · 4 years, 8 months ago
  43. ba87607 dm: irq: Add support for interrupt controller types by Simon Glass · 4 years, 8 months ago
  44. b4d00b2 x86: Add a clock driver for Intel devices by Simon Glass · 4 years, 8 months ago
  45. fdec36f tegra: i2c: Change driver to use helper function by Simon Glass · 4 years, 8 months ago
  46. ae44caf dm: core: Change syscon to use helper function by Simon Glass · 4 years, 8 months ago
  47. 5016234 dm: core: Add a function to find a device by drvdata by Simon Glass · 4 years, 8 months ago
  48. 457faef Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 4 years, 8 months ago
  49. 8a6ffed video: enable VIDEO_ANSI and all VIDEO_BBP options by Anatolij Gustschin · 4 years, 8 months ago
  50. 21d651f sandbox: Complete migration away from os_malloc() by Simon Glass · 4 years, 8 months ago
  51. f217651 dm: core: Drop the inclusion of linux/compat.h in dm.h by Simon Glass · 4 years, 8 months ago
  52. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  53. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  54. a466db5 sandbox: Support changing the LCD colour depth by Simon Glass · 4 years, 8 months ago
  55. 6be88c7 sandbox: sdl: Add an option to double the screen size by Simon Glass · 4 years, 8 months ago
  56. 0266248 sandbox: sound: Handle errors better in sound_beep() by Simon Glass · 4 years, 8 months ago
  57. 3062cd1 sound: Add a new stop_play() method by Simon Glass · 4 years, 8 months ago
  58. 8d38a84 mtd: Rename free() to rfree() by Simon Glass · 4 years, 8 months ago
  59. aae9588 dma: Rename free() to rfree() by Simon Glass · 4 years, 8 months ago
  60. fb8c0d5 clk: Rename free() to rfree() by Simon Glass · 4 years, 8 months ago
  61. 093152f gpio: Rename free() to rfree() by Simon Glass · 4 years, 8 months ago
  62. 94474b2 reset: Rename free() to rfree() by Simon Glass · 4 years, 8 months ago
  63. 4f51188 power-domain: Rename free() to rfree() by Simon Glass · 4 years, 8 months ago
  64. cc92c3c mailbox: Rename free() to rfree() by Simon Glass · 4 years, 8 months ago
  65. 3b85ce8 video: sandbox: Enable all colour depths by Simon Glass · 4 years, 8 months ago
  66. 51973cc video: Support truetype fonts on a 32-bit display by Simon Glass · 4 years, 8 months ago
  67. 7b9d60f cmd: Add command to dump drivers and compatible strings by Sean Anderson · 4 years, 9 months ago
  68. 8d73be7 tpm2: ftpm: A driver for firmware TPM running inside TEE by Thirupathaiah Annapureddy · 4 years, 9 months ago
  69. eb7387a sandbox: pmic: Correct i2c pmic emulator platdata method by Simon Glass · 4 years, 8 months ago
  70. 9ff5e04 dm: core: Drop uclass_find_next_free_req_seq() conditions by Simon Glass · 4 years, 8 months ago
  71. 903e83e dm: core: Add a way to iterate through children, probing each by Simon Glass · 4 years, 8 months ago
  72. f262d4c dm: core: Add a way to read platdata for all child devices by Simon Glass · 4 years, 8 months ago
  73. bd933bf dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 8 months ago
  74. 1aada63 dm: core: Reimplement ofnode_read_size() by Simon Glass · 4 years, 8 months ago
  75. a8167d8 dm: core: Add ofnode_read_prop() by Simon Glass · 4 years, 8 months ago
  76. 14ca9f7 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 8 months ago
  77. 88b3a37 dm: core: Use const device for the dev_read_...() interface by Simon Glass · 4 years, 8 months ago
  78. d975ce2 dm: core: Use const device for the devfdt...() interface by Simon Glass · 4 years, 8 months ago
  79. 194fca9 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · 4 years, 8 months ago
  80. c4e72c4 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 4 years, 8 months ago
  81. fc347fb dm: core: Use const where possible in device.h by Simon Glass · 4 years, 8 months ago
  82. f5cc89a Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 8 months ago
  83. c95215a Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 8 months ago
  84. 9a5a90a ddr: altera: Add DDR2 support to Gen5 driver by Marek Vasut · 5 years ago
  85. cf89ef8 watchdog: designware: Optionally fetch clock and reset from DT by Marek Vasut · 5 years ago
  86. cf8c836 watchdog: designware: Convert to DM and DT probing by Marek Vasut · 5 years ago
  87. 8382b10 video: mxsfb: call remove() when booting OS by Anatolij Gustschin · 4 years, 8 months ago
  88. ab6ea93 video: fix Coverity missing break issue by Anatolij Gustschin · 4 years, 9 months ago
  89. d4827fc Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 8 months ago
  90. c691032 i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag by Biwen Li · 4 years, 9 months ago
  91. 42cd5cb rtc: pcf8563: Add driver model support by Biwen Li · 4 years, 9 months ago
  92. ea86e72 gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value() by Wolfgang Wallner · 4 years, 8 months ago
  93. 28c6268 gpio: intel_gpio: Clear tx state bit when setting output by Wolfgang Wallner · 4 years, 8 months ago
  94. b840c39 gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32() by Wolfgang Wallner · 4 years, 8 months ago
  95. 4dd0593 watchdog: omap_wdt: Fix WDT coding style by Marek Vasut · 4 years, 8 months ago
  96. 11c1af6 watchdog: omap_wdt: Fix WDT reloading by Marek Vasut · 4 years, 8 months ago
  97. 8a9ec4d watchdog: omap_wdt: Fix WDT timeout configuration by Marek Vasut · 4 years, 8 months ago
  98. 25216d6 gpio: da8xx_gpio: Add "ti,keystone-gpio" compatible by Vignesh Raghavendra · 4 years, 8 months ago
  99. 94f992d gpio: da8xx_gpio: Fix compiler warning by Vignesh Raghavendra · 4 years, 8 months ago
  100. dd6638a gpio: pca953x_gpio: Add support for 24 bit IO expander by Vignesh Raghavendra · 4 years, 8 months ago