1. 05a5dba dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · 4 years, 10 months ago
  2. a6d1f1a mmc: fsl_esdhc: actually enable cache snooping on mpc830x by Rasmus Villemoes · 4 years, 10 months ago
  3. bd9bb2b mmc: remove unneeded forward declarations by Masahiro Yamada · 4 years, 10 months ago
  4. bf1f25c mmc: check the return value of mmc_select_mode_and_width() by Masahiro Yamada · 4 years, 10 months ago
  5. 55f7b00 mmc: sdhci-cadence: send tune request twice to work around errata by Masahiro Yamada · 4 years, 10 months ago
  6. 58b9eb8 mmc: fix the build error when MMC_WRITE is disabled by Jaehoon Chung · 4 years, 11 months ago
  7. a8e2e40 drivers: mmc: rpmb: Use R1 response by Bharat Kumar Reddy Gooty · 5 years ago
  8. e4a5ee1 Merge tag 'u-boot-stm32-20200214' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years, 10 months ago
  9. 5ba62a4 clk: stm32mp1: solve type issue in stm32mp1_lse_enable and stm32mp1_clktree by Patrick Delaunay · 4 years, 10 months ago
  10. e4c076f pinctrl: stmfx: update the result type of dm_i2c_reg_read by Patrick Delaunay · 4 years, 10 months ago
  11. 2cf08ca ram: rockchip: Fix Kconfig dependency for RAM_ROCKCHIP_DEBUG by Michal Simek · 4 years, 10 months ago
  12. 5872fc6 CLK: HSDK: fix HDMI clock calculation by Eugeniy Paltsev · 4 years, 10 months ago
  13. 9d70c9c CLK: HSDK: Check for PLL bypass firstly by Eugeniy Paltsev · 4 years, 10 months ago
  14. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 10 months ago
  15. 8460a6b regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_to_platdata by Lukasz Majewski · 4 years, 10 months ago
  16. 0a4d619 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 10 months ago
  17. cc4ab0f Merge tag 'fixes-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 10 months ago
  18. 44cf461 misc: i2c_eeprom: set offset len and chip addr offset mask by Robert Beckett · 4 years, 10 months ago
  19. ef64c0b gpio: Let DM_74X164 be built without CONFIG_SPL_GPIO by Fabio Estevam · 4 years, 10 months ago
  20. adca83a serial: serial_cortina: add UART DM driver for CAxxxx SoCs by Jason Li · 4 years, 10 months ago
  21. dd2b30b watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCs by Jason Li · 4 years, 10 months ago
  22. 5ec230c gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCs by Jason Li · 4 years, 10 months ago
  23. 4435018 eth: mtk-eth: aarch64: fix build warnings on ethernet-driver by Frank Wunderlich · 4 years, 10 months ago
  24. 933bb80 eth: mtk-eth: add mt7622 support in mediatek eth driver by developer · 4 years, 10 months ago
  25. 9a12c24 eth: mtk-eth: add sgmii mode support in mediatek eth driver by developer · 4 years, 10 months ago
  26. 66262ed tpm: Add a driver for H1/Cr50 by Simon Glass · 4 years, 10 months ago
  27. 515dcff dm: irq: Add support for requesting interrupts by Simon Glass · 4 years, 10 months ago
  28. 21bb12a x86: Give each driver an IRQ type by Simon Glass · 4 years, 10 months ago
  29. a847b27 dm: irq: Add support for interrupt controller types by Simon Glass · 4 years, 10 months ago
  30. 6eb4e3c x86: Add a clock driver for Intel devices by Simon Glass · 4 years, 10 months ago
  31. 2e9d64f tegra: i2c: Change driver to use helper function by Simon Glass · 4 years, 10 months ago
  32. e5f50c9 dm: core: Change syscon to use helper function by Simon Glass · 4 years, 10 months ago
  33. 35cb2a4 dm: core: Add a function to find a device by drvdata by Simon Glass · 4 years, 10 months ago
  34. c79ba0f Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 4 years, 10 months ago
  35. dba3670 video: enable VIDEO_ANSI and all VIDEO_BBP options by Anatolij Gustschin · 4 years, 10 months ago
  36. a4f416d sandbox: Complete migration away from os_malloc() by Simon Glass · 4 years, 10 months ago
  37. fb6f482 dm: core: Drop the inclusion of linux/compat.h in dm.h by Simon Glass · 4 years, 10 months ago
  38. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  39. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  40. d2caf7b sandbox: Support changing the LCD colour depth by Simon Glass · 4 years, 10 months ago
  41. f91de0b sandbox: sdl: Add an option to double the screen size by Simon Glass · 4 years, 10 months ago
  42. adf598a sandbox: sound: Handle errors better in sound_beep() by Simon Glass · 4 years, 10 months ago
  43. 70bc14b sound: Add a new stop_play() method by Simon Glass · 4 years, 10 months ago
  44. 62fd1a4 mtd: Rename free() to rfree() by Simon Glass · 4 years, 10 months ago
  45. 75c0ad6 dma: Rename free() to rfree() by Simon Glass · 4 years, 10 months ago
  46. 2cdd3f4 clk: Rename free() to rfree() by Simon Glass · 4 years, 10 months ago
  47. b3a4754 gpio: Rename free() to rfree() by Simon Glass · 4 years, 10 months ago
  48. 1928cd4 reset: Rename free() to rfree() by Simon Glass · 4 years, 10 months ago
  49. 92ed3a3 power-domain: Rename free() to rfree() by Simon Glass · 4 years, 10 months ago
  50. 1ee4819 mailbox: Rename free() to rfree() by Simon Glass · 4 years, 10 months ago
  51. e0554d8 video: sandbox: Enable all colour depths by Simon Glass · 4 years, 10 months ago
  52. aea7432 video: Support truetype fonts on a 32-bit display by Simon Glass · 4 years, 10 months ago
  53. 0282757 cmd: Add command to dump drivers and compatible strings by Sean Anderson · 4 years, 11 months ago
  54. 22bc2ff tpm2: ftpm: A driver for firmware TPM running inside TEE by Thirupathaiah Annapureddy · 4 years, 11 months ago
  55. 9779eb9 sandbox: pmic: Correct i2c pmic emulator platdata method by Simon Glass · 4 years, 10 months ago
  56. 7572975 dm: core: Drop uclass_find_next_free_req_seq() conditions by Simon Glass · 4 years, 10 months ago
  57. 76db9b7 dm: core: Add a way to iterate through children, probing each by Simon Glass · 4 years, 10 months ago
  58. 000676b dm: core: Add a way to read platdata for all child devices by Simon Glass · 4 years, 10 months ago
  59. e09223c dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
  60. 81c54b3 dm: core: Reimplement ofnode_read_size() by Simon Glass · 4 years, 10 months ago
  61. 0c2e980 dm: core: Add ofnode_read_prop() by Simon Glass · 4 years, 10 months ago
  62. f345596 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
  63. 2f9a612 dm: core: Use const device for the dev_read_...() interface by Simon Glass · 4 years, 10 months ago
  64. c6548b8 dm: core: Use const device for the devfdt...() interface by Simon Glass · 4 years, 10 months ago
  65. c92aac1 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · 4 years, 10 months ago
  66. 2a311e8 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · 4 years, 10 months ago
  67. 2a58088 dm: core: Use const where possible in device.h by Simon Glass · 4 years, 10 months ago
  68. f10b52f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 10 months ago
  69. d69d595 Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 10 months ago
  70. 6bccacf ddr: altera: Add DDR2 support to Gen5 driver by Marek Vasut · 5 years ago
  71. b1fdd3a watchdog: designware: Optionally fetch clock and reset from DT by Marek Vasut · 5 years ago
  72. 8655f67 watchdog: designware: Convert to DM and DT probing by Marek Vasut · 5 years ago
  73. f9888f9 video: mxsfb: call remove() when booting OS by Anatolij Gustschin · 4 years, 10 months ago
  74. 0db23e0 video: fix Coverity missing break issue by Anatolij Gustschin · 5 years ago
  75. 715f04e Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 10 months ago
  76. 41a5abc i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flag by Biwen Li · 5 years ago
  77. d00ffb5 rtc: pcf8563: Add driver model support by Biwen Li · 5 years ago
  78. 1ec382a gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value() by Wolfgang Wallner · 4 years, 10 months ago
  79. ee2ba39 gpio: intel_gpio: Clear tx state bit when setting output by Wolfgang Wallner · 4 years, 10 months ago
  80. c3d53e1 gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32() by Wolfgang Wallner · 4 years, 10 months ago
  81. c6dea21 watchdog: omap_wdt: Fix WDT coding style by Marek Vasut · 4 years, 10 months ago
  82. 6c0e60a watchdog: omap_wdt: Fix WDT reloading by Marek Vasut · 4 years, 10 months ago
  83. 9dadf14 watchdog: omap_wdt: Fix WDT timeout configuration by Marek Vasut · 4 years, 10 months ago
  84. c22f474 gpio: da8xx_gpio: Add "ti,keystone-gpio" compatible by Vignesh Raghavendra · 4 years, 10 months ago
  85. 536fd36 gpio: da8xx_gpio: Fix compiler warning by Vignesh Raghavendra · 4 years, 10 months ago
  86. 44ab923 gpio: pca953x_gpio: Add support for 24 bit IO expander by Vignesh Raghavendra · 4 years, 10 months ago
  87. 9713216 x86: Move itss.h from Apollo Lake to the generic x86 include directory by Wolfgang Wallner · 4 years, 10 months ago
  88. 6157ec1 spi: ich: Drop while loop in hardware sequencing erase case by Wolfgang Wallner · 4 years, 11 months ago
  89. 4d22107 x86: serial: Add a coreboot serial driver by Simon Glass · 5 years ago
  90. f8b1a24 serial: ns16550: Support run-time configuration by Simon Glass · 5 years ago
  91. 40919d9 watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig by Marek Vasut · 5 years ago
  92. 30f1775 reset: socfpga: Poll for reset status after deassert reset by Ley Foon Tan · 5 years ago
  93. aae4602 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 4 years, 10 months ago
  94. 5378fb1 dfu: Add option to skip empty pages when flashing UBI images to NAND by Guillermo Rodríguez · 5 years ago
  95. 6e0c11a usb: cdns3: ep0: Invalidate cache before reading Setup Packet by Vignesh Raghavendra · 4 years, 10 months ago
  96. 29a641b Merge tag 'u-boot-rockchip-20200130' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 10 months ago
  97. c0b2714 Merge tag 'uniphier-v2020.04-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier by Tom Rini · 4 years, 10 months ago
  98. 8fc5382 mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISC by Masahiro Yamada · 4 years, 10 months ago
  99. 6be3873 mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatible by Masahiro Yamada · 4 years, 10 months ago
  100. 6b982ad mtd: rawnand: denali_dt: insert udelay() after reset deassert by Masahiro Yamada · 4 years, 10 months ago