1. c0c08be Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 1 year, 1 month ago
  2. 3405639 Merge tag 'u-boot-imx-20230905' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 1 year, 1 month ago
  3. dfe0837 risc-v: implement DBCN based debug console by Heinrich Schuchardt · 1 year, 2 months ago
  4. f39f8f7 riscv: allow riscv timer to be instantiated via device tree by Torsten Duwe · 1 year, 2 months ago
  5. a79fca7 thermal: imx_tmu: Increase the polling interval by Fabio Estevam · 1 year, 2 months ago
  6. f4898e4 thermal: imx_tmu: Fix the temperature unit by Fabio Estevam · 1 year, 2 months ago
  7. 966480f thermal: imx_tmu: Increase the log level for high temperatures by Fabio Estevam · 1 year, 2 months ago
  8. 402b810 thermal: imx_tmu: Fix the polling default by Fabio Estevam · 1 year, 2 months ago
  9. 7f4b73f usb: dwc3: Fix enabling USB_DR_MODE_HOST by Oleksandr Suvorov · 1 year, 2 months ago
  10. da93ea6 usb: dwc3: Fix renaming SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Oleksandr Suvorov · 1 year, 2 months ago
  11. e3380e1 phy: phy-imx8mq-usb: clean up clock code by Tim Harvey · 1 year, 3 months ago
  12. c90729c phy: phy-imx8mq-usb: add vbus regulator support by Tim Harvey · 1 year, 3 months ago
  13. 9871b0e usb: dwc3: Fix remove function if there is no ulpi_reset gpio by Venkatesh Yadav Abbarapu · 1 year, 2 months ago
  14. 27c7a62 dm: event: add EVT_DM_POST_INIT_R event type by Chanho Park · 1 year, 2 months ago
  15. 17aad80 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 1 year, 2 months ago
  16. 6796951 arm_ffa: use debug logs by Abdellatif El Khlifi · 1 year, 2 months ago
  17. 9e8cbea serial: stm32: extend TC timeout by Valentin Caron · 1 year, 3 months ago
  18. 141e232 clk: stm32mp1: remove error for disabled clock in stm32mp1_clk_get_parent by Patrick Delaunay · 1 year, 4 months ago
  19. 250454c i2c: mvtwsi: reset controller if stuck in "bus error" state by Sam Edwards · 1 year, 3 months ago
  20. 832148f Merge tag 'u-boot-rockchip-20230814' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 1 year, 2 months ago
  21. d7009fa pinctrl: rockchip: Fix drive and input schmitt on RK3568 by Jonas Karlman · 1 year, 2 months ago
  22. 28cd244 bcm2835: Add simiple-framebuffer for use with fkms by Jason Wessel · 1 year, 3 months ago
  23. aba6776 video: kconfig: Fix a typo in SPL_VIDEO_REMOVE by Bin Meng · 1 year, 3 months ago
  24. 01c76f1 video: vidconsole: Fix null dereference of ops->measure by Bin Meng · 1 year, 3 months ago
  25. a2bd995 clk: renesas: Tear clock controller down last before booting OS by Marek Vasut · 4 years, 6 months ago
  26. 0cd87aa clk: rockchip: rk3308: Support reading UART rate and clock registers by Massimo Pegorer · 1 year, 3 months ago
  27. e4c6ccc clk: rockchip: rk3308: Fix ordering between masking and shifting by Massimo Pegorer · 1 year, 3 months ago
  28. 9296f9a clk: rockchip: rk3568: Add dummy support for GMAC speed clocks by Jonas Karlman · 1 year, 3 months ago
  29. ff46cd5 clk: rockchip: rk3568: Include UART clocks in SPL by Jonas Karlman · 1 year, 3 months ago
  30. 6da8400 clk: rockchip: rk3568: Fix mask for clk_cpll_div_25m_div by Jonas Karlman · 1 year, 3 months ago
  31. acb9812 clk: rockchip: rk3568: Fix clk selection in rk3568_pwm_get_clk by Damon Ding · 1 year, 3 months ago
  32. 8300ceb video: avoid build failure on veyron board by Alvaro Fernando García · 1 year, 3 months ago
  33. 0e2474f pci: rockchip: Release resources on failing probe by Jonas Karlman · 1 year, 3 months ago
  34. a5899cc Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 1 year, 2 months ago
  35. 160984e watchdog: ftwdt010: need to reset watchdog in ftwdt010_wdt_start() by Sergei Antonov · 1 year, 3 months ago
  36. 8d184d4 pci: plda: Get correct ECAM offset in multiple PCIe RC case by Minda Chen · 1 year, 2 months ago
  37. b7080bf video: Add a Kconfig option for SPL video handoff by Simon Glass · 1 year, 3 months ago
  38. d5a3f14 video: Tidy up Makefile rule for video by Simon Glass · 1 year, 3 months ago
  39. 2d5b5a9 bootstd: Correct creating of bootdev sibling by Simon Glass · 1 year, 3 months ago
  40. d7d7857 bootstd: Rename bootdev_setup_sibling_blk() by Simon Glass · 1 year, 3 months ago
  41. 4c4ccc5 usb: Return -ENOENT when no devices are found by Simon Glass · 1 year, 3 months ago
  42. f16a48f arm_ffa: introduce armffa command by Abdellatif El Khlifi · 1 year, 3 months ago
  43. a09852d arm_ffa: introduce sandbox FF-A support by Abdellatif El Khlifi · 1 year, 3 months ago
  44. 39d383b arm_ffa: introduce Arm FF-A support by Abdellatif El Khlifi · 1 year, 3 months ago
  45. 718f1d4 usb: gadget: ether: Handle gadget driver registration in probe and remove by Marek Vasut · 1 year, 3 months ago
  46. 47b121f usb: gadget: ether: Move probe function above driver structure by Marek Vasut · 1 year, 3 months ago
  47. da768f9 usb: gadget: ether: Inline functions used once by Marek Vasut · 1 year, 3 months ago
  48. 63baa84 virtio: provide driver name in debug message by Heinrich Schuchardt · 1 year, 3 months ago
  49. 93eb707 net: mediatek: add support for MediaTek MT7988 SoC by Weijie Gao · 1 year, 3 months ago
  50. 7628194 net: mediatek: add support for NETSYS v3 by Weijie Gao · 1 year, 3 months ago
  51. ba026eb net: mediatek: add USXGMII support by Weijie Gao · 1 year, 3 months ago
  52. 585a1a4 net: mediatek: add support for GMAC/USB3 PHY mux mode for MT7981 by Weijie Gao · 1 year, 3 months ago
  53. bd70f3c net: mediatek: add support for SGMII 1Gbps auto-negotiation mode by Weijie Gao · 1 year, 3 months ago
  54. 159458d net: mediatek: add missing static qualifier by Weijie Gao · 1 year, 3 months ago
  55. c94ad00 net: mediatek: fix direct MDIO clause 45 access via SoC by Weijie Gao · 1 year, 3 months ago
  56. c41a058 net: mediatek: optimize the switch reset delay wait time by Weijie Gao · 1 year, 3 months ago
  57. c73d387 net: mediatek: connect switch to PSE only when starting eth is requested by Weijie Gao · 1 year, 3 months ago
  58. e34cf6f pinctrl: mediatek: add pinctrl driver for MT7988 SoC by Weijie Gao · 1 year, 3 months ago
  59. f9c6106 pinctrl: mediatek: add pinmux_set ops support by Weijie Gao · 1 year, 3 months ago
  60. 4fd0be0 pinctrl: mediatek: fix the return value in driving configuration functions by Weijie Gao · 1 year, 3 months ago
  61. 7cb50cd pinctrl: mediatek: convert most definitions to const by Weijie Gao · 1 year, 3 months ago
  62. 4214369 clk: mediatek: add clock driver support for MediaTek MT7988 SoC by Weijie Gao · 1 year, 3 months ago
  63. fec8ee6 pwm: mtk: add support for MediaTek MT7988 SoC by Weijie Gao · 1 year, 3 months ago
  64. 7fa40df i2c: mediatek: fix I2C usability for MT7981 by Weijie Gao · 1 year, 3 months ago
  65. 6f1cc26 reset: mediatek: check malloc return valaue before use by Weijie Gao · 1 year, 3 months ago
  66. 0fd96bf serial: mtk: initial priv data before using by Weijie Gao · 1 year, 3 months ago
  67. b43512d spi: mtk_spim: clear IRQ enable bits by Weijie Gao · 1 year, 3 months ago
  68. 793e623 spi: mtk_spim: get spi clk rate only once by Weijie Gao · 1 year, 3 months ago
  69. fd9385a board: mediatek: update config headers by Weijie Gao · 1 year, 3 months ago
  70. ff8590a net: rtl8169: Add one device ID 0x8161 by Minda Chen · 1 year, 3 months ago
  71. 3094845 net: rtl8169: Fix DMA minimal aligned compile warning in RISC-V by Minda Chen · 1 year, 3 months ago
  72. a6a0d6a net: rtl8169: Fix compile warning in rtl8169 by Minda Chen · 1 year, 3 months ago
  73. 7870a05 starfive: pci: Add StarFive JH7110 pcie driver by Mason Huo · 1 year, 3 months ago
  74. 7eb62cb i2c: designware: Add Kconfig for designware_i2c_pci.c by Minda Chen · 1 year, 3 months ago
  75. 7755b22 Merge tag 'x86-pull-20230801' of https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 1 year, 3 months ago
  76. e5b082a Merge tag 'video-20230801' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 1 year, 3 months ago
  77. aaeaef2 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 1 year, 3 months ago
  78. b8d3a6c drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove video by Nikhil M Jain · 1 year, 3 months ago
  79. 3f9b5a7 drivers: video: tidss: tidss_drv: Change remove method by Nikhil M Jain · 1 year, 3 months ago
  80. e1a0caf video: bochs: Set the frame buffer size per configuration by Bin Meng · 1 year, 3 months ago
  81. f91f0e7 video: kconfig: Set default FB size for Bochs by Bin Meng · 1 year, 3 months ago
  82. 185ae84 video: kconfig: Drop the superfluous dependency by Bin Meng · 1 year, 3 months ago
  83. 17cd802 video: kconfig: Fix wrong text for the PCI default FB size by Bin Meng · 1 year, 3 months ago
  84. e1b4697 video: bochs: Remove the x86 dependency by Bin Meng · 1 year, 3 months ago
  85. ffe1c83 video: bochs: Avoid using IO instructions to access VGA IO port by Bin Meng · 1 year, 3 months ago
  86. caae795 video: bochs: Drop the useless argument of bochs_vga_write() by Bin Meng · 1 year, 3 months ago
  87. 5ee029a video: bochs: Drop inclusion of <asm/mtrr.h> by Bin Meng · 1 year, 3 months ago
  88. 08ece5b dm: video: Cosmetic style fix by Bin Meng · 1 year, 3 months ago
  89. bff002d video: vesa: Use mtrr_set_next_var() for graphics memory by Bin Meng · 1 year, 3 months ago
  90. 0f497b2 video: ivybridge: Use mtrr_set_next_var() for graphics memory by Bin Meng · 1 year, 3 months ago
  91. b5126f2 video: broadwell: Use mtrr_set_next_var() for graphics memory by Bin Meng · 1 year, 3 months ago
  92. 4e619e8 Merge tag 'u-boot-rockchip-20230731' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 1 year, 3 months ago
  93. c016525 clk: rockchip: rk3328: Handle usb480m phy clock by Jagan Teki · 1 year, 5 months ago
  94. 9aa93d8 phy: rockchip-inno-usb2: Add USB2 PHY for RK3328 by Jagan Teki · 1 year, 5 months ago
  95. 185571b usb: dwc3-generic: Restrict single ctrl node for RK3328 by Jagan Teki · 1 year, 5 months ago
  96. fea7a29 power: regulator: rk8xx: Add 500us delay after LDO regulator is enabled by Jonas Karlman · 1 year, 4 months ago
  97. 414236b i2c: i2c-gpio: Correctly handle new {sda, scl}-gpios bindings by Chris Packham · 1 year, 3 months ago
  98. caaeac8 usb: dwc3-generic: Add rk3568 support by Jonas Karlman · 1 year, 3 months ago
  99. 6913c30 usb: dwc3-generic: Relax unsupported dr_mode check by Jonas Karlman · 1 year, 3 months ago
  100. 4412a2b usb: dwc3-generic: Return early when there is no child node by Jonas Karlman · 1 year, 3 months ago