aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2020-02-04treewide: remove redundant IS_ERR() before error code checkGravatar Masahiro Yamada 1-2/+2
2020-01-29Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 29-579/+3048
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 4-47/+98
2020-01-18phy: ti: j721e-wiz: Fix build error without CONFIG_OF_ADDRESSGravatar Hongbo Yao 1-0/+1
2020-01-17Merge tag 'phy-for-5.6_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Gravatar Greg Kroah-Hartman 25-566/+3027
2020-01-17phy: ti: j721e-wiz: Fix return value check in wiz_probe()Gravatar Wei Yongjun 1-1/+1
2020-01-14phy: intel-lgm-emmc: Fix warning by adding missing MODULE_LICENSEGravatar Ramuthevar Vadivel Murugan 1-0/+1
2020-01-14phy: ti: j721e-wiz: Manage typec-gpio-dirGravatar Roger Quadros 1-0/+61
2020-01-14phy: cadence: Sierra: add phy_reset hookGravatar Roger Quadros 1-0/+10
2020-01-14phy: cadence: Sierra: remove redundant initialization of pointer regmapGravatar Colin Ian King 1-1/+1
2020-01-14phy: Enable compile testing for some of driversGravatar Krzysztof Kozlowski 6-15/+21
2020-01-14phy: mediatek: Fix Kconfig indentationGravatar Krzysztof Kozlowski 1-10/+10
2020-01-14phy: intel-lgm-emmc: Add support for eMMC PHYGravatar Ramuthevar Vadivel Murugan 5-0/+296
2020-01-14phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoCGravatar Kishon Vijay Abraham I 3-0/+914
2020-01-13Merge 5.5-rc6 into usb-nextGravatar Greg Kroah-Hartman 4-47/+98
2020-01-08phy: cadence: Sierra: Use correct dev pointer in cdns_sierra_phy_remove()Gravatar Kishon Vijay Abraham I 1-1/+1
2020-01-08phy: cadence: Sierra: Set cmn_refclk_dig_div/cmn_refclk1_dig_div frequency to...Gravatar Kishon Vijay Abraham I 1-0/+21
2020-01-08phy: cadence: Sierra: Change MAX_LANES of Sierra to 16Gravatar Kishon Vijay Abraham I 1-1/+21
2020-01-08phy: cadence: Sierra: Check for PLL lock during PHY power onGravatar Kishon Vijay Abraham I 1-1/+32
2020-01-08phy: cadence: Sierra: Get reset control "array" for each linkGravatar Kishon Vijay Abraham I 1-1/+1
2020-01-08phy: cadence: Sierra: Configure both lane cdb and common cdb registers for ex...Gravatar Anil Varughese 1-96/+254
2020-01-08phy: cadence: Sierra: Modify register macro names to be in sync with Sierra u...Gravatar Kishon Vijay Abraham I 1-83/+84
2020-01-08phy: cadence: Sierra: Make cdns_sierra_phy_init() as phy_opsGravatar Kishon Vijay Abraham I 1-6/+9
2020-01-08phy: cadence: Sierra: Add support for SERDES_16G used in J721E SoCGravatar Kishon Vijay Abraham I 1-0/+14
2020-01-08phy: cadence: Sierra: Use "regmap" for read and write to Sierra registersGravatar Kishon Vijay Abraham I 1-54/+237
2020-01-08phy: cadence: Sierra: Make "phy_clk" and "sierra_apb" optional resourcesGravatar Kishon Vijay Abraham I 1-2/+2
2020-01-08phy: usb: Add support for wake and USB low power mode for 7211 S2/S5Gravatar Al Cooper 4-34/+105
2020-01-08phy: usb: USB driver is crashing during S3 resume on 7216Gravatar Al Cooper 1-1/+1
2020-01-08phy: usb: bdc: Fix occasional failure with BDC on 7211Gravatar Al Cooper 3-4/+38
2020-01-08phy: usb: PHY's MDIO registers not accessible without device installedGravatar Al Cooper 1-0/+9
2020-01-08phy: usb: fix driver to defer on clk_get deferGravatar Al Cooper 1-0/+6
2020-01-08phy: usb: Add support for new Synopsys USB controller on the 7211b0Gravatar Al Cooper 4-78/+295
2020-01-08phy: usb: Add support for new Synopsys USB controller on the 7216Gravatar Al Cooper 4-18/+227
2020-01-08phy: usb: Restructure in preparation for adding 7216 USB supportGravatar Al Cooper 3-123/+214
2020-01-08phy: usb: Add "wake on" functionalityGravatar Al Cooper 3-3/+63
2020-01-08phy: usb: Put USB phys into IDDQ on suspend to save power in S2 modeGravatar Al Cooper 2-4/+9
2020-01-08phy: usb: Get all drivers that use USB clks using correct enable/disableGravatar Al Cooper 1-14/+14
2020-01-08phy: usb: EHCI DMA may lose a burst of DMA data for 7255xA0 familyGravatar Al Cooper 1-0/+13
2020-01-08phy: qcom-qmp: Add SW reset registerGravatar Vinod Koul 1-0/+1
2020-01-08phy: qcom-qmp: remove no_pcs_sw_reset for sm8150Gravatar Vinod Koul 1-1/+0
2020-01-08phy: qcom-qmp: remove duplicate powerdown writeGravatar Vinod Koul 1-1/+0
2020-01-08phy: qcom-qmp: Use register definesGravatar Vinod Koul 1-2/+2
2020-01-08phy: brcm-sata: Implement 7216 initialization sequenceGravatar Florian Fainelli 1-0/+120
2020-01-08phy/rockchip: inno-dsidphy: generalize parameter handlingGravatar Heiko Stuebner 2-220/+100
2020-01-08phy: lantiq: vrx200-pcie: Remove unneeded semicolonGravatar Ma Feng 1-1/+1
2020-01-08phy: qualcomm: Adjust indentation in read_poll_timeoutGravatar Nathan Chancellor 1-1/+1
2020-01-08phy: core: Add consumer device link supportGravatar Alexandre Torgue 1-5/+44
2020-01-06phy: Enable compile testing for some of driversGravatar Krzysztof Kozlowski 6-15/+22
2020-01-05net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRGravatar Russell King 1-10/+10
2019-12-31phy/rockchip: inno-hdmi: round clock rate down to closest 1000 HzGravatar Jonas Karlman 1-0/+4