aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-04USB: Update last_busy time after autosuspend failsAlan Stern
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2011-11-01Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds
2011-10-31usb: fix implicit usage of gfp.h in host/xhci-hub.cPaul Gortmaker
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker
2011-10-31Merge branch 'depends/rmk/gpio' into next/develArnd Bergmann
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-10-24MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss
2011-10-24MIPS: Alchemy: abstract USB block control register accessManuel Lauss
2011-10-20Merge branch 'imx/devel' into next/develArnd Bergmann
2011-10-19usb: renesas_usbhs: fixup inconsistent return from usbhs_pkt_push()Kuninori Morimoto
2011-10-19usb/isp1760: Allow to optionally trigger low-level chip reset via GPIOLIB.Joachim Foerster
2011-10-18USB: gadget: midi: memory leak in f_midi_bind_config()Dan Carpenter
2011-10-18USB: gadget: midi: fix range check in f_midi_out_open()Dan Carpenter
2011-10-18QE/FHCI: fixed the CONTROL bugJerry Huang
2011-10-18usb: renesas_usbhs: tidyup for smatch warningsKuninori Morimoto
2011-10-18USB: Fix USB Kconfig dependency problem on 85xx/QoirQ platformsXu lei
2011-10-18EHCI: workaround for MosChip controller bugAlan Stern
2011-10-18usb: gadget: file_storage: fix race on unloadingYauheni Kaliuta
2011-10-18USB: ftdi_sio.c: Use ftdi async_icount structure for TIOCMIWAIT, as in other ...Uwe Bonnes
2011-10-18USB: ftdi_sio.c:Fill MSR fields of the ftdi async_icount structureUwe Bonnes
2011-10-18USB: ftdi_sio.c: Fill LSR fields of the ftdi async_icount structureUwe Bonnes
2011-10-18USB: ftdi_sio.c:Fill TX field of the ftdi async_icount structureUwe Bonnes
2011-10-18USB: ftdi_sio.c: Fill the RX field of the ftdi async_icount structureUwe Bonnes
2011-10-18USB: ftdi_sio.c: Basic icount infrastructure for ftdi_sioUwe Bonnes
2011-10-18usb/isp1760: Let OF bindings depend on general CONFIG_OF instead of PPC_OF .Joachim Foerster
2011-10-18USB: ftdi_sio: Support TI/Luminary Micro Stellaris BD-ICDI BoardPeter Stuge
2011-10-18USB: Fix runtime wakeup on OHCIMatthew Garrett
2011-10-18xHCI/USB: Make xHCI driver have a BOS descriptor.Sarah Sharp
2011-10-18Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into d...Russell King
2011-10-13usb: gadget: add new usb gadget for ACM and mass storageKlaus Schwarzkopf
2011-10-13usb: gadget: mv_udc: fix compile warningFelipe Balbi
2011-10-13usb: gadget: mv_udc: add clock gating supportNeil Zhang
2011-10-13usb: gadget: mv_udc: add test mode supportNeil Zhang
2011-10-13usb: gadget: mv_udc: use DMA API for status_req's dma addressNeil Zhang
2011-10-13usb: gadget: mv_udc: fix dtd dma confusionNeil Zhang
2011-10-13usb: gadget: mv_udc: add shutdown function for itNeil Zhang
2011-10-13usb: gadget: mv_udc: correct ep0 stateNeil Zhang
2011-10-13usb: gadget: mv_udc: rewrite fifo flushNeil Zhang
2011-10-13usb: gadget: mv_udc: set unused endpoint with right typeNeil Zhang
2011-10-13usb: gadget: mv_udc: add missing spinlock in ep enable/disableNeil Zhang
2011-10-13usb: gadget: mv_udc: fix bug when handle setup package.Neil Zhang
2011-10-13usb: gadget: mv_udc: init next dtd ptr for dqh when init ep0Neil Zhang
2011-10-13usb: gadget: mv_udc: ep0 needn't set toggle flagNeil Zhang