summaryrefslogtreecommitdiffstats
path: root/drivers/phy/ti (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'phy-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds2024-07-242-51/+83
|\
| * phy: ti: am654-serdes: Remove duplicate defineJan Kiszka2024-06-121-1/+0
| * phy: ti: phy-j721e-wiz: add resume supportThomas Richard2024-06-031-0/+29
| * phy: ti: phy-j721e-wiz: split wiz_clock_init() functionThomas Richard2024-06-031-29/+37
| * phy: ti: phy-j721e-wiz: use dev_err_probe() instead of dev_err()Thomas Richard2024-06-031-25/+21
* | phy: ti: phy-da8xx-usb: Add runtime PM supportBastien Curutchet2024-06-041-0/+49
|/
* phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregisteredHans de Goede2024-04-121-11/+12
* Merge tag 'phy-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2024-03-164-30/+57
|\
| * phy: constify of_phandle_args in xlateKrzysztof Kozlowski2024-02-233-3/+3
| * phy: ti: tusb1210: Define device IDsAndy Shevchenko2024-02-161-5/+7
| * phy: ti: tusb1210: Use temporary variable for struct deviceAndy Shevchenko2024-02-161-23/+24
| * phy: ti: gmii-sel: add resume supportThomas Richard2024-02-071-0/+24
* | phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRPTony Lindgren2024-01-301-2/+2
|/
* Merge tag 'phy-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2024-01-192-1/+2
|\
| * phy: ti: j721e-wiz: Add SGMII support in WIZ driver for J784S4Chintan Vankar2023-12-221-0/+1
| * phy: ti: gmii-sel: Enable SGMII mode for J784S4Chintan Vankar2023-12-221-1/+1
* | phy: ti: gmii-sel: Fix register offset when parent is not a syscon nodeAndrew Davis2023-11-161-1/+4
|/
* phy: Drop unnecessary of_match_device() callsRob Herring2023-10-131-10/+1
* phy: Use device_get_match_data()Rob Herring2023-10-133-24/+10
* phy: Explicitly include correct DT includesRob Herring2023-07-172-0/+2
* phy: ti: gmii-sel: Allow parent to not be syscon nodeAndrew Davis2023-07-141-3/+6
* Merge tag 'phy-for-6.5_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-07-061-2/+32
|\
| * phy: ti: gmii-sel: Enable USXGMII mode for J784S4Siddharth Vadapalli2023-05-161-1/+10
| * phy: ti: gmii-sel: Add support for CPSW9G GMII SEL in J784S4Siddharth Vadapalli2023-05-161-0/+13
| * phy: ti: gmii-sel: Enable SGMII mode for J721ESiddharth Vadapalli2023-05-161-1/+1
| * phy: ti: gmii-sel: Enable SGMII mode for J7200Siddharth Vadapalli2023-05-161-1/+1
| * phy: ti: gmii-sel: Add support for SGMII modeSiddharth Vadapalli2023-05-161-0/+8
* | phy: ti: j721e-wiz: Add a determine_rate hookMaxime Ripard2023-06-091-0/+1
* | phy: ti: am654-serdes: Add a determine_rate hookMaxime Ripard2023-06-091-0/+1
|/
* phy: ti: j721e-wiz: Add SGMII support in WIZ driver for J721ESiddharth Vadapalli2023-04-121-0/+2
* phy: ti: j721e-wiz: Fix unreachable code in wiz_mode_select()Siddharth Vadapalli2023-04-121-6/+5
* phy: omap-usb2-phy: Use dev_err_probe()Ye Xingchen2023-03-311-5/+3
* phy: ti: phy-twl4030-usb: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* phy: ti: phy-ti-pipe3: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* phy: ti: phy-omap-usb2: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* phy: ti: phy-j721e-wiz: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* phy: ti: phy-dm816x-usb: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* phy: ti: phy-da8xx-usb: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* phy: ti: phy-am654-serdes: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* Merge tag 'phy-fixes-6.2' into nextVinod Koul2023-02-141-2/+2
|\
| * phy: ti: fix Kconfig warning and operator precedenceRandy Dunlap2023-01-111-2/+2
* | phy: ti: j721e-wiz: Add support to enable LN23 Type-C swapSinthu Raja2023-01-181-5/+33
* | phy: ti: j721e-wiz: Manage TypeC lane swap if typec-dir-gpios not specifiedSinthu Raja2023-01-181-10/+28
|/
* phy: ti: phy-j721e-wiz: add j721s2-wiz-10g module supportMatt Ranostay2022-11-241-0/+16
* phy: ti: gmii-sel: Add support for CPSW9G GMII SEL in J721eSiddharth Vadapalli2022-11-071-0/+13
* phy: ti: gmii-sel: Update methods for fetching and using qsgmii main portSiddharth Vadapalli2022-11-071-7/+22
* phy: ti: phy-j721e-wiz: add j784s4-wiz-10g module supportMatt Ranostay2022-10-171-0/+22
* phy: ti: phy-j721e-wiz: fix reference leaks in wiz_probe()Dan Carpenter2022-09-241-2/+3
* phy: ti: phy-j721e-wiz: stop name conflict if multiple serdes are initializedMatt Ranostay2022-09-201-1/+14
* phy: ti: gmii-sel: Add support for CPSW5G GMII SEL in J7200Siddharth Vadapalli2022-09-131-3/+44