summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge tag 'phy-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman2019-07-0112-13/+871
|\
| * phy: qcom-qmp: Raise qcom_qmp_phy_enable() polling delayMarc Gonzalez2019-06-251-1/+1
| * phy: meson-g12a-usb3-pcie: disable locking for cr_regmapNeil Armstrong2019-06-251-1/+1
| * phy: Add driver for mixel mipi dphy found on NXP's i.MX8 SoCsGuido Günther2019-06-213-0/+508
| * phy: renesas: rcar-gen3-usb2: fix imbalance powered flagYoshihiro Shimoda2019-06-211-4/+15
| * phy: qcom-qmp: Drop useless msm8998_pciephy_cfg settingMarc Gonzalez2019-06-211-1/+0
| * phy: qcom-qmp: Correct READY_STATUS poll break conditionBjorn Andersson2019-06-211-1/+3
| * phy: ti: am654-serdes: Make serdes_am654_xlate() staticYueHaibing2019-06-211-2/+2
| * phy: usb: phy-brcm-usb: Fix platform_no_drv_owner.cocci warningsYueHaibing2019-06-201-1/+0
| * phy: samsung: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-06-201-3/+2
| * phy: qcom: Add Qualcomm PCIe2 PHY driverBjorn Andersson2019-05-313-0/+340
* | Merge tag 'phy-for-5.2-rc_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2019-07-015-1/+29
|\ \
| * | phy: tegra: xusb: Add Tegra210 PLL power suppliesThierry Reding2019-06-121-0/+9
| * | phy: tegra: xusb: Add Tegra124 PLL power suppliesThierry Reding2019-06-121-0/+9
| * | phy: usb: phy-brcm-usb: Remove sysfs attributes upon driver removalFlorian Fainelli2019-06-121-0/+8
| * | phy: renesas: rcar-gen2: Fix memory leak at error pathsYoshihiro Shimoda2019-06-121-0/+2
| * | phy: qcom-qusb2: fix missing assignment of ret when calling clk_prepare_enableColin Ian King2019-06-031-1/+1
| |/