summaryrefslogtreecommitdiff
path: root/drivers/usb/musb/omap2430.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I1-1/+1
2012-06-25usb: musb: omap: use devres API to allocate resourcesKishon Vijay Abraham I1-12/+7
2012-06-25usb: musb: move otg specific initializations from twl to glueKishon Vijay Abraham I1-0/+5
2012-06-25usb: musb: twl: use mailbox API to send VBUS or ID eventsKishon Vijay Abraham I1-35/+59
2012-06-25usb: musb: move work_struct(otg_notifier_work) from core to omap glueKishon Vijay Abraham I1-9/+15
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-1/+1
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-2/+2
2012-04-10usb: musb: omap: fix the error check for pm_runtime_get_syncShubhrajyoti D1-2/+3
2012-04-10usb: musb: omap: fix crash when musb glue (omap) gets initializedKishon Vijay Abraham I1-2/+2
2012-04-10usb: musb: fix some runtime_pm issuesGrazvydas Ignotas1-1/+1
2012-04-10usb: musb: fix oops on omap2430 module unloadVladimir Zapolskiy1-8/+12
2012-03-01Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-17/+18
2012-03-01Merge tag 'musb-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-5/+6
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus1-4/+4
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus1-11/+11
2012-02-13usb: musb: Start using struct usb_otgHeikki Krogerus1-2/+3
2012-01-31usb: musb: make modules behave betterFelipe Balbi1-5/+6
2012-01-25usb: musb: omap2430: minor cleanups.NeilBrown1-2/+2
2011-12-20musb: omap2430: avoid pm_runtime_disable()Felipe Contreras1-2/+0
2011-12-20usb: musb: remove a bit of indentationFelipe Contreras1-14/+13
2011-12-20usb: musb: trivial cleanupFelipe Contreras1-7/+1
2011-12-12usb: musb: omap2430: fix compile warningFelipe Balbi1-3/+0
2011-12-12usb: musb: fix pm_runtime calls while atomicVikram Pandita1-1/+13
2011-12-12usb: musb: headers cleanupFelipe Balbi1-1/+0
2011-12-12usb: musb: omap2+: save and restore OTG_INTERFSELHema HK1-0/+6
2011-07-01usb: musb: drop a gigantic amount of ifdeferryFelipe Balbi1-14/+1
2011-05-13usb: musb: drop unneeded musb_debug trickeryFelipe Balbi1-10/+10
2011-05-10Merge branch 2.6.39-rc7 into usb-linusGreg Kroah-Hartman1-1/+1
2011-05-06usb: fix building musb driversAnatolij Gustschin1-3/+4
2011-05-02usb: musb: omap2430: Fix retention idle on musb peripheral only boardsJarkko Nikula1-1/+1
2011-04-13usb: musb: omap2430: fix build failureJohan Hovold1-1/+2
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-90/+86
2011-03-01usb: musb: OMAP3xxx: Fix device detection in otg & host modeHema HK1-8/+2
2011-03-01usb: musb: Idle path retention and offmode support for OMAP3Hema HK1-22/+27
2011-03-01usb: musb: Remove platform context save/restore APIHema HK1-11/+0
2011-02-18usb: musb: OMAP4430: Fix usb device detection if connected during bootHema HK1-5/+48
2011-02-17usb: musb: Using runtime pm APIs for musb.Hema HK1-58/+23
2011-02-17USB: musb: omap2430: fix kernel panic on rebootJohan Hovold1-0/+1
2010-12-10usb: musb: Adding musb support for OMAP4430Hema HK1-11/+98
2010-12-10usb: musb: drop board_set_vbusFelipe Balbi1-3/+0
2010-12-10usb: musb: omap2430: use dev_pm_ops structureFelipe Balbi1-59/+87
2010-12-10usb: musb: omap2430: drop the nopsFelipe Balbi1-11/+0
2010-12-10usb: musb: drop musb_platform_save/restore_contextFelipe Balbi1-10/+10
2010-12-10usb: musb: move clock handling to glue layerFelipe Balbi1-19/+27
2010-12-10usb: musb: pass platform_ops via platform_dataFelipe Balbi1-1/+3
2010-12-10usb: musb: omap2430: give it a context structureFelipe Balbi1-9/+28
2010-12-10usb: musb: split omap2430 to its own platform_driverFelipe Balbi1-0/+84
2010-12-07usb: musb: make all glue layer export struct musb_platform_opsFelipe Balbi1-15/+31
2010-12-01usb: musb: remove board_data parameter from musb_platform_init()Hema Kalliguddi1-2/+4
2010-10-22USB: MUSB: fix kernel WARNING/oops when unloading module in OTG modeSergei Shtylyov1-0/+1