aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-21usb: core: handle hub C_PORT_OVER_CURRENT conditionBin Liu1-2/+6
2018-07-20usb: xhci: Fix memory leak in xhci_endpoint_reset()Zheng Xiaowei1-0/+1
2018-07-20usb: typec: tcpm: Fix sink PDO starting index for PPS APDO selectionAdam Thomson1-1/+1
2018-07-20usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang1-1/+1
2018-07-17usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'Eugeniu Rosca1-10/+10
2018-07-17usb: dwc2: Fix inefficient copy of unaligned buffersAntti Seppälä1-3/+9
2018-07-17usb: dwc2: Fix DMA alignment to start at allocated boundaryAntti Seppälä1-21/+23
2018-07-17usb: gadget: aspeed: Workaround memory ordering issueBenjamin Herrenschmidt3-3/+46
2018-07-17usb: dwc3: gadget: remove redundant variable maxpacketColin Ian King1-3/+0
2018-07-17usb: dwc2: avoid NULL dereferencesJohn Keeping1-3/+3
2018-07-17usb/phy: fix PPC64 build errors in phy-fsl-usb.cRandy Dunlap1-1/+3
2018-07-17usb: dwc2: host: do not delay retries for CONTROL IN transfersDmitry Torokhov1-2/+7
2018-07-17usb: gadget: u_audio: protect stream runtime fields with stream spinlockVladimir Zapolskiy1-1/+9
2018-07-17usb: gadget: u_audio: remove cached period bytes valueVladimir Zapolskiy1-35/+5
2018-07-17usb: gadget: u_audio: remove caching of stream buffer parametersVladimir Zapolskiy1-17/+13
2018-07-17usb: gadget: u_audio: update hw_ptr in iso_complete after data copiedJoshua Frkuska1-1/+5
2018-07-17usb: gadget: u_audio: fix pcm/card naming in g_audio_setup()Eugeniu Rosca1-3/+3
2018-07-17usb: gadget: f_uac2: fix error handling in afunc_bind (again)Eugeniu Rosca1-2/+2
2018-07-17usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in r8a66597_queue()Jia-Ju Bai1-1/+1
2018-07-17usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in init_controller()Jia-Ju Bai1-2/+2
2018-07-17usb: gadget: Fix OS descriptors supportBenjamin Herrenschmidt1-1/+0
2018-07-17usb: gadget: aspeed-vhub: Fix SETUP packets with OUT data phaseBenjamin Herrenschmidt1-1/+8
2018-07-16usb: cdc_acm: Add quirk for Castles VEGA3000Lubomir Rintel1-0/+3
2018-07-16Merge tag 'usb-ci-v4.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-linusGreg Kroah-Hartman4-18/+5
2018-07-06USB: yurex: fix out-of-bounds uaccess in read handlerJann Horn1-17/+6
2018-07-06usb: quirks: add delay quirks for Corsair StrafeNico Sneck1-0/+4
2018-07-06xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter1-1/+1
2018-07-06usb/gadget: aspeed-vhub: add USB_LIBCOMPOSITE dependencyArnd Bergmann1-0/+1
2018-07-06Merge tag 'usb-serial-4.18-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman4-2/+8
2018-07-06USB: serial: mos7840: fix status-register error handlingJohan Hovold1-0/+3
2018-07-06USB: serial: keyspan_pda: fix modem-status error handlingJohan Hovold1-1/+3
2018-07-05usb: chipidea: Always build ULPI codeFabio Estevam4-18/+5
2018-07-04USB: serial: cp210x: add another USB ID for Qivicon ZigBee stickOlli Salonen1-0/+1
2018-07-04USB: serial: ch341: fix type promotion bug in ch341_control_in()Dan Carpenter1-1/+1
2018-07-02typec: tcpm: Correctly report power_supply current and voltage for non pd supplyHans de Goede1-2/+3
2018-07-02usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not startedKai-Heng Feng1-4/+8
2018-06-28Merge tag 'usb-serial-4.18-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman1-0/+14
2018-06-26usb: chipidea: host: fix disconnection detect issuePeter Chen1-1/+4
2018-06-25usb: typec: tcpm: fix logbuffer index is wrong if _tcpm_log is re-enteredPeter Chen1-3/+4
2018-06-25typec: tcpm: Fix a msecs vs jiffies bugDan Carpenter1-1/+2
2018-06-25usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff1-0/+3
2018-06-25usb: typec: ucsi: Fix for incorrect status data issueHeikki Krogerus1-0/+13
2018-06-25usb: typec: ucsi: acpi: Workaround for cache mode issueHeikki Krogerus1-0/+5
2018-06-25usb: xhci: increase CRS timeout valueAjay Gupta1-1/+6
2018-06-25usb: xhci: tegra: fix runtime PM error handlingStefan Agner1-2/+2
2018-06-25usb: xhci: remove the code build warningDongjiu Geng1-1/+1
2018-06-25xhci: Fix kernel oops in trace_xhci_free_virt_deviceZhengjun Xing2-7/+33
2018-06-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman2-3/+41
2018-06-19dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculationMinas Harutyunyan1-1/+6
2018-06-19usb: gadget: dwc2: fix memory leak in gadget_init()Grigor Tovmasyan1-2/+5