summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_modeIvan T. Ivanov2014-04-301-24/+17
* usb: phy: msm: Fix checkpatch.pl warningsIvan T. Ivanov2014-04-301-25/+14
* usb: phy: msm: Remove unnecessarily check for valid regulators.Ivan T. Ivanov2014-04-301-10/+0
* usb: phy: msm: Migrate to Managed Device Resource allocationIvan T. Ivanov2014-04-301-119/+68
* 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/+39
* 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/+5
* usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi...Felipe Balbi2014-04-214-4/+4
* usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi2014-04-214-30/+30
* usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi2014-04-211-2/+2
* usb: phy: mv-u3d: switch over to writel/readlFelipe Balbi2014-04-211-10/+10
* usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210Michal Simek2014-03-171-0/+2
* Merge tag 'for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/...Greg Kroah-Hartman2014-03-095-704/+1
|\
| * phy: rename struct omap_control_usb to struct omap_control_phyKishon Vijay Abraham I2014-03-093-330/+0
| * phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/Kishon Vijay Abraham I2014-03-071-1/+1
| * drivers: phy: usb3/pipe3: Adapt pipe3 driver to Generic PHY FrameworkKishon Vijay Abraham I2014-03-063-373/+0
* | Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-03-073-21/+304
|\ \
| * | usb: phy: fsm: update OTG HNP state transition conditions according to OTG an...Li Jun2014-03-071-4/+5
| * | usb: phy: mxs: Add sync time after controller clear phcdPeter Chen2014-03-051-0/+11
| * | usb: phy: mxs: Add system suspend/resume APIPeter Chen2014-03-051-0/+61
| * | usb: phy: mxs: Add implementation of set_wakeupPeter Chen2014-03-051-0/+116
| * | usb: phy: mxs: add controller idPeter Chen2014-03-051-0/+6
| * | usb: phy: mxs: Enable IC fixes for related SoCsPeter Chen2014-03-051-2/+21
| * | usb: phy: mxs: change description of usb device speedPeter Chen2014-03-051-4/+4
| * | usb: phy: mxs: Add anatop regmapPeter Chen2014-03-051-0/+15
| * | usb: phy: mxs: Add auto clock and power settingPeter Chen2014-03-051-3/+17
| * | usb: phy: mxs: Add platform judgement codePeter Chen2014-03-051-9/+49
| * | usb: phy: rcar-gen2-usb: always use 'dev' variable in probe() methodSergei Shtylyov2014-03-051-3/+3
* | | Merge 3.14-rc4 into usb-nextGreg Kroah-Hartman2014-02-241-31/+26
|\ \ \ | |/ / |/| / | |/
| * usb: phy: msm: fix compilation errors when !CONFIG_PM_SLEEPJosh Cartwright2014-02-201-31/+26
* | usb: phy: msm: tiny leak on error in probe()Dan Carpenter2014-02-071-1/+2
|/
* usb: phy: move some error messages to debugJosh Boyer2014-02-041-5/+3
OpenPOWER on IntegriCloud