aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-5/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+1
2011-01-07Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds28-878/+8604
2011-01-06Merge branch 'devel-stable' into develRussell King1-2/+2
2011-01-03drivers: fix comment typo diable -> disable.Justin P. Mattock1-2/+2
2010-12-24usb: don't use flush_scheduled_work()Tejun Heo1-3/+1
2010-12-22USB: Merge 2.6.37-rc5 into usb-nextGreg Kroah-Hartman1-9/+9
2010-12-22Merge branch 'master' into for-nextJiri Kosina8-29/+53
2010-12-16Revert "USB: gadget: Allow function access to device ID data during bind()"Greg Kroah-Hartman1-8/+8
2010-12-16USB: gadget: Remove suspended sysfs file before freeing cdevPavankumar Kondeti1-1/+1
2010-12-16USB: atmel_usba_udc: fix freeing irq in usba_udc_remove()Rob Emanuele1-1/+3
2010-12-16USB: gadget: ci13xxx: don't assume that PAGE_SIZE is 4096Artem Leonenko2-5/+6
2010-12-16USB: gadget: ci13xxx: fix complete() callback for no_interrupt rq'sArtem Leonenko1-3/+3
2010-12-16USB: gadget: update ci13xxx to work with g_etherArtem Leonenko1-8/+12
2010-12-16USB: gadgets: ci13xxx: fix probing of compiled-in gadget driversArtem Leonenko1-1/+0
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman27-860/+8580
2010-12-15Merge branch 'musb-hw' of git://gitorious.org/usb/usb into musbGreg Kroah-Hartman1-1/+1
2010-12-10usb: gadget: g_ncm addedYauheni Kaliuta3-0/+263
2010-12-10usb: gadget: f_ncm.c addedYauheni Kaliuta2-0/+1408
2010-12-10usb: gadget: u_ether: prepare for NCMYauheni Kaliuta2-2/+16
2010-12-10usb: pch_udc: Fix setup transfers with data outRichard Röjfors1-1/+4
2010-12-10usb: pch_udc: Fix compile error, warnings and checkpatch warningsRichard Röjfors1-8/+11
2010-12-10USB: gadget: Implement runtime PM for MSM bus glue driverPavankumar Kondeti1-0/+4
2010-12-10USB: gadget: Implement runtime PM for ci13xxx gadgetPavankumar Kondeti1-0/+10
2010-12-10USB: gadget: Add USB controller driver for MSM SoCPavankumar Kondeti4-0/+160
2010-12-10USB: gadget: Introduce ci13xxx_udc_driver structPavankumar Kondeti3-55/+175
2010-12-10USB: gadget: Initialize ci13xxx gadget device's coherent DMA maskPavankumar Kondeti1-0/+1
2010-12-10USB: gadget: Fix "scheduling while atomic" bugs in ci13xxx_udcPavankumar Kondeti1-6/+3
2010-12-10USB: gadget: Separate out PCI bus code from ci13xxx_udcPavankumar Kondeti5-168/+181
2010-12-10usb: gadget: f_fs: Remove redundant unlikely()Tobias Klauser1-2/+2
2010-12-10usb: gadget/imx-udc: fix interrupt name againUwe Kleine-König1-2/+6
2010-12-10usb: musb: trivial search and replace patchFelipe Balbi1-1/+1
2010-12-06Merge commit 'v2.6.37-rc4' into imx-for-2.6.38Sascha Hauer1-1/+1
2010-12-03usb: g_audio: Fix crash at driver removalRichard Röjfors1-5/+5
2010-12-03plat-mxc/ehci.c: fix compile breakageEric Bénard1-2/+2
2010-11-30USB: pxa: Add USB client support for Marvell PXA9xx/PXA168 chipscxie45-0/+2672
2010-11-30usb: gadget: langwell_udc: add usb test mode supportLuo Andy1-0/+23
2010-11-30usb: composite gadget: set vbus_draw current limitation during suspendHao Wu1-0/+8
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/coreJens Axboe1-5/+2
2010-11-24Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+1
2010-11-17usb: gadget: g_fs: Fix compilation warningMichal Nazarewicz2-40/+40
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2-2/+0
2010-11-16USB device driver of Topcliff PCHToshiharu Okada4-0/+2971
2010-11-16usb: gadget: f_fs: remove custom printk() wrappersMichal Nazarewicz1-60/+48
2010-11-16usb: gadget: FunctionFS: fix typos and coding styleMichal Nazarewicz2-178/+186
2010-11-16drivers/usb/gadget: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-16USB: gadget: AT91: fix typo in atmel_usba_udc driverJosh Wu1-1/+1
2010-11-13block: check bdev_read_only() from blkdev_get()Tejun Heo1-5/+2
2010-11-11usb: subtle increased memory usage in u_serialJim Sung1-14/+40