summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2018-07-21usb: core: handle hub C_PORT_OVER_CURRENT conditionBin Liu-2/+6
2018-07-20usb: xhci: Fix memory leak in xhci_endpoint_reset()Zheng Xiaowei-0/+1
2018-07-20usb: typec: tcpm: Fix sink PDO starting index for PPS APDO selectionAdam Thomson-1/+1
2018-07-20usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang-1/+1
2018-07-17usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'Eugeniu Rosca-10/+10
2018-07-17usb: dwc2: Fix inefficient copy of unaligned buffersAntti Seppälä-3/+9
2018-07-17usb: dwc2: Fix DMA alignment to start at allocated boundaryAntti Seppälä-21/+23
2018-07-17usb: gadget: aspeed: Workaround memory ordering issueBenjamin Herrenschmidt-3/+46
2018-07-17usb: dwc3: gadget: remove redundant variable maxpacketColin Ian King-3/+0
2018-07-17usb: dwc2: avoid NULL dereferencesJohn Keeping-3/+3
2018-07-17usb/phy: fix PPC64 build errors in phy-fsl-usb.cRandy Dunlap-1/+3
2018-07-17usb: dwc2: host: do not delay retries for CONTROL IN transfersDmitry Torokhov-2/+7
2018-07-17usb: gadget: u_audio: protect stream runtime fields with stream spinlockVladimir Zapolskiy-1/+9
2018-07-17usb: gadget: u_audio: remove cached period bytes valueVladimir Zapolskiy-35/+5
2018-07-17usb: gadget: u_audio: remove caching of stream buffer parametersVladimir Zapolskiy-17/+13
2018-07-17usb: gadget: u_audio: update hw_ptr in iso_complete after data copiedJoshua Frkuska-1/+5
2018-07-17usb: gadget: u_audio: fix pcm/card naming in g_audio_setup()Eugeniu Rosca-3/+3
2018-07-17usb: gadget: f_uac2: fix error handling in afunc_bind (again)Eugeniu Rosca-2/+2
2018-07-17usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in r8a6659...Jia-Ju Bai-1/+1
2018-07-17usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in init_...Jia-Ju Bai-2/+2
2018-07-17usb: gadget: Fix OS descriptors supportBenjamin Herrenschmidt-1/+0
2018-07-17usb: gadget: aspeed-vhub: Fix SETUP packets with OUT data phaseBenjamin Herrenschmidt-1/+8
2018-07-16usb: cdc_acm: Add quirk for Castles VEGA3000Lubomir Rintel-0/+3
2018-07-16Merge tag 'usb-ci-v4.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman-18/+5
2018-07-06USB: yurex: fix out-of-bounds uaccess in read handlerJann Horn-17/+6
2018-07-06usb: quirks: add delay quirks for Corsair StrafeNico Sneck-0/+4
2018-07-06xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter-1/+1
2018-07-06usb/gadget: aspeed-vhub: add USB_LIBCOMPOSITE dependencyArnd Bergmann-0/+1
2018-07-06Merge tag 'usb-serial-4.18-rc4' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman-2/+8
2018-07-06USB: serial: mos7840: fix status-register error handlingJohan Hovold-0/+3
2018-07-06USB: serial: keyspan_pda: fix modem-status error handlingJohan Hovold-1/+3
2018-07-05usb: chipidea: Always build ULPI codeFabio Estevam-18/+5
2018-07-04USB: serial: cp210x: add another USB ID for Qivicon ZigBee stickOlli Salonen-0/+1
2018-07-04USB: serial: ch341: fix type promotion bug in ch341_control_in()Dan Carpenter-1/+1
2018-07-02typec: tcpm: Correctly report power_supply current and voltage for non pd supplyHans de Goede-2/+3
2018-07-02usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not startedKai-Heng Feng-4/+8
2018-06-28Merge tag 'usb-serial-4.18-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman-0/+14
2018-06-26usb: chipidea: host: fix disconnection detect issuePeter Chen-1/+4
2018-06-25usb: typec: tcpm: fix logbuffer index is wrong if _tcpm_log is re-enteredPeter Chen-3/+4
2018-06-25typec: tcpm: Fix a msecs vs jiffies bugDan Carpenter-1/+2
2018-06-25usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff-0/+3
2018-06-25usb: typec: ucsi: Fix for incorrect status data issueHeikki Krogerus-0/+13
2018-06-25usb: typec: ucsi: acpi: Workaround for cache mode issueHeikki Krogerus-0/+5
2018-06-25usb: xhci: increase CRS timeout valueAjay Gupta-1/+6
2018-06-25usb: xhci: tegra: fix runtime PM error handlingStefan Agner-2/+2
2018-06-25usb: xhci: remove the code build warningDongjiu Geng-1/+1
2018-06-25xhci: Fix kernel oops in trace_xhci_free_virt_deviceZhengjun Xing-7/+33
2018-06-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman-3/+41
2018-06-19dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculationMinas Harutyunyan-1/+6
2018-06-19usb: gadget: dwc2: fix memory leak in gadget_init()Grigor Tovmasyan-2/+5