summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-12-19arm: mvebu: axp: Remove unreferenced ddr3_get_eprom_fabric() functionStefan Roese3-26/+0
2021-12-17Merge tag 'u-boot-at91-2022.04-a' of https://source.denx.de/u-boot/custodians...Tom Rini1-25/+572
2021-12-07spi: atmel-quadspi: Add support for SAMA7G5 QSPITudor Ambarus1-24/+571
2021-12-05ide: Drop ATA_PORT_ADDRSimon Glass1-8/+4
2021-12-05ide: Drop unused CONFIG optionsSimon Glass1-7/+5
2021-12-05Convert CONFIG_KEYBOARD to KconfigSimon Glass1-0/+9
2021-12-05sandbox: Drop CONFIG_HOST_MAX_DEVICESSimon Glass1-3/+3
2021-12-02drivers: core: lists: fix for loop index typeAlexander Preißner1-1/+1
2021-12-02Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net in...Tom Rini9-40/+3588
2021-12-02net: brcm: netXtreme driverBharat Gooty8-0/+3537
2021-12-02driver: net: Makefile: order file alphabeticallyRamon Fried1-39/+39
2021-12-02drivers: net: Soft reset felix switch coreRadu Bulie1-1/+12
2021-12-01dm: add debug message when failed to select the default pinctrlPatrick Delaunay1-4/+12
2021-12-01Convert CONFIG_SYS_BR0_PRELIM et al to KconfigTom Rini1-0/+92
2021-11-30ram: stm32mp1: remove __maybe_unused on stm32mp1_ddr_setupPatrick Delaunay1-1/+1
2021-11-30ram: stm32mp1: compute DDR size from DDRCTL registersPatrick Delaunay2-3/+191
2021-11-30video: stm32: stm32_ltdc: align framebuffer on 2MBPatrick Delaunay1-1/+4
2021-11-30video: Add video_is_active functionPatrick Delaunay1-0/+14
2021-11-30stm32mp1: ram: remove tuning supportPatrick Delaunay7-1636/+7
2021-11-30stm32mp1: ram: remove the support of calibration resultPatrick Delaunay4-92/+27
2021-11-30stm32mp1: ram: add read valid training supportPatrick Delaunay2-2/+7
2021-11-30mmc: stm32_sdmmc2: Add support for probing bus voltage level translatorMarek Vasut1-1/+62
2021-11-30pinctrl: stmfx: define LOG_CATEGORYPatrick Delaunay1-0/+4
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini9-25/+38
2021-11-29dm: core: Add a way to count the devices in a uclassSimon Glass1-0/+12
2021-11-29dm: core: Allow finding children / uclasses by partial nameSimon Glass2-5/+17
2021-11-29dm: core: Add a way to obtain a string listSimon Glass2-0/+32
2021-11-29dm: core: Fix up string-function documentationSimon Glass1-1/+2
2021-11-29dm: core: Fix handling of uclass pre_unbind methodSimon Glass2-5/+12
2021-11-29mmc: Allow for children other than the block deviceSimon Glass1-2/+2
2021-11-29sandbox: mmc: Support a backing fileSimon Glass1-9/+51
2021-11-23firmware: scmi: Add OP-TEE transportEtienne Carriere3-2/+323
2021-11-23tee: optee: remove unused duplicated login Id macrosEtienne Carriere1-11/+1
2021-11-23firmware: scmi: smccc transport: simplify probe sequenceEtienne Carriere1-4/+2
2021-11-23firmware: scmi: smccc transport: use plat data, not priv dataEtienne Carriere1-5/+5
2021-11-23firmware: scmi: mailbox transport: use plat data, not priv dataEtienne Carriere1-5/+5
2021-11-23firmware: scmi: mailbox transport: fix probe failure implementationEtienne Carriere1-5/+1
2021-11-23firmware: scmi: add configs to select the supported agentsPatrick Delaunay2-2/+18
2021-11-23power: regulator: scmi: define LOG_CATEGORYPatrick Delaunay1-0/+3
2021-11-23clk: scmi: define LOG_CATEGORYPatrick Delaunay1-0/+3
2021-11-23reset: scmi: define LOG_CATEGORYPatrick Delaunay1-0/+3
2021-11-23net: phy: realtek: Add tx/rx delay config for 8211eSamuel Holland2-36/+43
2021-11-23drivers: net: add Aspeed MDIO driverDylan Hung3-0/+136
2021-11-23net: tsec: Make redundant_init() staticBin Meng1-1/+1
2021-11-23net: fec_mxc: Declare 'promisc' as boolBin Meng1-1/+1
2021-11-23cmd: pxe_utils: Check fdtcontroladdr in label_bootPeter Hoyes1-1/+1
2021-11-23net: dsa: sja1105: add support for SGMIIVladimir Oltean1-1/+570
2021-11-23net: dsa: add driver for NXP SJA1105 L2 switchVladimir Oltean3-0/+2824
2021-11-23net: dsa: felix: configure the in-band autoneg property based on OF node infoVladimir Oltean1-6/+4
2021-11-23net: introduce a helper to determine whether to use in-band autonegVladimir Oltean1-0/+12