summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
* | typec: tcpm: Fix a msecs vs jiffies bugDan Carpenter2018-06-251-1/+2
* | usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff2018-06-251-0/+3
* | usb: typec: ucsi: Fix for incorrect status data issueHeikki Krogerus2018-06-251-0/+13
* | usb: typec: ucsi: acpi: Workaround for cache mode issueHeikki Krogerus2018-06-251-0/+5
* | usb: xhci: increase CRS timeout valueAjay Gupta2018-06-251-1/+6
* | usb: xhci: tegra: fix runtime PM error handlingStefan Agner2018-06-251-2/+2
* | usb: xhci: remove the code build warningDongjiu Geng2018-06-251-1/+1
* | xhci: Fix kernel oops in trace_xhci_free_virt_deviceZhengjun Xing2018-06-252-7/+33
* | xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman2018-06-252-3/+41
* | dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculationMinas Harutyunyan2018-06-191-1/+6
* | usb: gadget: dwc2: fix memory leak in gadget_init()Grigor Tovmasyan2018-06-191-2/+5
* | usb: gadget: composite: fix delayed_status race condition when set_interfaceChunfeng Yun2018-06-191-0/+3
* | usb: dwc2: fix isoc split in transfer with no dataWilliam Wu2018-06-191-2/+1Star
* | usb: dwc2: alloc dma aligned buffer for isoc split inWilliam Wu2018-06-195-5/+106
* | usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hubWilliam Wu2018-06-191-1/+1
* | usb: dwc2: Fix host exit from hibernation flow.Artur Petrosyan2018-06-191-1/+3
* | usb: dwc3: qcom: mark PM functions as __maybe_unusedArnd Bergmann2018-06-191-8/+4Star
* | usb: dwc3: Fix error return code in dwc3_qcom_probe()Wei Yongjun2018-06-191-0/+1
* | usb: dwc2: gadget: fix packet drop issue for ISOC OUT transfersMinas Harutyunyan2018-06-181-2/+0Star
* | usb: dwc3: Only call clk_bulk_get() on devicetree instantiated devicesHans de Goede2018-06-181-10/+13
* | usb: dwc2: gadget: fix packet drop issue in dwc2_gadget_handle_nakZeng Tao2018-06-181-3/+0Star
* | usb: dwc3: of-simple: fix use-after-free on removeJohan Hovold2018-06-181-1/+2
* | usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()Minas Harutyunyan2018-06-181-0/+1
* | usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfersVincent Pelletier2018-06-181-8/+18
* | usb: dwc3: pci: add support for Intel IceLakeHeikki Krogerus2018-06-181-0/+2
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-1/+1
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+1
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-132-2/+3
* | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-131-2/+2
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-1310-18/+23
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1310-22/+36
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-071-3/+2Star
|\ \
| * | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-3/+2Star
* | | Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-061-0/+1
|\ \ \
| * | | driver core: hold dev's parent lock when neededMartin Liu2018-05-311-0/+1
* | | | Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-06-06156-3256/+8731
|\ \ \ \
| * | | | Revert "xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue"Marc Zyngier2018-06-013-28/+0Star
| * | | | xhci: Add quirk to zero 64bit registers on Renesas PCIe controllersMarc Zyngier2018-06-013-2/+72
| * | | | xhci: Allow more than 32 quirksMarc Zyngier2018-06-012-36/+36
| * | | | usb: xhci: force all memory allocations to nodeAdam Wallis2018-06-011-19/+38
| * | | | USB: typec: fsusb302: no need to check return value of debugfs_create_dir()Greg Kroah-Hartman2018-05-311-11/+4Star
| * | | | USB: gadget: udc: s3c2410_udc: no need to check return value of debugfs_creat...Greg Kroah-Hartman2018-05-311-13/+4Star
| * | | | USB: gadget: udc: renesas_usb3: no need to check return value of debugfs_crea...Greg Kroah-Hartman2018-05-311-15/+3Star
| * | | | USB: gadget: udc: pxa27x_udc: no need to check return value of debugfs_create...Greg Kroah-Hartman2018-05-312-40/+6Star
| * | | | USB: gadget: udc: gr_udc: no need to check return value of debugfs_create fun...Greg Kroah-Hartman2018-05-312-6/+2Star
| * | | | USB: gadget: udc: bcm63xx_udc: no need to check return value of debugfs_creat...Greg Kroah-Hartman2018-05-311-32/+5Star
| * | | | USB: udc: atmel_usba_udc: no need to check return value of debugfs_create fun...Greg Kroah-Hartman2018-05-312-64/+11Star
| * | | | USB: dwc3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-32/+11Star
| * | | | USB: dwc2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-62/+16Star