summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: ep93xx: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN trun...Vladimir Oltean2021-09-281-1/+1
* net: eepro100: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tr...Vladimir Oltean2021-09-281-1/+1
* net: bcm-sf2: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tru...Vladimir Oltean2021-09-281-1/+1
* net: at91_emac: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN t...Vladimir Oltean2021-09-281-1/+1
* net: armada100_fec: ensure mdiodev->name is NULL terminated after MDIO_NAME_L...Vladimir Oltean2021-09-281-1/+1
* net: tsec: read the phy-mode property as fallback to phy-connection-typeVladimir Oltean2021-09-281-0/+2
* net: tsec: only call tsec_get_interface as fallback to DT-specified PHY modeVladimir Oltean2021-09-281-6/+3
* net: dsa: felix: remove "xgmii" phy-modeVladimir Oltean2021-09-281-1/+0
* net: enetc: remove support for "xgmii" phy-modeVladimir Oltean2021-09-281-2/+0
* net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x"Vladimir Oltean2021-09-289-18/+18
* net: replace the "xfi" phy-mode with "10gbase-r"Vladimir Oltean2021-09-285-13/+13
* net: phy: genphy_init can be staticVladimir Oltean2021-09-281-1/+1
* net: update NXP copyright textVladimir Oltean2021-09-282-2/+2
* net: dsa: felix: propagate the error code from phy_startup()Vladimir Oltean2021-09-281-3/+1
* net: dsa: felix: call phy_config at .port_probe() timeVladimir Oltean2021-09-281-7/+15
* net: dsa: felix: felix_init() can be staticVladimir Oltean2021-09-281-1/+1
* net: tsec: Mark tsec_get_interface as __maybe_unusedRamon Fried2021-09-281-1/+1
* phy: marvell: cp110: Support SATA invert polarityDenis Odintsov2021-09-281-1/+6
* mtd: remove SPEAr flash driver st_smiPatrick Delaunay2021-09-282-566/+0
* ddr: altera: use KBUILD_BASENAME instead of __FILE__Marek Vasut2021-09-281-4/+4
* usb: xhci-dwc3: Add support for USB 3.1 controllersMark Kettenis2021-09-281-1/+2
* usb: ehci-mx6: use phy_type from device treeMatthias Schiffer2021-09-281-2/+23
* usb: add support for ULPI/SERIAL/HSIC PHY modesMatthias Schiffer2021-09-281-0/+3
* usb: xhci-dwc3: Add support for clocks/resetsSamuel Holland2021-09-281-0/+56
* usb: xhci-pci: Move reset logic out of XHCI coreSamuel Holland2021-09-283-41/+48
* phy: sun50i-usb3: Add a driver for the H6 USB3 PHYSamuel Holland2021-09-283-0/+180
* wdt: dw: Fix passing NULL pointer to reset functionsSean Anderson2021-09-201-5/+5
* clk: ti: k3: Update driver to account for divider flagsSuman Anna2021-09-171-2/+2
* clk: ti: k3-pll: Change DIV_CTRL programming to read-modify-writeDave Gerlach2021-09-171-2/+11
* pinctrl: fix typoYuan Fang2021-09-141-1/+1
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-09-131-3/+7
|\
| * sunxi: mmc: A20: Fix MMC optimisationAndre Przywara2021-09-141-3/+7
* | pci: Drop DM_PCISimon Glass2021-09-137-46/+10
* | pci: Drop PCI_INDIRECT_BRIDGESimon Glass2021-09-132-72/+0
* | net: Drop DM_PCI check from designware driverSimon Glass2021-09-131-12/+10
* | pci: acpi: Drop DM_PCI check from ahciSimon Glass2021-09-131-55/+0
|/
* Merge tag 'mmc-2021-9-13' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini2021-09-134-15/+32
|\
| * mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common()Michael Walle2021-09-131-7/+0
| * mmc: fix device_remove when HS400_ES is enabledYe Li2021-09-101-3/+5
| * mmc: fix switch issue with send_status disabledYe Li2021-09-101-1/+1
| * mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju2021-09-102-2/+25
| * Revert "mmc: sdhci: set to INT_DATA_END when there are data"Yuezhang.Mo@sony.com2021-09-101-2/+1
* | arm: a37xx: pci: Don't spam about PIO Response StatusMarek Behún2021-09-101-1/+1
* | arm: mvebu : sata_mv should probe all portsTony Dinh2021-09-101-4/+10
* | arm: a37xx: pci: Implement re-issuing config requests on CRS responsePali Rohár2021-09-101-15/+43
* | arm: a37xx: pci: Disable returning CRS responsePali Rohár2021-09-101-1/+12
|/
* image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc2021-09-081-0/+2
* cache: add sifive composable cache driverZong Li2021-09-073-0/+83
* riscv: Add missing sentinel in ocores_i2c.cThomas Skibo2021-09-071-0/+1
* spi: zynqmp_gqspi: Fix dma alignment issueAshok Reddy Soma2021-09-031-9/+7