aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2-2/+3
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook10-18/+23
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook10-22/+36
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-3/+2
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-06-05Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2018-06-05Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds156-3256/+8731
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-75/+7
2018-06-01Revert "xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue"Marc Zyngier3-28/+0
2018-06-01xhci: Add quirk to zero 64bit registers on Renesas PCIe controllersMarc Zyngier3-2/+72
2018-06-01xhci: Allow more than 32 quirksMarc Zyngier2-36/+36
2018-06-01usb: xhci: force all memory allocations to nodeAdam Wallis1-19/+38
2018-05-31USB: typec: fsusb302: no need to check return value of debugfs_create_dir()Greg Kroah-Hartman1-11/+4
2018-05-31USB: gadget: udc: s3c2410_udc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-13/+4
2018-05-31USB: gadget: udc: renesas_usb3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-15/+3
2018-05-31USB: gadget: udc: pxa27x_udc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-40/+6
2018-05-31USB: gadget: udc: gr_udc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-6/+2
2018-05-31USB: gadget: udc: bcm63xx_udc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-32/+5
2018-05-31USB: udc: atmel_usba_udc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-64/+11
2018-05-31USB: dwc3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-32/+11
2018-05-31USB: dwc2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-62/+16
2018-05-31USB: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-21/+5
2018-05-31USB: chipidea: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-45/+17
2018-05-31USB: ehci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-27/+8
2018-05-31USB: fhci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-20/+5
2018-05-31USB: fotg210-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-25/+9
2018-05-31USB: imx21-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-34/+10
2018-05-31USB: isp116x-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-13/+4
2018-05-31USB: ohci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-44/+9
2018-05-31USB: uhci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-11/+4
2018-05-31USB: mon: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-30/+7
2018-05-31USB: mtu3: no need to check return value of debugfs_create_dir()Greg Kroah-Hartman1-4/+0
2018-05-31USB: musb: clean up debugfs file and directory creationGreg Kroah-Hartman4-52/+11
2018-05-31USB: typec: tcpm: no need to check return value of debugfs_create_dir()Greg Kroah-Hartman1-8/+3
2018-05-31phy: tegra: select USB_COMMONArnd Bergmann1-0/+1
2018-05-31usb: hub: Per-port setting to reduce TRSTRCY to 10 msNicolas Boichat1-1/+5
2018-05-31usb: hub: Per-port setting to use old enumeration schemeNicolas Boichat3-4/+33
2018-05-31usb: xhci: tegra: Fix runtime PM supportJon Hunter1-1/+1
2018-05-31usb: chipidea: Fix ULPI on imx51Andrey Smirnov1-1/+2
2018-05-31usb: musb: remove an unused variableArnd Bergmann1-1/+0
2018-05-31usb: dwc3: Remove DEBUG define from Qualcomm DWC3 glue driverDouglas Anderson1-1/+0
2018-05-31usb: host: ohci: fix sfr kernel warning in ohci-at91 driverPrasanthi Chellakumar1-1/+1
2018-05-31usb: core: message: remove extra endianness conversion in usb_set_isoch_delayRuslan Bilovol1-1/+1
2018-05-31Merge tag 'usb-serial-4.18-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman5-121/+97
2018-05-31driver core: hold dev's parent lock when neededMartin Liu1-0/+1
2018-05-24usb: xhci: tegra: Add support for managing powergatesJon Hunter1-19/+49