summaryrefslogtreecommitdiff
path: root/drivers/usb/otg
Commit message (Expand)AuthorAgeFilesLines
* ENGR00251209-2 usb: otg: fix the dp/dm will be floating when phy is no 3v3Peter Chen2013-03-061-1/+6
* ENGR00234722 USB: fix Kernel dump issue after USB driver loadablemake shi2012-12-031-0/+5
* ENGR00233051-04 Mx6 USB: driver implementation for OTG modulizationmake shi2012-11-141-0/+1
* ENGR00215792 USB:fix gadget issue when boot kernel with USB connectedmake shi2012-07-251-1/+1
* ENGR00212232-02 USB:fix otg can not work without phy power if VBUS removedmake shi2012-07-201-0/+2
* ENGR00178932 USB: fix two USB otg common bug for i.MX6make shi2012-07-201-2/+5
* ENGR00176147-1: usb: fix some wakeup problemsPeter Chen2012-07-201-1/+9
* ENGR00176061-1 usb: otg: delete discharge vbus operation at otg driverPeter Chen2012-07-201-13/+33
* ENGR00174734-2 usb: fix bugs that dp and dm are floating at device modePeter Chen2012-07-201-1/+6
* build fix and driver fixJason Liu2012-07-201-5/+4
* ENGR00162583-2 usb driver: avoid class driver access register after usb is offPeter Chen2012-07-202-5/+15
* ENGR00161598 [MX6] OTG Driver:fix OTG function issuemake shi2012-07-201-1/+31
* ENGR00152493-2 mx6q: add usb functionPeter Chen2012-07-201-6/+6
* ENGR00141217-4 USB: Add USB Host/device/otg drivers supportZhang Yan2012-07-206-393/+623
* USB: TWL6025 allow different regulator nameGraeme Gregory2011-05-271-1/+9
* USB: OTG: msm: Free VCCCX regulator even if we can't set the voltageMark Brown2011-05-171-3/+1
* USB: OTG: msm: Allow the widest possible range for VDDCX when removingMark Brown2011-05-171-1/+1
* usb: otg: TWL6030: OMAP4430: Adding SRP VBUS pulsing APIHema HK2011-05-131-0/+15
* USB: OTG: msm: Add PHY suspend support for MSM8960Pavankumar Kondeti2011-05-061-10/+54
* USB: OTG: msm: Configure PHY Analog and Digital voltage domainsAnji jonnala2011-05-061-0/+189
* USB: OTG: msm: Implement charger detectionPavankumar Kondeti2011-05-061-4/+376
* USB: OTG: msm: vote for dayatona fabric clockAnji jonnala2011-05-061-1/+35
* USB: OTG: msm: Clear in_lpm flag before enabling the IRQ in resumePavankumar Kondeti2011-05-031-2/+2
* USB: gpio-vbus: ask for vbus_draw regulator before registering xceivDmitry Eremin-Solenikov2011-05-031-7/+7
* USB: add Freescale USB OTG Transceiver driverLi Yang2011-05-026-0/+2088
* usb: factor out state_string() on otg driversAnatolij Gustschin2011-05-023-60/+41
* USB: twl4030-usb: Report correct vbus value for accessory charger adapters1Matthias Kaehlcke2011-04-131-1/+8
* usb/otg: fix twl6030 macroRandy Dunlap2011-04-131-1/+1
* Fix common misspellingsLucas De Marchi2011-03-312-3/+3
* Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-171-1/+1
|\
| *-. Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-...Tony Lindgren2011-02-161-1/+1
| |\ \
| | * | wip: fix section mismatches in omap1_defconfigUwe Kleine-König2011-02-091-1/+1
* | | | usb: otg: Add ulpi viewport access opsBenoit Goby2011-03-113-0/+88
* | | | USB OTG Langwell: use simple IPC command to control VBus power.Hao Wu2011-03-091-37/+11
* | | | USB: Rename "msm72k_otg.c" to "msm_otg.c"Pavankumar Kondeti2011-03-073-2/+2
* | | | usb: otg: TWL4030: Update the last_event variable.Hema HK2011-03-011-0/+2
* | | | usb: otg: notifier: switch to atomic notifierFelipe Balbi2011-02-184-11/+11
* | | | usb: otg: TWL6030 Save the last event in otg_transceiverHema HK2011-02-181-0/+3
* | | | usb: otg: TWL6030: Introduce the twl6030_phy_suspend function.Hema HK2011-02-181-0/+13
* | | | usb: otg: Remove one unnecessary I2C read request.Hema HK2011-02-171-5/+2
* | | | usb: otg: enable regulator only on cable/device connectHema HK2011-02-171-15/+12
* | | | USB: OTG: msm: Fix bug in msm_otg_mode_writePavankumar Kondeti2011-02-171-1/+2
* | | | USB: OTG: msm: Fix compiler warning with CONFIG_PM disabledPavankumar Kondeti2011-02-171-15/+13
|/ / /
* | | USB: Fix trout build failure with ci13xxx_msm gadgetPavankumar Kondeti2011-02-041-0/+2
| |/ |/|
* | usb: otg: nop: fix oops triggered by otg_register_notifierMing Lei2011-01-221-0/+2
* | usb: otg: Make USB3319 ULPI ID genericFabio Estevam2011-01-221-1/+1
|/
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-1/+1
|\
| * usb: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+1
* | Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-166-1/+2240
|\ \ | |/ |/|
| * Merge branch 'musb-hw' of git://gitorious.org/usb/usb into musbGreg Kroah-Hartman2010-12-153-0/+506
| |\