summaryrefslogtreecommitdiffstats
path: root/drivers/phy/ti
AgeCommit message (Expand)AuthorLines
2021-12-14phy: ti: Use IS_ERR_OR_NULL() to clean codeMiaoqian Lin-3/+3
2021-11-23phy: ti: omap-usb2: Fix the kernel-doc styleVinod Koul-3/+3
2021-11-20phy: ti: tusb1210: Fix the kernel-doc warnVinod Koul-1/+1
2021-11-16phy: ti: report 2 non-kernel-doc commentsRandy Dunlap-2/+2
2021-10-26phy: ti: gmii-sel: check of_get_address() for failureDan Carpenter-0/+2
2021-08-06phy: phy-twl4030-usb: Disable PHY for suspendTony Lindgren-0/+15
2021-06-23Merge tag 'phy-for-5.14_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-7/+16
2021-06-21phy: ti: dm816x: Fix the error handling path in 'dm816x_usb_phy_probe()Christophe JAILLET-4/+13
2021-05-31phy: ti: Fix an error code in wiz_probe()Yang Li-0/+1
2021-05-31phy: phy-twl4030-usb: use DEVICE_ATTR_RO macroYueHaibing-3/+3
2021-04-16phy: Revert "phy: ti: j721e-wiz: add missing of_node_put"Vinod Koul-1/+0
2021-04-16phy: ti: j721e-wiz: Add missing include linux/slab.hShixin Liu-0/+1
2021-04-16phy: phy-twl4030-usb: Fix possible use-after-free in twl4030_usb_remove()Yang Yingliang-1/+1
2021-03-31phy: ti: j721e-wiz: Configure 'p_standard_mode' only for DP/QSGMIIKishon Vijay Abraham I-0/+2
2021-03-31phy: ti: j721e-wiz: Do not configure wiz if its already configuredFaiz Abbas-5/+16
2021-03-31phy: ti: j721e-wiz: Get PHY properties only for "phy" or "link" subnodeKishon Vijay Abraham I-0/+4
2021-03-31phy: ti: j721e-wiz: Invoke wiz_init() before of_platform_device_create()Kishon Vijay Abraham I-10/+7
2021-03-30phy: ti: j721e-wiz: add missing call to of_node_put()Yang Li-0/+1
2021-03-30phy: ti: j721e-wiz: Add support for configuring QSGMIIKishon Vijay Abraham I-2/+62
2021-03-30phy: ti: j721e-wiz: Enable reference clock output in cmn_refclk_<p/m>Kishon Vijay Abraham I-0/+89
2021-03-30phy: ti: j721e-wiz: Model the internal clocks without device tree inputKishon Vijay Abraham I-5/+139
2021-03-30phy: ti: j721e-wiz: Configure full rate divider for AM64Kishon Vijay Abraham I-3/+36
2021-03-30phy: ti: j721e-wiz: Delete "clk_div_sel" clk provider during cleanupKishon Vijay Abraham I-0/+6
2021-03-30phy: ti: j721e-wiz: Remove "regmap_field" from wiz_clk_{mux|div}_selKishon Vijay Abraham I-41/+34
2021-03-15phy: ti: j721e-wiz: add missing of_node_putJunlin Yang-0/+1
2021-03-12phy: tusb1210: use bitmasks to set VENDOR_SPECIFIC2Liam Beguin-13/+14
2020-11-16phy: ti: convert to devm_platform_ioremap_resource(_byname)Chunfeng Yun-25/+11
2020-10-05Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman-2/+4
2020-09-08phy: ti: am654: Fix a leak in serdes_am654_probe()Dan Carpenter-2/+4
2020-09-08phy: ti: gmii-sel: retrieve ports number and base offset from dtGrygorii Strashko-11/+33
2020-09-08phy: ti: gmii-sel: use features mask during initGrygorii Strashko-8/+2
2020-09-08phy: ti: gmii-sel: move phy init in separate functionGrygorii Strashko-47/+64
2020-08-31phy: omap-usb2-phy: fix coding style issuesRoger Quadros-19/+17
2020-08-31Merge branch 'fixes' into nextVinod Koul-7/+40
2020-08-31phy: omap-usb2-phy: disable PHY charger detectRoger Quadros-7/+40
2020-08-23phy: ti: j721e-wiz: Remove duplicate includeYueHaibing-1/+0
2020-08-23phy: ti: am654: update PCIe serdes configSekhar Nori-5/+135
2020-08-23phy: ti: am654: simplify return handlingSekhar Nori-28/+20
2020-08-23phy: ti: am654: simplify regfield handlingSekhar Nori-93/+68
2020-07-17Merge branch 'fixes' into nextVinod Koul-6/+6
2020-07-08phy: ti-pipe3: remove set but unused variableVinod Koul-3/+2
2020-07-08phy: ti: dm816x: remove set but unused variableVinod Koul-6/+5
2020-06-24phy: ti: j721e-wiz: Constify structsRikard Falkeborn-5/+5
2020-06-24phy: ti: am654-serdes: Constify regmap_configRikard Falkeborn-1/+1
2020-05-18phy: ti: am654: add support for USB super-speedRoger Quadros-2/+101
2020-05-18phy: ti: am654: show up in regmap debugfsRoger Quadros-0/+1
2020-05-18phy: omap-usb2: Clean up exported headerRoger Quadros-4/+56
2020-05-13phy: ti: j721e-wiz: Fix some error return code in wiz_probe()Wei Yongjun-1/+5
2020-04-24phy: ti: j721e-wiz: Implement DisplayPort mode to the wiz driverJyri Sarha-4/+55
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-3/+0