aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet1-6/+5
2011-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2011-11-17f_phonet: fix page offset of first received fragmentRĂ©mi Denis-Courmont1-1/+1
2011-11-16powerpc/fsl_udc_core: Fix dumb typoAl Viro1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds40-0/+40
2011-11-04USB: Update last_busy time after autosuspend failsAlan Stern1-0/+5
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-168/+360
2011-11-01Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-19/+220
2011-10-31usb: fix implicit usage of gfp.h in host/xhci-hub.cPaul Gortmaker1-0/+1
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker19-0/+19
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker20-0/+20
2011-10-31Merge branch 'depends/rmk/gpio' into next/develArnd Bergmann2-2/+2
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 Torvalds2-2/+2
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds7-23/+22
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds228-4156/+14696
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds10-10/+7
2011-10-24MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss2-2/+1
2011-10-24MIPS: Alchemy: abstract USB block control register accessManuel Lauss4-166/+359
2011-10-20Merge branch 'imx/devel' into next/develArnd Bergmann2-1/+20
2011-10-19usb: renesas_usbhs: fixup inconsistent return from usbhs_pkt_push()Kuninori Morimoto1-3/+3
2011-10-19usb/isp1760: Allow to optionally trigger low-level chip reset via GPIOLIB.Joachim Foerster3-15/+72
2011-10-18USB: gadget: midi: memory leak in f_midi_bind_config()Dan Carpenter1-1/+3
2011-10-18USB: gadget: midi: fix range check in f_midi_out_open()Dan Carpenter1-1/+1
2011-10-18QE/FHCI: fixed the CONTROL bugJerry Huang1-4/+15
2011-10-18usb: renesas_usbhs: tidyup for smatch warningsKuninori Morimoto1-2/+1
2011-10-18USB: Fix USB Kconfig dependency problem on 85xx/QoirQ platformsXu lei1-1/+1
2011-10-18EHCI: workaround for MosChip controller bugAlan Stern5-8/+49
2011-10-18usb: gadget: file_storage: fix race on unloadingYauheni Kaliuta1-9/+9
2011-10-18USB: ftdi_sio.c: Use ftdi async_icount structure for TIOCMIWAIT, as in other driversUwe Bonnes1-25/+16
2011-10-18USB: ftdi_sio.c:Fill MSR fields of the ftdi async_icount structureUwe Bonnes1-1/+6
2011-10-18USB: ftdi_sio.c: Fill LSR fields of the ftdi async_icount structureUwe Bonnes1-0/+8
2011-10-18USB: ftdi_sio.c:Fill TX field of the ftdi async_icount structureUwe Bonnes1-0/+2
2011-10-18USB: ftdi_sio.c: Fill the RX field of the ftdi async_icount structureUwe Bonnes1-0/+1
2011-10-18USB: ftdi_sio.c: Basic icount infrastructure for ftdi_sioUwe Bonnes1-0/+26
2011-10-18usb/isp1760: Let OF bindings depend on general CONFIG_OF instead of PPC_OF .Joachim Foerster1-4/+6
2011-10-18USB: ftdi_sio: Support TI/Luminary Micro Stellaris BD-ICDI BoardPeter Stuge2-0/+3
2011-10-18USB: Fix runtime wakeup on OHCIMatthew Garrett1-4/+1
2011-10-18xHCI/USB: Make xHCI driver have a BOS descriptor.Sarah Sharp2-2/+50
2011-10-18Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into devel-stableRussell King1-6/+0
2011-10-13usb: gadget: add new usb gadget for ACM and mass storageKlaus Schwarzkopf3-0/+268
2011-10-13usb: gadget: mv_udc: fix compile warningFelipe Balbi1-1/+1
2011-10-13usb: gadget: mv_udc: add clock gating supportNeil Zhang2-11/+185
2011-10-13usb: gadget: mv_udc: add test mode supportNeil Zhang2-19/+54
2011-10-13usb: gadget: mv_udc: use DMA API for status_req's dma addressNeil Zhang1-1/+8
2011-10-13usb: gadget: mv_udc: fix dtd dma confusionNeil Zhang1-1/+26
2011-10-13usb: gadget: mv_udc: add shutdown function for itNeil Zhang1-0/+12
2011-10-13usb: gadget: mv_udc: correct ep0 stateNeil Zhang1-2/+3
2011-10-13usb: gadget: mv_udc: rewrite fifo flushNeil Zhang1-27/+18
2011-10-13usb: gadget: mv_udc: set unused endpoint with right typeNeil Zhang1-2/+2