summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2019-02-07usb: gadget: f_fs: preserve wMaxPacketSize across usb_ep_autoconfig() callAndrzej Pietrasiewicz1-0/+11
2019-02-07usb: gadget: move non-super speed code out of usb_ep_autoconfig_ss()Andrzej Pietrasiewicz1-17/+24
2019-02-07usb: gadget: function: sync f_uac1 ac header baInterfaceNrliangshengjun1-0/+2
2019-02-07usb: dwc2: gadget: Add scatter-gather modeAndrzej Pietrasiewicz1-36/+77
2019-02-07usb: gadget: fix various indentation issuesColin Ian King5-28/+28
2019-02-07usb: dwc2: Fix EP TxFIFO number settingMinas Harutyunyan1-0/+1
2019-02-06udc: net2280: Fix net2280_disableGuido Kiener1-2/+2
2019-02-06USB: gadget: Improve kerneldoc for usb_ep_dequeue()Alan Stern1-4/+4
2019-02-06scsi: remove bidirectional command supportChristoph Hellwig1-9/+2
2019-02-05usb: dwc3: debug: purge usage of strcatFelipe Balbi1-5/+9
2019-02-05scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-9/+0
2019-02-04USB: serial: cp210x: add GPIO support for CP2104Icenowy Zheng1-4/+78
2019-02-04usb: dwc3: trace: pass trace buffer size to decoding functionsFelipe Balbi2-69/+80
2019-02-04usb: core: Move variable initialization to appropriate placeSuwan Kim1-2/+1
2019-02-04usb: dwc3: gadget: remove DWC3_EP_END_TRANSFER_PENDINGFelipe Balbi3-13/+6
2019-02-04usb: dwc3: gadget: early giveback if End Transfer already completedFelipe Balbi1-1/+5
2019-02-04usb: dwc3: gadget: don't use resource_index as a flagFelipe Balbi1-2/+2
2019-02-02PCI: Move Rohm Vendor ID to generic listAndy Shevchenko1-1/+0
2019-02-01usb: dwc3: gadget: clear DWC3_EP_TRANSFER_STARTED on cmd completeFelipe Balbi1-14/+5
2019-01-31usb: typec: tcpm: Correct the PPS out_volt calculationKyle Tso1-1/+2
2019-01-31Merge tag 'fixes-for-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman5-9/+6
2019-01-30usb: gadget: musb: fix short isoc packets with inventra dmaPaul Elder2-22/+12
2019-01-30usbip: Fix vep_free_request() null pointer checks on input argsShuah Khan1-1/+2
2019-01-30usb: ehci-orion: add S2RAM supportMiquel Raynal1-0/+18
2019-01-30usb: ehci-orion: avoid double PHY initializationMiquel Raynal1-23/+3
2019-01-30usb: host: xhci: mvebu: add reset on resume quirkOfer Heifetz4-2/+26
2019-01-30usb: core: comply to PHY frameworkMiquel Raynal3-0/+35
2019-01-28usb: phy: am335x: fix race condition in _probeBin Liu1-4/+1
2019-01-28usb: dwc3: exynos: Fix error handling of clk_prepare_enableAlexey Khoroshilov1-2/+2
2019-01-28usb: phy: fix link errorsAnders Roxell1-1/+1
2019-01-28usb: gadget: udc: net2272: Fix bitwise and boolean operationsGustavo A. R. Silva1-1/+1
2019-01-28usb: dwc3: gadget: Handle 0 xfer length for OUT EPTejas Joglekar1-1/+1
2019-01-28usb: dwc3: gadget: remove req->started flagFelipe Balbi3-5/+0
2019-01-28usb: dwc3: gadget: prevent dwc3_request from being queued twiceFelipe Balbi1-0/+5
2019-01-28usb: dwc3: gadget: add dwc3_request status trackingFelipe Balbi3-0/+14
2019-01-28usb: gadget: udc: renesas_usb3: add support for r8a774c0Fabrizio Castro1-0/+4
2019-01-28usb: gadget: uvc: add uvcg_warn macroPaul Elder1-0/+2
2019-01-28usb: gadget: u_serial: process RX in workqueue instead of taskletMichał Mirosław1-21/+14
2019-01-28usb: gadget: udc: reduce indentationJulia Lawall1-9/+8
2019-01-28usb: gadget: aspeed: fix typoMatteo Croce1-1/+1
2019-01-28usb: dwc3: keystone: Add support for ti,am654-dwc3Roger Quadros2-4/+13
2019-01-28usb: dwc3: gadget: Fix OTG events when gadget driver isn't loadedRoger Quadros1-0/+2
2019-01-28usb: renesas_usbhs: replace udelay() with usleep_range()Yoshihiro Shimoda2-2/+2
2019-01-28usb: dwc3: qcom: Add support for MSM8998Jeffrey Hugo1-0/+1
2019-01-28usb: gadget: Remove dead branch codeYueHaibing1-8/+0
2019-01-28Merge 5.0-rc4 into usb-nextGreg Kroah-Hartman16-19/+43
2019-01-25USB: serial: cp210x: support all gpios on CP2102N QFN28 packageMans Rullgard1-6/+13
2019-01-25usb: ftdi-elan: Fix if == else warnings in ftdi_elan_respond_engineYueHaibing1-24/+0
2019-01-25usb: typec: tpcm: improve error handling of tcpm_register_portJun Li1-3/+5
2019-01-25usb: misc: usb3503: Add system sleep support in non-I2C modeMarek Szyprowski1-8/+30