summaryrefslogtreecommitdiffstats
path: root/drivers/phy
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-273-0/+214
|\
| * PHY: Add driver for Pistachio USB2.0 PHYAndrew Bresticker2015-06-213-0/+214
* | Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-2613-48/+1101
|\ \
| * | phy: add Marvell HSIC 28nm PHYRob Herring2015-06-093-0/+231
| * | phy: Add Marvell USB 2.0 OTG 28nm PHYRob Herring2015-06-093-0/+366
| * | Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-084-7/+12
| |\ \ | | |/
| * | Merge tag 'phy-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2015-06-038-48/+303
| |\ \
| | * | phy: twl4030-usb: remove incorrect pm_runtime_get_sync() in probe function.NeilBrown2015-06-011-1/+0
| | * | phy: twl4030-usb: remove pointless 'suspended' test in 'suspend' callback.NeilBrown2015-06-011-4/+0
| | * | phy: twl4030-usb: make runtime pm more reliable.NeilBrown2015-06-011-9/+20
| | * | phy: add Broadcom SATA3 PHY driver for Broadcom STB SoCsBrian Norris2015-05-223-0/+226
| | * | phy: rcar-gen2: Add support for R-Car E2Yoshihiro Shimoda2015-05-211-0/+1
| | * | phy: core: Check requested PHY status in _of_phy_get()Axel Lin2015-05-114-17/+10
| | * | phy: miphy365x: fix sparse warningsFelipe Balbi2015-05-111-2/+2
| | * | phy: miphy28lp: fix sparse warningsFelipe Balbi2015-05-111-2/+2
| | * | phy: phy-core: allow specifying supply at port levelDmitry Torokhov2015-05-111-13/+10
| | * | phy: core: Add devm_of_phy_get_by_index to phy-coreArun Ramamurthy2015-05-111-0/+32
| * | | phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectHans de Goede2015-05-271-0/+9
| * | | phy: add driver for TI TUSB1210 ULPI PHYHeikki Krogerus2015-05-133-0/+161
| * | | phy: helpers for USB ULPI PHY registeringHeikki Krogerus2015-05-131-0/+31
| |/ /
* | | Mohit Kumar has movedPratyush Anand2015-06-252-2/+2
* | | Pratyush Anand has movedPratyush Anand2015-06-252-4/+4
| |/ |/|
* | phy: phy-rcar-gen2: Fix USBHS_UGSTS_LOCK valueYoshihiro Shimoda2015-05-121-2/+2
* | phy: omap-usb2: invoke pm_runtime_disable on error pathKishon Vijay Abraham I2015-05-121-0/+1
* | phy: fix Kconfig dependenciesFelipe Balbi2015-05-121-2/+6
* | phy: qcom-ufs: Switch dependency to ARCH_QCOMStephen Boyd2015-05-121-1/+1
* | phy: core: Fix error checking in (devm_)phy_optional_getAxel Lin2015-05-111-2/+2
|/
* Merge tag 'usb-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-04-1318-89/+580
|\
| * Merge tag 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/l...Greg Kroah-Hartman2015-04-1018-89/+580
| |\
| | * phy: spear1340-miphy: Return proper error for spear1340_miphy_xlateAxel Lin2015-04-031-2/+2
| | * phy: spear1310-miphy: Return proper error for spear1310_miphy_xlateAxel Lin2015-04-031-2/+2
| | * phy: miphy365x: Use the generic phy type constants in dt-bindings/phy/phy.hPeter Griffin2015-04-031-7/+7
| | * phy: Add driver to support individual USB PHYs on sun9iChen-Yu Tsai2015-04-033-0/+214
| | * phy: Add a driver for dm816x USB PHYTony Lindgren2015-04-033-0/+298
| | * phy: qcom-ufs: Don't return error if fail to get optional resourceAxel Lin2015-04-031-20/+3
| | * phy: qcom-ufs: Fix build error due to missing export symbolsAxel Lin2015-04-031-0/+9
| | * phy: samsung_usb2: Fixup samsung_usb2_phy_power_on/off pathsAxel Lin2015-03-261-2/+8
| | * phy: exynos5-usbdrd: Add to support for Exynos5433 SoCJaewon Kim2015-03-261-0/+10
| | * phy: qcom-ufs: Catch devm_phy_create failure in ufs_qcom_phy_generic_probeAxel Lin2015-03-261-0/+1
| | * phy: stih41x-usb: Fixup stih41x_usb_phy_power_on failure pathAxel Lin2015-03-261-2/+6
| | * phy: berlin-usb: Set drvdata for phy and use itAxel Lin2015-03-101-8/+6
| | * phy: ti-pipe3: Remove unneeded ifdef CONFIG_OF guard and of_match_ptrAxel Lin2015-03-101-7/+2
| | * phy: omap-usb2: Remove unneeded ifdef CONFIG_OF guard and of_match_ptrAxel Lin2015-03-101-4/+2
| | * phy: omap-control: Remove unneeded ifdef CONFIG_OF guard and of_match_ptrAxel Lin2015-03-101-8/+2
| | * phy: miphy28lp: Use PTR_ERR_OR_ZEROAxel Lin2015-03-101-4/+1
| | * phy: berlin-sata: Use devm_kcalloc at appropriate placeAxel Lin2015-03-101-1/+1
| | * phy: xgene: Use PTR_ERR_OR_ZEROAxel Lin2015-03-101-18/+5
| | * phy: berlin-usb: Use PTR_ERR_OR_ZEROAxel Lin2015-03-101-4/+1
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notif...Mark Brown2015-04-101-2/+2
|\ \ \ \ | |_|/ / |/| | / | | |/
| * | regulator: fixes for regulator_set_optimum_mode name changeStephen Rothwell2015-03-101-2/+2
| |/
OpenPOWER on IntegriCloud