summaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'phy-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Linus Torvalds3-21/+49
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: 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-20phy: rockchip: naneng-combphy: Always configure SSC spread directionAlexey Charkov1-3/+3
2026-07-20phy: qcom: m31-eusb2: Fix return value of init callKrishna Kurapati1-1/+1
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)18-18/+0
2026-06-24Merge tag 'phy-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus 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 ...Felix 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
2026-06-11phy: lynx-28g: avoid returning NULL in of_xlate() functionVladimir Oltean1-1/+1
2026-06-11phy: qcom: qmp-pcie: Add QMP PCIe PHY support for ElizaKrishna Chaitanya Chundru2-0/+140
2026-06-11phy: nxp-ptn3222: Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)1-1/+1
2026-05-19phy: ti: tusb1210: Move long delayed work on system_dfl_long_wqMarco Crivellari1-3/+3
2026-05-19phy: ti: add PHY driver for TI DS125DF111 Dual-Channel RetimerIoana Ciornei3-0/+305
2026-05-19phy: ti: alphabetically sort Kconfig and MakefileIoana Ciornei2-52/+52
2026-05-19phy: rockchip: naneng-combphy: Consolidate SSC configurationShawn Lin1-100/+73
2026-05-19phy: qcom: qmp-usbc: Fix out-of-bounds array access in dp swing configXiangxu Yin1-1/+1
2026-05-19phy: qcom: qmp-combo: Move pipe_clk on/off to commonVal Packett1-8/+10
2026-05-14phy: mediatek: xsphy: reduce main allocationRosen Penev1-9/+6
2026-05-14phy: qcom-usb-hs: use flexible array memberRosen Penev1-9/+6
2026-05-14phy: apple: atc: Fix typec switch/mux leak on unbindDavid Carlier1-5/+22
2026-05-14phy: econet: Add PCIe PHY driver for EcoNet EN751221 and EN7528 SoCs.Caleb James DeLisle3-0/+195
2026-05-14phy: rockchip: inno-usb2: Add support for RK3528Jianwei Zheng1-0/+84
2026-05-14phy: rockchip: inno-usb2: Add clkout_ctl_phy supportJonas Karlman1-9/+38
2026-05-14phy: rockchip: inno-usb2: Simplify rockchip,usbgrf handlingJonas Karlman1-50/+18
2026-05-14phy: phy-can-transceiver: Drop unused includeAndy Shevchenko1-2/+1
2026-05-14phy: phy-can-transceiver: Decouple assignment and definition in probeAndy Shevchenko1-1/+3
2026-05-14phy: phy-can-transceiver: Don't check for specific errors when parsing proper...Andy Shevchenko1-4/+13
2026-05-14phy: phy-can-transceiver: Move OF ID table closer to their userAndy Shevchenko1-29/+29
2026-05-14phy: phy-can-transceiver: use device_get_match_data()Andy Shevchenko1-6/+4
2026-05-14phy: phy-can-transceiver: Check driver match and driver data against NULLAndy Shevchenko1-0/+3