summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
...
| * phy: usb: Add "wake on" functionality for newer Synopsis XHCI controllersAl Cooper2022-02-251-8/+38
| * phy/cadence: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)2022-02-251-6/+1
| * phy: sun4i-usb: Add D1 variantSamuel Holland2022-02-251-0/+10
| * phy: sun4i-usb: Rework HCI PHY (aka "pmu_unk1") handlingAndre Przywara2022-02-251-17/+13
| * phy: sun4i-usb: Remove .disc_thresh where not applicableSamuel Holland2022-02-251-1/+0
| * phy: rockchip: add naneng combo phy for RK3568Yifeng Zhao2022-02-243-0/+590
| * phy: qcom: Program SSC only if supported by sinkSankeerth Billakanti2022-02-081-3/+5
| * phy: qcom: Add support for eDP PHY on sc7280Sankeerth Billakanti2022-02-081-0/+1
| * phy: cadence: Sierra: Add support for skipping configurationAswath Govindraju2022-02-071-25/+57
| * Merge tag 'phy-fixes-5.17' into nextVinod Koul2022-02-0710-27/+75
| |\
| * | phy: amlogic: meson8b-usb2: fix shared reset control useAmjad Ouled-Ameur2022-01-271-0/+4
| * | phy: amlogic: meson8b-usb2: Use dev_err_probe()Amjad Ouled-Ameur2022-01-271-2/+3
| * | phy: amlogic: phy-meson-gxl-usb2: fix shared reset controller useAmjad Ouled-Ameur2022-01-271-1/+4
| * | phy: freescale: i.MX8 PHYs should depend on ARCH_MXC && ARM64Geert Uytterhoeven2022-01-271-0/+5
| * | phy: qcom-qusb2: Add compatible for MSM8953Luca Weiss2022-01-271-0/+3
| * | phy: freescale: pcie: cosmetic clean-upMarcel Ziswiler2022-01-271-1/+2
| * | drivers: phy: qcom: ipq806x-usb: conver latch function to pool macroAnsuel Smith2022-01-241-12/+5
| * | drivers: phy: qcom: ipq806x-usb: convert to BITFIELD macroAnsuel Smith2022-01-241-5/+6
* | | phy: Remove duplicated include in phy-fsl-lynx-28g.cYang Li2022-03-161-1/+0
* | | phy: add support for the Layerscape SerDes 28GIoana Ciornei2022-03-143-0/+635
| |/ |/|
* | phy: dphy: Correct clk_pre parameterLiu Ying2022-02-023-4/+6
* | phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphyWan Jiabing2022-01-271-1/+1
* | phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable()Dan Carpenter2022-01-271-1/+1
* | phy: xilinx: zynqmp: Fix bus width setting for SGMIIRobert Hancock2022-01-271-5/+6
* | phy: cadence: Sierra: fix error handling bugs in probe()Dan Carpenter2022-01-241-14/+21
* | phy: ti: Fix missing sentinel for clk_div_tableKishon Vijay Abraham I2022-01-241-0/+1
* | phy: broadcom: Kconfig: Fix PHY_BRCM_USB config optionAl Cooper2022-01-231-2/+1
* | phy: usb: Leave some clocks running during suspendAl Cooper2022-01-231-0/+38
|/
* Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1435-582/+4953
|\
| * Merge tag 'phy-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman2021-12-3035-582/+4953
| |\
| | * phy: cadence: Sierra: Add support for derived reference clock outputSwapnil Jakhade2021-12-271-1/+108
| | * phy: cadence: Sierra: Add PCIe + QSGMII PHY multilink configurationSwapnil Jakhade2021-12-271-1/+376
| | * phy: cadence: Sierra: Add support for PHY multilink configurationsSwapnil Jakhade2021-12-271-8/+190
| | * phy: cadence: Sierra: Fix to get correct parent for mux clocksSwapnil Jakhade2021-12-271-5/+26
| | * phy: cadence: Sierra: Update single link PCIe register configurationSwapnil Jakhade2021-12-271-1/+213
| | * phy: cadence: Sierra: Check PIPE mode PHY status to be ready for operationSwapnil Jakhade2021-12-271-1/+72
| | * phy: cadence: Sierra: Check cmn_ready assertion during PHY power onSwapnil Jakhade2021-12-271-0/+45
| | * phy: cadence: Sierra: Add PHY PCS common register configurationsSwapnil Jakhade2021-12-271-0/+38
| | * phy: cadence: Sierra: Rename some regmap variables to be in sync with Sierra ...Swapnil Jakhade2021-12-271-10/+11
| | * phy: cadence: Sierra: Add support to get SSC type from device treeSwapnil Jakhade2021-12-271-1/+5
| | * phy: cadence: Sierra: Prepare driver to add support for multilink configurationsSwapnil Jakhade2021-12-271-56/+139
| | * phy: cadence: Sierra: Use of_device_get_match_data() to get driver dataSwapnil Jakhade2021-12-271-9/+4
| | * phy: mediatek: Fix missing check in mtk_mipi_tx_probeMiaoqian Lin2021-12-271-0/+2
| | * phy: uniphier-usb3ss: fix unintended writing zeros to PHY registerRyuta NAKANISHI2021-12-241-4/+6
| | * phy: phy-mtk-tphy: use new io helpers to access registerChunfeng Yun2021-12-241-325/+179
| | * phy: phy-mtk-xsphy: use new io helpers to access registerChunfeng Yun2021-12-241-94/+46
| | * phy: mediatek: add helpers to update bits of registersChunfeng Yun2021-12-241-0/+38
| | * phy: phy-mtk-tphy: add support efuse settingChunfeng Yun2021-12-241-0/+162
| | * phy: qcom-qmp: Add SM8450 PCIe1 PHY supportDmitry Baryshkov2021-12-242-0/+223
| | * phy: phy-rockchip-inno-usb2: add rk3568 supportPeter Geis2021-12-231-0/+65