| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-01-09 | 203 | -3798/+4979 |
|\ |
|
| * | USB: Add USB-ID for Multiplex RC serial adapter to cp210x.c | Malte Schröder | 2012-01-05 | 1 | -0/+1 |
| * | Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 2012-01-04 | 3 | -3/+5 |
| |\ |
|
| | * | xhci: Clean up 32-bit build warnings. | Sarah Sharp | 2012-01-04 | 1 | -2/+4 |
| | * | xhci: Properly handle COMP_2ND_BW_ERR | Hans de Goede | 2012-01-04 | 2 | -1/+1 |
| * | | USB: update documentation for usbmon | Alan Stern | 2012-01-04 | 1 | -5/+9 |
| * | | usb: usb-storage doesn't support dynamic id currently, the patch disables the... | Huajun Li | 2012-01-04 | 1 | -0/+1 |
| * | | drivers/usb/class/cdc-acm.c: clear dangling pointer | Julia Lawall | 2012-01-04 | 1 | -0/+4 |
| * | | drivers/usb/dwc3/dwc3-pci.c: introduce missing kfree | Julia Lawall | 2012-01-04 | 1 | -1/+1 |
| * | | drivers/usb/host/isp1760-if.c: introduce missing kfree | Julia Lawall | 2012-01-04 | 1 | -4/+9 |
| * | | usb: option: add ZD Incorporated HSPA modem | Janne Snabb | 2012-01-04 | 1 | -0/+5 |
| * | | usb: ch9: fix up MaxStreams helper | Felipe Balbi | 2012-01-04 | 3 | -5/+21 |
| * | | USB: usb-skeleton.c: cleanup open_count | Ming Lei | 2012-01-04 | 1 | -18/+4 |
| * | | USB: usb-skeleton.c: fix open/disconnect race | Ming Lei | 2012-01-04 | 1 | -1/+17 |
| |/ |
|
| * | USB: remove dead code from suspend/resume path | Oliver Neukum | 2012-01-03 | 1 | -21/+7 |
| * | USB: add quirk for another camera | Oliver Neukum | 2012-01-03 | 1 | -1/+4 |
| * | drivers: usb: wusbcore: Fix dependency for USB_WUSB | Fabio Estevam | 2012-01-03 | 1 | -0/+1 |
| * | xhci: Better debugging for critical host errors. | Sarah Sharp | 2012-01-02 | 1 | -0/+18 |
| * | xhci: Be less verbose during URB cancellation. | Sarah Sharp | 2011-12-22 | 2 | -17/+17 |
| * | xhci: Remove debugging about ring structure allocation. | Sarah Sharp | 2011-12-22 | 1 | -14/+0 |
| * | xhci: Remove debugging about toggling cycle bits. | Sarah Sharp | 2011-12-22 | 1 | -13/+0 |
| * | xhci: Remove debugging for individual transfers. | Sarah Sharp | 2011-12-22 | 1 | -22/+0 |
| * | xhci: Remove useless sg-list debugging. | Sarah Sharp | 2011-12-22 | 1 | -20/+0 |
| * | xhci: Remove warnings about MSI and MSI-X capabilities. | Sarah Sharp | 2011-12-22 | 1 | -4/+4 |
| * | xhci: Remove scary warnings about transfer issues. | Sarah Sharp | 2011-12-22 | 1 | -4/+3 |
| * | Trivial: xhci: Fix copy-paste error. | Sarah Sharp | 2011-12-22 | 1 | -1/+1 |
| * | usbfs: Fix oops related to user namespace conversion. | Sarah Sharp | 2011-12-22 | 1 | -1/+2 |
| * | Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2011-12-22 | 22 | -280/+1911 |
| |\ |
|
| | * | usb: dwc3: gadget: add support for SG lists | Felipe Balbi | 2011-12-21 | 1 | -17/+98 |
| | * | usb: dwc3: gadget: don't force 'LST' always | Felipe Balbi | 2011-12-21 | 1 | -10/+4 |
| | * | usb: dwc3: gadget: don't return anything on prepare trbs | Felipe Balbi | 2011-12-21 | 1 | -13/+9 |
| | * | usb: dwc3: gadget: re-factor dwc3_prepare_trbs() | Felipe Balbi | 2011-12-21 | 1 | -68/+78 |
| | * | usb: gadget: introduce support for sg lists | Felipe Balbi | 2011-12-21 | 1 | -0/+10 |
| | * | usb: renesas: pipe: convert a long if into a XOR operation | Felipe Balbi | 2011-12-21 | 1 | -2/+1 |
| | * | usb: gadget: remove useless depends on Kconfig | Felipe Contreras | 2011-12-21 | 1 | -4/+0 |
| | * | usb: gadget: s3c-hsudc: remove the_controller global | Heiko Stübner | 2011-12-21 | 1 | -5/+3 |
| | * | usb: gadget: s3c-hsudc: use release_mem_region instead of release_resource | Heiko Stübner | 2011-12-21 | 1 | -3/+1 |
| | * | usb: gadget: s3c-hsudc: Add regulator handling | Heiko Stübner | 2011-12-21 | 1 | -4/+37 |
| | * | usb: gadget: s3c-hsudc: use udc_start and udc_stop functions | Heiko Stübner | 2011-12-21 | 1 | -30/+14 |
| | * | usb: gadget: s3c-hsudc: move device registration to probe | Heiko Stübner | 2011-12-21 | 1 | -9/+8 |
| | * | usb: gadget: s3c-hsudc: add missing otg_put_transceiver in probe | Heiko Stübner | 2011-12-21 | 1 | -0/+3 |
| | * | usb: gadget: s3c-hsudc: add __devinit to probe function | Heiko Stübner | 2011-12-21 | 1 | -1/+1 |
| | * | usb: gadget: s3c-hsudc: move platform_data struct to global header | Heiko Stübner | 2011-12-21 | 5 | -15/+38 |
| | * | USB: EHCI: Add Marvell Host Controller driver | Neil Zhang | 2011-12-20 | 4 | -0/+406 |
| | * | USB: OTG: add Marvell usb OTG driver support | Neil Zhang | 2011-12-20 | 5 | -0/+1140 |
| | * | usb: gadget: mv_udc: drop ARCH dependency | Neil Zhang | 2011-12-20 | 5 | -18/+25 |
| | * | usb: gadget: mv_udc: fix bug in ep_dequeue | Neil Zhang | 2011-12-20 | 1 | -5/+24 |
| | * | usb: gadget: enlarge maxburst bit width. | Yu Xu | 2011-12-19 | 1 | -1/+1 |
| | * | usb: gadget: mv_udc: rewrite queue_dtd according to spec | Neil Zhang | 2011-12-19 | 1 | -101/+38 |
| | * | usb: gadget: mv_udc: fix readl error | Neil Zhang | 2011-12-19 | 1 | -1/+1 |