summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2012-05-01USB: ehci-tegra: remove redundant gpio_set_valueStephen Warren-1/+0
2012-05-01EHCI: update PM methods in ehci-tegra.cAlan Stern-180/+195
2012-04-27Merge tag 'fixes-for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-8/+21
2012-04-27usb: gadget: udc-core: fix incompatibility with dummy-hcdAlan Stern-1/+1
2012-04-27usb: gadget: udc-core: fix wrong call orderFelipe Balbi-1/+1
2012-04-26USB: cdc-wdm: fix race leading leading to memory corruptionOliver Neukum-2/+5
2012-04-24USB: EHCI: fix crash during suspend on ASUS computersAlan Stern-0/+17
2012-04-24usb gadget: uvc: uvc_request_data::length field must be signedLaurent Pinchart-2/+2
2012-04-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-10/+10
2012-04-21Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+37
2012-04-20USB: serial: cp210x: Fixed usb_control_msg timeout valuesYuri Matylitski-3/+6
2012-04-19usb: gadget: dummy: do not call pullup() on udc_stop()Felipe Balbi-1/+0
2012-04-18USB: ehci-tegra: don't call set_irq_flags(IRQF_VALID)Stephen Warren-1/+0
2012-04-18USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urbTomoki Sekiyama-1/+1
2012-04-18USB: yurex: Remove allocation of coherent buffer for setup-packet bufferTomoki Sekiyama-6/+2
2012-04-18drivers/usb/misc/usbtest.c: add kfreesJulia Lawall-0/+2
2012-04-18USB: ehci-fsl: Fix kernel crash on mpc5121eAnatolij Gustschin-1/+6
2012-04-18EHCI: always clear the STS_FLR status bitAlan Stern-1/+6
2012-04-18usb: musb: davinci.c: add missing unregisterJulia Lawall-1/+2
2012-04-18usb: musb: drop __deprecated flagFelipe Balbi-1/+1
2012-04-17EHCI: fix criterion for resuming the root hubAlan Stern-1/+1
2012-04-17USB: sierra: avoid QMI/wwan interface on MC77xxBjørn Mork-2/+4
2012-04-17usb: usbtest: avoid integer overflow in alloc_sglist()Xi Wang-1/+1
2012-04-17usb: usbtest: avoid integer overflow in test_ctrl_queue()Xi Wang-2/+3
2012-04-17USB: fix deadlock in bConfigurationValue attribute methodAlan Stern-6/+3
2012-04-17USB: gadget/at91_udc: add gpio_to_irq() function to vbus interruptNicolas Ferre-4/+4
2012-04-17USB: ohci-at91: change annotations for probe/remove functionsNicolas Ferre-6/+6
2012-04-16ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issueKeshava Munegowda-2/+37
2012-04-16Merge tag 'fixes-for-v3.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-49/+102
2012-04-12USB: gadget: storage gadgets send wrong error code for unknown commandsAlan Stern-2/+2
2012-04-12usb: otg: gpio_vbus: Add otg transceiver events and notifiersHeiko Stübner-1/+14
2012-04-11xHCI: Correct the #define XHCI_LEGACY_DISABLE_SMIAlex He-5/+10
2012-04-11xHCI: use gfp flags from caller instead of GFP_ATOMICDan Carpenter-2/+2
2012-04-11xHCI: add XHCI_RESET_ON_RESUME quirk for VIA xHCI hostElric Fu-0/+2
2012-04-11USB: fix bug of device descriptor got from superspeed deviceElric Fu-0/+16
2012-04-11xhci: Fix register save/restore order.Sarah Sharp-4/+4
2012-04-11xhci: Restore event ring dequeue pointer on resume.Sarah Sharp-0/+1
2012-04-11xhci: Don't write zeroed pointers to xHC registers.Sarah Sharp-7/+2
2012-04-11xhci: Warn when hosts don't halt.Sarah Sharp-0/+3
2012-04-11xhci: don't re-enable IE constantlyFelipe Balbi-1/+5
2012-04-10usb: xhci: fix section mismatch in linux-nextGerard Snitselaar-1/+1
2012-04-10xHCI: correct to print the true HSEE of USBCMDAlex He-1/+1
2012-04-10USB: serial: fix race between probe and openJohan Hovold-0/+8
2012-04-10usb: gadget: eliminate NULL pointer dereference (bugfix)Andrzej Pietrasiewicz-1/+1
2012-04-10usb: gadget: uvc: Remove non-required locking from 'uvc_queue_next_buffer' ro...Bhupesh Sharma-3/+1
2012-04-10usb: gadget: rndis: fix Missing req->context assignmentLukasz Majewski-0/+1
2012-04-10usb: musb: omap: fix the error check for pm_runtime_get_syncShubhrajyoti D-2/+3
2012-04-10usb: gadget: udc-core: fix asymmetric calls in remove_driverKishon Vijay Abraham I-1/+1
2012-04-10usb: musb: omap: fix crash when musb glue (omap) gets initializedKishon Vijay Abraham I-2/+2
2012-04-10usb: musb: wake the device before ulpi transfersGrazvydas Ignotas-6/+25