aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* firmware: scmi: Add OP-TEE transportWIP/2021-11-23-scmi-and-tee-updatesEtienne Carriere2021-11-233-2/+323
* dt-bindings: arm: scmi: OP-TEE as transport channel for SCMI messagesEtienne Carriere2021-11-231-6/+9
* tee: optee: define TEE error code TEE_ERROR_SHORT_BUFFEREtienne Carriere2021-11-231-0/+1
* tee: optee: remove unused duplicated login Id macrosEtienne Carriere2021-11-231-11/+1
* tee: define session login identifiersEtienne Carriere2021-11-231-2/+21
* firmware: scmi: smccc transport: simplify probe sequenceEtienne Carriere2021-11-231-4/+2
* firmware: scmi: smccc transport: use plat data, not priv dataEtienne Carriere2021-11-231-5/+5
* firmware: scmi: mailbox transport: use plat data, not priv dataEtienne Carriere2021-11-231-5/+5
* firmware: scmi: mailbox transport: fix probe failure implementationEtienne Carriere2021-11-231-5/+1
* firmware: scmi: fix description of an API functionEtienne Carriere2021-11-231-2/+2
* stm32mp15: deactivate CONFIG_SCMI_AGENT_MAILBOXPatrick Delaunay2021-11-232-0/+2
* firmware: scmi: add configs to select the supported agentsPatrick Delaunay2021-11-232-2/+18
* power: regulator: scmi: define LOG_CATEGORYPatrick Delaunay2021-11-231-0/+3
* clk: scmi: define LOG_CATEGORYPatrick Delaunay2021-11-231-0/+3
* reset: scmi: define LOG_CATEGORYPatrick Delaunay2021-11-231-0/+3
* Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net in...WIP/23Nov2021Tom Rini2021-11-2322-52/+3854
|\
| * net: phy: realtek: Add tx/rx delay config for 8211eSamuel Holland2021-11-233-37/+43
| * drivers: net: add Aspeed MDIO driverDylan Hung2021-11-233-0/+136
| * net: tsec: Make redundant_init() staticBin Meng2021-11-231-1/+1
| * net: fec_mxc: Declare 'promisc' as boolBin Meng2021-11-231-1/+1
| * net: dsa: Use true instead of 1 in the set_promisc() callBin Meng2021-11-231-1/+1
| * cmd: pxe_utils: Check fdtcontroladdr in label_bootPeter Hoyes2021-11-232-2/+8
| * net: bootp: Correct VCI string transmissionWalter Stoll2021-11-231-1/+1
| * configs: ls1021a-tsn: enable the generation of random Ethernet MAC addressesVladimir Oltean2021-11-232-0/+2
| * configs: ls1021a-tsn: enable sja1105 switch driverVladimir Oltean2021-11-232-0/+4
| * arm: dts: ls1021a-tsn: add sja1105 and eth2 bindingsVladimir Oltean2021-11-231-0/+103
| * net: dsa: sja1105: add support for SGMIIVladimir Oltean2021-11-231-1/+570
| * net: dsa: add driver for NXP SJA1105 L2 switchVladimir Oltean2021-11-233-0/+2824
| * net: dsa: felix: configure the in-band autoneg property based on OF node infoVladimir Oltean2021-11-231-6/+4
| * net: introduce a helper to determine whether to use in-band autonegVladimir Oltean2021-11-232-0/+26
| * net: dsa: allow drivers to get the port OF nodeVladimir Oltean2021-11-232-0/+32
| * include: import if_vlan.h from LinuxVladimir Oltean2021-11-231-0/+26
| * net: tsec: add support for promiscuous modeVladimir Oltean2021-11-232-4/+18
| * net: phy: mscc: add support for VSC8502 in dual RGMII modeVladimir Oltean2021-11-231-0/+56
|/
* Revert "nvme: Enable FUA"Tom Rini2021-11-181-4/+0
* Revert "nvme: Fix error in nvme_setup_prps"Tom Rini2021-11-181-5/+4
* Merge branch '2021-11-17-assorted-driver-platform-updates' into nextTom Rini2021-11-1852-92/+1745
|\
| * configs: am64x_evm_*_defconfig: Add configs to enable serdes for USB 3.0 supportWIP/2021-11-17-assorted-driver-platform-updatesAswath Govindraju2021-11-172-0/+28
| * arm: dts: am642-sk: Add and Enable USB SuperSpeed Host Port in SPLKishon Vijay Abraham I2021-11-172-0/+73
| * usb: cdns3: cdns3-ti: Add compatible for AM64 SoCAswath Govindraju2021-11-171-0/+1
| * phy: cadence: phy-cadence-torrent: Change the name of subnode searchedAswath Govindraju2021-11-171-2/+2
| * nvme: Fix error in nvme_setup_prpsJon Lin2021-11-171-4/+5
| * nvme: Enable FUAJon Lin2021-11-171-0/+4
| * RFC: arm: pci: Add PCI cam support to PCI-E ecam driverAlistair Delva2021-11-171-3/+12
| * configs: ast2600: Boot kernel FIT in DRAMChia-Wei Wang2021-11-172-1/+8
| * configs: aspeed: Make EXTRA_ENV_SETTINGS board specificChia-Wei Wang2021-11-173-9/+14
| * configs: ast2600-evb: Enable SPL FIT supportChia-Wei Wang2021-11-171-3/+17
| * ast2600: spl: Locate load buffer in DRAM spaceChia-Wei Wang2021-11-171-8/+1
| * ARM: dts: ast2600: Add ACRY to device treeChia-Wei Wang2021-11-172-0/+14
| * crypto: aspeed: Add AST2600 ACRY supportChia-Wei Wang2021-11-174-1/+210