summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* xhci: use port structures instead of port arrays in xhci.c functionsMathias Nyman2018-05-241-28/+22
* xhci: change xhci_test_and_clear_bit() to use new port structureMathias Nyman2018-05-243-26/+15
* xhci: change xhci_set_link_state() to work with port structuresMathias Nyman2018-05-243-22/+19
* xhci: rename faked_port_index to hcd_portnumMathias Nyman2018-05-241-22/+19
* xhci: xhci-ring: use port structures for port event handlerMathias Nyman2018-05-241-71/+8
* xhci: xhci-hub: use new port structures for cas and wake mask functions.Mathias Nyman2018-05-241-11/+10
* xhci: xhci-hub: use new port structures to get port address instead of port a...Mathias Nyman2018-05-241-62/+78
* xhci: Add helper to get xhci roothub from hcdMathias Nyman2018-05-242-0/+11
* xhci: set hcd pointers for xhci usb2 and usb3 roothub structuresMathias Nyman2018-05-241-0/+2
* xhci: Create new structures to store xhci port informationMathias Nyman2018-05-242-6/+73
* xhci: hisilicon: support HiSilicon STB xHCI host controllerJianguo Sun2018-05-243-0/+418
* usb: xhci: dbc: Add SPDX identifiers to dbc filesLu Baolu2018-05-243-1/+3
* Merge tag 'usb-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-05-2453-758/+5400
|\
| * usb: dwc2: gadget: Fix coverity issueGrigor Tovmasyan2018-05-211-1/+1
| * usb: gadget: udc: renesas_usb3: fix double phy_put()Yoshihiro Shimoda2018-05-211-2/+0
| * usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnectingYoshihiro Shimoda2018-05-211-0/+7
| * usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns errorYoshihiro Shimoda2018-05-211-3/+5
| * usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udcYoshihiro Shimoda2018-05-211-8/+8
| * usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add udcYoshihiro Shimoda2018-05-211-1/+1
| * usb: gadget: udc: renesas_usb3: should remove debugfsYoshihiro Shimoda2018-05-211-1/+7
| * usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeueMayank Rana2018-05-211-1/+1
| * usb: dwc3: gadget: dwc3_gadget_del_and_unmap_request() can be staticWei Yongjun2018-05-211-1/+1
| * usb: dwc2: pci: Fix error return code in dwc2_pci_probe()Wei Yongjun2018-05-211-1/+3
| * usb: dwc2: WA for Full speed ISOC IN in DDMA mode.Artur Petrosyan2018-05-212-0/+23
| * usb: dwc2: dwc2_vbus_supply_init: fix error checkTomeu Vizoso2018-05-211-5/+8
| * usb: gadget: f_phonet: fix pn_net_xmit()'s return typeLuc Van Oostenryck2018-05-211-1/+1
| * usb: dwc2: Fix HiKey regression caused by power_down featureJohn Stultz2018-05-211-0/+1
| * usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan2018-05-2112-61/+215
| * usb: gadget: fsl: Introduce FSL_USB2_PHY_UTMI_DUAL for usb gadgetNikhil Badola2018-05-211-0/+1
| * usb: dwc3: dwc3_get_extcon() can be statickbuild test robot2018-05-211-1/+1
| * usb: dwc3: gadget: init req->{direction,epnum} from alloc_request()Felipe Balbi2018-05-211-2/+1
| * usb: dwc3: gadget: initialize transfer index from send_gadget_ep_cmd()Felipe Balbi2018-05-212-6/+1
| * usb: dwc3: gadget: assign resource_index inside get_transfer_index()Felipe Balbi2018-05-213-10/+6
| * usb: dwc3: gadget: always start isochronous aligned to dep->intervalFelipe Balbi2018-05-211-10/+5
| * usb: dwc3: gadget: don't issue End Transfer if we have started reqsFelipe Balbi2018-05-211-1/+3
| * usb: dwc3: debug: decode uFrame from event tooFelipe Balbi2018-05-211-3/+7
| * usb: dwc3: gadget: move dwc3_calc_trbs_left() in place of prototypeFelipe Balbi2018-05-211-49/+47
| * usb: dwc3: gadget: move set_xfer_resource() in place of prototypeFelipe Balbi2018-05-211-13/+11
| * usb: dwc3: gadget: remove a few more dwc argumentsFelipe Balbi2018-05-211-8/+10
| * usb: dwc3: gadget: combine modify & restore into single argumentFelipe Balbi2018-05-211-22/+11
| * usb: dwc3: gadget: refactor dwc3_gadget_init_endpoints()Felipe Balbi2018-05-211-87/+116
| * usb: dwc3: gadget: split dwc3_gadget_ep_cleanup_completed_requests()Felipe Balbi2018-05-211-24/+36
| * usb: dwc3: gadget: get rid of the length variableFelipe Balbi2018-05-211-3/+1
| * usb: dwc3: gadget: reduce scope of ret variableFelipe Balbi2018-05-211-1/+1
| * usb: dwc3: gadget: one declaration per lineFelipe Balbi2018-05-211-2/+3
| * usb: dwc3: gadget: simplify IOC handlingFelipe Balbi2018-05-211-15/+10
| * usb: dwc3: gadget: simplify short packet eventFelipe Balbi2018-05-211-7/+1
| * usb: dwc3: trace: print out event status tooFelipe Balbi2018-05-211-4/+16
| * usb: dwc3: gadget: simplify unaligned and zlp handlingFelipe Balbi2018-05-211-4/+2
| * usb: dwc3: gadget: remove unnecessary 'chain' variableFelipe Balbi2018-05-211-3/+1