summaryrefslogtreecommitdiffstats
path: root/drivers/phy/ralink
Commit message (Expand)AuthorAgeFilesLines
* phy: Remove duplicated include in phy-ralink-usb.cYang Li2023-10-231-1/+0
* phy: Use device_get_match_data()Rob Herring2023-10-131-7/+3
* phy: Explicitly include correct DT includesRob Herring2023-07-171-2/+1
* phy: ralink: mt7621-pci: add sentinel to quirks tableJohn Thomson2022-11-051-1/+2
* Merge tag 'phy-for-5.14_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-06-232-16/+23
|\
| * phy: Revert "phy: ralink: Kconfig: convert mt7621-pci-phy into 'bool'"Vinod Koul2021-06-231-2/+2
| * phy: ralink: phy-mt7621-pci: properly print pointer addressSergio Paracuellos2021-05-141-2/+2
| * phy: ralink: Kconfig: convert mt7621-pci-phy into 'bool'Sergio Paracuellos2021-05-141-2/+2
| * phy: ralink: Kconfig: enable COMPILE_TEST on mt7621-pci-phy driverSergio Paracuellos2021-05-141-1/+1
| * phy: ralink: phy-mt7621-pci: use kernel clock APISSergio Paracuellos2021-05-141-13/+20
* | phy: ralink: phy-mt7621-pci: drop 'of_match_ptr' to fix -Wunused-const-variableSergio Paracuellos2021-06-031-1/+1
|/
* phy: ralink: phy-mt7621-pci: fix return value check in mt7621_pci_phy_probe()Wei Yongjun2021-03-301-2/+2
* phy: ralink: phy-mt7621-pci: fix XTAL bitmaskSergio Paracuellos2021-03-301-1/+1
* phy: ralink: phy-mt7621-pci: set correct name in MODULE_DEVICE_TABLE macroSergio Paracuellos2020-12-011-1/+1
* phy: ralink: phy-mt7621-pci: drop 'COMPILE_TEST' from KconfigSergio Paracuellos2020-12-011-1/+1
* phy: ralink: Add PHY driver for MT7621 PCIe PHYSergio Paracuellos2020-11-303-0/+361
* phy: phy-ralink-usb: convert to devm_platform_ioremap_resourceChunfeng Yun2020-11-161-3/+1
* phy: ralink-usb: Constify ralink_usb_phy_opsRikard Falkeborn2020-08-311-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* phy: add 'depends on HAS_IOMEM' to fix unmet dependencyMasahiro Yamada2018-03-161-0/+1
* phy: ralink: fix 64-bit build warningArnd Bergmann2017-08-241-7/+7
* phy: ralink-usb: add driver for Mediatek/RalinkJohn Crispin2017-08-203-0/+261