aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-17clk: ast2600: Add RSACLK control for ACRYChia-Wei Wang2-0/+25
2021-11-17ARM: dts: ast2600: Add HACE to device treeJoel Stanley2-0/+13
2021-11-17crypto: aspeed: Add AST2600 HACE supportJohnny Huang6-0/+403
2021-11-17clk: ast2600: Add YCLK control for HACEJoel Stanley2-2/+25
2021-11-17aspeed: ast2600: Enlarge SRAM sizeChia-Wei Wang1-1/+1
2021-11-17image: fit: Fix parameter name for hash algorithmChia-Wei Wang1-2/+2
2021-11-17mmc: mtk-sd: implement waiting for DAT0 line stateJulien Masson1-0/+15
2021-11-17rk3399: Don't enable the debug UART if there is no driverSimon Glass1-16/+18
2021-11-17arm: qemu: Enable the debug UARTSimon Glass2-0/+10
2021-11-17arm: Init the debug UARTSimon Glass2-0/+8
2021-11-17arm: Fix some inconsistent debug-UART CONFIG optionsSimon Glass5-1/+4
2021-11-17pci: Add standard PCIe ECAM macrosPali Rohár7-41/+37
2021-11-17pinctrl: Add Apple pinctrl driverMark Kettenis6-0/+328
2021-11-17aspeed: AST2600 Pinctrl DriverRyan Chen3-0/+469
2021-11-16Merge branch '2021-11-16-env-rework' into nextTom Rini20-378/+850