aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2016-02-10phy: twl4030-usb: Fix unbalanced pm_runtime_enable on module reloadGravatar Tony Lindgren 1-5/+8
2016-02-10phy: twl4030-usb: Relase usb phy on unloadGravatar Tony Lindgren 1-0/+1
2016-02-10phy: core: fix wrong err handle for phy_power_onGravatar Shawn Lin 1-7/+9
2016-02-03phy: Restrict phy-hi6220-usb to HiSilicon arm64Gravatar Geert Uytterhoeven 1-0/+1
2015-12-26Merge tag 'phy-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Gravatar Greg Kroah-Hartman 11-234/+1331
2015-12-26Merge tag 'usb-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Gravatar Greg Kroah-Hartman 1-16/+16
2015-12-21phy: omap-usb2: use *syscon* framework API to power on/off the PHYGravatar Kishon Vijay Abraham I 1-17/+75
2015-12-21phy: omap-usb2: use omap_usb_power_off to power off the PHY during probeGravatar Kishon Vijay Abraham I 1-1/+1
2015-12-21phy: ti-pipe3: use *syscon* framework API to set PCS value of the PHYGravatar Kishon Vijay Abraham I 1-2/+32
2015-12-21phy: ti-pipe3: use *syscon* framework API to power on/off the PHYGravatar Kishon Vijay Abraham I 1-15/+73
2015-12-21phy: ti-pipe3: use ti_pipe3_power_off to power off the PHY during probeGravatar Kishon Vijay Abraham I 1-2/+3
2015-12-21phy: ti-pipe3: move mem resource initialization to a separate functionGravatar Kishon Vijay Abraham I 1-19/+33
2015-12-21phy: ti-pipe3: move sysctrl initialization to a separate functionGravatar Kishon Vijay Abraham I 1-33/+45
2015-12-21phy: ti-pipe3: move clk initialization to a separate functionGravatar Kishon Vijay Abraham I 1-55/+72
2015-12-21phy: ti-pipe3: introduce local struct device* in probeGravatar Kishon Vijay Abraham I 1-27/+27
2015-12-20phy: berlin-usb: don't set device's driver_dataGravatar Jisheng Zhang 1-1/+0
2015-12-20phy: berlin-usb: remove non-necessary header filesGravatar Jisheng Zhang 1-2/+0
2015-12-20phy: phy_brcmstb_sata: add support for MIPS-based platformsGravatar Jaedon Shin 2-8/+20
2015-12-20phy: phy_brcmstb_sata: add data for phy versionGravatar Jaedon Shin 1-3/+20
2015-12-20phy: phy_brcmstb_sata: remove duplicate definitionsGravatar Jaedon Shin 1-2/+0
2015-12-20phy: rockchip-usb: expose the phy-internal PLLsGravatar Heiko Stuebner 1-27/+161
2015-12-20phy: rockchip-usb: add compatible values for rk3066a and rk3188Gravatar Heiko Stuebner 1-0/+2
2015-12-20phy: rockchip-usb: move per-phy init into a separate functionGravatar Heiko Stuebner 1-40/+43
2015-12-20phy: rockchip-usb: introduce a common data-struct for the deviceGravatar Heiko Stuebner 1-7/+19
2015-12-20phy: rockchip-usb: fix clock get-put mismatchGravatar Heiko Stuebner 1-0/+12
2015-12-20phy: add phy-hi6220-usbGravatar Zhangfei Gao 3-0/+178
2015-12-20phy-sun4i-usb: Add support for the host usb-phys found on the H3 SoCGravatar Reinder de Haan 1-9/+32
2015-12-20phy-sun4i-usb: Use of_match_node to get model specific config dataGravatar Hans de Goede 1-42/+79
2015-12-20phy: phy-mt65xx-usb3: improve HS eye diagramGravatar Chunfeng Yun 1-3/+96
2015-12-20phy: phy-mt65xx-usb3: fix test fail of HS receiver sensitivityGravatar Chunfeng Yun 1-2/+5
2015-12-20phy: rcar-gen3-usb2: add runtime ID/VBUS pin detectionGravatar Yoshihiro Shimoda 1-1/+42
2015-12-20phy: rcar-gen3-usb2: change the mode to OTG on the combined channelGravatar Yoshihiro Shimoda 1-2/+122
2015-12-20phy: rcar-gen3-usb2: Add R-Car Gen3 USB2 PHY driverGravatar Yoshihiro Shimoda 3-0/+225
2015-12-16usb: musb: core: Fix handling of the phy notificationsGravatar Tony Lindgren 1-16/+16
2015-12-07phy: core: Get a refcount to phy in devm_of_phy_get_by_index()Gravatar Chunfeng Yun 1-6/+15
2015-12-03phy: cygnus: pcie: add missing of_node_putGravatar Julia Lawall 1-4/+12
2015-12-03phy: miphy365x: add missing of_node_putGravatar Julia Lawall 1-5/+11
2015-12-03phy: miphy28lp: add missing of_node_putGravatar Julia Lawall 1-5/+11
2015-12-03phy: rockchip-usb: add missing of_node_putGravatar Julia Lawall 1-5/+12
2015-12-03phy: berlin-sata: add missing of_node_putGravatar Julia Lawall 1-6/+14
2015-12-03phy: mt65xx-usb3: add missing of_node_putGravatar Julia Lawall 1-7/+13
2015-12-03phy: brcmstb-sata: add missing of_node_putGravatar Julia Lawall 1-5/+12
2015-12-03phy: sun9i-usb: add USB dependencyGravatar Arnd Bergmann 1-0/+1
2015-11-04Merge tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 7-15/+773
2015-10-20Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new ...Gravatar Ingo Molnar 3-0/+18
2015-10-17Merge tag 'phy-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Gravatar Greg Kroah-Hartman 7-15/+773
2015-10-06phy: cygnus: pcie: Add Cygnus PCIe PHY supportGravatar Ray Jui 3-0/+223
2015-10-06phy: sun4i-usb: Use devm_gpiod_get_optional for optional GPIOsGravatar Axel Lin 1-13/+9
2015-10-06phy: add usb3.0 phy driver for mt65xx SoCsGravatar Chunfeng Yun 3-0/+516
2015-10-06phy: exynos-usb2: add vbus regulator supportGravatar Marek Szyprowski 2-2/+25