aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-07-31Merge tag 'u-boot-rockchip-20230731' of https://source.denx.de/u-boot/custodi...WIP/31Jul2023Tom Rini4-23/+66
2023-07-31clk: rockchip: rk3328: Handle usb480m phy clockJagan Teki1-0/+2
2023-07-31phy: rockchip-inno-usb2: Add USB2 PHY for RK3328Jagan Teki1-0/+34
2023-07-31usb: dwc3-generic: Restrict single ctrl node for RK3328Jagan Teki1-1/+1
2023-07-31power: regulator: rk8xx: Add 500us delay after LDO regulator is enabledJonas Karlman1-0/+4
2023-07-31usb: dwc3-generic: Add rk3568 supportJonas Karlman1-0/+14
2023-07-31usb: dwc3-generic: Relax unsupported dr_mode checkJonas Karlman1-19/+8
2023-07-31usb: dwc3-generic: Return early when there is no child nodeJonas Karlman1-3/+3
2023-07-30spl: CONFIG_SPL_PCI_PNP should depend on CONFIG_SPL_PCIHeinrich Schuchardt1-1/+2
2023-07-28Merge branch '2023-07-27-TI-K2-K3-updates'Tom Rini3-42/+136
2023-07-28Merge tag 'u-boot-rockchip-20230728' of https://source.denx.de/u-boot/custodi...WIP/28Jul2023Tom Rini11-58/+1091
2023-07-28omap: timer: add ti,am654-timer compatibilitySjoerd Simons1-0/+1
2023-07-28ata: dwc_ahci: Fix support for other platformsJonas Karlman1-0/+4
2023-07-28rockchip: clk: clk_rk3568: Add CLK_PCIEPHY2_REF supportJonas Karlman1-0/+1
2023-07-28regulator: fixed: Add support for gpios propJonas Karlman1-1/+3
2023-07-28pci: pcie_dw_rockchip: Disable unused BARs of the root complexJon Lin1-0/+8
2023-07-28pci: pcie_dw_rockchip: Speed up link probeJonas Karlman1-31/+37
2023-07-28pci: pcie_dw_rockchip: Use regulator_set_enable_if_allowedJonas Karlman1-10/+7
2023-07-28pci: pcie_dw_rockchip: Get config region from reg propJonas Karlman2-4/+13
2023-07-28core: read: add dev_read_addr_size_index_ptr functionJonas Karlman1-0/+11
2023-07-28mtd: nand: raw: rockchip_nfc: copy hwecc PA data to oob_poi bufferJohan Jonker1-13/+21
2023-07-28phy: rockchip: add usbdp combo phy driverFrank Wang3-0/+888
2023-07-28video: rockchip: Add support for RK3399 to dw-mipi-dsi bridgeOndrej Jirman1-0/+99
2023-07-27net: ti: am65-cpsw-nuss: Get port mode register from standard "phys" propertyRoger Quadros1-26/+37
2023-07-27net: ti: am65-cpsw-nuss: Use approved property to get efuse addressRoger Quadros2-16/+37
2023-07-27net: ti: am65-cpsw-nuss: Enforce pinctrl state on the MDIO child nodeMaxime Ripard2-0/+61
2023-07-27phy: adin: add readext and writeext support for mdio cmdNate Drude1-0/+14
2023-07-27net: ksz9477: add support for KSZ9893 GbE switchKarsten Wiese1-14/+89
2023-07-27Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/27Jul2023Tom Rini3-17/+4
2023-07-27usb: xhci: Fix double free on failureRichard Habeeb1-1/+0
2023-07-25drivers: watchdog: add mcf watchdog supportAngelo Dureghello3-0/+143
2023-07-25drivers: rtc: max313xx: provide read8/write8Chris Packham1-0/+12
2023-07-25lib: sparse: allocate FASTBOOT_MAX_BLK_WRITE instead of small numberMattijs Korpershoek1-2/+0
2023-07-25drivers: led: bcm6858: do not use null label to find the topPhilippe Reynes1-58/+64
2023-07-25mailbox: k3-sec-proxy: Fill non-message tx data fields with 0x0Nishanth Menon1-8/+8
2023-07-24Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini8-2059/+0
2023-07-24arm_ffa: introduce sandbox FF-A supportAbdellatif El Khlifi5-19/+848
2023-07-24arm_ffa: introduce armffa commandAbdellatif El Khlifi1-0/+1
2023-07-24arm_ffa: introduce Arm FF-A supportAbdellatif El Khlifi7-0/+1229
2023-07-24Merge tag 'u-boot-at91-fixes-2023.10-a' of https://source.denx.de/u-boot/cust...Tom Rini1-2/+37
2023-07-24atmel_sdhci: Force card-detect if MMC_CAP_NONREMOVABLE.Zixun LI1-2/+37
2023-07-24clk: starfive: jh7110: Add of_xlate ops and macros for clock id conversionXingyu Wu3-106/+235
2023-07-24clk: starfive: jh7110: Separate the PLL driverXingyu Wu3-84/+84
2023-07-21drivers: video: Kconfig: Add config remove videoNikhil M Jain1-0/+12
2023-07-21common: board_f: Pass frame buffer info from SPL to u-bootNikhil M Jain1-0/+12
2023-07-21include: video: Reserve video using blobNikhil M Jain1-0/+11
2023-07-21ram: k3-ddrss: do not touch ctrl regs during trainingBryan Brattlof1-7/+4
2023-07-21Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/21Jul2023Tom Rini3-33/+84
2023-07-21Merge tag 'xilinx-for-v2023.10-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini21-40/+109
2023-07-21event: Add fpga load eventChristian Taedcke1-0/+20