aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAge
...
| * | | | | | USB: gadget: ci13xxx: don't assume that PAGE_SIZE is 4096Artem Leonenko2010-12-16
| * | | | | | USB: gadget: ci13xxx: fix complete() callback for no_interrupt rq'sArtem Leonenko2010-12-16
| * | | | | | USB: gadget: update ci13xxx to work with g_etherArtem Leonenko2010-12-16
| * | | | | | USB: gadgets: ci13xxx: fix probing of compiled-in gadget driversArtem Leonenko2010-12-16
| * | | | | | Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-16
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Merge branch 'musb-hw' of git://gitorious.org/usb/usb into musbGreg Kroah-Hartman2010-12-15
| | |\ \ \ \ \
| | | * | | | | usb: musb: trivial search and replace patchFelipe Balbi2010-12-10
| | * | | | | | usb: gadget: g_ncm addedYauheni Kaliuta2010-12-10
| | * | | | | | usb: gadget: f_ncm.c addedYauheni Kaliuta2010-12-10
| | * | | | | | usb: gadget: u_ether: prepare for NCMYauheni Kaliuta2010-12-10
| | * | | | | | usb: pch_udc: Fix setup transfers with data outRichard Röjfors2010-12-10
| | * | | | | | usb: pch_udc: Fix compile error, warnings and checkpatch warningsRichard Röjfors2010-12-10
| | * | | | | | USB: gadget: Implement runtime PM for MSM bus glue driverPavankumar Kondeti2010-12-10
| | * | | | | | USB: gadget: Implement runtime PM for ci13xxx gadgetPavankumar Kondeti2010-12-10
| | * | | | | | USB: gadget: Add USB controller driver for MSM SoCPavankumar Kondeti2010-12-10
| | * | | | | | USB: gadget: Introduce ci13xxx_udc_driver structPavankumar Kondeti2010-12-10
| | * | | | | | USB: gadget: Initialize ci13xxx gadget device's coherent DMA maskPavankumar Kondeti2010-12-10
| | * | | | | | USB: gadget: Fix "scheduling while atomic" bugs in ci13xxx_udcPavankumar Kondeti2010-12-10
| | * | | | | | USB: gadget: Separate out PCI bus code from ci13xxx_udcPavankumar Kondeti2010-12-10
| | * | | | | | usb: gadget: f_fs: Remove redundant unlikely()Tobias Klauser2010-12-10
| | * | | | | | usb: gadget/imx-udc: fix interrupt name againUwe Kleine-König2010-12-10
| | |/ / / / /
| | * | | | | usb: g_audio: Fix crash at driver removalRichard Röjfors2010-12-03
| | * | | | | USB: pxa: Add USB client support for Marvell PXA9xx/PXA168 chipscxie42010-11-30
| | * | | | | usb: gadget: langwell_udc: add usb test mode supportLuo Andy2010-11-30
| | * | | | | usb: composite gadget: set vbus_draw current limitation during suspendHao Wu2010-11-30
| | * | | | | usb: gadget: g_fs: Fix compilation warningMichal Nazarewicz2010-11-17
| | * | | | | USB device driver of Topcliff PCHToshiharu Okada2010-11-16
| | * | | | | usb: gadget: f_fs: remove custom printk() wrappersMichal Nazarewicz2010-11-16
| | * | | | | usb: gadget: FunctionFS: fix typos and coding styleMichal Nazarewicz2010-11-16
| | * | | | | drivers/usb/gadget: Remove unnecessary semicolonsJoe Perches2010-11-16
| | * | | | | usb: dummy_hcd code simplificationTatyana Brokhman2010-11-11
| | * | | | | USB: gadget: f_mass_storage: code style clean upsMichal Nazarewicz2010-11-11
| | * | | | | USB: gadget: f_mass_storage: remove needless complete()Michal Nazarewicz2010-11-11
| | * | | | | USB: gadget: f_mass_storage: drop START_TRANSFER() macroMichal Nazarewicz2010-11-11
| | * | | | | USB: gadget: f_mass_storage: use ?: instead of a macroMichal Nazarewicz2010-11-11
| | * | | | | USB: gadget: f_mass_storage: put_device() in error recoveryRahul Ruikar2010-11-11
| | * | | | | USB: gadget: file_storage: put_device() in error recoveryMichal Nazarewicz2010-11-11
| | * | | | | USB: gadget: composite: Typo fix.Marek Belisko2010-11-11
| | * | | | | USB: gadget: amd5536udc.c: delete double assignmentJulia Lawall2010-11-11
| | * | | | | usb: gadget/imx-udc: remove usage of deprecated symbol USBD_INT0Uwe Kleine-König2010-11-11
| | | |/ / / | | |/| | |
* | | | | | Merge branch 'devel-stable' into develRussell King2011-01-06
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge commit 'v2.6.37-rc4' into imx-for-2.6.38Sascha Hauer2010-12-06
| |\| | | |
| * | | | | plat-mxc/ehci.c: fix compile breakageEric Bénard2010-12-03
* | | | | | Revert "USB: gadget: Allow function access to device ID data during bind()"Greg Kroah-Hartman2010-12-16
* | | | | | USB: gadget: Remove suspended sysfs file before freeing cdevPavankumar Kondeti2010-12-16
| |/ / / / |/| | | |
* | | | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2010-11-23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | USB: gadget: AT91: fix typo in atmel_usba_udc driverJosh Wu2010-11-16
| | |/ / | |/| |
* / | | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
|/ / /
* | | usb: subtle increased memory usage in u_serialJim Sung2010-11-11
* | | usb: gadget: goku_udc: add registered flag bit, fixing buildAndy Whitcroft2010-11-11