summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-14USB: serial: option.c: remove dbg() usageGreg Kroah-Hartman1-7/+8
2012-09-14USB: serial: opticon.c: remove dbg() usageGreg Kroah-Hartman1-10/+10
2012-09-14USB: serial: ipw.c: remove dbg() usageGreg Kroah-Hartman1-33/+28
2012-09-14USB: serial: cyberjack.c: remove dbg() usageGreg Kroah-Hartman1-33/+35
2012-09-14USB: serial: cp210x.c: remove dbg() usageGreg Kroah-Hartman1-71/+64
2012-09-14USB: serial: ch341.c: remove dbg() usageGreg Kroah-Hartman1-19/+23
2012-09-14Merge tag 'for-usb-next-2012-09-13' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman5-21/+334
2012-09-14USB: serial: core: clean up dbg and printk usage.Greg Kroah-Hartman2-84/+77
2012-09-14drivers/usb/host/xhci-ring.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-14usb/xhci: update a comment regarding the BOS descriptor to reflect the codeSebastian Andrzej Siewior1-1/+1
2012-09-14usb: host: xhci: sparse fixesFelipe Balbi3-3/+6
2012-09-14xHCI: handle command after aborting the command ringElric Fu1-6/+165
2012-09-14xHCI: cancel command after command timeoutElric Fu2-7/+22
2012-09-14xHCI: add aborting command ring functionElric Fu4-1/+128
2012-09-14xHCI: add cmd_ring_stateElric Fu3-2/+11
2012-09-14USB: serial: core: remove some trace debugging callsGreg Kroah-Hartman2-8/+0
2012-09-13USB: core: remove unused dbg() call in message.cGreg Kroah-Hartman1-2/+0
2012-09-13USB: atm: usbatm: fix up debug printing codeGreg Kroah-Hartman1-18/+28
2012-09-13USB: serial: add zte_ev.c driverGreg Kroah-Hartman3-0/+316
2012-09-13USB: serial: move usb_serial_debug_data to use %*phGreg Kroah-Hartman1-9/+3
2012-09-12USB: chipidea: re-order irq handling to avoid unhandled irqsRichard Zhao1-8/+13
2012-09-12USB: chipidea: add -DDEBUG if debugging is enabledRichard Zhao1-0/+2
2012-09-12USB: chipidea: add vbus detect for udcRichard Zhao2-1/+39
2012-09-12USB: chipidea: acknowledge ID change interrupt in irq handlerRichard Zhao1-2/+1
2012-09-12USB: chipidea: delay 2ms before read ID status at probe timeRichard Zhao1-0/+2
2012-09-12USB: chipidea: imx: add pinctrl supportRichard Zhao1-0/+7
2012-09-12USB: chipidea: add imx usbmisc supportRichard Zhao6-1/+274
2012-09-12Merge branch 'chipidea-stable' into usb-nextGreg Kroah-Hartman1-18/+41
2012-09-12usb: chipidea: udc: don't stall endpoint if request list is empty in isr_tr_c...Michael Grzeschik1-4/+1
2012-09-12usb: chipidea: cleanup dma_pool if udc_start() failsMarc Kleine-Budde1-8/+15
2012-09-12usb: chipidea: udc: fix error path in udc_start()Marc Kleine-Budde1-1/+1
2012-09-12usb: chipidea: udc: add pullup fuction, needed by the uvc gadgetMichael Grzeschik1-4/+17
2012-09-12usb: chipidea: udc: fix setup of endpoint maxpacket sizeMichael Grzeschik1-1/+7
2012-09-12usb: move children deallocation after quiescing the hubAlexander Shishkin1-3/+3
2012-09-12usb: renesas_usbhs: convert to devm_xxx()Kuninori Morimoto1-11/+4
2012-09-12Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman25-654/+919
2012-09-12Merge tag 'dwc3-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman4-155/+170
2012-09-12Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman40-603/+1597
2012-09-12Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman82-1402/+18423
2012-09-11usb: musb: dsps: remove explicit NOP device creationAjay Kumar Gupta1-2/+1
2012-09-11usb: musb: dsps: add dt supportAjay Kumar Gupta2-9/+65
2012-09-11usb: musb: am335x: add support for dual instanceB, Ravi1-32/+49
2012-09-11usb: musb: kill global and static for multi instanceAjay Kumar Gupta3-20/+14
2012-09-11usb: musb: add musb_ida for multi instance supportB, Ravi10-69/+210
2012-09-11usb: musb: omap: Add device tree support for omap musb glueKishon Vijay Abraham I2-0/+87
2012-09-11usb: musb: omap: write directly to mailbox instead of using phyKishon Vijay Abraham I2-7/+54
2012-09-11arm: omap: hwmod: add a new addr space in otg for writing to control moduleKishon Vijay Abraham I1-0/+6
2012-09-11USB/host: Cleanup unneccessary irq disable codeChuansheng Liu3-18/+2
2012-09-11usb: add little-endian transform for DeviceRemovable of usb3.0 hubLan Tianyu1-1/+2
2012-09-11usb : Add sysfs files to control port power.Lan Tianyu2-1/+156