summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/omap2430.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-10USB: musb: Kill board specific pinmux from driver fileAnand Gadiyar1-6/+0
2010-05-20usb: musb: omap2430.c: remove unnecessary includesAnand Gadiyar1-2/+0
2010-05-20usb: musb: omap2430: remove unused defineAnand Gadiyar1-4/+0
2010-05-20MUSB: OMAP: make musb_platform_suspend() 'static'Sergei Shtylyov1-1/+1
2010-05-20MUSB: OMAP: remove omap_vbus_power()Sergei Shtylyov1-8/+0
2010-05-20usb: musb: Set transceiver interface typeMaulik Mankad1-2/+11
2010-04-30MUSB: OMAP: don't call clk_put()Sergei Shtylyov1-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-03-02USB: musb: get rid of omap_readl/writelFelipe Balbi1-23/+25
2010-03-02usb: musb: Add context save and restore supportAjay Kumar Gupta1-0/+16
2009-12-11USB: musb: omap2430: fix sparse warningFelipe Balbi1-1/+1
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-1/+1
2009-06-15usb: musb: disable OTG AUTOIDLE only with omap3430Niilo Minkkinen1-1/+6
2009-06-15musb: otg timer cleanupDavid Brownell1-2/+0
2009-06-15musb: proper hookup to transceiver driversDavid Brownell1-39/+23
2009-04-23USB: musb: Remove my email address from few musb related driversJarkko Nikula1-1/+0
2009-01-07USB: musb: minor locking fixDavid Brownell1-2/+2
2009-01-07USB: musb: sysfs mode updatesDavid Brownell1-1/+10
2008-11-13usb: musb: Removes compilation warning in gadget modeAjay Kumar Gupta1-0/+2
2008-09-23usb: musb: fix include pathFelipe Balbi1-2/+2
2008-08-13USB: Add MUSB and TUSB supportFelipe Balbi1-0/+324