summaryrefslogtreecommitdiffstats
path: root/drivers/phy/freescale
AgeCommit message (Expand)AuthorLines
2026-02-17Merge tag 'phy-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds-292/+910
2026-01-21phy: freescale: imx8qm-hsio: fix NULL pointer dereferenceThomas Richard-1/+1
2026-01-21phy: fsl-imx8mq-usb: enable RX Termination overrideXu Yang-1/+14
2026-01-21phy: fsl-imx8mq-usb: set platform driver dataXu Yang-0/+2
2026-01-21phy: fsl-imx8mq-usb: disable bind/unbind platform driver featureXu Yang-0/+1
2026-01-14phy: freescale: imx8m-pcie: assert phy reset during power onRafael Beims-1/+2
2025-12-24phy: freescale: phy-fsl-samsung-hdmi: convert from round_rate() to determine_...Brian Masney-5/+8
2025-12-23phy: lynx-28g: improve lynx_28g_probe() sequenceVladimir Oltean-8/+8
2025-12-23phy: lynx-28g: use "dev" argument more in lynx_28g_probe()Vladimir Oltean-4/+4
2025-12-23phy: lynx-28g: configure more equalization params for 1GbE and 10GbEIoana Ciornei-0/+37
2025-12-23phy: lynx-28g: distinguish between 10GBASE-R and USXGMIIVladimir Oltean-13/+74
2025-12-23phy: lynx-28g: refactor lane->interface to lane->modeVladimir Oltean-102/+106
2025-12-23phy: lynx-28g: make lynx_28g_set_lane_mode() more systematicVladimir Oltean-163/+496
2025-12-23phy: lynx-28g: restructure protocol configuration register accessesVladimir Oltean-22/+33
2025-12-23phy: lynx-28g: convert iowrite32() calls with magic values to macrosVladimir Oltean-12/+90
2025-12-23phy: lynx-28g: use FIELD_GET() and FIELD_PREP()Vladimir Oltean-50/+57
2025-12-23phy: lynx-28g: don't concatenate lynx_28g_lane_rmw() argument "reg" with "val...Vladimir Oltean-22/+38
2025-12-23phy: lynx-28g: remove LYNX_28G_ prefix from register namesVladimir Oltean-124/+124
2025-12-23phy: lynx-28g: avoid memsetting lane already allocated with kzalloc()Vladimir Oltean-2/+0
2025-12-23phy: lynx-28g: support individual lanes as OF PHY providersVladimir Oltean-5/+44
2025-12-23phy: lynx-28g: refactor lane probing to lynx_28g_probe_lane()Vladimir Oltean-16/+26
2025-12-23phy: fsl-imx8mq-usb: change ssc_range value for i.MX8MQXu Yang-0/+7
2025-12-23phy: freescale: Discard pm_runtime_put() return valueRafael J. Wysocki-4/+2
2025-12-23phy: fsl-imx8mq-usb: Clear the PCS_TX_SWING_FULL field before using itStefano Radaelli-0/+1
2025-12-23phy: fsl-imx8mq-usb: fix typec orientation switch when built as moduleFranz Schnyder-14/+0
2025-11-20phy: fsl-imx8mq-usb: support alternate reference clockXu Yang-2/+21
2025-11-20phy: freescale: Initialize priv->lockXiaolei Wang-1/+4
2025-09-01phy: lynx-28g: check return value when calling lynx_28g_pll_getJosua Mayer-2/+14
2025-05-14phy: freescale: fsl-samsung-hdmi: Improve LUT search for best clockAdam Ford-1/+8
2025-05-14phy: freescale: fsl-samsung-hdmi: Refactor finding PHY settingsAdam Ford-65/+41
2025-05-14phy: freescale: fsl-samsung-hdmi: Rename phy_clk_round_rateAdam Ford-3/+3
2025-05-14phy: fsl-imx8mq-usb: add i.MX95 tuning supportXu Yang-0/+74
2025-05-14phy: fsl-imx8mq-usb: fix phy_tx_vboost_level_from_property()Xu Yang-5/+5
2025-05-14phy: freescale: imx8m-pcie: Simplify with dev_err_probe()Alexander Stein-12/+9
2025-04-01Merge tag 'phy-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds-18/+256
2025-03-11phy: freescale: imx8m-pcie: assert phy reset and perst in power offStefan Eichenberger-0/+11
2025-03-11phy: freescale: imx8m-pcie: cleanup reset logicStefan Eichenberger-9/+3
2025-02-14phy: fsl-imx8mq-usb: add tca function driver for imx95Xu Yang-0/+241
2025-02-13phy: freescale: fsl-samsung-hdmi: Use helper function devm_clk_get_enabled()Pei Xiao-9/+1
2025-02-13phy: freescale: fsl-samsung-hdmi: Limit PLL lock detection clock divider to v...Pei Xiao-2/+11
2025-01-29Merge tag 'phy-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds-28/+21
2024-12-24phy: freescale: fsl-samsung-hdmi: Fix 64-by-32 division cocci warningsAdam Ford-2/+1
2024-12-08phy: freescale: fsl-samsung-hdmi: Clean up fld_tg_code calculationAdam Ford-21/+11
2024-12-08phy: freescale: fsl-samsung-hdmi: Stop searching when exact match is foundAdam Ford-1/+5
2024-12-08phy: freescale: fsl-samsung-hdmi: Expand Integer divider rangeAdam Ford-6/+5
2024-11-27Merge tag 'phy-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds-287/+333
2024-10-21phy: freescale: imx8m-pcie: Do CMN_RST just before PHY PLL lock checkRichard Zhu-5/+5
2024-10-17phy: Switch back to struct platform_driver::remove()Uwe Kleine-König-8/+8
2024-10-17phy: freescale: fsl-samsung-hdmi: Remove unnecessary LUT entriesAdam Ford-70/+13
2024-10-17phy: freescale: fsl-samsung-hdmi: Use closest dividerAdam Ford-11/+29