summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-fixes-4.7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-07-012-2/+3
|\
| * phy: phy-stih407-usb: Use explicit reset_control_get_exclusive() APILee Jones2016-07-011-1/+1
| * phy: miphy28lp: Inform the reset framework that our reset line may be sharedLee Jones2016-07-011-1/+2
* | Merge tag 'usb-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-07-014-23/+11
|\ \
| * \ Merge tag 'phy-for-4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2016-06-244-23/+11
| |\ \
| | * | phy-sun4i-usb: Fix irq free conditions to match request conditionsHans de Goede2016-06-221-2/+2
| | * | phy: bcm-ns-usb2: checking the wrong variableDan Carpenter2016-06-171-2/+2
| | * | phy-sun4i-usb: fix missing __iomem *Ben Dooks2016-06-171-1/+1
| | * | phy: phy-sun4i-usb: Fix optional gpios failing probeQuentin Schulz2016-06-171-4/+4
| | * | phy: rockchip-dp: fix return value check in rockchip_dp_phy_probe()Wei Yongjun2016-06-171-1/+1
| | * | phy: rcar-gen3-usb2: fix unexpected repeat interrupts of VBUS changeYoshihiro Shimoda2016-06-171-13/+1
* | | | Merge tag 'mfd-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2016-06-301-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | phy: phy-stih407-usb: Inform the reset framework that our reset line may be s...Lee Jones2016-06-301-1/+1
* | | Merge tag 'phy-for-4.7-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman2016-06-102-5/+16
|\ \ \ | | |/ | |/|
| * | phy: ti-pipe3: Program the DPLL even if it was already lockedRoger Quadros2016-06-031-4/+11
| * | phy: exynos-mipi-video: avoid uninitialized variable useArnd Bergmann2016-05-301-1/+5
| |/
* | usb: musb: Return error value from musb_mailboxTony Lindgren2016-06-011-4/+10
|/
* Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-2010-372/+952
|\
| * Merge tag 'phy-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman2016-05-0310-371/+950
| |\
| | * phy: exynos-mipi-video: Add support for Exynos 5420 and 5433 SoCsMarek Szyprowski2016-04-301-1/+128
| | * phy: exynos-mipi-video: Rewrite handling of phy registersMarek Szyprowski2016-04-301-35/+130
| | * phy: exynos-mipi-video: Drop support for direct access to PMUSylwester Nawrocki2016-04-301-44/+13
| | * phy: bcm-ns-usb2: new driver for USB 2.0 PHY on NorthstarRafał Miłecki2016-04-303-0/+147
| | * phy: rockhip-usb: Remove CLK_IS_ROOTStephen Boyd2016-04-301-1/+1
| | * phy: phy-mt65xx-usb3: add support for mt2701 platformChunfeng Yun2016-04-302-28/+54
| | * phy: rcar-gen3-usb2: add extcon supportYoshihiro Shimoda2016-04-302-0/+27
| | * phy: rcar-gen3-usb2: Add vbus-supply to handle VBUS on/offYoshihiro Shimoda2016-04-301-0/+28
| | * phy: rcar-gen3-usb2: remove unnecesary struct rcar_gen3_dataYoshihiro Shimoda2016-04-301-19/+14
| | * phy: Add support for NS2 SATA3 PHY in Broadcom SATA3 PHY driverAnup Patel2016-04-303-48/+211
| | * phy: Rename phy-brcmstb-sata driver to phy-brcm-sata driverAnup Patel2016-04-293-14/+14
| | * phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESASSimon Horman2016-04-291-2/+2
| | * phy: rcar-gen3-usb2: add fallback bindingSimon Horman2016-04-291-0/+1
| | * phy: rcar-gen2: add fallback bindingSimon Horman2016-04-291-0/+1
| * | Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-04-281-1/+2
| |\ \ | | |/ | |/|
| | * usb: common: rework CONFIG_USB_COMMON logicArnd Bergmann2016-04-181-1/+2
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-189-6/+5301
|\ \ \ | |/ / |/| |
| * | phy: tegra: Add Tegra210 supportThierry Reding2016-04-292-0/+2046
| * | phy: Add Tegra XUSB pad controller supportThierry Reding2016-04-297-0/+3211
| * | phy: core: Allow children node to be overriddenThierry Reding2016-04-291-6/+44
| |/
* | phy: rockchip-emmc: should be a child device of the GRFHeiko Stuebner2016-04-131-1/+4
* | phy: rockchip-dp: should be a child device of the GRFHeiko Stuebner2016-04-131-2/+5
|/
* Merge tag 'phy-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman2016-03-056-109/+605
|\
| * phy: Fix armada375 compile test build on UMKrzysztof Kozlowski2016-03-011-1/+1
| * phy: rcar-gen3-usb2: remove HSUSB registers handlingYoshihiro Shimoda2016-03-011-72/+11
| * phy: rockchip-usb: add handler for usb-uart functionalityHeiko Stuebner2016-03-011-36/+197
| * phy: Add driver for rockchip Display Port PHYYakir Yang2016-03-013-0/+159
| * phy: add a driver for the Rockchip SoC internal eMMC PHYShawn Lin2016-03-013-0/+237
* | phy: twl4030: use __maybe_unused to hide pm functionsArnd Bergmann2016-03-031-2/+2
* | phy: dm816x: use __maybe_unused to hide pm functionsArnd Bergmann2016-03-031-2/+2
|/
* phy: twl4030-usb: Fix unbalanced pm_runtime_enable on module reloadTony Lindgren2016-02-101-5/+8
OpenPOWER on IntegriCloud