aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2017-12-12usb: xhci: make function xhci_dbc_free_req staticColin Ian King1-1/+1
2017-12-12xhci: fixup incorrect memset size parameter when clearing up DbC on exit.Mathias Nyman1-1/+1
2017-12-12USB: remove the URB_NO_FSBR flagAlan Stern4-10/+1
2017-12-12usb: typec: wcove: fix the sink capabilitiesHeikki Krogerus1-3/+1
2017-12-12USB: core: only clean up what we allocatedAndrey Konovalov1-3/+6
2017-12-12Merge tag 'fixes-for-v4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman7-66/+34
2017-12-12usb: dwc2: add optional usb ecc reset bitDinh Nguyen2-0/+11
2017-12-12usb: renesas_usbhs: use PIPEnCLR.ACLRM instead of {C,Dn}FIFOCTR.BCLR in usbhs...Yoshihiro Shimoda1-3/+2
2017-12-12usb: renesas_usbhs: add usbhs_pipe_clear_without_sequence() functionYoshihiro Shimoda2-5/+16
2017-12-12usb: renesas_usbhs: remove redundant polling in usbhsf_fifo_barrier()Yoshihiro Shimoda1-11/+5
2017-12-12usb: phy: Factor out the usb charger initializationBaolin Wang1-4/+10
2017-12-12Revert "usb: gadget: allow to enable legacy drivers without USB_ETH"Felipe Balbi2-12/+2
2017-12-12usb: gadget: webcam: fix V4L2 Kconfig dependencyArnd Bergmann1-1/+1
2017-12-11usb: dwc3: Allow disabling of metastability workaroundRoger Quadros3-2/+10
2017-12-11USB: dummy-hcd: Adapt dummy_udc_set_speed()Roger Quadros1-13/+1
2017-12-11USB: dummy-hcd: don't set gadget.speed in dummy_hub_control()Roger Quadros1-2/+0
2017-12-11usb: gadget: bcm63xx_udc: Use common error handling code in bcm63xx_udc_probe()Markus Elfring1-8/+8
2017-12-11usb: gadget: pxa27x: Remove redundant assignment to is_short and devColin Ian King1-3/+0
2017-12-11usb: gadget: udc-xilinx: remove redundant pointer udcColin Ian King1-2/+0
2017-12-11USB: gadget: legacy: remove redundant zero assignment to variable 'value'Colin Ian King1-1/+0
2017-12-11USB: gadget: udc: fix spelling mistake "unexpect" -> "unexpected"Colin Ian King1-1/+1
2017-12-11usb: gadget: ffs: Make sparse happierVincent Pelletier1-3/+6
2017-12-11usb: gadget: u_serial: Use kfifo instead of homemade circular bufferLu Baolu1-168/+24
2017-12-11usb: dwc3: Make sparse a bit happierVincent Pelletier1-2/+2
2017-12-11gadget event trace : add request pointerMatthieu CASTET1-2/+4
2017-12-11usb: dwc3: ep0: use gadget->isoch_delay for isoch_delay valueFelipe Balbi2-7/+1
2017-12-11usb: dwc3: debug: decode a few more featuresFelipe Balbi1-0/+9
2017-12-11usb: dwc2: Fix TxFIFOn sizes and total TxFIFO size issuesMinas Harutyunyan3-50/+25
2017-12-11usb: dwc3: gadget: Fix PCM1 for ISOC EP with ep->mult less than 3Manu Gautam1-1/+1
2017-12-11usb: dwc3: of-simple: set dev_pm_opsMasahiro Yamada1-0/+1
2017-12-11usb: dwc3: of-simple: fix missing clk_disable_unprepareAndreas Platschek1-1/+3
2017-12-11usb: dwc3: gadget: Wait longer for controller to end command processingVincent Pelletier1-1/+1
2017-12-08usb: xhci: fix TDS for MTK xHCI1.1Chunfeng Yun1-3/+3
2017-12-08xhci: Don't add a virt_dev to the devs array before it's fully allocatedMathias Nyman1-4/+11
2017-12-08xhci: add port status tracing for Get Hub Status requestsMathias Nyman2-0/+7
2017-12-08xhci: add port status tracing for Get Port Status hub requestsMathias Nyman2-0/+6
2017-12-08usb: xhci: allow imod-interval to be configurableAdam Wallis5-5/+20
2017-12-08usb: xhci: Cleanup printk debug message for ERSTLu Baolu3-21/+0
2017-12-08usb: xhci: Cleanup printk debug message for registersLu Baolu4-258/+0
2017-12-08usb: xhci: Add DbC support in xHCI driverLu Baolu8-0/+1804
2017-12-08usb: xhci: Make some static functions globalLu Baolu3-42/+72
2017-12-08xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman5-31/+16
2017-12-08xhci: add helper to allocate command with input contextMathias Nyman3-4/+26
2017-12-08usb: xhci: remove unused variable ep_ringCorentin Labbe1-2/+0
2017-12-08usb: xhci: remove unused variable urb_privCorentin Labbe1-2/+0
2017-12-08usb: xhci: remove unused variable epCorentin Labbe1-2/+0
2017-12-08usb: xhci: remove unused variable last_freed_endpointCorentin Labbe1-3/+0
2017-12-08usbip: fix stub_send_ret_submit() vulnerability to null transfer_bufferShuah Khan1-0/+7
2017-12-08usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan2-9/+17
2017-12-08usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan1-4/+31