aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-28net: at91_emac: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN t...Vladimir Oltean1-1/+1
2021-09-28net: armada100_fec: ensure mdiodev->name is NULL terminated after MDIO_NAME_L...Vladimir Oltean1-1/+1
2021-09-28board: gdsys: a38x: ensure mdiodev->name is NULL terminated after MDIO_NAME_L...Vladimir Oltean1-3/+1
2021-09-28arch: powerpc: mpc85xx: ensure mdiodev->name is NULL terminated after MDIO_NA...Vladimir Oltean1-1/+1
2021-09-28net: tsec: read the phy-mode property as fallback to phy-connection-typeVladimir Oltean1-0/+2
2021-09-28net: tsec: only call tsec_get_interface as fallback to DT-specified PHY modeVladimir Oltean1-6/+3
2021-09-28net: dsa: felix: remove "xgmii" phy-modeVladimir Oltean1-1/+0
2021-09-28net: enetc: remove support for "xgmii" phy-modeVladimir Oltean1-2/+0
2021-09-28net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x"Vladimir Oltean23-45/+45
2021-09-28net: replace the "xfi" phy-mode with "10gbase-r"Vladimir Oltean38-102/+111
2021-09-28net: phy: genphy_init can be staticVladimir Oltean1-1/+1
2021-09-28net: dsa: remove unused variablesVladimir Oltean1-13/+1
2021-09-28net: dsa: pass CPU port fixed PHY to .port_disableVladimir Oltean1-1/+1
2021-09-28net: update NXP copyright textVladimir Oltean22-22/+22
2021-09-28net: dsa: felix: propagate the error code from phy_startup()Vladimir Oltean1-3/+1
2021-09-28net: dsa: felix: call phy_config at .port_probe() timeVladimir Oltean1-7/+15
2021-09-28net: dsa: introduce a .port_probe() method in struct dsa_opsVladimir Oltean2-1/+12
2021-09-28net: dsa: refactor the code to set the port MAC address into a dedicated func...Vladimir Oltean1-22/+28
2021-09-28net: dsa: use "err" instead of "ret" in dsa_port_probeVladimir Oltean1-4/+4
2021-09-28net: dsa: felix: felix_init() can be staticVladimir Oltean1-1/+1
2021-09-28net: tsec: Mark tsec_get_interface as __maybe_unusedRamon Fried1-1/+1
2021-09-28Prepare v2021.10-rc5Tom Rini1-1/+1
2021-09-28phy: marvell: cp110: Support SATA invert polarityDenis Odintsov1-1/+6
2021-09-28arm: mvebu: turris_omnia: fix leaked mtd deviceMarek BehĂșn1-0/+3
2021-09-28efi_loader: Fix spec ID event creationRuchika Gupta2-23/+24
2021-09-28doc: Add mention of the /config bindingSimon Glass2-0/+11
2021-09-28arm: orion5x: edminiv2: change maintainerSimon Guinot1-1/+1
2021-09-28mtd: remove SPEAr flash driver st_smiPatrick Delaunay5-668/+0
2021-09-28Taking over responsibility for GE boards from SebastianMartyn Welch3-3/+3
2021-09-28MAINTAINERS: remove SPEAR entryPatrick Delaunay1-7/+0
2021-09-28fs: avoid superfluous messagesHeinrich Schuchardt1-1/+1
2021-09-28scripts/mailmapper: enable running with Python 3Heinrich Schuchardt1-5/+9
2021-09-28test/py: tpm2: Skip tpm pytest based on env variableT Karthik Reddy1-0/+28
2021-09-28ddr: altera: use KBUILD_BASENAME instead of __FILE__Marek Vasut1-4/+4
2021-09-28arm: socfpga: vining: Let DWMAC configure PHY reset GPIOMarek Vasut1-7/+0
2021-09-28arm: socfpga: vining: Enable DW I2C driverMarek Vasut1-0/+1
2021-09-28arm: socfpga: vining: Fix UDC controller phandle in DTMarek Vasut1-1/+1
2021-09-28arm: socfpga: vining: Un-disable WDT in DTMarek Vasut1-4/+0
2021-09-28arm: socfpga: vining: Set default SPI NOR mode and frequencyMarek Vasut1-0/+3
2021-09-28arm: socfpga: vining: Set USB gadget manufacturer to Softing with capital SMarek Vasut1-1/+1
2021-09-28arm: socfpga: vining: Increase environment sizeMarek Vasut1-1/+1
2021-09-28arm: socfpga: vining: Drop meaningless commentMarek Vasut1-2/+0
2021-09-28usb: xhci-dwc3: Add support for USB 3.1 controllersMark Kettenis1-1/+2
2021-09-28usb: ehci-mx6: use phy_type from device treeMatthias Schiffer2-2/+24
2021-09-28usb: ehci-ci: remove redundant PORTSC flag definitionsMatthias Schiffer1-11/+0
2021-09-28include/configs: replace MXC_EHCI_MODE_SERIAL with PORT_PTS_SERIALMatthias Schiffer1-1/+1
2021-09-28usb: add support for ULPI/SERIAL/HSIC PHY modesMatthias Schiffer2-0/+6
2021-09-28configs: Enable USB3 on Allwinner H6 boardsSamuel Holland2-0/+10
2021-09-28usb: xhci-dwc3: Add support for clocks/resetsSamuel Holland1-0/+56
2021-09-28usb: xhci-pci: Move reset logic out of XHCI coreSamuel Holland4-43/+48