summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/omap2430.c
Commit message (Expand)AuthorAgeFilesLines
* usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I2012-07-021-1/+1
* usb: musb: omap: use devres API to allocate resourcesKishon Vijay Abraham I2012-06-251-12/+7
* usb: musb: move otg specific initializations from twl to glueKishon Vijay Abraham I2012-06-251-0/+5
* usb: musb: twl: use mailbox API to send VBUS or ID eventsKishon Vijay Abraham I2012-06-251-35/+59
* usb: musb: move work_struct(otg_notifier_work) from core to omap glueKishon Vijay Abraham I2012-06-251-9/+15
* usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I2012-06-251-1/+1
* usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I2012-06-251-2/+2
* usb: musb: omap: fix the error check for pm_runtime_get_syncShubhrajyoti D2012-04-101-2/+3
* usb: musb: omap: fix crash when musb glue (omap) gets initializedKishon Vijay Abraham I2012-04-101-2/+2
* usb: musb: fix some runtime_pm issuesGrazvydas Ignotas2012-04-101-1/+1
* usb: musb: fix oops on omap2430 module unloadVladimir Zapolskiy2012-04-101-8/+12
* Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-03-011-17/+18
|\
| * usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus2012-02-271-4/+4
| * usb: Convert all users to new usb_phyHeikki Krogerus2012-02-271-11/+11
| * usb: musb: Start using struct usb_otgHeikki Krogerus2012-02-131-2/+3
* | Merge tag 'musb-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-03-011-5/+6
|\ \ | |/ |/|
| * usb: musb: make modules behave betterFelipe Balbi2012-01-311-5/+6
* | usb: musb: omap2430: minor cleanups.NeilBrown2012-01-251-2/+2
|/
* musb: omap2430: avoid pm_runtime_disable()Felipe Contreras2011-12-201-2/+0
* usb: musb: remove a bit of indentationFelipe Contreras2011-12-201-14/+13
* usb: musb: trivial cleanupFelipe Contreras2011-12-201-7/+1
* usb: musb: omap2430: fix compile warningFelipe Balbi2011-12-121-3/+0
* usb: musb: fix pm_runtime calls while atomicVikram Pandita2011-12-121-1/+13
* usb: musb: headers cleanupFelipe Balbi2011-12-121-1/+0
* usb: musb: omap2+: save and restore OTG_INTERFSELHema HK2011-12-121-0/+6
* usb: musb: drop a gigantic amount of ifdeferryFelipe Balbi2011-07-011-14/+1
* usb: musb: drop unneeded musb_debug trickeryFelipe Balbi2011-05-131-10/+10
* Merge branch 2.6.39-rc7 into usb-linusGreg Kroah-Hartman2011-05-101-1/+1
|\
| * usb: musb: omap2430: Fix retention idle on musb peripheral only boardsJarkko Nikula2011-05-021-1/+1
* | usb: fix building musb driversAnatolij Gustschin2011-05-061-3/+4
|/
* usb: musb: omap2430: fix build failureJohan Hovold2011-04-131-1/+2
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-90/+86
|\
| * usb: musb: OMAP3xxx: Fix device detection in otg & host modeHema HK2011-03-011-8/+2
| * usb: musb: Idle path retention and offmode support for OMAP3Hema HK2011-03-011-22/+27
| * usb: musb: Remove platform context save/restore APIHema HK2011-03-011-11/+0
| * usb: musb: OMAP4430: Fix usb device detection if connected during bootHema HK2011-02-181-5/+48
| * usb: musb: Using runtime pm APIs for musb.Hema HK2011-02-171-58/+23
* | USB: musb: omap2430: fix kernel panic on rebootJohan Hovold2011-02-171-0/+1
|/
* usb: musb: Adding musb support for OMAP4430Hema HK2010-12-101-11/+98
* usb: musb: drop board_set_vbusFelipe Balbi2010-12-101-3/+0
* usb: musb: omap2430: use dev_pm_ops structureFelipe Balbi2010-12-101-59/+87
* usb: musb: omap2430: drop the nopsFelipe Balbi2010-12-101-11/+0
* usb: musb: drop musb_platform_save/restore_contextFelipe Balbi2010-12-101-10/+10
* usb: musb: move clock handling to glue layerFelipe Balbi2010-12-101-19/+27
* usb: musb: pass platform_ops via platform_dataFelipe Balbi2010-12-101-1/+3
* usb: musb: omap2430: give it a context structureFelipe Balbi2010-12-101-9/+28
* usb: musb: split omap2430 to its own platform_driverFelipe Balbi2010-12-101-0/+84
* usb: musb: make all glue layer export struct musb_platform_opsFelipe Balbi2010-12-071-15/+31
* usb: musb: remove board_data parameter from musb_platform_init()Hema Kalliguddi2010-12-011-2/+4
* USB: MUSB: fix kernel WARNING/oops when unloading module in OTG modeSergei Shtylyov2010-10-221-0/+1
OpenPOWER on IntegriCloud