summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-233-0/+294
|\
| * phy: phy-exynos-pcie: Add support for Exynos PCIe PHYJaehoon Chung2017-02-213-0/+294
* | phy: qcom-ufs: Fix misplaced jump labelVivek Gautam2017-01-271-1/+1
* | phy: fix rockchip-inno-usb2 build errorsRandy Dunlap2017-01-271-0/+1
* | phy: Add USB3 PHY support for Broadcom NSP SoCYendapally Reddy Dhananjaya Reddy2017-01-273-0/+186
* | phy: qcom-ufs: Suppress extraneous loggingBjorn Andersson2017-01-272-22/+5
* | phy: qcom-ufs: Remove -always-on propertyBjorn Andersson2017-01-272-5/+1
* | phy: qcom-ufs: Correct usage of regulator_get()Bjorn Andersson2017-01-271-14/+7
* | phy: qcom-ufs: Don't kfree devres resourceBjorn Andersson2017-01-271-8/+1
* | phy: Add support for Qualcomm's USB HS phyStephen Boyd2017-01-273-0/+305
* | phy: Add support for Qualcomm's USB HSIC phyStephen Boyd2017-01-273-0/+168
* | drivers: phy: constify phy_ops structuresBhumika Goyal2017-01-164-4/+4
* | phy: sun4i-usb: Replace the deprecated extcon APIChanwoo Choi2017-01-161-2/+2
* | phy: rcar-gen3-usb2: Replace the deprecated extcon APIChanwoo Choi2017-01-161-4/+4
* | phy: sun4i-usb: add support for V3s USB PHYIcenowy Zheng2017-01-161-1/+13
* | phy: rockchip-inno-usb2: Set EXTCON_USB when EXTCON_CHG_USB_SDP was setBaolin Wang2017-01-161-1/+6
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-144-243/+174
|\
| * phy: qcom-ufs: Remove common layer phy exit callbackVivek Gautam2016-11-084-14/+18
| * scsi: ufs-qcom: phy/hcd: Refactoring phy clock handlingVivek Gautam2016-11-081-18/+18
| * phy: qcom-ufs-qmp-xx: Move clock and regulator init out of phy initVivek Gautam2016-11-082-52/+46
| * phy: qcom-ufs: Remove unnecessary function declarationsVivek Gautam2016-11-081-69/+62
| * phy: qcom-ufs-qmp-xx: Discard remove callback for drivers.Vivek Gautam2016-11-083-41/+0
| * phy: qcom-ufs: Skip obtaining rx/tx_iface_clk for msm8996 based phyVivek Gautam2016-11-081-0/+5
| * phy: qcom-ufs-14nm: Add new compatible for msm8996 based phyVivek Gautam2016-11-081-0/+1
| * phy: qcom-ufs: Cleanup clock and regulator initializationVivek Gautam2016-11-084-57/+37
| * phy: qcom-ufs: Use devm sibling of kstrdup for regulator namesVivek Gautam2016-11-081-4/+1
| * phy: qcom-ufs: Remove unnecessary BUG_ONVivek Gautam2016-11-081-2/+0
* | Merge tag 'phy-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2016-11-2821-921/+1024
|\ \
| * | phy: rockchip-inno-usb2: select USB_COMMONArnd Bergmann2016-11-181-0/+2
| * | phy: rockchip-inno-usb2: fix uninitialized tmout variableArnd Bergmann2016-11-181-1/+1
| * | phy: phy-twl4030-usb: emit VBUS status events to userspaceMatt Ranostay2016-11-181-0/+3
| * | phy_sun4i_usb: set_mode: Allow using set_mode to force end the current sessionHans de Goede2016-11-181-4/+10
| * | phy: fix returnvar.cocci warningsVivek Gautam2016-11-182-4/+2
| * | phy: Fix ptr_ret.cocci warningsVivek Gautam2016-11-182-16/+4
| * | phy: fix semicolon.cocci warningsVivek Gautam2016-11-186-11/+11
| * | phy: exynos-mipi-video: simplify check for coupled phy statusMarek Szyprowski2016-11-181-14/+1
| * | phy: rcar-gen3-usb2: add sysfs for usb role swapYoshihiro Shimoda2016-11-181-1/+117
| * | phy: da8xx-usb: Configure CFGCHIP2 to support OTG workaroundAlexandre Bailon2016-11-181-0/+5
| * | phy: stih41x-usb: Remove usb phy driver and dt bindingPeter Griffin2016-11-183-197/+0
| * | phy: phy-miphy365x: Remove miphy365 driver and dt bindingPeter Griffin2016-11-183-636/+0
| * | phy: rockchip-inno-usb2: correct 480MHz output clock stable timeWilliam Wu2016-11-181-2/+2
| * | phy: rockchip-inno-usb2: correct clk_ops callbackWilliam Wu2016-11-181-6/+6
| * | phy: rockchip-inno-usb2: support otg-port for rk3399William Wu2016-11-181-30/+561
| * | phy: meson8b-usb2: request a shared reset lineMartin Blumenstingl2016-11-181-2/+1
| * | phy: meson8b-usb2: fix missing clk_disable_unprepare() on errorWei Yongjun2016-11-181-0/+3
| * | phy: meson: add USB2 PHY support for Meson8b and GXBBMartin Blumenstingl2016-11-183-0/+298
* | | phy: twl4030-usb: Fix for musb session bit based PMTony Lindgren2016-11-171-2/+2
|/ /
* | phy: sun4i: check PMU presence when poking unknown bit of pmuIcenowy Zheng2016-11-051-1/+1
* | phy-rockchip-pcie: remove deassert of phy_rst from exit callbackShawn Lin2016-11-051-12/+1
* | phy: da8xx-usb: rename the ohci device to ohci-da8xxAxel Haslam2016-11-051-2/+3
|/