summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-08-22disk: Make blk_get_ops() internal to blk uclassMarek Vasut1-0/+2
2023-08-22disk: Move part_create_block_devices() to blk uclassMarek Vasut1-0/+48
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini29-128/+2335
2023-08-20Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shTom Rini1-0/+2
2023-08-17scsi: Cache align temporary bufferMarek Vasut1-2/+3
2023-08-17gpio: pca953x: Add TI TCA9554 supportMarek Vasut1-0/+1
2023-08-17ufs: cdns: Drop extra spaceMarek Vasut1-1/+1
2023-08-17arm_ffa: use debug logsAbdellatif El Khlifi4-5/+5
2023-08-16serial: stm32: extend TC timeoutValentin Caron1-6/+12
2023-08-16clk: stm32mp1: remove error for disabled clock in stm32mp1_clk_get_parentPatrick Delaunay1-1/+2
2023-08-15phy: ti: j721e-wiz: Add SGMII support in WIZ driver for J721ESiddharth Vadapalli1-0/+2
2023-08-15phy: ti: phy-j721e-wiz: Add SGMII support in wiz driver for J7200Siddharth Vadapalli1-6/+13
2023-08-15net: ti: am65-cpsw-nuss: Add logic to support MDIO resetSuman Anna1-1/+37
2023-08-15net: ti: am65-cpsw-nuss: Add support for SGMII modeSiddharth Vadapalli1-0/+23
2023-08-15dma: ti: Update J21E PSIL endpoint information for MAIN CPSW0Suman Anna1-3/+14
2023-08-15i2c: mvtwsi: reset controller if stuck in "bus error" stateSam Edwards1-0/+42
2023-08-14gpio: Use separate bitfield array to indicate GPIO is claimedMarek Vasut1-5/+59
2023-08-14pci: ftpci100: add new driver implementationSergei Antonov3-0/+102
2023-08-14pci: Fix device_find_first_child() return value handlingMarek Vasut1-4/+3
2023-08-14phy: Add support for the Apple Type-C PHYMark Kettenis3-0/+67
2023-08-14pci: apple: Enable CONFIG_SYS_PCI_64BITMark Kettenis1-0/+1
2023-08-14mmc: dw_mmc: Keep vqmmc-supply enable count in balanceJonas Karlman1-0/+4
2023-08-14mmc: Use regulator_set_enable_if_allowedJonas Karlman1-4/+6
2023-08-14usb: ehci-generic: Use regulator_set_enable_if_allowedJonas Karlman1-12/+11
2023-08-14usb: dwc2: Use regulator_set_enable_if_allowedJonas Karlman1-8/+6
2023-08-14adc: Use regulator_set_enable_if_allowedJonas Karlman1-12/+10
2023-08-14Merge tag 'u-boot-rockchip-20230814' of https://source.denx.de/u-boot/custodi...Tom Rini5-88/+169
2023-08-14pinctrl: rockchip: Fix drive and input schmitt on RK3568Jonas Karlman1-25/+31
2023-08-13bcm2835: Add simiple-framebuffer for use with fkmsJason Wessel1-0/+3
2023-08-13video: kconfig: Fix a typo in SPL_VIDEO_REMOVEBin Meng1-1/+1
2023-08-13video: vidconsole: Fix null dereference of ops->measureBin Meng1-1/+1
2023-08-13clk: renesas: Tear clock controller down last before booting OSMarek Vasut1-0/+2
2023-08-12clk: rockchip: rk3308: Support reading UART rate and clock registersMassimo Pegorer1-0/+59
2023-08-12clk: rockchip: rk3308: Fix ordering between masking and shiftingMassimo Pegorer1-5/+5
2023-08-12clk: rockchip: rk3568: Add dummy support for GMAC speed clocksJonas Karlman1-0/+4
2023-08-12clk: rockchip: rk3568: Include UART clocks in SPLJonas Karlman1-3/+3
2023-08-12clk: rockchip: rk3568: Fix mask for clk_cpll_div_25m_divJonas Karlman1-1/+4
2023-08-12clk: rockchip: rk3568: Fix clk selection in rk3568_pwm_get_clkDamon Ding1-1/+1
2023-08-12video: avoid build failure on veyron boardAlvaro Fernando GarcĂ­a1-2/+5
2023-08-12pci: rockchip: Release resources on failing probeJonas Karlman1-51/+57
2023-08-10Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini1-19/+21
2023-08-10watchdog: ftwdt010: need to reset watchdog in ftwdt010_wdt_start()Sergei Antonov1-19/+21
2023-08-10pci: plda: Get correct ECAM offset in multiple PCIe RC caseMinda Chen1-2/+3
2023-08-09video: Add a Kconfig option for SPL video handoffSimon Glass2-1/+11
2023-08-09video: Tidy up Makefile rule for videoSimon Glass1-2/+2
2023-08-09bootstd: Correct creating of bootdev siblingSimon Glass1-2/+2
2023-08-09bootstd: Rename bootdev_setup_sibling_blk()Simon Glass4-4/+4
2023-08-09usb: Return -ENOENT when no devices are foundSimon Glass1-1/+1
2023-08-09treewide: unify the linker symbol reference formatShiji Yang1-2/+2
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini7-17/+17