aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-2/+2
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds12-134/+87
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-12-22Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman4-34/+21
2011-12-21usb: musb: remove extern qualifier from musb_debug.h headerVladimir Zapolskiy1-2/+2
2011-12-20usb: musb: cleanup kconfigFelipe Contreras1-6/+4
2011-12-20usb: musb: trivial Kconfig cleanupsFelipe Contreras1-1/+1
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-20usb: musb: fix pm_runtime mismatchFelipe Contreras1-2/+0
2011-12-14usb: musb: fix reset issue with full speed deviceAjay Kumar Gupta1-0/+4
2011-12-13Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-2/+2
2011-12-12Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman11-102/+69
2011-12-12Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman2-7/+1
2011-12-12usb: musb: omap2430: fix compile warningFelipe Balbi1-3/+0
2011-12-12usb: musb: fix pm_runtime calls while atomicVikram Pandita2-1/+15
2011-12-12usb: musb: drop ARCH dependencyFelipe Balbi1-2/+0
2011-12-12usb: musb: headers cleanupFelipe Balbi5-13/+0
2011-12-12usb: musb: allow building USB_MUSB_TUSB6010 as a moduleArnd Bergmann3-2/+4
2011-12-12usb: musb: use a Kconfig choice to pick the right DMA methodArnd Bergmann2-45/+38
2011-12-12usb: musb: omap2+: save and restore OTG_INTERFSELHema HK2-0/+7
2011-12-12usb: musb: omap2+: fix context api'sVikram Pandita1-0/+2
2011-12-12usb: musb: ux500: optimize DMA callback routinePer Forlin1-36/+3
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-1/+1
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz1-1/+1
2011-12-06treewide: Fix comment and string typo 'bufer'Paul Bolle1-1/+1
2011-11-29usb: udc: Fix gadget driver's speed check in various UDC driversMichal Nazarewicz1-1/+1
2011-11-29usb: musb: PM: fix context save/restore in suspend/resume pathKevin Hilman1-6/+0
2011-11-26Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman5-7/+5
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul1-2/+2
2011-11-17USB-musb: move to dma_transfer_directionVinod Koul1-2/+2
2011-11-14USB: Remove the SAW_IRQ hcd flagAlan Stern1-1/+0
2011-11-14usb: musb: fix compilation breakage introduced by de47725Felipe Balbi2-0/+2
2011-11-14usb: musb: hdrc: fix dependency on USB_GADGET_DUALSPEED in KconfigLuciano Coelho1-0/+1
2011-11-14usb: musb: remove incorrectly added ARCH_U5500 defineMian Yousaf Kaukab2-3/+2
2011-11-14usb: musb: gadget: don't call ->disconnect() on exitFelipe Balbi1-4/+0
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-6/+0
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-1/+1
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds4-29/+54
2011-10-18Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into devel-stableRussell King1-6/+0
2011-09-26musb_debugfs.c: remove unneeded includes on ARMNicolas Pitre1-6/+0
2011-09-18Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-nextGreg Kroah-Hartman1-26/+43
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-09-15Merge branch 'master' into for-nextJiri Kosina9-37/+62
2011-09-15treewide: typo 'interrrupt' word corrections.Vitaliy Ivanov1-1/+1
2011-09-09musb_gadget: Fix for spurious interrupts on endpoint zero.Hans Petter Selasky1-0/+8
2011-09-09usb: musb: Enable DMA mode1 RX for transfers without short packetsAnand Gadiyar1-26/+43
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman2-2/+2