summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
Commit message (Expand)AuthorAgeFilesLines
* usb: phy: tegra: Avoid use of sizeof(void)Thierry Reding2014-09-031-2/+2
* usb: phy: mxs: add imx6sx supportPeter Chen2014-09-031-1/+7
* usb: phy: msm: Fix return value check in msm_otg_probe()Wei Yongjun2014-08-191-2/+2
* usb: phy: samsung: Fix wrong bit mask for PHYPARAM1_PCS_TXDEEMPHJingoo Han2014-08-191-1/+1
* usb: phy: drop kfree of devm_kzalloc's dataHimangi Saraogi2014-08-191-3/+1Star
* usb: phy: return -ENODEV on failure of try_module_getArjun Sreedharan2014-08-191-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-08-071-1/+1
|\
| * drivers/usb/phy/phy.c: remove a leading spaceAntonio Ospite2014-06-191-1/+1
* | Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-07-214-48/+23Star
|\ \
| * | usb: phy: am335x: Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-07-101-9/+3Star
| * | usb: phy: tegra: Do not include asm/mach-types.hThierry Reding2014-07-101-1/+0Star
| * | usb: phy: msm: Make phy_reset clk and reset line optional.Srinivas Kandagatla2014-06-301-5/+5
| * | usb: phy: phy-gpio-vbus-usb: use devm_ functionsHimangi Saraogi2014-06-301-32/+13Star
| * | usb: phy: tegra: Make of_device_id array constJingoo Han2014-06-301-1/+1
| * | usb: phy: msm: Make of_device_id array constJingoo Han2014-06-301-1/+1
* | | USB: PHY: tegra: Call tegra_usb_phy_close only on device removalTuomas Tynkkynen2014-07-101-5/+3Star
* | | usb: phy: tegra: Do not include asm/mach-types.hThierry Reding2014-07-101-1/+0Star
* | | usb: phy: msm: Do not do runtime pm if the phy is not idleSrinivas Kandagatla2014-06-301-1/+3
|/ /
* | Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-0311-1181/+441Star
|\ \
| * | phy: Enable USB PHY support for arm64Liviu Dudau2014-05-281-1/+1
| * | usb: common: rename phy-fsm-usb.c to usb-otg-fsm.cPeter Chen2014-05-283-377/+0Star
| * | usb: phy: add run-time dependencies to R-Car driverJean Delvare2014-05-271-0/+1
| * | usb: phy: msm: fix bug in probe()Dan Carpenter2014-05-231-3/+5
| * | Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-05-237-352/+437
| |\ \
| | * | usb: phy: Add SMSC USB334x PHY IDLiviu Dudau2014-05-151-0/+1
| | * | usb: phy: msm: change devm_ioremap() to devm_ioremap_resource()Dan Carpenter2014-05-141-1/+1
| | * | usb: phy: msm: reset controller is mandatory nowArnd Bergmann2014-05-141-0/+1
| | * | usb: phy: msm: enable build on other architecturesFelipe Balbi2014-05-121-1/+1
| | * | usb: phy: msm: switch over to writel()Felipe Balbi2014-05-121-1/+1
| | * | usb: phy: msm: cast to enum msm_usb_phy_typeFelipe Balbi2014-05-121-1/+1
| | * | usb: phy: msm: Use usb_add_phy_dev() to register deviceIvan T. Ivanov2014-04-301-1/+2
| | * | usb: phy: msm: Vote for corner of VDD CX instead of voltage of VDD CXIvan T. Ivanov2014-04-301-8/+27
| | * | usb: phy: msm: Handle disconnect eventsIvan T. Ivanov2014-04-301-0/+18
| | * | usb: phy: msm: Select secondary PHY via TCSRTim Bird2014-04-301-0/+14
| | * | usb: phy: msm: Fix PTS definitions for MSM USB controllerTim Bird2014-04-301-3/+5
| | * | usb: phy: msm: Correct USB PHY Reset sequence for newer platformIvan T. Ivanov2014-04-301-52/+88
| | * | usb: phy: msm: Add support for secondary PHY controlIvan T. Ivanov2014-04-301-2/+22
| | * | usb: phy: msm: Use reset framework for LINK and PHY resetsIvan T. Ivanov2014-04-301-8/+21
| | * | usb: phy: msm: Add device tree support and binding informationIvan T. Ivanov2014-04-301-19/+94
| | * | usb: phy: msm: Properly check result from platform_get_irq()Ivan T. Ivanov2014-04-301-1/+1
| | * | usb: phy: msm: Remove HSUSB prefix from regulator namesIvan T. Ivanov2014-04-301-3/+3
| | * | usb: phy: msm: Remove unused pclk_src_nameIvan T. Ivanov2014-04-301-25/+1Star
| | * | usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_modeIvan T. Ivanov2014-04-301-24/+17Star
| | * | usb: phy: msm: Fix checkpatch.pl warningsIvan T. Ivanov2014-04-301-25/+14Star
| | * | usb: phy: msm: Remove unnecessarily check for valid regulators.Ivan T. Ivanov2014-04-301-10/+0Star
| | * | usb: phy: msm: Migrate to Managed Device Resource allocationIvan T. Ivanov2014-04-301-119/+68Star
| | * | usb: phy: msm: Enable deferred driver probingIvan T. Ivanov2014-04-301-2/+3
| | * | usb: phy: msm: Move global regulators variables to driver stateIvan T. Ivanov2014-04-301-43/+39Star
| | * | usb: phy: msm: Make driver selectable on ARCH_QCOMIvan T. Ivanov2014-04-301-3/+3
| | * | usb: phy: generic: allow multiples calls to usb_phy_generic_register()Felipe Balbi2014-04-211-14/+5Star