summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-3/+14
|\
| * phy: cp110-comphy: 2.5G SGMII modeAntoine Tenart2018-05-171-3/+14
* | phy: mediatek: add XS-PHY driverChunfeng Yun2018-05-203-0/+610
* | phy: qcom-qusb2: Add QUSB2 PHYs support for sdm845Manu Gautam2018-05-201-8/+118
* | phy: qcom-qmp: Add QMP V3 USB3 UNI PHY support for sdm845Manu Gautam2018-05-202-1/+151
* | phy: qcom-qusb2: Fix crash if nvmem cell not specifiedManu Gautam2018-05-201-0/+4
* | phy: qcom-qmp: Enable pipe_clk before PHY initializationManu Gautam2018-05-201-14/+8
* | phy: stm32: fix usbphyc static checker and checkpatch warningsAmelie Delaunay2018-05-201-5/+4
* | phy: mapphone-mdm6600: Add runtime PM support for n_gsm on USB suspendTony Lindgren2018-05-201-0/+85
* | phy: tegra: Convert to use match_string() helperAndy Shevchenko2018-05-201-14/+1
* | phy: Add a driver for the ATH79 USB phyAlban Bedel2018-04-253-1/+119
* | phy: core: Allow phy_pm_runtime_xxx API calls with NULL phyManu Gautam2018-04-251-0/+18
* | phy: exynos-mipi-video: Simplify code by using regmap_update_bits()Sylwester Nawrocki2018-04-251-20/+14
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-04-051-7/+9
|\
| * ARM: da8xx: use platform data for CFGCHIP syscon regmapDavid Lechner2018-02-191-3/+5
| * phy: da8xx-usb: rename clock con_idsDavid Lechner2018-02-121-4/+4
* | Merge tag 'phy-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2018-03-2030-394/+3153
|\ \
| * | phy: tegra: xusb: Uncomment register writeThierry Reding2018-03-161-4/+2
| * | phy: rockchip-typec: fall back to working in host-mode if extcon is missing.Enric Balletbo i Serra2018-03-161-3/+10
| * | phy: rockchip-typec: support DP phy switchChris Zhong2018-03-161-1/+8
| * | phy: rockchip-typec: force to USB2 if DP at 4 lanes modeChris Zhong2018-03-161-3/+18
| * | phy: rockchip-typec: enable usb3 host during usb3 phy power onWilliam wu2018-03-161-0/+11
| * | phy: rockchip-typec: deprecate some DT properties for various register fields.Enric Balletbo i Serra2018-03-161-49/+63
| * | phy: mapphone-mdm6600: Add USB PHY driver for MDM6600 on Droid 4Tony Lindgren2018-03-163-0/+551
| * | phy: add inno-usb2-phy driver for hi3798cv200 SoCPengcheng Li2018-03-163-0/+208
| * | phy: rcar-gen3-usb2: Add support for r8a77965Yoshihiro Shimoda2018-03-161-0/+4
| * | phy: stm32: add support for STM32 USB PHY Controller (USBPHYC)Amelie Delaunay2018-03-163-0/+476
| * | phy: add 'depends on HAS_IOMEM' to fix unmet dependencyMasahiro Yamada2018-03-163-0/+3
| * | phy: amlogic: add USB3 PHY support for Meson GXL and GXMMartin Blumenstingl2018-03-163-0/+295
| * | phy: berlin-usb: adjust USB_PHY_RX_CTRL init flagsAlexander Monakov2018-03-161-1/+1
| * | phy: phy-mtk-tphy: add configurable parameters for slew rate calibrateChunfeng Yun2018-03-161-5/+15
| * | phy: phy-mtk-tphy: keep default value of mcu_bus_ck_gate_enChunfeng Yun2018-03-161-2/+1
| * | phy: lpc18xx-usb-otg: error handling in lpc18xx_usb_otg_phy_power_on()Alexey Khoroshilov2018-03-161-1/+7
| * | phy: allwinner: sun4i-usb: poll vbus changes on A23/A33 when driving VBUSChen-Yu Tsai2018-03-121-4/+6
| * | phy: amlogic: phy-meson-gxl-usb2: rename some of the U2P_R2 registersMartin Blumenstingl2018-03-081-6/+5
| * | phy: amlogic: phy-meson-gxl-usb2: default to host modeMartin Blumenstingl2018-03-082-14/+2
| * | phy: amlogic: phy-meson-gxl-usb2: support the clock and reset lineMartin Blumenstingl2018-03-081-0/+44
| * | phy: amlogic: phy-meson-gxl-usb2: don't log an error on -EPROBE_DEFERMartin Blumenstingl2018-03-081-2/+6
| * | phy: rockchip-emmc: use regmap_read_poll_timeout to poll dllrdyShawn Lin2018-03-081-22/+11
| * | phy: rockchip-emmc: retry calpad busy trimmingShawn Lin2018-03-081-10/+17
| * | phy: Remove SOC_EXYNOS4212 dep. from PHY_EXYNOS4X12_USBUlf Magnusson2018-03-081-1/+1
| * | phy: add SPDX identifier to QMP and QUSB2 PHY driversManu Gautam2018-03-082-19/+2
| * | phy: qcom-qmp: Add support for runtime PMManu Gautam2018-03-082-1/+179
| * | phy: qcom-qusb2: Add support for runtime PMManu Gautam2018-03-081-0/+176
| * | phy: Add USB speed related PHY modesManu Gautam2018-03-081-0/+2
| * | phy: qcom-qmp: Add support for QMP V3 USB3 PHYManu Gautam2018-03-081-3/+220
| * | phy: qcom-qmp: Add register offsets for QMP V3 PHYManu Gautam2018-03-081-0/+149
| * | phy: qcom-qmp: Move register offsets to header fileManu Gautam2018-03-082-118/+129
| * | phy: qcom-qusb2: Add support for QUSB2 V2 versionManu Gautam2018-03-081-0/+64
| * | phy: qcom-qusb2: Add support for different register layoutsManu Gautam2018-03-081-40/+109