summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* phy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoCIcenowy Zheng2019-10-313-0/+202
* phy: qcom-qmp: Add SM8150 QMP UFS PHY supportVinod Koul2019-10-252-0/+216
* phy: ti: gmii-sel: fix mac tx internal delay for rgmii-rxidGrygorii Strashko2019-10-251-1/+1
* phy: tegra: use regulator_bulk_set_supply_names()Bartosz Golaszewski2019-10-251-3/+3
* phy: ti: dm816x: remove set but not used variable 'phy_data'YueHaibing2019-10-251-3/+0
* phy: renesas: rcar-gen3-usb2: Fix sysfs interface of "role"Yoshihiro Shimoda2019-10-231-2/+3
* phy: tegra: xusb: Add vbus override support on Tegra186Nagarjuna Kristam2019-10-231-0/+23
* phy: tegra: xusb: Add vbus override support on Tegra210Nagarjuna Kristam2019-10-233-0/+82
* phy: tegra: xusb: Add usb3 port fake support on Tegra210Nagarjuna Kristam2019-10-233-0/+123
* phy: tegra: xusb: Add XUSB dual mode support on Tegra210Nagarjuna Kristam2019-10-231-2/+18
* phy: phy-brcm-usb-init: fix use of integer as pointerBen Dooks2019-10-231-1/+1
* phy: phy-brcm-usb-init: fix __iomem annotationsBen Dooks2019-10-231-4/+4
* phy: hisilicon: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-232-6/+2
* phy: renesas: rcar-gen3-usb2: Use platform_get_irq_optional() for optional irqGeert Uytterhoeven2019-10-231-1/+1
* phy-mvebu-a3700-utmi: Use devm_platform_ioremap_resource() in mvebu_a3700_utm...Markus Elfring2019-10-231-8/+1
* phy: tegra: xusb: remove unused variableChunfeng Yun2019-10-231-3/+0
* phy: xgene: make array serdes_reg static const, makes object smallerColin Ian King2019-10-231-1/+1
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-233-0/+128
|\
| * phy: tegra: Add PCIe PIPE2UPHY supportVidya Sagar2019-08-133-0/+128
* | Merge tag 'for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2019-09-221-3/+5
|\ \
| * | power: supply: cpcap-charger: Enable vbus boost voltageTony Lindgren2019-09-021-3/+5
| |/
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-09-201-2/+2
|\ \
| * | phy: ti: am654-serdes: Don't reference clk_init_data after registrationStephen Boyd2019-08-161-2/+2
| |/
* | phy: marvell: phy-mvebu-cp110-comphy: rename instances of DLTMatt Pelland2019-08-271-11/+11
* | phy: marvell: phy-mvebu-cp110-comphy: implement RXAUI supportMatt Pelland2019-08-271-11/+120
* | phy: mvebu-cp110-comphy: Update comment about powering off all lanes at bootMiquel Raynal2019-08-271-2/+4
* | phy: mvebu-cp110-comphy: Add PCIe supportGrzegorz Jaszczyk2019-08-271-5/+32
* | phy: mvebu-cp110-comphy: Cosmetic change in a helperMiquel Raynal2019-08-271-6/+8
* | phy: mvebu-cp110-comphy: Add SATA supportGrzegorz Jaszczyk2019-08-271-0/+10
* | phy: mvebu-cp110-comphy: Add USB3 host/device supportGrzegorz Jaszczyk2019-08-271-0/+23
* | phy: mvebu-cp110-comphy: Allow non-Ethernet modes to be configuredMiquel Raynal2019-08-271-3/+0
* | phy: mvebu-cp110-comphy: Rename the macro handling only Ethernet modesMiquel Raynal2019-08-271-22/+22
* | phy: mvebu-cp110-comphy: Add RXAUI supportGrzegorz Jaszczyk2019-08-271-0/+10
* | phy: mvebu-cp110-comphy: List already supported Ethernet modesMiquel Raynal2019-08-271-0/+2
* | phy: mvebu-cp110-comphy: Add SMC call supportGrzegorz Jaszczyk2019-08-272-22/+177
* | phy: mvebu-cp110-comphy: Explicitly initialize the lane submodeMiquel Raynal2019-08-271-0/+1
* | phy: mvebu-cp110-comphy: Add clocks supportMiquel Raynal2019-08-271-3/+85
* | phy-rockchip-inno-hdmi: Fix RK3328_TERM_RESISTOR_CALIB_SPEED_7_0's third valueNathan Chancellor2019-08-271-1/+1
* | phy: qcom-qmp: Correct ready status, againBjorn Andersson2019-08-261-17/+16
* | phy: qualcomm: phy-qcom-qmp: Add of_node_put() before returnNishka Dasgupta2019-08-261-4/+7
* | phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-currentYoshihiro Shimoda2019-08-261-0/+2
* | phy: ti: am654-serdes: fix an use-after-free in serdes_am654_clk_register()Wen Yang2019-08-261-11/+22
* | phy: mvebu-a3700-comphy: Inform users if their firmware is too oldMiquel Raynal2019-08-231-1/+8
* | phy: samsung: disable bind/unbind platform driver featureMarek Szyprowski2019-08-236-0/+6
* | phy: core: document phy_calibrate()Marek Szyprowski2019-08-231-0/+10
* | phy: marvell: phy-mvebu-a3700-comphy: Add of_node_put() before returnNishka Dasgupta2019-08-231-2/+6
* | phy: marvell: phy-mvebu-cp110-comphy: Add of_node_put() before returnNishka Dasgupta2019-08-231-2/+6
* | phy: marvell: phy-armada38x-comphy: Add of_node_put() before returnNishka Dasgupta2019-08-231-1/+3
* | phy: enable compile-testing for the Lantiq PHY driversMartin Blumenstingl2019-08-231-1/+1
* | phy: lantiq: vrx200-pcie: add a driver for the Lantiq VRX200 PCIe PHYMartin Blumenstingl2019-08-233-0/+506
|/