summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-0839-310/+4464
|\
| * Merge tag 'phy-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman2019-04-2539-310/+4464
| |\
| | * phy: Add usb phy support for hi3660 Soc of HisiliconYu Chen2019-04-183-0/+244
| | * scsi: phy: mediatek: fix typo in author's email addressColin Ian King2019-04-181-1/+1
| | * phy: ocelot-serdes: Add support for SERDES6G muxingKavya Sree Kotagiri2019-04-181-2/+238
| | * phy: fsl-imx8mq-usb: add support for VBUS power controlLucas Stach2019-04-181-0/+12
| | * phy: qcom-qmp: Add msm8998 PCIe QMP PHY supportMarc Gonzalez2019-04-172-0/+122
| | * phy: ti: am654-serdes: Support all clksel valuesRoger Quadros2019-04-171-49/+83
| | * phy: ti: Add a new SERDES driver for TI's AM654x SoCKishon Vijay Abraham I2019-04-173-0/+637
| | * phy: core: Invoke pm_runtime_get_*/pm_runtime_put_* before invoking reset cal...Kishon Vijay Abraham I2019-04-171-0/+6
| | * phy: core: Add *release* phy_ops invoked when the consumer relinquishes PHYKishon Vijay Abraham I2019-04-171-0/+5
| | * phy: phy-meson-gxl-usb2: get optional clock by devm_clk_get_optional()Chunfeng Yun2019-04-171-8/+3
| | * phy: socionext: get optional clock by devm_clk_get_optional()Chunfeng Yun2019-04-172-14/+6
| | * phy: qcom-qusb2: get optional clock by devm_clk_get_optional()Chunfeng Yun2019-04-171-8/+3
| | * phy: phy-mtk-tphy: get optional clock by devm_clk_get_optional()Chunfeng Yun2019-04-171-7/+3
| | * phy: renesas: rcar-gen3-usb2: enable/disable independent irqsYoshihiro Shimoda2019-04-171-25/+160
| | * phy: renesas: rcar-gen3-usb2: Use pdev's device pointer on dev_vdbg()Yoshihiro Shimoda2019-04-171-4/+6
| | * phy: rcar-gen3-usb2: Add support for r8a77470Biju Das2019-04-172-7/+34
| | * phy: renesas: phy-rcar-gen2: Add support for r8a77470Biju Das2019-04-171-12/+118
| | * phy: ti-pipe3: Fix PCIe power up sequenceRoger Quadros2019-04-171-6/+6
| | * phy: ti-pipe3: Fix SATA & USB PHY power up sequenceRoger Quadros2019-04-171-14/+30
| | * phy: ti-pipe3: improve DPLL stability for SATA & USBRoger Quadros2019-04-171-42/+173
| | * phy: ti-pipe3: Introduce mode property in driver dataRoger Quadros2019-04-171-36/+57
| | * phy: ti-pipe3: fix missing bit-wise or operator when assigning valColin Ian King2019-04-171-1/+1
| | * phy: mediatek: Add UFS M-PHY driverStanley Chu2019-04-173-0/+256
| | * phy: rockchip-emmc: Allow to set drive impedance via DTS.Christoph Muellner2019-04-171-2/+28
| | * phy: ufs-qcom: Refactor all init steps into phy_poweronEvan Green2019-04-175-144/+46
| | * phy: qcom: Utilize UFS reset controllerEvan Green2019-04-175-0/+76
| | * phy: amlogic: Add Amlogic G12A USB3 + PCIE Combo PHY DriverNeil Armstrong2019-04-173-0/+425
| | * phy: amlogic: add Amlogic G12A USB2 PHY DriverNeil Armstrong2019-04-173-0/+353
| | * phy: sr-usb: Add Stingray USB PHY driverSrinath Mannam2019-04-173-0/+406
| | * phy: tegra: xusb: Add Tegra186 supportJC Kuo2019-04-174-0/+933
| | * phy: tegra: xusb: Add support for power suppliesThierry Reding2019-04-172-1/+38
| | * phy: tegra: xusb: Parse dual-role mode propertyThierry Reding2019-04-172-0/+24
| | * phy: tegra: xusb: Skip single function lane programmingJC Kuo2019-04-171-1/+5
* | | Merge tag 'phy-for-5.1-rc-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2019-04-258-31/+28
|\ \ \ | |/ / |/| |
| * | phy: sun4i-usb: Make sure to disable PHY0 passby for peripheral modePaul Kocialkowski2019-04-171-0/+4
| * | phy: fix platform_no_drv_owner.cocci warningsYueHaibing2019-04-171-1/+0
| * | phy: mapphone-mdm6600: add gpiolib dependencyArnd Bergmann2019-04-171-1/+1
| * | phy: ti: usb2: fix OMAP_CONTROL_PHY dependencyArnd Bergmann2019-04-171-1/+1
| * | phy: allwinner: allow compile testingArnd Bergmann2019-04-171-3/+6
| * | phy: qcom-ufs: Make ufs_qcom_phy_disable_iface_clk staticYueHaibing2019-04-171-1/+1
| * | phy: rockchip-typec: Make usb3_pll_cfg and dp_pll_cfg staticYueHaibing2019-04-171-2/+2
| * | phy: phy-twl4030-usb: Fix cable state handlingTony Lindgren2019-04-171-22/+13
| |/
* / phy: sun4i-usb: Support set_mode to USB_HOST for non-OTG PHYsChen-Yu Tsai2019-03-261-1/+4
|/
* Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-03-083-0/+331
|\
| * Merge v5.0-rc7 into drm-nextDave Airlie2019-02-184-6/+8
| |\
| * | phy: Move Allwinner A31 D-PHY driver to drivers/phy/Maxime Ripard2019-02-073-0/+331
* | | Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-03-0621-130/+1309
|\ \ \
| * \ \ Merge tag 'phy-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman2019-02-1221-130/+1309
| |\ \ \ | | |_|/ | |/| |