summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
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-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
2018-06-19usb: gadget: composite: fix delayed_status race condition when set_interfaceChunfeng Yun-0/+3
2018-06-19usb: dwc2: fix isoc split in transfer with no dataWilliam Wu-2/+1
2018-06-19usb: dwc2: alloc dma aligned buffer for isoc split inWilliam Wu-5/+106
2018-06-19usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hubWilliam Wu-1/+1
2018-06-19usb: dwc2: Fix host exit from hibernation flow.Artur Petrosyan-1/+3
2018-06-19usb: dwc3: qcom: mark PM functions as __maybe_unusedArnd Bergmann-8/+4
2018-06-19usb: dwc3: Fix error return code in dwc3_qcom_probe()Wei Yongjun-0/+1
2018-06-18usb: dwc2: gadget: fix packet drop issue for ISOC OUT transfersMinas Harutyunyan-2/+0
2018-06-18usb: dwc3: Only call clk_bulk_get() on devicetree instantiated devicesHans de Goede-10/+13
2018-06-18usb: dwc2: gadget: fix packet drop issue in dwc2_gadget_handle_nakZeng Tao-3/+0
2018-06-18usb: dwc3: of-simple: fix use-after-free on removeJohan Hovold-1/+2
2018-06-18usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()Minas Harutyunyan-0/+1
2018-06-18usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfersVincent Pelletier-8/+18
2018-06-18usb: dwc3: pci: add support for Intel IceLakeHeikki Krogerus-0/+2
2018-06-18USB: serial: cp210x: add CESINEL device idsJohan Hovold-0/+11
2018-06-18USB: serial: cp210x: add Silicon Labs IDs for Windows UpdateKaroly Pados-0/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-2/+3
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-18/+23
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-22/+36
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook-3/+2
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani-1/+1