summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2018-03-16xhci: zero usb device slot_id member when disabling and freeing a xhci slotMathias Nyman1-0/+2
2018-03-16usb: xhci: Remove ep_trb from finish_td()Lu Baolu1-4/+4
2018-03-16usb: xhci: Remove ep_trb from xhci_cleanup_halted_endpoint()Lu Baolu1-7/+4
2018-03-16usb: xhci: Clean up error code in xhci_dbc_tty_register_device()Dan Carpenter1-2/+3
2018-03-14usb: dwc2: fix spelling mistake: "genereted" -> "generated"Colin Ian King1-1/+1
2018-03-13usb: musb: Fix external abort in musb_remove on omap2430Merlijn Wajer1-1/+1
2018-03-13usb: dwc3: Prevent indefinite sleep in _dwc3_set_mode during suspend/resumeRoger Quadros1-3/+20
2018-03-13usb: dwc2: Make dwc2_force_mode() staticGrigor Tovmasyan1-1/+1
2018-03-13usb: dwc2: add support for host mode external vbus supplyAmelie Delaunay2-0/+28
2018-03-13usb: dwc2: Force mode optimizationsVardan Mikayelyan5-65/+29
2018-03-13usb: dwc2: Enable power downJohn Youn1-1/+15
2018-03-13usb: dwc2: Change hub-control to allow hibernationVardan Mikayelyan1-3/+13
2018-03-13usb: dwc2: Add dwc2_handle_gpwrdn_intr() handlerVardan Mikayelyan3-1/+121
2018-03-13usb: dwc2: Allow entering hibernation from USB_SUSPEND interruptVardan Mikayelyan1-20/+32
2018-03-13usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()Vardan Mikayelyan2-0/+41
2018-03-13usb: dwc2: Add host/device hibernation functionsVardan Mikayelyan4-2/+419
2018-03-13usb: dwc2: Add helper functions for restore routineVardan Mikayelyan2-0/+139
2018-03-13usb: dwc2: Changes in registers backup/restore functionsVardan Mikayelyan3-4/+12
2018-03-13usb: dwc2: gadget: Add remote_wakeup_allowed flagVardan Mikayelyan2-0/+8
2018-03-13usb: dwc2: core: Add hibernated flagVardan Mikayelyan2-0/+3
2018-03-13usb: dwc2: gadget: Fix dwc2_restore_device_registersVardan Mikayelyan3-15/+30
2018-03-13usb: dwc2: gadget: Moved dtxfsiz backup array placeVardan Mikayelyan3-8/+6
2018-03-13usb: dwc2: Add hibernation field into dwc2_hw_paramsVardan Mikayelyan4-5/+47
2018-03-13usb: dwc2: Rename hibernation to partial_power_downVardan Mikayelyan7-38/+38
2018-03-13usb: dwc2: Enable LPMJohn Youn1-0/+4
2018-03-13usb: dwc3: add dual role support using OTG blockRoger Quadros3-28/+557
2018-03-13usb: phy: tegra: Increase PHY clock stabilization timeoutDmitry Osipenko1-9/+5
2018-03-13usb: phy-generic: Use gpiod_set_value_cansleepMike Looijmans1-3/+3
2018-03-13usb: gadget: udc: Use scnprintf() instead of snprintf()Jaejoong Kim2-3/+3
2018-03-13usb: dwc3: prevent setting PRTCAP to OTG from debugfsRoger Quadros1-0/+3
2018-03-13usb: dwc3: core.h: add some register definitionsRoger Quadros1-0/+82
2018-03-13usb: dwc3: of-simple: add support for the Amlogic Meson GXL and AXG SoCsMartin Blumenstingl1-0/+8
2018-03-13usb: dwc3: of-simple: add support for shared and pulsed reset linesMartin Blumenstingl1-6/+17
2018-03-13usb: dwc2: gadget: Use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-03-13usb: dwc2: Add core state checkingGrigor Tovmasyan1-2/+2
2018-03-13usb: dwc2: Add call_gadget() function callGrigor Tovmasyan1-0/+6
2018-03-13usb: dwc2: gadget: Configure the core to enable LPMSevak Arakelyan3-0/+29
2018-03-13usb: dwc2: Enable LPM Transaction Received interruptSevak Arakelyan3-3/+8
2018-03-13usb: dwc2: gadget: LPM interrupt handlerSevak Arakelyan1-0/+63
2018-03-13usb: dwc2: gadget: Add functionality to exit from LPM L1 stateSevak Arakelyan1-0/+52
2018-03-13usb: dwc2: Add core parameters for LPM supportSevak Arakelyan3-0/+38
2018-03-13usb: dwc2: Rename GLPMCFG... definitionsSevak Arakelyan1-18/+20
2018-03-13usb: dwc2: Backup and restore PCGCCTL1 registerRazmik Karapetyan2-0/+3
2018-03-13usb: dwc2: Add ACG support to the driverRazmik Karapetyan6-2/+41
2018-03-13usb: dwc2: Print error if unable to set DMA coherent maskStefan Wahren1-1/+3
2018-03-13usb: gadget: udc: atmel: convert to use GPIO descriptorsLudovic Desroches2-30/+25
2018-03-13usb: gadget: udc: atmel: remove code related to platform stuffLudovic Desroches1-71/+2
2018-03-13usb: dwc2: Fix interval type issueGrigor Tovmasyan1-1/+1
2018-03-13usb: dwc2: pci: Handle error cleanup in probeVardan Mikayelyan1-3/+3
2018-03-13usb: dwc2: pci: Move devm_kzalloc() before platform_device_add()Vardan Mikayelyan1-4/+4