aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-11-28dm: core: Add a way to count the devices in a uclassSimon Glass1-0/+12
2021-11-28dm: core: Allow finding children / uclasses by partial nameSimon Glass2-5/+17
2021-11-28dm: core: Add a way to obtain a string listSimon Glass2-0/+32
2021-11-28dm: core: Fix up string-function documentationSimon Glass1-1/+2
2021-11-28dm: core: Fix handling of uclass pre_unbind methodSimon Glass2-5/+12
2021-11-28mmc: Allow for children other than the block deviceSimon Glass1-2/+2
2021-11-28sandbox: mmc: Support a backing fileSimon Glass1-9/+51
2021-11-23firmware: scmi: Add OP-TEE transportWIP/2021-11-23-scmi-and-tee-updatesEtienne 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
2021-11-23net: tsec: add support for promiscuous modeVladimir Oltean1-4/+16
2021-11-23net: phy: mscc: add support for VSC8502 in dual RGMII modeVladimir Oltean1-0/+56
2021-11-18Revert "nvme: Enable FUA"Tom Rini1-4/+0
2021-11-18Revert "nvme: Fix error in nvme_setup_prps"Tom Rini1-5/+4
2021-11-17usb: cdns3: cdns3-ti: Add compatible for AM64 SoCAswath Govindraju1-0/+1
2021-11-17phy: cadence: phy-cadence-torrent: Change the name of subnode searchedAswath Govindraju1-2/+2
2021-11-17nvme: Fix error in nvme_setup_prpsJon Lin1-4/+5
2021-11-17nvme: Enable FUAJon Lin1-0/+4
2021-11-17RFC: arm: pci: Add PCI cam support to PCI-E ecam driverAlistair Delva1-3/+12
2021-11-17crypto: aspeed: Add AST2600 ACRY supportChia-Wei Wang3-0/+201
2021-11-17clk: ast2600: Add RSACLK control for ACRYChia-Wei Wang1-0/+24
2021-11-17crypto: aspeed: Add AST2600 HACE supportJohnny Huang6-0/+403
2021-11-17clk: ast2600: Add YCLK control for HACEJoel Stanley1-0/+22
2021-11-17mmc: mtk-sd: implement waiting for DAT0 line stateJulien Masson1-0/+15
2021-11-17pci: Add standard PCIe ECAM macrosPali Rohár6-41/+11
2021-11-17pinctrl: Add Apple pinctrl driverMark Kettenis3-0/+219
2021-11-17aspeed: AST2600 Pinctrl DriverRyan Chen3-0/+469
2021-11-15usb: Make USB_MUSB_PIO_ONLY selected by USB_MUSB_SUNXISamuel Dionne-Riel1-0/+1
2021-11-13Merge tag 'dm-pull-13nov21' of https://source.denx.de/u-boot/custodians/u-boo...WIP/13Nov2021Tom Rini1-0/+1
2021-11-13Merge tag 'efi-2022-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini8-436/+817
2021-11-13sandbox: fix sandbox_wdt_expire_now()Heinrich Schuchardt1-0/+1
2021-11-12Convert CONFIG_MACB to KconfigTom Rini1-1/+0
2021-11-11rtc: ds1337: fix compatible string typoClemens Gruber1-1/+1
2021-11-11Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/11Nov2021Tom Rini24-52/+566