aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-13Merge tag 'usb-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds18-89/+580
2015-04-10Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notifier', 'regulator/topic/palmas', 'regulator/topic/qcom' and 'regulator/topic/stw481x' into regulator-nextMark Brown1-2/+2
2015-04-10Merge tag 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman18-89/+580
2015-04-03phy: spear1340-miphy: Return proper error for spear1340_miphy_xlateAxel Lin1-2/+2
2015-04-03phy: spear1310-miphy: Return proper error for spear1310_miphy_xlateAxel Lin1-2/+2
2015-04-03phy: miphy365x: Use the generic phy type constants in dt-bindings/phy/phy.hPeter Griffin1-7/+7
2015-04-03phy: Add driver to support individual USB PHYs on sun9iChen-Yu Tsai3-0/+214
2015-04-03phy: Add a driver for dm816x USB PHYTony Lindgren3-0/+298
2015-04-03phy: qcom-ufs: Don't return error if fail to get optional resourceAxel Lin1-20/+3
2015-04-03phy: qcom-ufs: Fix build error due to missing export symbolsAxel Lin1-0/+9
2015-03-26phy: samsung_usb2: Fixup samsung_usb2_phy_power_on/off pathsAxel Lin1-2/+8
2015-03-26phy: exynos5-usbdrd: Add to support for Exynos5433 SoCJaewon Kim1-0/+10
2015-03-26phy: qcom-ufs: Catch devm_phy_create failure in ufs_qcom_phy_generic_probeAxel Lin1-0/+1
2015-03-26phy: stih41x-usb: Fixup stih41x_usb_phy_power_on failure pathAxel Lin1-2/+6
2015-03-13phy: omap-usb2: Fix missing clk_prepare call when using old dt nameAxel Lin1-2/+3
2015-03-13phy: ti/omap: Fix modaliasAxel Lin3-3/+3
2015-03-13phy: core: Fixup return value of phy_exit when !pm_runtime_enabledAxel Lin1-4/+3
2015-03-13phy: miphy28lp: Convert to devm_kcalloc and fix wrong sizofAxel Lin1-3/+2
2015-03-13phy: miphy365x: Convert to devm_kcalloc and fix wrong sizeofAxel Lin1-3/+2
2015-03-13phy: twl4030-usb: Remove redundant assignment for twl->linkstatAxel Lin1-1/+0
2015-03-13phy: exynos5-usbdrd: Fix off-by-one valid value checking for args->args[0]Axel Lin1-1/+1
2015-03-13phy: Find the right match in devm_phy_destroy()Thierry Reding1-1/+3
2015-03-12phy: rockchip-usb: Fixup rockchip_usb_phy_power_on failure pathAxel Lin1-3/+3
2015-03-12phy: ti-pipe3: Simplify ti_pipe3_dpll_wait_lock implementationAxel Lin1-7/+3
2015-03-12phy: samsung-usb2: Remove NULL terminating entry from phys arrayAxel Lin3-3/+0
2015-03-12phy: hix5hd2-sata: Check return value of platform_get_resourceAxel Lin1-0/+3
2015-03-12phy: exynos-dp-video: Kill exynos_dp_video_phy_pwr_isol functionAxel Lin1-20/+4
2015-03-11phy: exynos-mipi-video: Use spin_lock to protct state->regmap rmw operationsAxel Lin1-6/+3
2015-03-10phy: berlin-usb: Set drvdata for phy and use itAxel Lin1-8/+6
2015-03-10regulator: fixes for regulator_set_optimum_mode name changeStephen Rothwell1-2/+2
2015-03-10phy: ti-pipe3: Remove unneeded ifdef CONFIG_OF guard and of_match_ptrAxel Lin1-7/+2
2015-03-10phy: omap-usb2: Remove unneeded ifdef CONFIG_OF guard and of_match_ptrAxel Lin1-4/+2
2015-03-10phy: omap-control: Remove unneeded ifdef CONFIG_OF guard and of_match_ptrAxel Lin1-8/+2
2015-03-10phy: miphy28lp: Use PTR_ERR_OR_ZEROAxel Lin1-4/+1
2015-03-10phy: berlin-sata: Use devm_kcalloc at appropriate placeAxel Lin1-1/+1
2015-03-10phy: xgene: Use PTR_ERR_OR_ZEROAxel Lin1-18/+5
2015-03-10phy: berlin-usb: Use PTR_ERR_OR_ZEROAxel Lin1-4/+1
2015-03-04phy: exynos-mipi-video: Fixup the test for state->regmapAxel Lin1-1/+1
2015-03-04phy: miphy28lp: Add missing .owner field in miphy28lp_opsAxel Lin1-0/+1
2015-03-04phy: xgene: Remove duplicate code to set ctx->devAxel Lin1-1/+0
2015-03-04phy: armada375-usb2: Set drvdata for phy and use itAxel Lin1-1/+2
2015-03-04phy: miphy365x: Avoid calling of_get_child_count() multiple timesAxel Lin1-5/+6
2015-03-04phy: miphy28lp: Avoid calling of_get_child_count() multiple timesAxel Lin1-5/+6
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-94/+369
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-0/+1784
2015-01-30phy: miphy365x: Pass sysconfig register offsets via syscfg dt property.Peter Griffin1-19/+10
2015-01-30phy: exynos-video-mipi: Fix regression by adding support for PMU regmapSylwester Nawrocki1-32/+57
2015-01-30phy: add a driver for the Rockchip SoC internal USB2.0 PHYYunzhi Li3-0/+166
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-10/+13
2015-01-21phy: phy-stih407-usb: Pass sysconfig register offsets via syscfg property.Peter Griffin1-11/+14