Age | Commit message (Expand) | Author | Files | Lines |
2012-05-01 | USB: ehci-tegra: remove redundant gpio_set_value | Stephen Warren | 1 | -1/+0 |
2012-05-01 | EHCI: update PM methods in ehci-tegra.c | Alan Stern | 1 | -180/+195 |
2012-04-27 | Merge tag 'fixes-for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 7 | -8/+21 |
2012-04-27 | usb: gadget: udc-core: fix incompatibility with dummy-hcd | Alan Stern | 1 | -1/+1 |
2012-04-27 | usb: gadget: udc-core: fix wrong call order | Felipe Balbi | 1 | -1/+1 |
2012-04-27 | USB: cdc-wdm: fix race leading leading to memory corruption | Oliver Neukum | 1 | -2/+5 |
2012-04-25 | USB: EHCI: fix crash during suspend on ASUS computers | Alan Stern | 2 | -0/+17 |
2012-04-25 | usb gadget: uvc: uvc_request_data::length field must be signed | Laurent Pinchart | 2 | -2/+2 |
2012-04-21 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -10/+10 |
2012-04-21 | Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+37 |
2012-04-20 | USB: serial: cp210x: Fixed usb_control_msg timeout values | Yuri Matylitski | 1 | -3/+6 |
2012-04-19 | usb: gadget: dummy: do not call pullup() on udc_stop() | Felipe Balbi | 1 | -1/+0 |
2012-04-19 | USB: ehci-tegra: don't call set_irq_flags(IRQF_VALID) | Stephen Warren | 1 | -1/+0 |
2012-04-19 | USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urb | Tomoki Sekiyama | 1 | -1/+1 |
2012-04-19 | USB: yurex: Remove allocation of coherent buffer for setup-packet buffer | Tomoki Sekiyama | 1 | -6/+2 |
2012-04-19 | drivers/usb/misc/usbtest.c: add kfrees | Julia Lawall | 1 | -0/+2 |
2012-04-19 | USB: ehci-fsl: Fix kernel crash on mpc5121e | Anatolij Gustschin | 1 | -1/+6 |
2012-04-19 | EHCI: always clear the STS_FLR status bit | Alan Stern | 1 | -1/+6 |
2012-04-18 | usb: musb: davinci.c: add missing unregister | Julia Lawall | 1 | -1/+2 |
2012-04-18 | usb: musb: drop __deprecated flag | Felipe Balbi | 1 | -1/+1 |
2012-04-18 | EHCI: fix criterion for resuming the root hub | Alan Stern | 1 | -1/+1 |
2012-04-18 | USB: sierra: avoid QMI/wwan interface on MC77xx | Bjørn Mork | 1 | -2/+4 |
2012-04-18 | usb: usbtest: avoid integer overflow in alloc_sglist() | Xi Wang | 1 | -1/+1 |
2012-04-18 | usb: usbtest: avoid integer overflow in test_ctrl_queue() | Xi Wang | 1 | -2/+3 |
2012-04-18 | USB: fix deadlock in bConfigurationValue attribute method | Alan Stern | 2 | -6/+3 |
2012-04-17 | USB: gadget/at91_udc: add gpio_to_irq() function to vbus interrupt | Nicolas Ferre | 1 | -4/+4 |
2012-04-17 | USB: ohci-at91: change annotations for probe/remove functions | Nicolas Ferre | 1 | -6/+6 |
2012-04-16 | ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue | Keshava Munegowda | 1 | -2/+37 |
2012-04-16 | Merge tag 'fixes-for-v3.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 12 | -49/+102 |
2012-04-12 | USB: gadget: storage gadgets send wrong error code for unknown commands | Alan Stern | 2 | -2/+2 |
2012-04-12 | usb: otg: gpio_vbus: Add otg transceiver events and notifiers | Heiko Stübner | 1 | -1/+14 |
2012-04-11 | xHCI: Correct the #define XHCI_LEGACY_DISABLE_SMI | Alex He | 2 | -5/+10 |
2012-04-11 | xHCI: use gfp flags from caller instead of GFP_ATOMIC | Dan Carpenter | 1 | -2/+2 |
2012-04-11 | xHCI: add XHCI_RESET_ON_RESUME quirk for VIA xHCI host | Elric Fu | 1 | -0/+2 |
2012-04-11 | USB: fix bug of device descriptor got from superspeed device | Elric Fu | 1 | -0/+16 |
2012-04-11 | xhci: Fix register save/restore order. | Sarah Sharp | 1 | -4/+4 |
2012-04-11 | xhci: Restore event ring dequeue pointer on resume. | Sarah Sharp | 1 | -0/+1 |
2012-04-11 | xhci: Don't write zeroed pointers to xHC registers. | Sarah Sharp | 1 | -7/+2 |
2012-04-11 | xhci: Warn when hosts don't halt. | Sarah Sharp | 1 | -0/+3 |
2012-04-11 | xhci: don't re-enable IE constantly | Felipe Balbi | 2 | -1/+5 |
2012-04-11 | usb: xhci: fix section mismatch in linux-next | Gerard Snitselaar | 1 | -1/+1 |
2012-04-11 | xHCI: correct to print the true HSEE of USBCMD | Alex He | 1 | -1/+1 |
2012-04-11 | USB: serial: fix race between probe and open | Johan Hovold | 1 | -0/+8 |
2012-04-10 | usb: gadget: eliminate NULL pointer dereference (bugfix) | Andrzej Pietrasiewicz | 1 | -1/+1 |
2012-04-10 | usb: gadget: uvc: Remove non-required locking from 'uvc_queue_next_buffer' ro... | Bhupesh Sharma | 1 | -3/+1 |
2012-04-10 | usb: gadget: rndis: fix Missing req->context assignment | Lukasz Majewski | 1 | -0/+1 |
2012-04-10 | usb: musb: omap: fix the error check for pm_runtime_get_sync | Shubhrajyoti D | 1 | -2/+3 |
2012-04-10 | usb: gadget: udc-core: fix asymmetric calls in remove_driver | Kishon Vijay Abraham I | 1 | -1/+1 |
2012-04-10 | usb: musb: omap: fix crash when musb glue (omap) gets initialized | Kishon Vijay Abraham I | 1 | -2/+2 |
2012-04-10 | usb: musb: wake the device before ulpi transfers | Grazvydas Ignotas | 1 | -6/+25 |