aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy
AgeCommit message (Expand)AuthorFilesLines
2015-10-20Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new ...Ingo Molnar3-0/+18
2015-09-25phy: berlin-sata: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-25phy: rockchip-usb: power down phy when rockchip phy probehuang lin1-0/+6
2015-09-25phy: qcom-ufs: fix build error when the component is built as a moduleYaniv Gardi1-0/+11
2015-09-13locking/atomics, cmpxchg: Privatize the inclusion of asm/cmpxchg.hBoqun Feng1-2/+1
2015-09-04Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-18/+12
2015-08-14Merge tag 'phy-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman35-68/+590
2015-08-13Merge tag 'v4.2-rc4' into develLinus Walleij3-133/+45
2015-08-10phy: lpc18xx-usb-otg: fix clock order in phy initJoachim Eastwood1-3/+3
2015-08-03phy: Constify struct phy_ops variablesAxel Lin31-31/+31
2015-08-03phy: ulpi_phy: Add const qualifier to opsAxel Lin1-1/+1
2015-08-03phy-sun4i-usb: Only check vbus-det on power-on on boards with vbus-detHans de Goede1-1/+2
2015-08-03phy-sun4i-sub: Move vbus-detect helper functions up in the fileHans de Goede1-24/+24
2015-08-01phy: ti-pipe3: i783 workaround for SATA lockup after dpll unlock/relockRoger Quadros1-6/+55
2015-08-01phy-sun4i-usb: Add missing EXPORT_SYMBOL_GPL for sun4i_usb_phy_set_squelch_de...Hans de Goede1-0/+1
2015-07-25phy: Drop owner assignment from platform_driverKrzysztof Kozlowski4-4/+0
2015-07-25phy: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-25phy: berlin: Trivial coding style cleanupMichal Simek1-1/+1
2015-07-25phy: berlin: Do not use sata name in usb phy driverMichal Simek1-4/+4
2015-07-25phy: berlin: .owner field is setup by coreMichal Simek1-1/+0
2015-07-25phy-sun4i-usb: Add support for monitoring vbus via a power-supplyHans de Goede2-7/+70
2015-07-25phy-sun4i-usb: Add support for boards with broken Vusb-detectionHans de Goede1-8/+36
2015-07-25phy-sun4i-usb: Add support for the usb-phys on the sun8i-a33 SoCHans de Goede1-11/+28
2015-07-25phy-sun4i-usb: Add support for the usb-phys on the sun8i-a23 SoCHans de Goede1-2/+5
2015-07-25phy-sun4i-usb: Swap check for disconnect thresholdHans de Goede1-4/+4
2015-07-25phy-sun4i-usb: Add extcon support for the otg phy (phy0)Hans de Goede2-1/+32
2015-07-25phy-sun4i-usb: Add id and vbus detection support for the otg phy (phy0)Hans de Goede1-10/+240
2015-07-25phy: add lpc18xx usb otg phy driverJoachim Eastwood3-0/+155
2015-07-15phy: berlin-usb: fix divider for BG2Thomas Hebb1-1/+1
2015-07-15phy: berlin-usb: fix divider for BG2CDThomas Hebb1-2/+2
2015-07-15phy/pxa: add HAS_IOMEM dependencySebastian Ott1-0/+2
2015-07-15phy: ti-pipe3: fix suspendRoger Quadros1-131/+41
2015-07-06phy: tusb1210: make better use of gpiod APIUwe Kleine-König1-18/+12
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-0/+214
2015-06-26Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds13-48/+1101
2015-06-25Mohit Kumar has movedPratyush Anand2-2/+2
2015-06-25Pratyush Anand has movedPratyush Anand2-4/+4
2015-06-21PHY: Add driver for Pistachio USB2.0 PHYAndrew Bresticker3-0/+214
2015-06-09phy: add Marvell HSIC 28nm PHYRob Herring3-0/+231
2015-06-09phy: Add Marvell USB 2.0 OTG 28nm PHYRob Herring3-0/+366
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman4-7/+12
2015-06-03Merge tag 'phy-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman8-48/+303
2015-06-01phy: twl4030-usb: remove incorrect pm_runtime_get_sync() in probe function.NeilBrown1-1/+0
2015-06-01phy: twl4030-usb: remove pointless 'suspended' test in 'suspend' callback.NeilBrown1-4/+0
2015-06-01phy: twl4030-usb: make runtime pm more reliable.NeilBrown1-9/+20
2015-05-27phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectHans de Goede1-0/+9
2015-05-22phy: add Broadcom SATA3 PHY driver for Broadcom STB SoCsBrian Norris3-0/+226
2015-05-21phy: rcar-gen2: Add support for R-Car E2Yoshihiro Shimoda1-0/+1
2015-05-13phy: add driver for TI TUSB1210 ULPI PHYHeikki Krogerus3-0/+161
2015-05-13phy: helpers for USB ULPI PHY registeringHeikki Krogerus1-0/+31
2015-05-12phy: phy-rcar-gen2: Fix USBHS_UGSTS_LOCK valueYoshihiro Shimoda1-2/+2
2015-05-12phy: omap-usb2: invoke pm_runtime_disable on error pathKishon Vijay Abraham I1-0/+1
2015-05-12phy: fix Kconfig dependenciesFelipe Balbi1-2/+6
2015-05-12phy: qcom-ufs: Switch dependency to ARCH_QCOMStephen Boyd1-1/+1
2015-05-11phy: core: Check requested PHY status in _of_phy_get()Axel Lin4-17/+10
2015-05-11phy: miphy365x: fix sparse warningsFelipe Balbi1-2/+2
2015-05-11phy: miphy28lp: fix sparse warningsFelipe Balbi1-2/+2
2015-05-11phy: phy-core: allow specifying supply at port levelDmitry Torokhov1-13/+10
2015-05-11phy: core: Add devm_of_phy_get_by_index to phy-coreArun Ramamurthy1-0/+32
2015-05-11phy: core: Fix error checking in (devm_)phy_optional_getAxel Lin1-2/+2
2015-04-13Merge tag 'usb-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds18-89/+580
2015-04-10Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notif...Mark Brown1-2/+2
2015-04-10Merge tag 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/l...Greg 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/gre...Linus 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
2015-01-21phy: miphy28lp: Pass sysconfig register offsets via syscfg dt property.Gabriel FERNANDEZ1-29/+32
2015-01-21phy: fix return value check in armada375_usb_phy_probe()Wei Yongjun1-2/+2
2015-01-21phy: ti-pipe3: Fix SATA across suspend/resumeRoger Quadros1-16/+42
2015-01-21phy: ti-pipe3: Disable clocks on system suspendRoger Quadros1-22/+77
2015-01-20phy: qcom-ufs: add support for 14nm phyYaniv Gardi3-0/+379
2015-01-20phy: qcom-ufs: add support for 20nm phyYaniv Gardi4-1/+535
2015-01-20phy: qcom-ufs: add support for QUALCOMM Technologies UFS PHY driversYaniv Gardi4-0/+871
2015-01-11phy: miphy365x: Pass sysconfig register offsets via syscfg dt property.Peter Griffin1-19/+10
2015-01-11phy: phy-stih407-usb: Pass sysconfig register offsets via syscfg property.Peter Griffin1-11/+14
2014-12-23phy: phy-ti-pipe3: fix inconsistent enumeration of PCIe gen2 cardsVignesh R2-8/+9
2014-12-23phy-sun4i-usb: Change disconnect threshold value for sun6iHans de Goede1-1/+2
2014-12-23phy: miphy28lp: unlock on error in miphy28lp_init()Dan Carpenter1-1/+2
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2014-12-13phy / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2-2/+2
2014-11-27Merge tag 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/...Greg Kroah-Hartman28-118/+1936
2014-11-26phy: add support for USB cluster on the Armada 375 SoCGregory CLEMENT3-0/+165
2014-11-26phy: Use PTR_ERR_OR_ZERO to fix warning raised by coccinelleGregory CLEMENT4-16/+4
2014-11-25Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2-12/+8
2014-11-22phy: exynos7-usbdrd: Update dependency for ARCH_EXYNOSVivek Gautam1-1/+1
2014-11-22phy: exynos5-usbdrd: Add facility for VBUS-BOOST-5V supplyVivek Gautam1-2/+30
2014-11-22phy: exynos5-usbdrd: Add pipe-clk, utmi-clk and itp-clk supportVivek Gautam1-18/+86
2014-11-22phy: remove the old lookup methodHeikki Krogerus25-74/+28
2014-11-22phy: twl4030: use the new lookup methodHeikki Krogerus1-3/+6
2014-11-21phy: improved lookup methodHeikki Krogerus1-1/+83
2014-11-21phy: add the Berlin USB PHY driverAntoine Tenart3-0/+232
2014-11-13phy: berlin-sata: Add support for BG2 SATA PHYSebastian Hesselbarth1-1/+6
2014-11-13phy: berlin-sata: Move PHY_BASE into private data structSebastian Hesselbarth1-9/+15
2014-11-13phy: sun4i: add support for USB phy0Roman Byshko1-3/+6
2014-11-12phy: phy-core: use the np present in of_phandle_args to get the PHYKishon Vijay Abraham I1-9/+1
2014-11-12phy: miphy28lp: Tune tx impedance across Soc cutsGabriel FERNANDEZ1-0/+16
2014-11-12phy: miphy28lp: Add SSC support for PCIEGabriel FERNANDEZ1-0/+44
2014-11-12phy: miphy28lp: Add SSC support for SATAGabriel FERNANDEZ1-0/+46
2014-11-12phy: miphy28lp: Provide support for the MiPHY28lp Generic PHYGabriel FERNANDEZ3-0/+1186
2014-11-10phy: twl4030: Fix build breakageFelipe Balbi1-3/+3
2014-11-05phy: omap-usb2: Enable runtime PM of omap-usb2 phy properlyOussama Ghorbel1-2/+4
2014-11-03usb: rename phy to usb_phy in OTGAntoine Tenart1-3/+3
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart1-6/+2
2014-09-24phy: remove .owner field for drivers using module_platform_driverPeter Griffin18-18/+0
2014-09-24phy: exynos-dp-video: Use syscon support to control pmu registerVivek Gautam1-25/+54
2014-09-24phy: phy-stih41x-usb: Add usb phy support for STiH41x SoCs.Peter Griffin3-0/+196
2014-09-24phy: phy-stih407-usb: Add usb picoPHY driver found on stih407 SoC familyPeter Griffin3-0/+187
2014-09-24usb: phy: twl4030-usb: Use mutex instead of spinlock for protecting the dataTony Lindgren1-9/+7
2014-09-24usb: phy: twl4030-usb: Remove asleep and rely on runtime PMTony Lindgren1-9/+5
2014-09-24usb: phy: twl4030-usb: Move code from twl4030_phy_power to the runtime PM callsTony Lindgren1-41/+31
2014-09-24usb: phy: twl4030-usb: Simplify phy init to use runtime PMTony Lindgren1-17/+3
2014-09-24usb: phy: twl4030-usb: Remove unused irq_enabledTony Lindgren1-2/+0
2014-09-24phy: phy-spear1340-miphy: Use module_platform_driver to register driver.Peter Griffin1-12/+1
2014-09-24phy: phy-spear1310-miphy: Use module_platform_driver to register driver.Peter Griffin1-12/+1
2014-09-24phy: phy-spear1340-miphy: Remove unncessary site specific OOM messagesPeter Griffin1-3/+1
2014-09-24phy: phy-spear1310-miphy: Remove unncessary site specific OOM messagesPeter Griffin1-3/+1
2014-09-24phy: phy-ti-pipe3: Remove unncessary site specific OOM messagesPeter Griffin1-3/+2
2014-09-24phy: phy-omap-usb2: Remove unncessary site specific OOM messagesPeter Griffin1-6/+2
2014-09-24phy: phy-mvebu-sata: Add missing error check for devm_kzallocPeter Griffin1-0/+2
2014-09-24phy: phy-omap-control: Remove unncessary site specific OOM messagesPeter Griffin1-3/+1
2014-09-24phy: Renesas R-Car Gen2 PHY driverSergei Shtylyov3-0/+349
2014-09-12phy: spear1340-miphy: fix driver dependenciesBartlomiej Zolnierkiewicz1-0/+1
2014-09-12phy: spear1310-miphy: fix driver dependenciesBartlomiej Zolnierkiewicz1-0/+1
2014-09-12phy: miphy365x: Fix off-by-one errorLee Jones1-0/+1
2014-08-28phy: miphy365x: Select GENERIC_PHY instead of depending on itLee Jones1-1/+1
2014-08-28phy: exynos5-usbdrd: Add MODULE_DEVICE_TABLE entrySjoerd Simons1-0/+1
2014-08-24usb: phy: twl4030-usb: Fix lost interrupts after ID pin goes downTony Lindgren1-23/+10
2014-08-24usb: phy: twl4030-usb: Fix regressions to runtime PM on omapsTony Lindgren1-25/+63
2014-08-08Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-8/+603
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds5-0/+205
2014-07-22phy: miphy365x: Represent each PHY channel as a DT subnodeLee Jones1-118/+138
2014-07-22phy: miphy365x: Provide support for the MiPHY356x Generic PHYLee Jones3-0/+627
2014-07-22phy: qcom: Add driver for QCOM IPQ806x SATA PHYKumar Gala3-0/+219
2014-07-22phy: qcom-apq8064: fix possible timeout without checkSrinivas Kandagatla1-1/+1
2014-07-22phy: core: Let node ptr of PHY point to PHY and not of PHY providerKishon Vijay Abraham I16-22/+36
2014-07-22phy: core: Fix of_phy_provider_lookup to return PHY provider for sub nodeKishon Vijay Abraham I1-0/+5
2014-07-22phy: add a driver for the Berlin SATA PHYAntoine Ténart3-0/+292
2014-07-22phy: Remove ARCH_KIRKWOOD dependencyAndrew Lunn1-1/+1
2014-07-22phy: qcom: Add driver for QCOM APQ8064 SATA PHYSrinivas Kandagatla3-0/+296
2014-07-22phy: Kconfig: Update config for Exynos USB DRDSachin Kamat1-0/+2
2014-07-22phy: Kconfig: Re-organize Exynos USB 2.0 PHY configsSachin Kamat1-24/+11
2014-07-22phy: core: Support regulator supply for PHY powerRoger Quadros1-0/+26
2014-07-22drivers: phy: exynos-usb2: add support for Exynos 3250Marek Szyprowski4-8/+29
2014-07-22phy: add hix5hd2-sata-phy driverJiancheng Xue3-0/+201
2014-07-22phy: pipe3: insert delay to enumerate in GEN2 modeKishon Vijay Abraham I2-2/+54
2014-07-22phy: phy-omap-pipe3: Add support for PCIe PHYKishon Vijay Abraham I1-21/+82
2014-07-22phy: phy-samsung-usb2: Change phy power on/power off sequenceKamil Debski3-40/+77
2014-07-22phy: exynos5-usbdrd: Make local functions staticJingoo Han1-3/+3
2014-07-22phy: sun4i-usb: Use PTR_ERR_OR_ZEROSachin Kamat1-3/+2
2014-07-22phy: exynos-mipi-video: Use PTR_ERR_OR_ZEROSachin Kamat1-3/+2
2014-07-22phy: exynos-dp-video: Use PTR_ERR_OR_ZEROSachin Kamat1-3/+2
2014-07-19phy: Add support for S5PV210 to the Exynos USB 2.0 PHY driverMateusz Krawczuk5-0/+205
2014-07-14phy: Add drivers for PCIe and SATA phy on SPEAr13xxPratyush Anand4-0/+595
2014-07-12Merge tag 'usb-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-7/+13
2014-07-11phy: omap-usb2: Balance pm_runtime_enable() on probe failure and removeRoger Quadros1-2/+5
2014-07-11phy: core: Fix error path in phy_create()Roger Quadros1-3/+4