summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2016-11-18USB: phy: am335x-control: fix device and of_node leaksJohan Hovold1-0/+2
2016-11-18usb: gadget: f_uac2: fix error handling at afunc_bindPeter Chen1-7/+7
2016-11-18usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match()Felix Hädicke1-4/+4
2016-11-17usb: hub: Fix auto-remount of safely removed or ejected USB-3 devicesMathias Nyman1-65/+36
2016-11-17usb: musb: Drop pointless PM runtime code for dsps glueTony Lindgren1-20/+2
2016-11-17usb: musb: Add missing pm_runtime_disable and drop 2430 PM timeoutTony Lindgren1-6/+4
2016-11-17usb: musb: Fix PM for hub disconnectTony Lindgren4-18/+27
2016-11-17usb: musb: Fix sleeping function called from invalid context for hdrc glueTony Lindgren4-18/+167
2016-11-17usb: musb: Fix broken use of static variable for multiple instancesTony Lindgren2-4/+7
2016-11-16USB: serial: cp210x: add ID for the Zone DPMXPaul Jakma1-0/+1
2016-11-15usb: chipidea: move the lock initialization to core filePeter Chen2-2/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-19/+15
2016-11-15Fix USB CB/CBI storage devices with CONFIG_VMAP_STACK=yPetr Vandrovec1-1/+6
2016-11-14usb: xhci-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter1-2/+2
2016-11-14usb: mtu3: declare functions staticSudip Mukherjee2-2/+2
2016-11-14usb: xhci: move slot_id from xhci_hcd to xhci_command structureLu Baolu3-6/+6
2016-11-14usb: xhci: remove the use of xhci->addr_devLu Baolu3-10/+10
2016-11-14usb: xhci: cleanup cmd_completion in xhci_virt_deviceLu Baolu2-2/+0
2016-11-14xhci: add helper to get the endpoint state of a endpoint contextMathias Nyman3-14/+9
2016-11-14usb: host: xhci: plat: add support for Renesas r8a7796 SoCYoshihiro Shimoda2-0/+10
2016-11-14usb: host: xhci: rcar: add a new firmware version for r8a7796Yoshihiro Shimoda2-0/+4
2016-11-14usb: xhci: clean up error_bitmask usageLu Baolu2-26/+22
2016-11-14xhci: Remove duplicate xhci urb giveback functionsMathias Nyman1-69/+56
2016-11-14xhci: Giveback urb in finish_td directlyMathias Nyman1-23/+8
2016-11-14xhci: refactor handle_tx_event() urb givebackMathias Nyman1-29/+32
2016-11-14xhci: fix non static symbol warningWei Yongjun1-2/+2
2016-11-14xhci: cleanup and refactor td_to_noop()Mathias Nyman1-42/+20
2016-11-14xhci: refactor and cleanup process_isoc_td()Mathias Nyman1-37/+32
2016-11-14xhci: rename endpoint related trb variablesMathias Nyman1-39/+38
2016-11-14xhci: cleanup and refactor process_bulk_intr_td()Mathias Nyman1-62/+46
2016-11-14xhci: cleanup and refactor process_ctrl_td()Mathias Nyman1-58/+45
2016-11-14xhci: remove extra URB_SHORT_NOT_OK checks in xhci, core handles most casesMathias Nyman1-47/+7
2016-11-14xhci: add trb_is_noop() helper functionMathias Nyman1-7/+9
2016-11-14xhci: use trb helper functions when possibleMathias Nyman1-6/+5
2016-11-14xhci: don't try to reset the host if it is unaccessibleMathias Nyman1-1/+6
2016-11-14xhci: cleanup error message if halting the host failed.Mathias Nyman1-6/+6
2016-11-14xhci: remove unnecessary xhci_quiesce call before xhci_haltMathias Nyman1-1/+0
2016-11-14Merge 4.9-rc5 into usb-nextGreg Kroah-Hartman7-19/+15
2016-11-14usb: chipidea: imx: Disable internal 60Mhz clock with ULPI PHYFabien Lahoudere1-0/+11
2016-11-14usb: chipidea: imx: configure imx for ULPI phyFabien Lahoudere3-14/+66
2016-11-14usb: chipidea: Properly mark little endian descriptorsStephen Boyd2-9/+9
2016-11-11USB: UHCI: report non-PME wakeup signalling for Intel hardwareAlan Stern1-0/+4
2016-11-11USB: serial: fix invalid user-pointer checksJohan Hovold10-32/+0
2016-11-10USB: cdc-acm: use get_icount tty operationJohan Hovold1-19/+12
2016-11-10USB: cdc-acm: fix invalid user-pointer checkJohan Hovold1-3/+0
2016-11-10USB: cdc-acm: fix TIOCMIWAITJohan Hovold1-2/+0
2016-11-08usb: gadget: f_hid add super speed supportJanusz Dziedzic1-1/+66
2016-11-08usb: gadget: mv_u3d: mv_u3d_start_queue() refactoringAlexey Khoroshilov1-13/+15
2016-11-08usb: gadget: mv_u3d: add check for dma mapping errorAlexey Khoroshilov1-0/+6
2016-11-08usb: dwc3: trace: purge dwc3_trace()Felipe Balbi6-135/+24