summaryrefslogtreecommitdiff
path: root/drivers/phy/ti
AgeCommit message (Expand)AuthorFilesLines
2024-10-17phy: ti: phy-j721e-wiz: fix usxgmii configurationSiddharth Vadapalli1-2/+2
2024-09-23Merge tag 'phy-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds3-53/+29
2024-09-03power: supply: Change usb_types from an array into a bitmaskHans de Goede1-8/+3
2024-08-30phy: ti: j721e-wiz: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-3/+2
2024-08-30phy: ti: j721e-wiz: Drop OF node reference earlier for simpler codeKrzysztof Kozlowski1-5/+2
2024-08-30phy: ti: gmii-sel: Simplify with dev_err_probe()Krzysztof Kozlowski1-10/+6
2024-08-30phy: ti: am654-serdes: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski1-33/+17
2024-08-04phy: ti: phy-j721e-wiz: convert comma to semicolonChen Ni1-2/+2
2024-07-24Merge tag 'phy-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds2-51/+83
2024-06-12phy: ti: am654-serdes: Remove duplicate defineJan Kiszka1-1/+0
2024-06-04phy: ti: phy-da8xx-usb: Add runtime PM supportBastien Curutchet1-0/+49
2024-06-03phy: ti: phy-j721e-wiz: add resume supportThomas Richard1-0/+29
2024-06-03phy: ti: phy-j721e-wiz: split wiz_clock_init() functionThomas Richard1-29/+37
2024-06-03phy: ti: phy-j721e-wiz: use dev_err_probe() instead of dev_err()Thomas Richard1-25/+21
2024-04-12phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregisteredHans de Goede1-11/+12
2024-03-16Merge tag 'phy-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds4-30/+57
2024-02-23phy: constify of_phandle_args in xlateKrzysztof Kozlowski3-3/+3
2024-02-16phy: ti: tusb1210: Define device IDsAndy Shevchenko1-5/+7
2024-02-16phy: ti: tusb1210: Use temporary variable for struct deviceAndy Shevchenko1-23/+24
2024-02-07phy: ti: gmii-sel: add resume supportThomas Richard1-0/+24
2024-01-30phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRPTony Lindgren1-2/+2
2024-01-18Merge tag 'phy-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2-1/+2
2023-12-22phy: ti: j721e-wiz: Add SGMII support in WIZ driver for J784S4Chintan Vankar1-0/+1
2023-12-22phy: ti: gmii-sel: Enable SGMII mode for J784S4Chintan Vankar1-1/+1
2023-11-16phy: ti: gmii-sel: Fix register offset when parent is not a syscon nodeAndrew Davis1-1/+4
2023-10-13phy: Drop unnecessary of_match_device() callsRob Herring1-10/+1
2023-10-13phy: Use device_get_match_data()Rob Herring3-24/+10
2023-07-17phy: Explicitly include correct DT includesRob Herring2-0/+2
2023-07-14phy: ti: gmii-sel: Allow parent to not be syscon nodeAndrew Davis1-3/+6
2023-07-05Merge tag 'phy-for-6.5_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+32
2023-06-08phy: ti: j721e-wiz: Add a determine_rate hookMaxime Ripard1-0/+1
2023-06-08phy: ti: am654-serdes: Add a determine_rate hookMaxime Ripard1-0/+1
2023-05-16phy: ti: gmii-sel: Enable USXGMII mode for J784S4Siddharth Vadapalli1-1/+10
2023-05-16phy: ti: gmii-sel: Add support for CPSW9G GMII SEL in J784S4Siddharth Vadapalli1-0/+13
2023-05-16phy: ti: gmii-sel: Enable SGMII mode for J721ESiddharth Vadapalli1-1/+1
2023-05-16phy: ti: gmii-sel: Enable SGMII mode for J7200Siddharth Vadapalli1-1/+1
2023-05-16phy: ti: gmii-sel: Add support for SGMII modeSiddharth Vadapalli1-0/+8
2023-04-12phy: ti: j721e-wiz: Add SGMII support in WIZ driver for J721ESiddharth Vadapalli1-0/+2
2023-04-12phy: ti: j721e-wiz: Fix unreachable code in wiz_mode_select()Siddharth Vadapalli1-6/+5
2023-03-31phy: omap-usb2-phy: Use dev_err_probe()Ye Xingchen1-5/+3
2023-03-20phy: ti: phy-twl4030-usb: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20phy: ti: phy-ti-pipe3: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20phy: ti: phy-omap-usb2: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20phy: ti: phy-j721e-wiz: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20phy: ti: phy-dm816x-usb: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20phy: ti: phy-da8xx-usb: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20phy: ti: phy-am654-serdes: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-02-14Merge tag 'phy-fixes-6.2' into nextVinod Koul1-2/+2
2023-01-18phy: ti: j721e-wiz: Add support to enable LN23 Type-C swapSinthu Raja1-5/+33
2023-01-18phy: ti: j721e-wiz: Manage TypeC lane swap if typec-dir-gpios not specifiedSinthu Raja1-10/+28