aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/ralink
AgeCommit message (Expand)AuthorFilesLines
2024-02-23phy: constify of_phandle_args in xlateGravatar Krzysztof Kozlowski 1-1/+1
2023-10-23phy: Remove duplicated include in phy-ralink-usb.cGravatar Yang Li 1-1/+0
2023-10-13phy: Use device_get_match_data()Gravatar Rob Herring 1-7/+3
2023-07-17phy: Explicitly include correct DT includesGravatar Rob Herring 1-2/+1
2022-11-05phy: ralink: mt7621-pci: add sentinel to quirks tableGravatar John Thomson 1-1/+2
2021-06-23Merge tag 'phy-for-5.14_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 2-16/+23
2021-06-23phy: Revert "phy: ralink: Kconfig: convert mt7621-pci-phy into 'bool'"Gravatar Vinod Koul 1-2/+2
2021-06-03phy: ralink: phy-mt7621-pci: drop 'of_match_ptr' to fix -Wunused-const-variableGravatar Sergio Paracuellos 1-1/+1
2021-05-14phy: ralink: phy-mt7621-pci: properly print pointer addressGravatar Sergio Paracuellos 1-2/+2
2021-05-14phy: ralink: Kconfig: convert mt7621-pci-phy into 'bool'Gravatar Sergio Paracuellos 1-2/+2
2021-05-14phy: ralink: Kconfig: enable COMPILE_TEST on mt7621-pci-phy driverGravatar Sergio Paracuellos 1-1/+1
2021-05-14phy: ralink: phy-mt7621-pci: use kernel clock APISGravatar Sergio Paracuellos 1-13/+20
2021-03-30phy: ralink: phy-mt7621-pci: fix return value check in mt7621_pci_phy_probe()Gravatar Wei Yongjun 1-2/+2
2021-03-30phy: ralink: phy-mt7621-pci: fix XTAL bitmaskGravatar Sergio Paracuellos 1-1/+1
2020-12-01phy: ralink: phy-mt7621-pci: set correct name in MODULE_DEVICE_TABLE macroGravatar Sergio Paracuellos 1-1/+1
2020-12-01phy: ralink: phy-mt7621-pci: drop 'COMPILE_TEST' from KconfigGravatar Sergio Paracuellos 1-1/+1
2020-11-30phy: ralink: Add PHY driver for MT7621 PCIe PHYGravatar Sergio Paracuellos 3-0/+361
2020-11-16phy: phy-ralink-usb: convert to devm_platform_ioremap_resourceGravatar Chunfeng Yun 1-3/+1
2020-08-31phy: ralink-usb: Constify ralink_usb_phy_opsGravatar Rikard Falkeborn 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-10/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2018-03-16phy: add 'depends on HAS_IOMEM' to fix unmet dependencyGravatar Masahiro Yamada 1-0/+1
2017-08-24phy: ralink: fix 64-bit build warningGravatar Arnd Bergmann 1-7/+7
2017-08-20phy: ralink-usb: add driver for Mediatek/RalinkGravatar John Crispin 3-0/+261