summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-25xhci: Put warning message on a single lineAlexander Stein
2017-01-25usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structureBaolin Wang
2017-01-25usb: xhci: remove unnecessary second abort tryLu Baolu
2017-01-25xhci: remove unnecessary check for pending timerMathias Nyman
2017-01-25xhci: detect stop endpoint race using pending timer instead of counter.Mathias Nyman
2017-01-25xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDINGMathias Nyman
2017-01-25xhci: simplify if statement to make it more readableMathias Nyman
2017-01-25usb: storage: sddr09: Remove a set-but-not-used variableAugusto Mecking Caringi
2017-01-25usb: musb: constify musb_hdrc_config structuresBhumika Goyal
2017-01-25Merge 4.10-rc5 into usb-nextGreg Kroah-Hartman
2017-01-24usb: dwc2: gadget: Add checking for g-tx-fifo-size parameterSevak Arakelyan
2017-01-24usb: dwc2: gadget: Set TX FIFO depths to calculated defaultsSevak Arakelyan
2017-01-24usb: dwc2: host: Correct snpsid checking for GDFIFOCFGSevak Arakelyan
2017-01-24usb: dwc2: host: use msleep() for long delayNicholas Mc Guire
2017-01-24usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu
2017-01-24usb: dwc2: Force port resume on switching to device modeChen Yu
2017-01-24usb: dwc2: Workaround case where GOTGCTL state is wrongJohn Stultz
2017-01-24usb: dwc2: Avoid sleeping while holding hsotg->lockJohn Stultz
2017-01-24usb: dwc2: Show dr_mode via debugfsJohn Youn
2017-01-24usb: dwc2: Remove debug prints in params.cJohn Youn
2017-01-24usb: dwc2: Add debugfs file to show paramsJohn Youn
2017-01-24usb: dwc2: Remove unnecessary parametersJohn Youn
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn
2017-01-24usb: dwc2: Remove platform static paramsJohn Youn
2017-01-24usb: dwc2: Check core parametersJohn Youn
2017-01-24usb: dwc2: Rearrange param structure membersJohn Youn
2017-01-24usb: dwc2: Update parameter typesJohn Youn
2017-01-24usb: dwc2: Get device propertiesJohn Youn
2017-01-24usb: dwc2: Set core parameters to default valuesJohn Youn
2017-01-24usb: dwc2: Remove unused otg_ver parameterJohn Youn
2017-01-24usb: gadget: f_hid: fix: Move IN request allocation to set_alt()Krzysztof Opasiak
2017-01-24usb: gadget: udc: constify usb_ep_ops structuresBhumika Goyal
2017-01-24usb: gadget: udc: atmel: Update endpoint allocation schemeCristian Birsan
2017-01-24usb: gadget: f_fs: Accept up to 30 endpoints.Vincent Pelletier
2017-01-24usb: gadger: f_fs: Do not copy past descriptor end.Vincent Pelletier
2017-01-24usb: phy: fsl: Remove the set_power callbackBaolin Wang
2017-01-24usb: phy: msm: Remove the set_power callbackBaolin Wang
2017-01-24usb: phy: ab8500: Remove the set_power callbackBaolin Wang
2017-01-24usb: dwc2: gadget: Set GDFIFOCFGSevak Arakelyan
2017-01-24usb: gadget: uac2: add req_number as parameterPeter Chen
2017-01-24usb: dwc2: Fix sizeof in kzallocJohn Youn
2017-01-24usb: dwc2: Remove 'return' from void functionJohn Youn
2017-01-24usb: dwc2: Fix code indentation after conditionalsJohn Youn
2017-01-24usb: dwc2: Fix lines over 80 charactersJohn Youn
2017-01-24usb: dwc2: Fix brace usageJohn Youn
2017-01-24usb: dwc2: Fix logical continuationsJohn Youn
2017-01-24usb: dwc2: Fix comment alignment and formatJohn Youn
2017-01-24usb: dwc2: Add identifier in prototypesJohn Youn
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn
2017-01-24usb: gadget: f_hid: Use spinlock instead of mutexKrzysztof Opasiak