summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: udc: core: update usb_ep_queue() documentationFelipe Balbi2018-03-261-0/+3
* usb: host: Remove the deprecated ATH79 USB host config optionsAlban Bedel2018-03-262-25/+1
* usb: roles: Fix return value check in intel_xhci_usb_probe()Wei Yongjun2018-03-261-2/+2
* USB: gadget: f_midi: fixing a possible double-free in f_midiYavuz, Tuba2018-03-262-1/+4
* usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirksKai-Heng Feng2018-03-252-1/+6
* usb: core: Copy parameter string correctly and remove superfluous null checkKai-Heng Feng2018-03-251-2/+7
* USB: announce bcdDevice as well as idVendor, idProduct.Benson Leung2018-03-251-2/+6
* USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thawZhengjun Xing2018-03-231-2/+7
* usb: hub: Reduce warning to notice on power lossTomeu Vizoso2018-03-231-1/+1
* Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-03-2338-786/+2462
|\
| * usb/gadget: Add an EP dispose() callback for EP lifetime trackingBenjamin Herrenschmidt2018-03-232-0/+17
| * usb: phy: ab8500: Drop AB8540/9540 supportLinus Walleij2018-03-221-506/+0
| * usb: dwc3: core: Fix broken system suspend/resume on AM437xRoger Quadros2018-03-221-0/+2
| * usb: dwc3: Check controller type before setting speedThinh Nguyen2018-03-221-1/+4
| * usb: dwc3: Dump LSP and BMU debug infoThinh Nguyen2018-03-222-0/+10
| * usb: dwc3: Check for ESS TX/RX threshold configThinh Nguyen2018-03-222-0/+63
| * usb: dwc3: Make TX/RX threshold configurableThinh Nguyen2018-03-221-0/+16
| * usb: dwc3: Add DWC_usb31 GTXTHRCFG reg fieldsThinh Nguyen2018-03-221-0/+10
| * usb: dwc3: gadget: Check IP revision for GRXTHRCFGThinh Nguyen2018-03-221-1/+5
| * usb: dwc3: Add DWC_usb31 GRXTHRCFG bit fieldsThinh Nguyen2018-03-221-0/+10
| * usb: dwc3: Check IP revision for GTXFIFOSIZThinh Nguyen2018-03-221-1/+4
| * usb: dwc3: Update DWC_usb31 GTXFIFOSIZ reg fieldsThinh Nguyen2018-03-221-0/+2
| * usb: dwc3: Add SoftReset PHY synchonization delayThinh Nguyen2018-03-221-1/+12
| * usb: dwc3: pci: Properly cleanup resourceThinh Nguyen2018-03-221-1/+1
| * usb: dwc3: Makefile: fix link error on randconfigFelipe Balbi2018-03-221-1/+1
| * usb: dwc3: ep0: remove redundant assignmentHeinrich Schuchardt2018-03-191-1/+1
| * usb: dwc2: fix spelling mistake: "genereted" -> "generated"Colin Ian King2018-03-141-1/+1
| * usb: dwc3: Prevent indefinite sleep in _dwc3_set_mode during suspend/resumeRoger Quadros2018-03-131-3/+20
| * usb: dwc2: Make dwc2_force_mode() staticGrigor Tovmasyan2018-03-131-1/+1
| * usb: dwc2: add support for host mode external vbus supplyAmelie Delaunay2018-03-132-0/+28
| * usb: dwc2: Force mode optimizationsVardan Mikayelyan2018-03-135-65/+29
| * usb: dwc2: Enable power downJohn Youn2018-03-131-1/+15
| * usb: dwc2: Change hub-control to allow hibernationVardan Mikayelyan2018-03-131-3/+13
| * usb: dwc2: Add dwc2_handle_gpwrdn_intr() handlerVardan Mikayelyan2018-03-133-1/+121
| * usb: dwc2: Allow entering hibernation from USB_SUSPEND interruptVardan Mikayelyan2018-03-131-20/+32
| * usb: dwc2: Add dwc2_enter_hibernation(), dwc2_exit_hibernation()Vardan Mikayelyan2018-03-132-0/+41
| * usb: dwc2: Add host/device hibernation functionsVardan Mikayelyan2018-03-134-2/+419
| * usb: dwc2: Add helper functions for restore routineVardan Mikayelyan2018-03-132-0/+139
| * usb: dwc2: Changes in registers backup/restore functionsVardan Mikayelyan2018-03-133-4/+12
| * usb: dwc2: gadget: Add remote_wakeup_allowed flagVardan Mikayelyan2018-03-132-0/+8
| * usb: dwc2: core: Add hibernated flagVardan Mikayelyan2018-03-132-0/+3
| * usb: dwc2: gadget: Fix dwc2_restore_device_registersVardan Mikayelyan2018-03-133-15/+30
| * usb: dwc2: gadget: Moved dtxfsiz backup array placeVardan Mikayelyan2018-03-133-8/+6
| * usb: dwc2: Add hibernation field into dwc2_hw_paramsVardan Mikayelyan2018-03-134-5/+47
| * usb: dwc2: Rename hibernation to partial_power_downVardan Mikayelyan2018-03-137-38/+38
| * usb: dwc2: Enable LPMJohn Youn2018-03-131-0/+4
| * usb: dwc3: add dual role support using OTG blockRoger Quadros2018-03-133-28/+557
| * usb: phy: tegra: Increase PHY clock stabilization timeoutDmitry Osipenko2018-03-131-9/+5
| * usb: phy-generic: Use gpiod_set_value_cansleepMike Looijmans2018-03-131-3/+3
| * usb: gadget: udc: Use scnprintf() instead of snprintf()Jaejoong Kim2018-03-132-3/+3