aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-05-07mtd: Remove <common.h> and add needed includesTom Rini
2024-05-07mmc: Remove <common.h> and add needed includesTom Rini
2024-05-07misc: Remove <common.h> and add needed includesTom Rini
2024-05-07memory: Remove <common.h> and add needed includesTom Rini
2024-05-07mailbox: Remove <common.h> and add needed includesTom Rini
2024-05-07led: Remove <common.h> and add needed includesTom Rini
2024-05-07iommu: Remove <common.h> and add needed includesTom Rini
2024-05-07input: Remove <common.h> and add needed includesTom Rini
2024-05-07i2c: Remove <common.h> and add needed includesTom Rini
2024-05-07hwspinlock: Remove <common.h> and add needed includesTom Rini
2024-05-07gpio: Remove <common.h> and add needed includesTom Rini
2024-05-07fwu-mdata: Remove <common.h> and add needed includesTom Rini
2024-05-07fuzz: Remove <common.h> and add needed includesTom Rini
2024-05-07fpga: Remove <common.h> and add needed includesTom Rini
2024-05-07firmware: Remove <common.h> and add needed includesTom Rini
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-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