aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2026-08-06phy: qcom: qmp-combo: Add SM8475 supportEsteban Urrutia1-0/+169
2026-08-06phy: renesas: phy-rcar-gen3-usb2: Fix devm action registration for disabled VBUS regulatorBiju Das1-7/+9
2026-08-06phy: renesas: phy-rcar-gen3-usb2: Add RZ/G3L supportBiju Das1-0/+4
2026-08-06phy: qualcomm: qmp-combo: Add support for Hawi SoCRonak Raheja8-70/+453
2026-08-02Merge tag 'phy-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phyLinus Torvalds3-21/+49
2026-07-27Merge tag 'config-gpio-legacy-for-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into gpio/for-nextBartosz Golaszewski3-3/+1
2026-07-24phy: replace linux/gpio.h inclusionsArnd Bergmann3-3/+1
2026-07-22phy: qcom: qmp-pcie: Add IPQ9650 PCIe PHY supportKathiravan Thirumoorthy1-0/+220
2026-07-22phy: zynqmp: keep SERDES scrambler and 8b/10b enabled for USBNava kishore Manne1-10/+29
2026-07-22phy: zynqmp: use read-modify-write for SERDES scrambler bypassNava kishore Manne1-2/+6
2026-07-22phy: zynqmp: fix L0_TM_DISABLE_SCRAMBLE_ENCODER maskNava kishore Manne1-1/+1
2026-07-22phy: qcom-qmp-pcie: Add support for ipq5210 PCIe physVaradarajan Narayanan1-0/+129
2026-07-22phy: zynqmp: fix runtime PM leak on probe allocation failureRadhey Shyam Pandey1-6/+6
2026-07-22phy: zynqmp: fix clock error handling in xpsgtr_phy_init()Radhey Shyam Pandey1-4/+9
2026-07-22phy: qcom: qmp-usbc: Add qmp configuration for ShikraKrishna Kurapati1-3/+50
2026-07-22phy: qcom-qusb2: Add support for ShikraKrishna Kurapati1-0/+14
2026-07-22phy: lynx-10g: fix lynx_10g_pccr_val_enabled()Vladimir Oltean1-1/+1
2026-07-20phy: qcom: qmp-pcie: Skip PHY reset if already upKrishna Chaitanya Chundru1-10/+21
2026-07-20phy: mediatek: Add support for MT8196 MIPI DSI PHYAngeloGioacchino Del Regno4-1/+204
2026-07-20phy: rockchip: naneng-combphy: Always configure SSC spread directionAlexey Charkov1-3/+3
2026-07-20phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3Inochi Amaoto5-0/+688
2026-07-20phy: qcom: m31-eusb2: Fix return value of init callKrishna Kurapati1-1/+1
2026-07-20phy: starfive: Fix runtime PM cleanup in JH7110 DPHY RX probeCan Peng1-1/+4
2026-07-20phy: starfive: Fix runtime PM cleanup in JH7110 DPHY TX probeCan Peng1-1/+4
2026-07-20phy: qcom: qmp-pcie: Add QMP PCIe PHY support for HawiMatthew Leung1-0/+373
2026-07-20phy: qcom-qmp: Add v10.60 register offsetsMatthew Leung6-0/+219
2026-07-20phy: qcom-qmp: Add v10 register offsetsMatthew Leung6-0/+142
2026-07-06Merge tag 'v7.2-rc2' into togregJonathan Cameron18-18/+0
2026-07-05iio: inkern: Use namespaced exportsRomain Gantois1-0/+1
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)18-18/+0
2026-06-29phy: mediatek: phy-mtk-hdmi-mt2701: use clk_determine_rate_noop()Brian Masney1-7/+1
2026-06-23Merge tag 'phy-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phyLinus Torvalds49-1746/+4907
2026-06-11phy: rockchip: inno-usb2: Add missing clkout_ctl_phy kerneldocHeiko Stuebner1-1/+2
2026-06-11phy: Move MODULE_DEVICE_TABLE next to the table itselfKrzysztof Kozlowski1-1/+1
2026-06-11phy: add basic support for NXPs TJA1145 CAN transceiverDimitri Fedrau3-0/+195
2026-06-11phy: freescale: phy-fsl-imx8qm-lvds-phy: Fix missing pm_runtime_disable() on probe error pathFelix Gu1-17/+7
2026-06-11phy: freescale: phy-fsl-imx8qm-lvds-phy: Use synchronous PM runtime put in resetFelix Gu1-1/+1
2026-06-11phy: lynx-10g: new driverVladimir Oltean5-0/+1374
2026-06-11phy: lynx-28g: improve phy_validate() procedureVladimir Oltean3-27/+43
2026-06-11phy: lynx-28g: optimize read-modify-write operationVladimir Oltean1-1/+2
2026-06-11phy: lynx-28g: add support for big endian register mapsVladimir Oltean2-10/+27
2026-06-11phy: lynx-28g: common probe() and remove()Vladimir Oltean3-180/+227
2026-06-11phy: lynx-28g: make lynx_28g_pll_read_configuration() callable per PLLVladimir Oltean1-38/+35
2026-06-11phy: lynx-28g: move struct lynx_info definitions downwardsVladimir Oltean1-43/+43
2026-06-11phy: lynx-28g: provide default lynx_lane_supports_mode() implementationVladimir Oltean1-1/+26
2026-06-11phy: lynx-28g: generalize protocol converter accessorsVladimir Oltean3-90/+115
2026-06-11phy: lynx-28g: common lynx_pll_get()Vladimir Oltean3-29/+31
2026-06-11phy: lynx-28g: move data structures to coreVladimir Oltean3-93/+129
2026-06-11phy: lynx-28g: move lane mode helpers to new core moduleVladimir Oltean5-53/+76
2026-06-11phy: lynx-28g: reject probing on devices with unsupported OF nodesVladimir Oltean1-0/+3