summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* 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-051-1/+1
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-122-2/+3
* | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-2/+2
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-1210-18/+23
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1210-22/+36
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-3/+2
|\ \
| * | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-3/+2
* | | Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-051-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-05156-3256/+8731
|\ \ \ \
| * | | | Revert "xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue"Marc Zyngier2018-06-013-28/+0
| * | | | 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/+4
| * | | | USB: gadget: udc: s3c2410_udc: no need to check return value of debugfs_creat...Greg Kroah-Hartman2018-05-311-13/+4
| * | | | USB: gadget: udc: renesas_usb3: no need to check return value of debugfs_crea...Greg Kroah-Hartman2018-05-311-15/+3
| * | | | USB: gadget: udc: pxa27x_udc: no need to check return value of debugfs_create...Greg Kroah-Hartman2018-05-312-40/+6
| * | | | USB: gadget: udc: gr_udc: no need to check return value of debugfs_create fun...Greg Kroah-Hartman2018-05-312-6/+2
| * | | | USB: gadget: udc: bcm63xx_udc: no need to check return value of debugfs_creat...Greg Kroah-Hartman2018-05-311-32/+5
| * | | | USB: udc: atmel_usba_udc: no need to check return value of debugfs_create fun...Greg Kroah-Hartman2018-05-312-64/+11
| * | | | USB: dwc3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-32/+11
| * | | | USB: dwc2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-62/+16
| * | | | USB: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-21/+5
| * | | | USB: chipidea: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-313-45/+17
| * | | | USB: ehci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-312-27/+8
| * | | | USB: fhci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-312-20/+5
| * | | | USB: fotg210-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-25/+9
| * | | | USB: imx21-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-34/+10
| * | | | USB: isp116x-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-13/+4
| * | | | USB: ohci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-313-44/+9
| * | | | USB: uhci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-11/+4
| * | | | USB: mon: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-30/+7
| * | | | USB: mtu3: no need to check return value of debugfs_create_dir()Greg Kroah-Hartman2018-05-311-4/+0
| * | | | USB: musb: clean up debugfs file and directory creationGreg Kroah-Hartman2018-05-314-52/+11
| * | | | USB: typec: tcpm: no need to check return value of debugfs_create_dir()Greg Kroah-Hartman2018-05-311-8/+3
| * | | | phy: tegra: select USB_COMMONArnd Bergmann2018-05-311-0/+1
| * | | | usb: hub: Per-port setting to reduce TRSTRCY to 10 msNicolas Boichat2018-05-311-1/+5
| * | | | usb: hub: Per-port setting to use old enumeration schemeNicolas Boichat2018-05-313-4/+33
| * | | | usb: xhci: tegra: Fix runtime PM supportJon Hunter2018-05-311-1/+1
| * | | | usb: chipidea: Fix ULPI on imx51Andrey Smirnov2018-05-311-1/+2
| * | | | usb: musb: remove an unused variableArnd Bergmann2018-05-311-1/+0
| * | | | usb: dwc3: Remove DEBUG define from Qualcomm DWC3 glue driverDouglas Anderson2018-05-311-1/+0
| * | | | usb: host: ohci: fix sfr kernel warning in ohci-at91 driverPrasanthi Chellakumar2018-05-311-1/+1
| * | | | usb: core: message: remove extra endianness conversion in usb_set_isoch_delayRuslan Bilovol2018-05-311-1/+1
| * | | | Merge tag 'usb-serial-4.18-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-05-315-121/+97
| |\ \ \ \
| | * | | | USB: serial: pl2303: add support for tx xon/xoff flow controlFlorian Zumbiehl2018-05-221-1/+15
| | * | | | USB: serial: ftdi_sio: clean up flow control managementJohan Hovold2018-05-211-58/+23
OpenPOWER on IntegriCloud