aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/ralink/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-11-30phy: ralink: Add PHY driver for MT7621 PCIe PHYSergio Paracuellos1-0/+1
This patch adds a driver for the PCIe PHY of MT7621 SoC. Signed-off-by: Sergio Paracuellos <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2017-08-20phy: ralink-usb: add driver for Mediatek/RalinkJohn Crispin1-0/+1
Add a driver to setup the USB phy on Mediatek/Ralink SoCs. The driver sets up power and host mode, but also needs to configure PHY registers for the MT7628 and MT7688. Signed-off-by: John Crispin <[email protected]> Signed-off-by: Harvey Hunt <[email protected]> Signed-off-by: Kishon Vijay Abraham I <[email protected]>