aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-23firmware: scmi: Add OP-TEE transportWIP/2021-11-23-scmi-and-tee-updatesEtienne Carriere3-2/+323
2021-11-23dt-bindings: arm: scmi: OP-TEE as transport channel for SCMI messagesEtienne Carriere1-6/+9
2021-11-23tee: optee: define TEE error code TEE_ERROR_SHORT_BUFFEREtienne Carriere1-0/+1
2021-11-23tee: optee: remove unused duplicated login Id macrosEtienne Carriere1-11/+1
2021-11-23tee: define session login identifiersEtienne Carriere1-2/+21
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: fix description of an API functionEtienne Carriere1-2/+2
2021-11-23stm32mp15: deactivate CONFIG_SCMI_AGENT_MAILBOXPatrick Delaunay2-0/+2
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-23Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net in...WIP/23Nov2021Tom Rini22-52/+3854
2021-11-23net: phy: realtek: Add tx/rx delay config for 8211eSamuel Holland3-37/+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-23net: dsa: Use true instead of 1 in the set_promisc() callBin Meng1-1/+1
2021-11-23cmd: pxe_utils: Check fdtcontroladdr in label_bootPeter Hoyes2-2/+8
2021-11-23net: bootp: Correct VCI string transmissionWalter Stoll1-1/+1
2021-11-23configs: ls1021a-tsn: enable the generation of random Ethernet MAC addressesVladimir Oltean2-0/+2
2021-11-23configs: ls1021a-tsn: enable sja1105 switch driverVladimir Oltean2-0/+4
2021-11-23arm: dts: ls1021a-tsn: add sja1105 and eth2 bindingsVladimir Oltean1-0/+103
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 Oltean2-0/+26
2021-11-23net: dsa: allow drivers to get the port OF nodeVladimir Oltean2-0/+32
2021-11-23include: import if_vlan.h from LinuxVladimir Oltean1-0/+26
2021-11-23net: tsec: add support for promiscuous modeVladimir Oltean2-4/+18
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-18Merge branch '2021-11-17-assorted-driver-platform-updates' into nextTom Rini52-92/+1745
2021-11-17configs: am64x_evm_*_defconfig: Add configs to enable serdes for USB 3.0 supportWIP/2021-11-17-assorted-driver-platform-updatesAswath Govindraju2-0/+28
2021-11-17arm: dts: am642-sk: Add and Enable USB SuperSpeed Host Port in SPLKishon Vijay Abraham I2-0/+73
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-17configs: ast2600: Boot kernel FIT in DRAMChia-Wei Wang2-1/+8
2021-11-17configs: aspeed: Make EXTRA_ENV_SETTINGS board specificChia-Wei Wang3-9/+14
2021-11-17configs: ast2600-evb: Enable SPL FIT supportChia-Wei Wang1-3/+17
2021-11-17ast2600: spl: Locate load buffer in DRAM spaceChia-Wei Wang1-8/+1
2021-11-17ARM: dts: ast2600: Add ACRY to device treeChia-Wei Wang2-0/+14
2021-11-17crypto: aspeed: Add AST2600 ACRY supportChia-Wei Wang4-1/+210