aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-01usb: musb: gadget: prevent a NULL pointer dereferenceFelipe Balbi1-5/+8
2010-12-01usb: musb: add names for IRQs in structure resourceHema Kalliguddi3-3/+3
2010-12-01usb: musb: remove board_data parameter from musb_platform_init()Hema Kalliguddi6-7/+9
2010-11-22usb: musb: do not use dma for control transfersAnand Gadiyar2-0/+7
2010-11-22usb: musb: gadget: fix compilation warningAjay Kumar Gupta1-0/+2
2010-11-22usb: musb: clear RXCSR_AUTOCLEAR before PIO readMing Lei1-2/+3
2010-11-22usb: musb: unmap dma buffer when switching to PIOHema Kalliguddi1-38/+79
2010-11-09usb: musb: fail unaligned DMA transfers on v1.8 and aboveAnand Gadiyar1-0/+14
2010-11-08usb: musb: gadget: kill duplicate code in musb_gadget_queue()Sergei Shtylyov1-2/+0
2010-11-05usb: musb: Fix handling of spurious SESSREQHeikki Krogerus1-1/+2
2010-11-05usb: musb: fix kernel oops when loading musb_hdrc module for the 2nd timeMing Lei1-1/+0