aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 4-243/+174
2016-11-28Merge tag 'phy-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Gravatar Greg Kroah-Hartman 21-921/+1024
2016-11-18phy: rockchip-inno-usb2: select USB_COMMONGravatar Arnd Bergmann 1-0/+2
2016-11-18phy: rockchip-inno-usb2: fix uninitialized tmout variableGravatar Arnd Bergmann 1-1/+1
2016-11-18phy: phy-twl4030-usb: emit VBUS status events to userspaceGravatar Matt Ranostay 1-0/+3
2016-11-18phy_sun4i_usb: set_mode: Allow using set_mode to force end the current sessionGravatar Hans de Goede 1-4/+10
2016-11-18phy: fix returnvar.cocci warningsGravatar Vivek Gautam 2-4/+2
2016-11-18phy: Fix ptr_ret.cocci warningsGravatar Vivek Gautam 2-16/+4
2016-11-18phy: fix semicolon.cocci warningsGravatar Vivek Gautam 6-11/+11
2016-11-18phy: exynos-mipi-video: simplify check for coupled phy statusGravatar Marek Szyprowski 1-14/+1
2016-11-18phy: rcar-gen3-usb2: add sysfs for usb role swapGravatar Yoshihiro Shimoda 1-1/+117
2016-11-18phy: da8xx-usb: Configure CFGCHIP2 to support OTG workaroundGravatar Alexandre Bailon 1-0/+5
2016-11-18phy: stih41x-usb: Remove usb phy driver and dt bindingGravatar Peter Griffin 3-197/+0
2016-11-18phy: phy-miphy365x: Remove miphy365 driver and dt bindingGravatar Peter Griffin 3-636/+0
2016-11-18phy: rockchip-inno-usb2: correct 480MHz output clock stable timeGravatar William Wu 1-2/+2
2016-11-18phy: rockchip-inno-usb2: correct clk_ops callbackGravatar William Wu 1-6/+6
2016-11-18phy: rockchip-inno-usb2: support otg-port for rk3399Gravatar William Wu 1-30/+561
2016-11-18phy: meson8b-usb2: request a shared reset lineGravatar Martin Blumenstingl 1-2/+1
2016-11-18phy: meson8b-usb2: fix missing clk_disable_unprepare() on errorGravatar Wei Yongjun 1-0/+3
2016-11-18phy: meson: add USB2 PHY support for Meson8b and GXBBGravatar Martin Blumenstingl 3-0/+298
2016-11-17phy: twl4030-usb: Fix for musb session bit based PMGravatar Tony Lindgren 1-2/+2
2016-11-08phy: qcom-ufs: Remove common layer phy exit callbackGravatar Vivek Gautam 4-14/+18
2016-11-08scsi: ufs-qcom: phy/hcd: Refactoring phy clock handlingGravatar Vivek Gautam 1-18/+18
2016-11-08phy: qcom-ufs-qmp-xx: Move clock and regulator init out of phy initGravatar Vivek Gautam 2-52/+46
2016-11-08phy: qcom-ufs: Remove unnecessary function declarationsGravatar Vivek Gautam 1-69/+62
2016-11-08phy: qcom-ufs-qmp-xx: Discard remove callback for drivers.Gravatar Vivek Gautam 3-41/+0
2016-11-08phy: qcom-ufs: Skip obtaining rx/tx_iface_clk for msm8996 based phyGravatar Vivek Gautam 1-0/+5
2016-11-08phy: qcom-ufs-14nm: Add new compatible for msm8996 based phyGravatar Vivek Gautam 1-0/+1
2016-11-08phy: qcom-ufs: Cleanup clock and regulator initializationGravatar Vivek Gautam 4-57/+37
2016-11-08phy: qcom-ufs: Use devm sibling of kstrdup for regulator namesGravatar Vivek Gautam 1-4/+1
2016-11-08phy: qcom-ufs: Remove unnecessary BUG_ONGravatar Vivek Gautam 1-2/+0
2016-11-05phy: sun4i: check PMU presence when poking unknown bit of pmuGravatar Icenowy Zheng 1-1/+1
2016-11-05phy-rockchip-pcie: remove deassert of phy_rst from exit callbackGravatar Shawn Lin 1-12/+1
2016-11-05phy: da8xx-usb: rename the ohci device to ohci-da8xxGravatar Axel Haslam 1-2/+3
2016-09-14phy-twl4030-usb: initialize charging-related stuff via pm_runtimeGravatar Andreas Kemnade 1-5/+11
2016-09-14phy-twl4030-usb: better handle musb_mailbox() failureGravatar Andreas Kemnade 1-2/+7
2016-09-10phy: sun4i-usb: Use spinlock to guard phyctl register accessGravatar Chen-Yu Tsai 1-4/+7
2016-09-10phy: rockchip-usb: use rockchip_usb_phy_reset to reset phy during wakeupGravatar Randy Li 1-0/+20
2016-09-10phy: Add reset callbackGravatar Randy Li 1-0/+15
2016-09-10phy-sun4i-usb: Warn when external vbus is detectedGravatar Hans de Goede 1-1/+3
2016-09-10phy-sun4i-usb: Add support for phy_set_modeGravatar Hans de Goede 1-0/+30
2016-09-10phy-sun4i-usb: Simplify missing dr_mode handlingGravatar Hans de Goede 1-28/+14
2016-09-10phy-sun4i-usb: Refactor forced session endingGravatar Hans de Goede 1-14/+13
2016-09-10phy-sun4i-usb: Use bool where appropriateGravatar Hans de Goede 1-3/+4
2016-09-10phy: rockchip-typec: add pm runtime supportGravatar Chris Zhong 1-0/+10
2016-09-10usb: phy: add USB_SUPPORT dependencyGravatar Arnd Bergmann 1-0/+2
2016-09-10phy: Add USB Type-C PHY driver for rk3399Gravatar Chris Zhong 3-0/+1023
2016-09-10phy: da8xx-usb: Fix syscon device nameGravatar David Lechner 1-1/+1
2016-09-10phy: rockchip-inno-usb2: add COMMON_CLK dependencyGravatar Frank Wang 1-0/+1
2016-09-10phy: omap-usb2: support suspend/resumeGravatar Sekhar Nori 1-54/+46