summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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-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
2024-04-26Merge tag 'u-boot-rockchip-20240426' of https://source.denx.de/u-boot/custodi...Tom Rini
2024-04-26rockchip: io-domain: Add support for RK3328Jonas Karlman
2024-04-26mmc: rockchip_sdhci: Fix 4 blocks PIO mode read limit for RK35xxJonas Karlman
2024-04-26clk: rockchip: rk356x: Fix set rate of SCLK_SFC clockJonas Karlman
2024-04-26clk: rockchip: rk3588: Add REF_CLK_USB3OTGx supportJonas Karlman
2024-04-26clk: rockchip: rk356x: Add CLK_USB3OTGx_REF supportJonas Karlman
2024-04-26rockchip: rk3308: Move cru and grf include files to arch-rockchipJonas Karlman
2024-04-26rockchip: rk3308: Sync device tree from linux v6.8Jonas Karlman
2024-04-26phy: rockchip-inno-usb2: Add support for RK3308Jonas Karlman
2024-04-26clk: rockchip: rk3308: Add dummy support for USB480M clockJonas Karlman
2024-04-26clk: rockchip: rk3308: Add support for SCLK_RTC32K clockFinley Xiao
2024-04-26mmc: arm_pl180: Limit data transfer to U16_MAXMaximilian Brune
2024-04-26mmc: sdhci: programmable clock calculation needs multiplier +1cmachida
2024-04-26mmc: Add support for the no-mmc-hs400 propJonas Karlman