summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2012-09-14USB: omninet: fix potential tty NULL dereferenceAlexey Khoroshilov
2012-09-14drivers/usb/misc/rio500.c: removes unnecessary semicolonPeter Senna Tschudin
2012-09-14drivers/usb/host/sl811-hcd.c: removes unnecessary semicolonPeter Senna Tschudin
2012-09-14USB: serial: usb_wwan.c: remove dbg() usageGreg Kroah-Hartman
2012-09-14USB: serial: omninet.c: remove dbg() usageGreg Kroah-Hartman
2012-09-14USB: serial: option.c: remove dbg() usageGreg Kroah-Hartman
2012-09-14USB: serial: opticon.c: remove dbg() usageGreg Kroah-Hartman
2012-09-14USB: serial: ipw.c: remove dbg() usageGreg Kroah-Hartman
2012-09-14USB: serial: cyberjack.c: remove dbg() usageGreg Kroah-Hartman
2012-09-14USB: serial: cp210x.c: remove dbg() usageGreg Kroah-Hartman
2012-09-14USB: serial: ch341.c: remove dbg() usageGreg Kroah-Hartman
2012-09-13Merge tag 'for-usb-next-2012-09-13' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2012-09-13USB: serial: core: clean up dbg and printk usage.Greg Kroah-Hartman
2012-09-13drivers/usb/host/xhci-ring.c: removes unnecessary semicolonPeter Senna Tschudin
2012-09-13usb/xhci: update a comment regarding the BOS descriptor to reflect the codeSebastian Andrzej Siewior
2012-09-13usb: host: xhci: sparse fixesFelipe Balbi
2012-09-13xHCI: handle command after aborting the command ringElric Fu
2012-09-13xHCI: cancel command after command timeoutElric Fu
2012-09-13xHCI: add aborting command ring functionElric Fu
2012-09-13xHCI: add cmd_ring_stateElric Fu
2012-09-13USB: serial: core: remove some trace debugging callsGreg Kroah-Hartman
2012-09-13USB: core: remove unused dbg() call in message.cGreg Kroah-Hartman
2012-09-13USB: atm: usbatm: fix up debug printing codeGreg Kroah-Hartman
2012-09-13USB: serial: add zte_ev.c driverGreg Kroah-Hartman
2012-09-12USB: chipidea: re-order irq handling to avoid unhandled irqsRichard Zhao
2012-09-12USB: chipidea: add -DDEBUG if debugging is enabledRichard Zhao
2012-09-12USB: chipidea: add vbus detect for udcRichard Zhao
2012-09-12USB: chipidea: acknowledge ID change interrupt in irq handlerRichard Zhao
2012-09-12USB: chipidea: delay 2ms before read ID status at probe timeRichard Zhao
2012-09-12USB: chipidea: imx: add pinctrl supportRichard Zhao
2012-09-12USB: chipidea: add imx usbmisc supportRichard Zhao
2012-09-12Merge branch 'chipidea-stable' into usb-nextGreg Kroah-Hartman
2012-09-12usb: chipidea: udc: don't stall endpoint if request list is empty in isr_tr_c...Michael Grzeschik
2012-09-12usb: chipidea: cleanup dma_pool if udc_start() failsMarc Kleine-Budde
2012-09-12usb: chipidea: udc: fix error path in udc_start()Marc Kleine-Budde
2012-09-12usb: chipidea: udc: add pullup fuction, needed by the uvc gadgetMichael Grzeschik
2012-09-12usb: chipidea: udc: fix setup of endpoint maxpacket sizeMichael Grzeschik
2012-09-12usb: move children deallocation after quiescing the hubAlexander Shishkin
2012-09-11usb: renesas_usbhs: convert to devm_xxx()Kuninori Morimoto
2012-09-11Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2012-09-11Merge tag 'dwc3-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2012-09-11Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman
2012-09-11Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2012-09-11usb: musb: dsps: remove explicit NOP device creationAjay Kumar Gupta
2012-09-11usb: musb: dsps: add dt supportAjay Kumar Gupta
2012-09-11usb: musb: am335x: add support for dual instanceB, Ravi
2012-09-11usb: musb: kill global and static for multi instanceAjay Kumar Gupta
2012-09-11usb: musb: add musb_ida for multi instance supportB, Ravi
2012-09-11usb: musb: omap: Add device tree support for omap musb glueKishon Vijay Abraham I
2012-09-11usb: musb: omap: write directly to mailbox instead of using phyKishon Vijay Abraham I