aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-27phy: qcom-ufs: Fix misplaced jump labelVivek Gautam1-1/+1
2017-01-27phy: fix rockchip-inno-usb2 build errorsRandy Dunlap1-0/+1
2017-01-27phy: Add USB3 PHY support for Broadcom NSP SoCYendapally Reddy Dhananjaya Reddy3-0/+186
2017-01-27phy: qcom-ufs: Suppress extraneous loggingBjorn Andersson2-22/+5
2017-01-27phy: qcom-ufs: Remove -always-on propertyBjorn Andersson2-5/+1
2017-01-27phy: qcom-ufs: Correct usage of regulator_get()Bjorn Andersson1-14/+7
2017-01-27phy: qcom-ufs: Don't kfree devres resourceBjorn Andersson1-8/+1
2017-01-27phy: Add support for Qualcomm's USB HS phyStephen Boyd3-0/+305
2017-01-27phy: Add support for Qualcomm's USB HSIC phyStephen Boyd3-0/+168
2017-01-16drivers: phy: constify phy_ops structuresBhumika Goyal4-4/+4
2017-01-16phy: sun4i-usb: Replace the deprecated extcon APIChanwoo Choi1-2/+2
2017-01-16phy: rcar-gen3-usb2: Replace the deprecated extcon APIChanwoo Choi1-4/+4
2017-01-16phy: sun4i-usb: add support for V3s USB PHYIcenowy Zheng1-1/+13
2017-01-16phy: rockchip-inno-usb2: Set EXTCON_USB when EXTCON_CHG_USB_SDP was setBaolin Wang1-1/+6
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-243/+174
2016-11-28Merge tag 'phy-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman21-921/+1024
2016-11-18phy: rockchip-inno-usb2: select USB_COMMONArnd Bergmann1-0/+2
2016-11-18phy: rockchip-inno-usb2: fix uninitialized tmout variableArnd Bergmann1-1/+1
2016-11-18phy: phy-twl4030-usb: emit VBUS status events to userspaceMatt Ranostay1-0/+3
2016-11-18phy_sun4i_usb: set_mode: Allow using set_mode to force end the current sessionHans de Goede1-4/+10
2016-11-18phy: fix returnvar.cocci warningsVivek Gautam2-4/+2
2016-11-18phy: Fix ptr_ret.cocci warningsVivek Gautam2-16/+4
2016-11-18phy: fix semicolon.cocci warningsVivek Gautam6-11/+11
2016-11-18phy: exynos-mipi-video: simplify check for coupled phy statusMarek Szyprowski1-14/+1
2016-11-18phy: rcar-gen3-usb2: add sysfs for usb role swapYoshihiro Shimoda1-1/+117
2016-11-18phy: da8xx-usb: Configure CFGCHIP2 to support OTG workaroundAlexandre Bailon1-0/+5
2016-11-18phy: stih41x-usb: Remove usb phy driver and dt bindingPeter Griffin3-197/+0
2016-11-18phy: phy-miphy365x: Remove miphy365 driver and dt bindingPeter Griffin3-636/+0
2016-11-18phy: rockchip-inno-usb2: correct 480MHz output clock stable timeWilliam Wu1-2/+2
2016-11-18phy: rockchip-inno-usb2: correct clk_ops callbackWilliam Wu1-6/+6
2016-11-18phy: rockchip-inno-usb2: support otg-port for rk3399William Wu1-30/+561
2016-11-18phy: meson8b-usb2: request a shared reset lineMartin Blumenstingl1-2/+1
2016-11-18phy: meson8b-usb2: fix missing clk_disable_unprepare() on errorWei Yongjun1-0/+3
2016-11-18phy: meson: add USB2 PHY support for Meson8b and GXBBMartin Blumenstingl3-0/+298
2016-11-17phy: twl4030-usb: Fix for musb session bit based PMTony Lindgren1-2/+2
2016-11-08phy: qcom-ufs: Remove common layer phy exit callbackVivek Gautam4-14/+18
2016-11-08scsi: ufs-qcom: phy/hcd: Refactoring phy clock handlingVivek Gautam1-18/+18
2016-11-08phy: qcom-ufs-qmp-xx: Move clock and regulator init out of phy initVivek Gautam2-52/+46
2016-11-08phy: qcom-ufs: Remove unnecessary function declarationsVivek Gautam1-69/+62
2016-11-08phy: qcom-ufs-qmp-xx: Discard remove callback for drivers.Vivek Gautam3-41/+0
2016-11-08phy: qcom-ufs: Skip obtaining rx/tx_iface_clk for msm8996 based phyVivek Gautam1-0/+5
2016-11-08phy: qcom-ufs-14nm: Add new compatible for msm8996 based phyVivek Gautam1-0/+1
2016-11-08phy: qcom-ufs: Cleanup clock and regulator initializationVivek Gautam4-57/+37
2016-11-08phy: qcom-ufs: Use devm sibling of kstrdup for regulator namesVivek Gautam1-4/+1
2016-11-08phy: qcom-ufs: Remove unnecessary BUG_ONVivek Gautam1-2/+0
2016-11-05phy: sun4i: check PMU presence when poking unknown bit of pmuIcenowy Zheng1-1/+1
2016-11-05phy-rockchip-pcie: remove deassert of phy_rst from exit callbackShawn Lin1-12/+1
2016-11-05phy: da8xx-usb: rename the ohci device to ohci-da8xxAxel Haslam1-2/+3
2016-09-14phy-twl4030-usb: initialize charging-related stuff via pm_runtimeAndreas Kemnade1-5/+11
2016-09-14phy-twl4030-usb: better handle musb_mailbox() failureAndreas Kemnade1-2/+7