aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-5/+4
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky5-6/+4
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-7/+9
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+8
2013-09-03Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-19/+107
2013-09-03Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds259-6740/+12890
2013-08-30usbcore: fix incorrect type in assignment in descriptors_changed()Xenia Ragiadakou1-3/+3
2013-08-30usbcore: compare and release one bos descriptor in usb_reset_and_verify_device()Xenia Ragiadakou1-2/+21
2013-08-30ehci: remove debugging statement with ehci statistics in ehci_stop()Xenia Ragiadakou1-8/+0
2013-08-30ehci: remove duplicate debug_async_open() prototype in ehci-dbg.cXenia Ragiadakou1-1/+0
2013-08-30ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou6-15/+15
2013-08-30ehci: remove ehci_vdbg() verbose debugging statementsXenia Ragiadakou4-67/+7
2013-08-30usb: r8a66597-hcd: use platform_{get,set}_drvdata()Libo Chen1-2/+2
2013-08-30usb: phy-tegra-usb: use platform_{get,set}_drvdata()Libo Chen1-1/+1
2013-08-30usb: acm gadget: Null termintate strings tableGraham Williams1-0/+1
2013-08-28Merge tag 'for-usb-next-2013-08-27-15-07' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-nextGreg Kroah-Hartman1-4/+2
2013-08-28xhci: Fix warning introduced by disabling runtime PM.Sarah Sharp1-4/+2
2013-08-27USB: OHCI: Allow runtime PM without system sleepAlan Stern1-1/+1
2013-08-27usb: ohci-at91: remove unnecessary dev_set_drvdata()Libo Chen1-2/+0
2013-08-27usb: renesas_usbhs: use platform_{get,set}_drvdata()Libo Chen1-1/+1
2013-08-27usb: fotg210-udc: use platform_{get,set}_drvdata()Libo Chen1-2/+2
2013-08-27Merge tag 'usb-for-v3.12-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman15-48/+79
2013-08-27USB storage: audit sysfs attribute permissionsGreg Kroah-Hartman1-9/+7
2013-08-27usb: musb: ux500: Add check for NULL board dataLee Jones1-1/+3
2013-08-27usb: gadget: double unlocks on error in atmel_usba_start()Dan Carpenter1-6/+4
2013-08-27usb: phy: signedness bugs in suspend/resume functionsDan Carpenter1-4/+3
2013-08-27usb: gadget: gadgetfs: potential use after free in unbind()Dan Carpenter1-1/+1
2013-08-27usb: gadget: gadgetfs: use after free in dev_release()Dan Carpenter1-4/+0
2013-08-27Merge tag 'for-usb-next-2013-08-27' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-nextGreg Kroah-Hartman3-17/+31
2013-08-27usb: dwc3: Remove duplicate inclusion of otg.hSachin Kamat1-1/+0
2013-08-27usb: phy: fix build breakageAnatolij Gustschin2-2/+2
2013-08-27USB: gadget: audit sysfs attribute permissionsGreg Kroah-Hartman7-48/+43
2013-08-27usb: musb: am335x-evm: Do not remove the session bit HOST-only modeSebastian Andrzej Siewior1-0/+2
2013-08-27usb: musb: dsps: do not set is_active on the first drvbus interruptSebastian Andrzej Siewior1-1/+0
2013-08-27usb: usb: dsps: update code according to the binding documentSebastian Andrzej Siewior1-18/+36
2013-08-27usb: musb: only remove host/udc if it has been addedSebastian Andrzej Siewior2-0/+4
2013-08-27usb: musb: dsps: fix devm_ioremap_resource error detection codeJulia Lawall1-2/+2
2013-08-27usb: gadget: USB_NET2272_DMA should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-08-27usb: gadget: USB_R8A66597 should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2013-08-27usb: gadget: USB_FUSB300 should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-08-27usb: musb: avoid null pointer dereference in debug loggingMaarten ter Huurne1-1/+2
2013-08-27usb: musb: cppi41: fix missing unlock on error in cppi41_dma_callback()Wei Yongjun1-1/+3
2013-08-27usb: phy: am335x-control: make it compile withSebastian Andrzej Siewior1-2/+2
2013-08-27usb: musb: honour the return value of dma_map_single()Sebastian Andrzej Siewior1-1/+9
2013-08-27usb: gadget: configfs: keep a function if it is not successfully addedAndrzej Pietrasiewicz1-1/+3
2013-08-27xhci:prevent "callbacks suppressed" when debug is not enabledDmitry Kasatkin1-16/+8
2013-08-27xhci: fix port BESL LPM capability checkingMathias Nyman1-1/+1
2013-08-27usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh1-0/+22
2013-08-26USB: OHCI: fix build error related to ohci_suspend/resumeAlan Stern1-0/+2
2013-08-25USB: serial: clean up attribute permissionsGreg Kroah-Hartman4-22/+14