aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2016-07-31Merge tag 'mmc-v4.8' of git://git.linaro.org/people/ulf.hansson/mmcGravatar Linus Torvalds 1-45/+196
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-1/+124
2016-07-26Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Gravatar Linus Torvalds 1-0/+81
2016-07-25phy: rockchip-emmc: Wait even longer for the DLL to lockGravatar Douglas Anderson 1-1/+11
2016-07-25phy: rockchip-emmc: Be tolerant to card clock of 0 in power onGravatar Douglas Anderson 1-22/+37
2016-07-25phy: rockchip-emmc: Set phyctrl_frqsel based on card clockGravatar Douglas Anderson 1-12/+89
2016-07-25phy: rockchip-emmc: Minor code cleanup in rockchip_emmc_phy_power_on/off()Gravatar Douglas Anderson 1-12/+2
2016-07-25phy: rockchip-emmc: Increase lock time allowanceGravatar Douglas Anderson 1-8/+20
2016-07-25phy: rockchip-emmc: reindent the register definitionsGravatar Brian Norris 1-38/+38
2016-07-25phy: rockchip-emmc: configure default output tap delayGravatar Brian Norris 1-0/+19
2016-07-25phy: rockchip-emmc: configure frequency range and drive impedanceGravatar Shawn Lin 1-0/+27
2016-07-25phy: rockchip-emmc: give DLL some extra time to be readyGravatar Shawn Lin 1-3/+4
2016-07-14Merge tag 'phy-for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 10-26/+334
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 6-26/+15
2016-07-04Merge 4.7-rc6 into usb-nextGravatar Greg Kroah-Hartman 6-26/+15
2016-07-04phy: rcar-gen3-usb2: fix mutex_lock calling in interruptGravatar Yoshihiro Shimoda 1-4/+22
2016-07-04phy: rockhip-usb: use devm_add_action_or_reset()Gravatar Sudip Mukherjee 1-5/+3
2016-07-04phy-sun4i-usb: Add workaround for missing Vbus det interrupts on A31Gravatar Hans de Goede 1-10/+24
2016-07-04phy: phy-qcom-ufs-qmp-14nm: Remove site specific OOM error messageGravatar Peter Griffin 1-1/+0
2016-07-04phy: phy-qcom-ufs-qmp-20nm: Remove site specific OOM error messageGravatar Peter Griffin 1-1/+0
2016-07-04phy: rockchip-usb: should be a child device of the GRFGravatar Heiko Stuebner 1-3/+12
2016-07-04phy: da8xx-usb: new driver for DA8xx SoC USB PHYGravatar David Lechner 3-0/+256
2016-07-04Merge tag 'phy-set-mode-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Kishon Vijay Abraham I 2-2/+17
2016-07-04phy: Add set_mode callbackGravatar David Lechner 1-0/+15
2016-07-04phy: xgene: rename "enum phy_mode" to "enum xgene_phy_mode"Gravatar Kishon Vijay Abraham I 1-2/+2
2016-07-01Merge tag 'mfd-fixes-4.7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+3
2016-07-01Merge tag 'usb-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 4-23/+11
2016-07-01phy: phy-stih407-usb: Use explicit reset_control_get_exclusive() APIGravatar Lee Jones 1-1/+1
2016-07-01phy: miphy28lp: Inform the reset framework that our reset line may be sharedGravatar Lee Jones 1-1/+2
2016-06-30Merge tag 'mfd-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 1-1/+1
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-9/+26
2016-06-30phy: phy-stih407-usb: Inform the reset framework that our reset line may be s...Gravatar Lee Jones 1-1/+1
2016-06-24Merge tag 'phy-for-4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 4-23/+11
2016-06-22phy-sun4i-usb: Fix irq free conditions to match request conditionsGravatar Hans de Goede 1-2/+2
2016-06-21usb: gadget: move gadget API functions to udc-coreGravatar Felipe Balbi 1-0/+1
2016-06-17phy: bcm-ns-usb2: checking the wrong variableGravatar Dan Carpenter 1-2/+2
2016-06-17phy-sun4i-usb: fix missing __iomem *Gravatar Ben Dooks 1-1/+1
2016-06-17phy: phy-sun4i-usb: Fix optional gpios failing probeGravatar Quentin Schulz 1-4/+4
2016-06-17phy: rockchip-dp: fix return value check in rockchip_dp_phy_probe()Gravatar Wei Yongjun 1-1/+1
2016-06-17phy: rcar-gen3-usb2: fix unexpected repeat interrupts of VBUS changeGravatar Yoshihiro Shimoda 1-13/+1
2016-06-16phy: Add SATA3 PHY support for Broadcom NSP SoCGravatar Yendapally Reddy Dhananjaya Reddy 1-0/+81
2016-06-10phy: Add Northstar2 PCI Phy supportGravatar Pramod Kumar 3-1/+124
2016-06-10Merge tag 'phy-for-4.7-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Gravatar Greg Kroah-Hartman 2-5/+16
2016-06-03phy: ti-pipe3: Program the DPLL even if it was already lockedGravatar Roger Quadros 1-4/+11
2016-06-01usb: musb: Return error value from musb_mailboxGravatar Tony Lindgren 1-4/+10
2016-05-30phy: exynos-mipi-video: avoid uninitialized variable useGravatar Arnd Bergmann 1-1/+5
2016-05-20Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 10-372/+952
2016-05-18Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 9-6/+5301
2016-05-03Merge tag 'phy-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Gravatar Greg Kroah-Hartman 10-371/+950
2016-04-30phy: exynos-mipi-video: Add support for Exynos 5420 and 5433 SoCsGravatar Marek Szyprowski 1-1/+128