aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-17usb: musb: omap2430: fix kernel panic on rebootJohan Hovold1-0/+1
2011-02-17usb: musb: fix build breakageFelipe Balbi1-8/+9
2011-02-16Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-ti816x' into omap-for-linusTony Lindgren3-5/+5
2011-02-04USB: HCD: Add usb_hcd prefix to exported functionsRobert Morell1-2/+2
2011-02-01usb: musb: introduce api for dma code to check compatibility with usb requestMian Yousaf Kaukab2-0/+17
2011-02-01usb: musb: maintain three states for buffer mappings instead of twoMian Yousaf Kaukab2-21/+32
2011-02-01usb: musb: disable double buffering when it's brokenFelipe Balbi4-8/+28
2011-02-01usb: musb: hsdma: change back to use musb_read/writewBob Liu1-5/+14
2011-02-01usb: musb: core: fix IRQ checkSergei Shtylyov1-1/+1
2011-02-01usb: musb: fix kernel panic during s2ram(v2)Ming Lei1-7/+1
2011-01-27omap: Start using CONFIG_SOC_OMAPTony Lindgren3-5/+5
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-1/+0
2010-12-22Merge branch 'master' into for-nextJiri Kosina6-107/+201
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman17-594/+1674
2010-12-16Revert "USB: musb: pm: don't rely fully on clock support"Greg Kroah-Hartman1-12/+14
2010-12-16Revert "USB: musb: blackfin: pm: make it work"Greg Kroah-Hartman2-50/+24
2010-12-11usb: musb: core: kill unneeded #include'sSergei Shtylyov1-11/+0
2010-12-10usb: musb: Adding musb support for OMAP4430Hema HK2-11/+99
2010-12-10usb: musb: TWL6030: Selecting TWL6030_USB transceiverHema HK1-0/+1
2010-12-10usb: musb: add support for ux500 platformMian Yousaf Kaukab4-1/+225
2010-12-10musb: am35x: fix compile error due to control apisAjay Kumar Gupta1-85/+45
2010-12-10usb: musb: drop board_set_vbusFelipe Balbi7-15/+0
2010-12-10usb: musb: drop musb_platform_suspend/resumeFelipe Balbi2-25/+0
2010-12-10usb: musb: blackfin: usb dev_pm_ops structureFelipe Balbi1-24/+40
2010-12-10usb: musb: am35x: usb dev_pm_ops structureFelipe Balbi1-17/+45
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: mark musb_save/restore_context staticFelipe Balbi1-2/+2
2010-12-10usb: musb: drop musb_platform_save/restore_contextFelipe Balbi5-38/+30
2010-12-10usb: musb: drop the set_clock magicFelipe Balbi1-2/+0
2010-12-10usb: musb: move clock handling to glue layerFelipe Balbi7-125/+140
2010-12-10usb: musb: pass platform_ops via platform_dataFelipe Balbi8-9/+19
2010-12-10usb: musb: blackfin: give it a context structureFelipe Balbi1-9/+28
2010-12-10usb: musb: da8xx: give it a context structureFelipe Balbi1-9/+28
2010-12-10usb: musb: davinci: give it a context structureFelipe Balbi1-9/+28
2010-12-10usb: musb: tusb6010: give it a context structureFelipe Balbi1-8/+27
2010-12-10usb: musb: am35x: give it a context structureFelipe Balbi1-9/+28
2010-12-10usb: musb: omap2430: give it a context structureFelipe Balbi1-9/+28
2010-12-10usb: musb: split blackfin to its own platform_driverFelipe Balbi2-3/+85
2010-12-10usb: musb: split da8xx to its own platform_driverFelipe Balbi2-1/+85
2010-12-10usb: musb: split davinci to its own platform_driverFelipe Balbi2-1/+85
2010-12-10usb: musb: split tusb6010 to its own platform_driverFelipe Balbi2-1/+84
2010-12-10usb: musb: split am35x to its own platform_driverFelipe Balbi2-1/+85
2010-12-10usb: musb: split omap2430 to its own platform_driverFelipe Balbi2-1/+86
2010-12-10usb: musb: trivial search and replace patchFelipe Balbi2-2/+2
2010-12-10usb: musb: add Kconfig options for each glue layerFelipe Balbi6-70/+46
2010-12-10usb: musb: hold context on musb structureFelipe Balbi2-84/+83
2010-12-07usb: musb: make all glue layer export struct musb_platform_opsFelipe Balbi9-177/+335
2010-12-07usb: musb: introduce struct musb_platform_opsFelipe Balbi1-0/+28