Age | Commit message (Expand) | Author | Files | Lines |
2023-04-12 | phy: ti: j721e-wiz: Add SGMII support in WIZ driver for J721E | Siddharth Vadapalli | 1 | -0/+2 |
2023-04-12 | phy: ti: j721e-wiz: Fix unreachable code in wiz_mode_select() | Siddharth Vadapalli | 1 | -6/+5 |
2023-03-31 | phy: omap-usb2-phy: Use dev_err_probe() | Ye Xingchen | 1 | -5/+3 |
2023-03-20 | phy: ti: phy-twl4030-usb: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-03-20 | phy: ti: phy-ti-pipe3: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-03-20 | phy: ti: phy-omap-usb2: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-03-20 | phy: ti: phy-j721e-wiz: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-03-20 | phy: ti: phy-dm816x-usb: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-03-20 | phy: ti: phy-da8xx-usb: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-03-20 | phy: ti: phy-am654-serdes: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-02-14 | Merge tag 'phy-fixes-6.2' into next | Vinod Koul | 1 | -2/+2 |
2023-01-18 | phy: ti: j721e-wiz: Add support to enable LN23 Type-C swap | Sinthu Raja | 1 | -5/+33 |
2023-01-18 | phy: ti: j721e-wiz: Manage TypeC lane swap if typec-dir-gpios not specified | Sinthu Raja | 1 | -10/+28 |
2023-01-11 | phy: ti: fix Kconfig warning and operator precedence | Randy Dunlap | 1 | -2/+2 |
2022-11-24 | phy: ti: phy-j721e-wiz: add j721s2-wiz-10g module support | Matt Ranostay | 1 | -0/+16 |
2022-11-07 | phy: ti: gmii-sel: Add support for CPSW9G GMII SEL in J721e | Siddharth Vadapalli | 1 | -0/+13 |
2022-11-07 | phy: ti: gmii-sel: Update methods for fetching and using qsgmii main port | Siddharth Vadapalli | 1 | -7/+22 |
2022-10-17 | phy: ti: phy-j721e-wiz: add j784s4-wiz-10g module support | Matt Ranostay | 1 | -0/+22 |
2022-09-24 | phy: ti: phy-j721e-wiz: fix reference leaks in wiz_probe() | Dan Carpenter | 1 | -2/+3 |
2022-09-20 | phy: ti: phy-j721e-wiz: stop name conflict if multiple serdes are initialized | Matt Ranostay | 1 | -1/+14 |
2022-09-13 | phy: ti: gmii-sel: Add support for CPSW5G GMII SEL in J7200 | Siddharth Vadapalli | 1 | -3/+44 |
2022-08-30 | phy: ti: phy-j721e-wiz: set PMA_CMN_REFCLK_DIG_DIV based on reflk rate | Roger Quadros | 1 | -0/+24 |
2022-08-30 | phy: ti: phy-j721e-wiz: add support for j7200-wiz-10g | Roger Quadros | 1 | -9/+129 |
2022-08-30 | phy: ti: phy-j721e-wiz.c: Add usxgmii support in wiz driver | Tanmay Patil | 1 | -1/+50 |
2022-08-30 | phy: ti: phy-j721e-wiz: Add SGMII support in wiz driver for J7200 | Siddharth Vadapalli | 1 | -6/+13 |
2022-08-04 | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -10/+1 |
2022-07-05 | phy: ti: tusb1210: Don't check for write errors when powering on | Andy Shevchenko | 1 | -2/+3 |
2022-06-17 | phy: ti: phy-j721e-wiz: use OF data for device specific data | Roger Quadros | 1 | -25/+50 |
2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa... | Thomas Gleixner | 1 | -10/+1 |
2022-04-14 | phy: ti: Add missing pm_runtime_disable() in serdes_am654_probe | Miaoqian Lin | 1 | -1/+1 |
2022-04-13 | phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks | Miaoqian Lin | 1 | -1/+1 |
2022-04-11 | phy: ti: tusb1210: Fix an error handling path in tusb1210_probe() | Christophe JAILLET | 1 | -2/+8 |
2022-04-11 | phy: ti: Fix missing of_node_put in ti_pipe3_get_sysctrl() | Lv Ruyi | 1 | -0/+1 |
2022-04-11 | phy: ti: tusb1210: Make tusb1210_chg_det_states static | Hans de Goede | 1 | -1/+1 |
2022-02-25 | phy: ti: tusb1210: Add charger detection | Stephan Gerhold | 1 | -7/+370 |
2022-02-25 | phy: ti: tusb1210: Add a delay between power-on and restoring the phy-parameters | Hans de Goede | 1 | -0/+5 |
2022-02-25 | phy: ti: tusb1210: Drop tusb->vendor_specific2 != 0 check from tusb1210_power... | Hans de Goede | 1 | -5/+2 |
2022-02-25 | phy: ti: tusb1210: Improve ulpi_read()/_write() error checking | Hans de Goede | 1 | -14/+48 |
2022-01-24 | phy: ti: Fix missing sentinel for clk_div_table | Kishon Vijay Abraham I | 1 | -0/+1 |
2021-12-30 | Merge tag 'phy-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/phy... | Greg Kroah-Hartman | 1 | -3/+3 |
2021-12-14 | phy: ti: Use IS_ERR_OR_NULL() to clean code | Miaoqian Lin | 1 | -3/+3 |
2021-11-23 | phy: ti: omap-usb2: Fix the kernel-doc style | Vinod Koul | 1 | -3/+3 |
2021-11-20 | phy: ti: tusb1210: Fix the kernel-doc warn | Vinod Koul | 1 | -1/+1 |
2021-11-16 | phy: ti: report 2 non-kernel-doc comments | Randy Dunlap | 2 | -2/+2 |
2021-10-26 | phy: ti: gmii-sel: check of_get_address() for failure | Dan Carpenter | 1 | -0/+2 |
2021-08-06 | phy: phy-twl4030-usb: Disable PHY for suspend | Tony Lindgren | 1 | -0/+15 |
2021-06-23 | Merge tag 'phy-for-5.14_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 2 | -7/+16 |
2021-06-21 | phy: ti: dm816x: Fix the error handling path in 'dm816x_usb_phy_probe() | Christophe JAILLET | 1 | -4/+13 |
2021-05-31 | phy: ti: Fix an error code in wiz_probe() | Yang Li | 1 | -0/+1 |
2021-05-31 | phy: phy-twl4030-usb: use DEVICE_ATTR_RO macro | YueHaibing | 1 | -3/+3 |