summaryrefslogtreecommitdiff
path: root/drivers/phy/ti
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* phy: ti: phy-j721e-wiz: set PMA_CMN_REFCLK_DIG_DIV based on reflk rateRoger Quadros2022-08-301-0/+24
* phy: ti: phy-j721e-wiz: add support for j7200-wiz-10gRoger Quadros2022-08-301-9/+129
* phy: ti: phy-j721e-wiz.c: Add usxgmii support in wiz driverTanmay Patil2022-08-301-1/+50
* phy: ti: phy-j721e-wiz: Add SGMII support in wiz driver for J7200Siddharth Vadapalli2022-08-301-6/+13
* Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-10/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-101-10/+1
* | phy: ti: tusb1210: Don't check for write errors when powering onAndy Shevchenko2022-07-051-2/+3
* | phy: ti: phy-j721e-wiz: use OF data for device specific dataRoger Quadros2022-06-161-25/+50
|/
* phy: ti: Add missing pm_runtime_disable() in serdes_am654_probeMiaoqian Lin2022-04-141-1/+1
* phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocksMiaoqian Lin2022-04-131-1/+1
* phy: ti: tusb1210: Fix an error handling path in tusb1210_probe()Christophe JAILLET2022-04-111-2/+8
* phy: ti: Fix missing of_node_put in ti_pipe3_get_sysctrl()Lv Ruyi2022-04-111-0/+1
* phy: ti: tusb1210: Make tusb1210_chg_det_states staticHans de Goede2022-04-111-1/+1
* phy: ti: tusb1210: Add charger detectionStephan Gerhold2022-02-251-7/+370
* phy: ti: tusb1210: Add a delay between power-on and restoring the phy-parametersHans de Goede2022-02-251-0/+5
* phy: ti: tusb1210: Drop tusb->vendor_specific2 != 0 check from tusb1210_power...Hans de Goede2022-02-251-5/+2
* phy: ti: tusb1210: Improve ulpi_read()/_write() error checkingHans de Goede2022-02-251-14/+48
* phy: ti: Fix missing sentinel for clk_div_tableKishon Vijay Abraham I2022-01-241-0/+1
* Merge tag 'phy-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman2021-12-301-3/+3
|\
| * phy: ti: Use IS_ERR_OR_NULL() to clean codeMiaoqian Lin2021-12-141-3/+3
* | phy: ti: omap-usb2: Fix the kernel-doc styleVinod Koul2021-11-231-3/+3
* | phy: ti: tusb1210: Fix the kernel-doc warnVinod Koul2021-11-201-1/+1
* | phy: ti: report 2 non-kernel-doc commentsRandy Dunlap2021-11-162-2/+2
|/
* phy: ti: gmii-sel: check of_get_address() for failureDan Carpenter2021-10-261-0/+2