- 8755bfe Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-usb into next by Tom Rini · 1 year, 3 months ago
- 19a383a usb: host: ohci-generic: Make usage of clock/reset bulk() API by Fabrice Gasnier · 1 year, 3 months ago
- 7785aee usb: check for companion controller in uclass by Fabrice Gasnier · 1 year, 3 months ago
- 69dea21 Merge tag 'v2023.10-rc4' into next by Tom Rini · 1 year, 3 months ago
- b8357c1 event: Convert existing spy records to simple by Simon Glass · 1 year, 3 months ago
- a78f3b4 drivers/mtd/nvmxip: Move sandbox_set_enable_memio() to test by Marek Vasut · 1 year, 3 months ago
- b9c7426 drivers/mtd/nvmxip: Print phys_addr_t without warnings on both 32bit and 64bit systems by Marek Vasut · 1 year, 3 months ago
- d048932 drivers/mtd/nvmxip: Rework the read accessor to support 32bit systems by Marek Vasut · 1 year, 3 months ago
- aec5dc7 drivers/mtd/nvmxip: Trigger post bind as probe on driver level by Marek Vasut · 1 year, 3 months ago
- 5f6d914 serial-uclass: reset gd->cur_serial_dev to NULL if serial not found by Maksim Kiselev · 1 year, 3 months ago
- fa8c988 pci: pcie-brcmstb: do not rely on CLKREQ# signal by Sam Edwards · 1 year, 3 months ago
- 30e5859 pci: pcie-brcmstb: bring over some robustness improvements from Linux by Sam Edwards · 1 year, 3 months ago
- 92b6f74 Merge tag 'u-boot-at91-2023.10-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · 1 year, 3 months ago
- 375067f dm: core: Correct error handling when event fails by Simon Glass · 1 year, 3 months ago
- 66d6836 phy: phy-imx8mq-usb: clean up clock code by Tim Harvey · 1 year, 5 months ago
- 3841672 phy: phy-imx8mq-usb: add vbus regulator support by Tim Harvey · 1 year, 5 months ago
- 63d5d86 usb: dwc3: Fix remove function if there is no ulpi_reset gpio by Venkatesh Yadav Abbarapu · 1 year, 4 months ago
- 8426fe8 ufs: Implement cache management by Marek Vasut · 1 year, 3 months ago
- 53c6bf3 ufs: Use utp_transfer_req_desc pointer in ufshcd_get_tr_ocs by Marek Vasut · 1 year, 3 months ago
- bc3786f ufs: Pass hba pointer to ufshcd_prepare_req_desc_hdr() by Marek Vasut · 1 year, 3 months ago
- 3f21c66 ufs: Handle UFS 3.0 controllers by Marek Vasut · 1 year, 3 months ago
- 4020fd1 ufs: Add UFSHCD_QUIRK_HIBERN_FASTAUTO by Marek Vasut · 1 year, 3 months ago
- 12ec15e ufs: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS by Marek Vasut · 1 year, 3 months ago
- a8af6b4 ufs: Convert quirks to BIT() macro by Marek Vasut · 1 year, 3 months ago
- 79b22e7 mtd: nand: raw: atmel: Remove duplicate line by Alexander Dahl · 1 year, 4 months ago
- b980e21 scsi: Add buffer_aligned check pass-through by Marek Vasut · 1 year, 3 months ago
- 847e24f blk: Add bounce buffer support to read/write operations by Marek Vasut · 1 year, 3 months ago
- ddfa088 disk: Make blk_get_ops() internal to blk uclass by Marek Vasut · 1 year, 3 months ago
- 14fafef disk: Move part_create_block_devices() to blk uclass by Marek Vasut · 1 year, 3 months ago
- 5865a00 dm: event: add EVT_DM_POST_INIT_R event type by Chanho Park · 1 year, 3 months ago
- a0e274b Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 3 months ago
- 3ca4b5e Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 1 year, 3 months ago
- 60b20b4 scsi: Cache align temporary buffer by Marek Vasut · 1 year, 4 months ago
- 9896c9e gpio: pca953x: Add TI TCA9554 support by Marek Vasut · 1 year, 4 months ago
- 4533f05 ufs: cdns: Drop extra space by Marek Vasut · 1 year, 4 months ago
- bf03619 arm_ffa: use debug logs by Abdellatif El Khlifi · 1 year, 4 months ago
- aa74b11 serial: stm32: extend TC timeout by Valentin Caron · 1 year, 4 months ago
- 4e18307 clk: stm32mp1: remove error for disabled clock in stm32mp1_clk_get_parent by Patrick Delaunay · 1 year, 5 months ago
- ffdfff3 phy: ti: j721e-wiz: Add SGMII support in WIZ driver for J721E by Siddharth Vadapalli · 1 year, 4 months ago
- 855a34e phy: ti: phy-j721e-wiz: Add SGMII support in wiz driver for J7200 by Siddharth Vadapalli · 1 year, 4 months ago
- 18e40be net: ti: am65-cpsw-nuss: Add logic to support MDIO reset by Suman Anna · 1 year, 4 months ago
- 726fc0a net: ti: am65-cpsw-nuss: Add support for SGMII mode by Siddharth Vadapalli · 1 year, 4 months ago
- df9400b dma: ti: Update J21E PSIL endpoint information for MAIN CPSW0 by Suman Anna · 1 year, 4 months ago
- c250f5e i2c: mvtwsi: reset controller if stuck in "bus error" state by Sam Edwards · 1 year, 4 months ago
- 3a18847 gpio: Use separate bitfield array to indicate GPIO is claimed by Marek Vasut · 1 year, 4 months ago
- 026f1e9 pci: ftpci100: add new driver implementation by Sergei Antonov · 1 year, 4 months ago
- 8d3339a pci: Fix device_find_first_child() return value handling by Marek Vasut · 1 year, 4 months ago
- 23d9898 phy: Add support for the Apple Type-C PHY by Mark Kettenis · 1 year, 4 months ago
- 973fbb5 pci: apple: Enable CONFIG_SYS_PCI_64BIT by Mark Kettenis · 1 year, 5 months ago
- a117d61 mmc: dw_mmc: Keep vqmmc-supply enable count in balance by Jonas Karlman · 1 year, 4 months ago
- 0f28e18 mmc: Use regulator_set_enable_if_allowed by Jonas Karlman · 1 year, 4 months ago
- 2b9e248 usb: ehci-generic: Use regulator_set_enable_if_allowed by Jonas Karlman · 1 year, 4 months ago
- 4f634d6 usb: dwc2: Use regulator_set_enable_if_allowed by Jonas Karlman · 1 year, 4 months ago
- 03a1bc3 adc: Use regulator_set_enable_if_allowed by Jonas Karlman · 1 year, 4 months ago
- 82f8748 Merge tag 'u-boot-rockchip-20230814' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 1 year, 3 months ago
- c9bb9e3 pinctrl: rockchip: Fix drive and input schmitt on RK3568 by Jonas Karlman · 1 year, 3 months ago
- 50d0ce9 bcm2835: Add simiple-framebuffer for use with fkms by Jason Wessel · 1 year, 4 months ago
- a036d63 video: kconfig: Fix a typo in SPL_VIDEO_REMOVE by Bin Meng · 1 year, 4 months ago
- 31aef74 video: vidconsole: Fix null dereference of ops->measure by Bin Meng · 1 year, 4 months ago
- 5ab7ef0 clk: renesas: Tear clock controller down last before booting OS by Marek Vasut · 4 years, 7 months ago
- 2d7b0d0 clk: rockchip: rk3308: Support reading UART rate and clock registers by Massimo Pegorer · 1 year, 4 months ago
- 00a8fa3 clk: rockchip: rk3308: Fix ordering between masking and shifting by Massimo Pegorer · 1 year, 4 months ago
- 146150c clk: rockchip: rk3568: Add dummy support for GMAC speed clocks by Jonas Karlman · 1 year, 4 months ago
- 381848a clk: rockchip: rk3568: Include UART clocks in SPL by Jonas Karlman · 1 year, 4 months ago
- f51ca5c clk: rockchip: rk3568: Fix mask for clk_cpll_div_25m_div by Jonas Karlman · 1 year, 4 months ago
- 46e9993 clk: rockchip: rk3568: Fix clk selection in rk3568_pwm_get_clk by Damon Ding · 1 year, 4 months ago
- be732a5 video: avoid build failure on veyron board by Alvaro Fernando García · 1 year, 4 months ago
- 97b8216 pci: rockchip: Release resources on failing probe by Jonas Karlman · 1 year, 5 months ago
- e9c8780 Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 1 year, 4 months ago
- 7424219 watchdog: ftwdt010: need to reset watchdog in ftwdt010_wdt_start() by Sergei Antonov · 1 year, 4 months ago
- e1cdf6c pci: plda: Get correct ECAM offset in multiple PCIe RC case by Minda Chen · 1 year, 4 months ago
- 896409c video: Add a Kconfig option for SPL video handoff by Simon Glass · 1 year, 4 months ago
- 1cf4728 video: Tidy up Makefile rule for video by Simon Glass · 1 year, 4 months ago
- 6fdcd9d bootstd: Correct creating of bootdev sibling by Simon Glass · 1 year, 4 months ago
- b1d581d bootstd: Rename bootdev_setup_sibling_blk() by Simon Glass · 1 year, 4 months ago
- ac74608 usb: Return -ENOENT when no devices are found by Simon Glass · 1 year, 4 months ago
- eff11fa treewide: unify the linker symbol reference format by Shiji Yang · 1 year, 4 months ago
- f18679c Kconfigs: Correct default of "0" on hex type entries by Tom Rini · 1 year, 4 months ago
- d12961b pci: correct function name in message by Heinrich Schuchardt · 1 year, 4 months ago
- 21a7406 remoteproc: uclass: Clean up a return by Dan Carpenter · 1 year, 4 months ago
- 408ccac fdt: off by one in ofnode_lookup_fdt() by Dan Carpenter · 1 year, 4 months ago
- 8fb3cf1 cros_ec: Fix an error code is cros_ec_get_sku_id() by Dan Carpenter · 1 year, 4 months ago
- 02482ee Revert "lib: string: Fix strlcpy return value", fix callers by Matthias Schiffer · 1 year, 5 months ago
- 5ad079f arm_ffa: introduce armffa command by Abdellatif El Khlifi · 1 year, 4 months ago
- 4970d5b arm_ffa: introduce sandbox FF-A support by Abdellatif El Khlifi · 1 year, 4 months ago
- 2f403d1 arm_ffa: introduce Arm FF-A support by Abdellatif El Khlifi · 1 year, 4 months ago
- a935819 usb: gadget: ether: Handle gadget driver registration in probe and remove by Marek Vasut · 1 year, 4 months ago
- 038b36d usb: gadget: ether: Move probe function above driver structure by Marek Vasut · 1 year, 4 months ago
- 34ee033 usb: gadget: ether: Inline functions used once by Marek Vasut · 1 year, 4 months ago
- b27c27a virtio: provide driver name in debug message by Heinrich Schuchardt · 1 year, 4 months ago
- 76e1472 net: mediatek: add support for MediaTek MT7988 SoC by developer · 1 year, 4 months ago
- 78fed68 net: mediatek: add support for NETSYS v3 by developer · 1 year, 4 months ago
- 03ce27b net: mediatek: add USXGMII support by developer · 1 year, 4 months ago
- a5d712a net: mediatek: add support for GMAC/USB3 PHY mux mode for MT7981 by developer · 1 year, 4 months ago
- 4aafc99 net: mediatek: add support for SGMII 1Gbps auto-negotiation mode by developer · 1 year, 4 months ago
- dd6243f net: mediatek: add missing static qualifier by developer · 1 year, 4 months ago
- 4781c6e net: mediatek: fix direct MDIO clause 45 access via SoC by developer · 1 year, 4 months ago
- 3a46a67 net: mediatek: optimize the switch reset delay wait time by developer · 1 year, 4 months ago
- 0884965 net: mediatek: connect switch to PSE only when starting eth is requested by developer · 1 year, 4 months ago
- 7815b2b pinctrl: mediatek: add pinctrl driver for MT7988 SoC by developer · 1 year, 4 months ago