summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-16phy: mapphone-mdm6600: Add USB PHY driver for MDM6600 on Droid 4Tony Lindgren4-0/+580
2018-03-16phy: add inno-usb2-phy driver for hi3798cv200 SoCPengcheng Li3-0/+208
2018-03-16dt-bindings: add bindings doc for HiSilicon INNO USB2 PHYPengcheng Li1-0/+71
2018-03-16dt-bindings: rcar-gen3-phy-usb3: Add bindings for r8a77965Yoshihiro Shimoda1-0/+2
2018-03-16phy: rcar-gen3-usb2: Add support for r8a77965Yoshihiro Shimoda1-0/+4
2018-03-16dt-bindings: rcar-gen3-phy-usb2: Add bindings for r8a77965Yoshihiro Shimoda1-0/+2
2018-03-16phy: stm32: add support for STM32 USB PHY Controller (USBPHYC)Amelie Delaunay3-0/+476
2018-03-16dt-bindings: phy: add support for STM32 USB PHY Controller (USBPHYC)Amelie Delaunay1-0/+73
2018-03-16phy: add 'depends on HAS_IOMEM' to fix unmet dependencyMasahiro Yamada3-0/+3
2018-03-16phy: amlogic: add USB3 PHY support for Meson GXL and GXMMartin Blumenstingl3-0/+295
2018-03-16dt-bindings: phy: Add support for the USB3 PHY on Amlogic Meson GXL SoCsMartin Blumenstingl1-0/+31
2018-03-16phy: berlin-usb: adjust USB_PHY_RX_CTRL init flagsAlexander Monakov1-1/+1
2018-03-16dt-bindings: phy-mtk-tphy: add properties for U2 slew rate calibrateChunfeng Yun1-0/+4
2018-03-16phy: phy-mtk-tphy: add configurable parameters for slew rate calibrateChunfeng Yun1-5/+15
2018-03-16phy: phy-mtk-tphy: keep default value of mcu_bus_ck_gate_enChunfeng Yun1-2/+1
2018-03-16phy: lpc18xx-usb-otg: error handling in lpc18xx_usb_otg_phy_power_on()Alexey Khoroshilov1-1/+7
2018-03-12phy: allwinner: sun4i-usb: poll vbus changes on A23/A33 when driving VBUSChen-Yu Tsai1-4/+6
2018-03-08phy: amlogic: phy-meson-gxl-usb2: rename some of the U2P_R2 registersMartin Blumenstingl1-6/+5
2018-03-08phy: amlogic: phy-meson-gxl-usb2: default to host modeMartin Blumenstingl2-14/+2
2018-03-08phy: amlogic: phy-meson-gxl-usb2: support the clock and reset lineMartin Blumenstingl1-0/+44
2018-03-08phy: amlogic: phy-meson-gxl-usb2: don't log an error on -EPROBE_DEFERMartin Blumenstingl1-2/+6
2018-03-08dt-bindings: phy: meson-gxl-usb2-phy: add the reset line and clockMartin Blumenstingl1-0/+4
2018-03-08phy: fix structure documentationDov Levenglick1-2/+11
2018-03-08phy: rockchip-emmc: use regmap_read_poll_timeout to poll dllrdyShawn Lin1-22/+11
2018-03-08phy: rockchip-emmc: retry calpad busy trimmingShawn Lin1-10/+17
2018-03-08phy: Remove SOC_EXYNOS4212 dep. from PHY_EXYNOS4X12_USBUlf Magnusson1-1/+1
2018-03-08phy: add SPDX identifier to QMP and QUSB2 PHY driversManu Gautam2-19/+2
2018-03-08phy: qcom-qmp: Add support for runtime PMManu Gautam2-1/+179
2018-03-08phy: qcom-qusb2: Add support for runtime PMManu Gautam1-0/+176
2018-03-08phy: Add USB speed related PHY modesManu Gautam2-0/+20
2018-03-08phy: qcom-qmp: Add support for QMP V3 USB3 PHYManu Gautam1-3/+220
2018-03-08dt-bindings: phy-qcom-qmp: Update bindings for QMP V3 USB PHYManu Gautam1-1/+5
2018-03-08phy: qcom-qmp: Add register offsets for QMP V3 PHYManu Gautam1-0/+149
2018-03-08phy: qcom-qmp: Move register offsets to header fileManu Gautam2-118/+129
2018-03-08phy: qcom-qusb2: Add support for QUSB2 V2 versionManu Gautam1-0/+64
2018-03-08dt-bindings: phy-qcom-qusb2: Update binding for QUSB2 V2 versionManu Gautam1-1/+4
2018-03-08phy: qcom-qusb2: Add support for different register layoutsManu Gautam1-40/+109
2018-03-08phy: qcom-qmp: Move SERDES/PCS START after PHY resetManu Gautam1-3/+3
2018-03-08phy: qcom-qmp: Fix PHY block reset sequenceManu Gautam1-9/+19
2018-03-08phy: qcom-qusb2: Power-on PHY before initializationManu Gautam1-32/+15
2018-03-08phy: qcom-qmp: Power-on PHY before initializationManu Gautam1-37/+24
2018-03-08phy: qcom-qmp: Adapt to clk_bulk_* APIsVivek Gautam1-34/+16
2018-03-08phy: qcom-qmp: Fix phy pipe clock gatingVivek Gautam1-2/+2
2018-02-21phy: add combo phy driver for HiSilicon STB SoCsJianguo Sun3-0/+299
2018-02-21dt-bindings: add bindings doc for hi3798cv200 combphyJianguo Sun1-0/+59
2018-02-21dt-bindings: hisilicon: add doc for Hi3798CV200 peripheral controllerShawn Guo1-0/+23
2018-02-21phy: sun4i-usb: add support for R40 USB PHYIcenowy Zheng2-0/+13
2018-02-21phy: tegra: remove redundant self assignment of 'map'Colin Ian King1-1/+1
2018-02-12Linux 4.16-rc1v4.16-rc1Linus Torvalds1-2/+2
2018-02-12unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro8-142/+47