summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-05-07fastboot: Remove <common.h> and add needed includesTom Rini
2024-05-07extcon: Remove <common.h> and add needed includesTom Rini
2024-05-07dma: Remove <common.h> and add needed includesTom Rini
2024-05-07dfu: Remove <common.h> and add needed includesTom Rini
2024-05-07demo: Remove <common.h> and add needed includesTom Rini
2024-05-07ddr: Remove <common.h> and add needed includesTom Rini
2024-05-07crypto: Remove <common.h> and add needed includesTom Rini
2024-05-07cpu: Remove <common.h> and add needed includesTom Rini
2024-05-07core: Remove <common.h> and add needed includesTom Rini
2024-05-07clk: Remove <common.h> and add needed includesTom Rini
2024-05-07cache: Remove <common.h> and add needed includesTom Rini
2024-05-07button: Remove <common.h> and add needed includesTom Rini
2024-05-07bus: Remove <common.h> and add needed includesTom Rini
2024-05-07bootcount: Remove <common.h> and add needed includesTom Rini
2024-05-07block: Remove <common.h> and add needed includesTom Rini
2024-05-07bios_emulator: Remove <common.h> and add needed includesTom Rini
2024-05-07axi: Remove <common.h> and add needed includesTom Rini
2024-05-07ata: Remove <common.h> and add needed includesTom Rini
2024-05-07adc: Remove <common.h> and add needed includesTom Rini
2024-05-07mmc: Migrate MMC_SUPPORTS_TUNING to KconfigTom Rini
2024-05-07clk: rockchip: rk3328: Add SCLK_USB3OTG_REF supportJonas Karlman
2024-05-07phy: rockchip: usbdp: Adopt driver to work with upstream DTJonas Karlman
2024-05-07phy: rockchip: usbdp: Drop rockchip_u3phy_uboot_init()Jonas Karlman
2024-05-07phy: rockchip: usbdp: Find phy-id from the io addressJonas Karlman
2024-05-07clk: rockchip: rk3399: Add SCLK_USB3OTGx_REF supportJonas Karlman
2024-05-07clk: rockchip: rk3399: Improve support for SCLK_PCIEPHY_REF clockJonas Karlman
2024-05-07clk: rockchip: rk3399: Add dummy support for ACLK_VDU clockJonas Karlman
2024-05-07clk: rockchip: rk3399: Rename SCLK_DDRCLK to SCLK_DDRCJonas Karlman
2024-05-06global: Audit usage of <eeprom.h>Tom Rini
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini
2024-05-05crypto/fsl: Differentiate between CAAM and DCP in Kconfig entryMarek Vasut
2024-05-05crypto/fsl: Introduce SPL_FSL_CAAM_RNGMarek Vasut
2024-05-05rng: Introduce SPL_DM_RNGMarek Vasut
2024-05-03spi: npcm_pspi: Reset HW in driver probeJim Liu
2024-05-02spi: cv1800b: Add spi nor flash controller driver for cv1800b SoCKongyang Liu
2024-05-01board: milkv_duo: Add init code for Milk-V Duo ethernetKongyang Liu
2024-05-01sysreset: cv1800b: Add sysreset driver for cv1800b SoCKongyang Liu
2024-05-01mmc: cv1800b: Add transmit tap delay config to fix write errorKongyang Liu
2024-04-29Merge patch series "Fix MMC tuning algorithm"Tom Rini
2024-04-29mmc: am654_sdhci: Fix ITAPDLY for HS400 timingJudith Mendez
2024-04-29mmc: am654_sdhci: Set ENDLL=1 for DDR52 modeJudith Mendez
2024-04-29mmc: am654_sdhci: Add itap_del_ena[] to store itapdlyena bitJudith Mendez
2024-04-29mmc: am654_sdhci: Fix OTAP/ITAP delay valuesNitin Yadav
2024-04-29mmc: am654_sdhci: Add tuning algorithm for delay chainJudith Mendez
2024-04-29power: pmic: tps65941: Update compatible to aling with kernel DTUdit Kumar
2024-04-29power: regulator: tps65941: Add TPS65224 PMIC regulator supportBhargav Raviprakash
2024-04-29power: regulator: tps65941: use function callbacks for conversion opsBhargav Raviprakash
2024-04-29power: regulator: tps65941: Added macros for BUCK IDBhargav Raviprakash
2024-04-29power: pmic: tps65941: Add TI TPS65224 PMICBhargav Raviprakash
2024-04-26Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini