summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'phy-for-5.6-rc_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2020-03-044-103/+100
|\
| * phy: mapphone-mdm6600: Fix timeouts by adding wake-up handlingTony Lindgren2020-02-271-2/+16
| * phy: brcm-sata: Correct MDIO operations for 40nm platformsFlorian Fainelli2020-02-211-83/+65
| * phy: ti: gmii-sel: do not fail in case of gmiiGrygorii Strashko2020-02-201-0/+1
| * phy: ti: gmii-sel: fix set of copy-paste errorsGrygorii Strashko2020-02-201-5/+4
| * phy: core: Fix phy_get() to not return error on link creation failureKishon Vijay Abraham I2020-02-191-12/+6
| * phy: mapphone-mdm6600: Fix write timeouts with shorter GPIO toggle intervalTony Lindgren2020-02-191-1/+8
* | phy: allwinner: Fix GENMASK misuseRikard Falkeborn2020-03-041-1/+1
|/
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-2/+2
* Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-2929-579/+3048
|\
| * phy: ti: j721e-wiz: Fix build error without CONFIG_OF_ADDRESSHongbo Yao2020-01-181-0/+1
| * Merge tag 'phy-for-5.6_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman2020-01-1725-566/+3027
| |\
| | * phy: ti: j721e-wiz: Fix return value check in wiz_probe()Wei Yongjun2020-01-171-1/+1
| | * phy: intel-lgm-emmc: Fix warning by adding missing MODULE_LICENSERamuthevar Vadivel Murugan2020-01-141-0/+1
| | * phy: ti: j721e-wiz: Manage typec-gpio-dirRoger Quadros2020-01-141-0/+61
| | * phy: cadence: Sierra: add phy_reset hookRoger Quadros2020-01-141-0/+10
| | * phy: cadence: Sierra: remove redundant initialization of pointer regmapColin Ian King2020-01-141-1/+1
| | * phy: Enable compile testing for some of driversKrzysztof Kozlowski2020-01-146-15/+21
| | * phy: mediatek: Fix Kconfig indentationKrzysztof Kozlowski2020-01-141-10/+10
| | * phy: intel-lgm-emmc: Add support for eMMC PHYRamuthevar Vadivel Murugan2020-01-145-0/+296
| | * phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoCKishon Vijay Abraham I2020-01-143-0/+914
| | * phy: cadence: Sierra: Use correct dev pointer in cdns_sierra_phy_remove()Kishon Vijay Abraham I2020-01-081-1/+1
| | * phy: cadence: Sierra: Set cmn_refclk_dig_div/cmn_refclk1_dig_div frequency to...Kishon Vijay Abraham I2020-01-081-0/+21
| | * phy: cadence: Sierra: Change MAX_LANES of Sierra to 16Kishon Vijay Abraham I2020-01-081-1/+21
| | * phy: cadence: Sierra: Check for PLL lock during PHY power onKishon Vijay Abraham I2020-01-081-1/+32
| | * phy: cadence: Sierra: Get reset control "array" for each linkKishon Vijay Abraham I2020-01-081-1/+1
| | * phy: cadence: Sierra: Configure both lane cdb and common cdb registers for ex...Anil Varughese2020-01-081-96/+254
| | * phy: cadence: Sierra: Modify register macro names to be in sync with Sierra u...Kishon Vijay Abraham I2020-01-081-83/+84
| | * phy: cadence: Sierra: Make cdns_sierra_phy_init() as phy_opsKishon Vijay Abraham I2020-01-081-6/+9
| | * phy: cadence: Sierra: Add support for SERDES_16G used in J721E SoCKishon Vijay Abraham I2020-01-081-0/+14
| | * phy: cadence: Sierra: Use "regmap" for read and write to Sierra registersKishon Vijay Abraham I2020-01-081-54/+237
| | * phy: cadence: Sierra: Make "phy_clk" and "sierra_apb" optional resourcesKishon Vijay Abraham I2020-01-081-2/+2
| | * phy: usb: Add support for wake and USB low power mode for 7211 S2/S5Al Cooper2020-01-084-34/+105
| | * phy: usb: USB driver is crashing during S3 resume on 7216Al Cooper2020-01-081-1/+1
| | * phy: usb: bdc: Fix occasional failure with BDC on 7211Al Cooper2020-01-083-4/+38
| | * phy: usb: PHY's MDIO registers not accessible without device installedAl Cooper2020-01-081-0/+9
| | * phy: usb: fix driver to defer on clk_get deferAl Cooper2020-01-081-0/+6
| | * phy: usb: Add support for new Synopsys USB controller on the 7211b0Al Cooper2020-01-084-78/+295
| | * phy: usb: Add support for new Synopsys USB controller on the 7216Al Cooper2020-01-084-18/+227
| | * phy: usb: Restructure in preparation for adding 7216 USB supportAl Cooper2020-01-083-123/+214
| | * phy: usb: Add "wake on" functionalityAl Cooper2020-01-083-3/+63
| | * phy: usb: Put USB phys into IDDQ on suspend to save power in S2 modeAl Cooper2020-01-082-4/+9
| | * phy: usb: Get all drivers that use USB clks using correct enable/disableAl Cooper2020-01-081-14/+14
| | * phy: usb: EHCI DMA may lose a burst of DMA data for 7255xA0 familyAl Cooper2020-01-081-0/+13
| | * phy: qcom-qmp: Add SW reset registerVinod Koul2020-01-081-0/+1
| | * phy: qcom-qmp: remove no_pcs_sw_reset for sm8150Vinod Koul2020-01-081-1/+0
| | * phy: qcom-qmp: remove duplicate powerdown writeVinod Koul2020-01-081-1/+0
| | * phy: qcom-qmp: Use register definesVinod Koul2020-01-081-2/+2
| | * phy: brcm-sata: Implement 7216 initialization sequenceFlorian Fainelli2020-01-081-0/+120
| | * phy/rockchip: inno-dsidphy: generalize parameter handlingHeiko Stuebner2020-01-082-220/+100