Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
027b17603b030f1334ade079b7a3e986569c956b
/
drivers
/
usb
226e2d2
Merge tag 'usb-serial-4.18-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
by Greg Kroah-Hartman
· 7 years ago
90f26cc
usb: chipidea: host: fix disconnection detect issue
by Peter Chen
· 7 years ago
d5a4f93
usb: typec: tcpm: fix logbuffer index is wrong if _tcpm_log is re-entered
by Peter Chen
· 7 years ago
9578bcd
typec: tcpm: Fix a msecs vs jiffies bug
by Dan Carpenter
· 7 years ago
4a76256
usb: cdc_acm: Add quirk for Uniden UBC125 scanner
by Houston Yaroschoff
· 7 years ago
68816e1
usb: typec: ucsi: Fix for incorrect status data issue
by Heikki Krogerus
· 7 years ago
1f9f9d1
usb: typec: ucsi: acpi: Workaround for cache mode issue
by Heikki Krogerus
· 7 years ago
305886c
usb: xhci: increase CRS timeout value
by Ajay Gupta
· 7 years ago
3431a15
usb: xhci: tegra: fix runtime PM error handling
by Stefan Agner
· 7 years ago
36eb935
usb: xhci: remove the code build warning
by Dongjiu Geng
· 7 years ago
d850c16
xhci: Fix kernel oops in trace_xhci_free_virt_device
by Zhengjun Xing
· 7 years ago
229bc19
xhci: Fix perceived dead host due to runtime suspend race with event handler
by Mathias Nyman
· 7 years ago
1d8e5c0
dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculation
by Minas Harutyunyan
· 7 years ago
9bb073a
usb: gadget: dwc2: fix memory leak in gadget_init()
by Grigor Tovmasyan
· 7 years ago
980900d
usb: gadget: composite: fix delayed_status race condition when set_interface
by Chunfeng Yun
· 7 years ago
70c3c8c
usb: dwc2: fix isoc split in transfer with no data
by William Wu
· 7 years ago
af424a4
usb: dwc2: alloc dma aligned buffer for isoc split in
by William Wu
· 7 years ago
8760675
usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hub
by William Wu
· 7 years ago
22bb5cf
usb: dwc2: Fix host exit from hibernation flow.
by Artur Petrosyan
· 7 years ago
9925e6e
usb: dwc3: qcom: mark PM functions as __maybe_unused
by Arnd Bergmann
· 7 years ago
93ef2dc
usb: dwc3: Fix error return code in dwc3_qcom_probe()
by Wei Yongjun
· 7 years ago
21cbbc6
usb: dwc2: gadget: fix packet drop issue for ISOC OUT transfers
by Minas Harutyunyan
· 7 years ago
6152777
usb: dwc3: Only call clk_bulk_get() on devicetree instantiated devices
by Hans de Goede
· 7 years ago
6e967d7
usb: dwc2: gadget: fix packet drop issue in dwc2_gadget_handle_nak
by Zeng Tao
· 7 years ago
896e518
usb: dwc3: of-simple: fix use-after-free on remove
by Johan Hovold
· 7 years ago
1ffba90
usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()
by Minas Harutyunyan
· 7 years ago
d52e4d0
usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfers
by Vincent Pelletier
· 7 years ago
0090869
usb: dwc3: pci: add support for Intel IceLake
by Heikki Krogerus
· 8 years ago
2416062
USB: serial: cp210x: add CESINEL device ids
by Johan Hovold
· 7 years ago
2f83982
USB: serial: cp210x: add Silicon Labs IDs for Windows Update
by Karoly Pados
· 7 years ago
7a93251
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 7 years ago
42bc47b
treewide: Use array_size() in vmalloc()
by Kees Cook
· 7 years ago
a86854d
treewide: devm_kzalloc() -> devm_kcalloc()
by Kees Cook
· 7 years ago
590b5b7
treewide: kzalloc_node() -> kcalloc_node()
by Kees Cook
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
2857676
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
acafe7e
treewide: Use struct_size() for kmalloc()-family
by Kees Cook
· 7 years ago
95582b0
vfs: change inode times to use struct timespec64
by Deepa Dinamani
· 7 years ago
ec064d3
Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
07c4dd3
Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 7 years ago
cf626b0
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
c2ef60f
Revert "xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue"
by Marc Zyngier
· 7 years ago
12de0a3
xhci: Add quirk to zero 64bit registers on Renesas PCIe controllers
by Marc Zyngier
· 7 years ago
36b6857
xhci: Allow more than 32 quirks
by Marc Zyngier
· 7 years ago
a965315
usb: xhci: force all memory allocations to node
by Adam Wallis
· 7 years ago
bc9832c
USB: typec: fsusb302: no need to check return value of debugfs_create_dir()
by Greg Kroah-Hartman
· 7 years ago
e15bea0
USB: gadget: udc: s3c2410_udc: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
743d1ef
USB: gadget: udc: renesas_usb3: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
edbeb6b
USB: gadget: udc: pxa27x_udc: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
37ea710
USB: gadget: udc: gr_udc: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
da281a8e
USB: gadget: udc: bcm63xx_udc: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
a143dca
USB: udc: atmel_usba_udc: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
535c8dc
USB: dwc3: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
1dcd569
USB: dwc2: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
b708692d
USB: core: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
a61b75d
USB: chipidea: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
b8fc774
USB: ehci-hcd: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
2ee1272
USB: fhci-hcd: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
9b10516
USB: fotg210-hcd: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
465d325
USB: imx21-hcd: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
9fc6f22
USB: isp116x-hcd: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
63c4c0d
USB: ohci: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
3770587
USB: uhci: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
26d0b22
USB: mon: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 7 years ago
71cae9a
USB: mtu3: no need to check return value of debugfs_create_dir()
by Greg Kroah-Hartman
· 7 years ago
8a1ef17
USB: musb: clean up debugfs file and directory creation
by Greg Kroah-Hartman
· 7 years ago
a941fc3
USB: typec: tcpm: no need to check return value of debugfs_create_dir()
by Greg Kroah-Hartman
· 7 years ago
822852f
phy: tegra: select USB_COMMON
by Arnd Bergmann
· 7 years ago
aa071a9
usb: hub: Per-port setting to reduce TRSTRCY to 10 ms
by Nicolas Boichat
· 7 years ago
2524422
usb: hub: Per-port setting to use old enumeration scheme
by Nicolas Boichat
· 7 years ago
380375b
usb: xhci: tegra: Fix runtime PM support
by Jon Hunter
· 7 years ago
03e6275
usb: chipidea: Fix ULPI on imx51
by Andrey Smirnov
· 7 years ago
edf3800
usb: musb: remove an unused variable
by Arnd Bergmann
· 7 years ago
3bea1cf
usb: dwc3: Remove DEBUG define from Qualcomm DWC3 glue driver
by Douglas Anderson
· 7 years ago
802bda5
usb: host: ohci: fix sfr kernel warning in ohci-at91 driver
by Prasanthi Chellakumar
· 7 years ago
48b73d0
usb: core: message: remove extra endianness conversion in usb_set_isoch_delay
by Ruslan Bilovol
· 7 years ago
7eeb111
Merge tag 'usb-serial-4.18-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
by Greg Kroah-Hartman
· 7 years ago
8c97a46
driver core: hold dev's parent lock when needed
by Martin Liu
· 7 years ago
58c3811
usb: xhci: tegra: Add support for managing powergates
by Jon Hunter
· 7 years ago
ee9e5f4
usb: xhci: tegra: Add runtime PM support
by Jon Hunter
· 7 years ago
f468b55
usb: xhci: tegra: Prepare for adding runtime PM support
by Jon Hunter
· 7 years ago
ca7d951
usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
by Alexander Kappner
· 7 years ago
8c4e97dd
usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
by Alexander Kappner
· 7 years ago
05826ff
usb: typec: wcove: Remove dependency on HW FSM
by Heikki Krogerus
· 7 years ago
cb29684
usb: roles: intel_xhci: Enable runtime PM
by Heikki Krogerus
· 7 years ago
c9359f4
usb: typec: fusb302: Fix debugfs issue
by Heikki Krogerus
· 7 years ago
35fcf02
usb: roles: intel_xhci: Always allow user control
by Heikki Krogerus
· 7 years ago
74789ae
usb: typec: Fix htmldocs warning
by Heikki Krogerus
· 7 years ago
a0d6ec8
usbip: vhci_sysfs: fix potential Spectre v1
by Gustavo A. R. Silva
· 7 years ago
4a014a7
usb: gadget: function: printer: avoid wrong list handling in printer_write()
by Yoshihiro Shimoda
· 7 years ago
c97a8cc
typec: tcpm: Provide fwnode pointer as part of psy_cfg
by Adam Thomson
· 7 years ago
681e948
usb: mtu3: fix warning of sleep in atomic context in notifier callback
by Chunfeng Yun
· 7 years ago
4f9f032
usb: mtu3: reset gadget when VBUS_FALL interrupt arises
by Chunfeng Yun
· 7 years ago
3d7678e
usb: mtu3: avoid sleep in atomic context when enter test mode
by Chunfeng Yun
· 7 years ago
fbe9db7
usb: mtu3: clear test_mode flag when reset
by Chunfeng Yun
· 7 years ago
5fcdd6d
usb: mtu3: fix uncontinuous SeqN issue after disable EP
by Chunfeng Yun
· 7 years ago
ad0c542
usb: mtu3: re-enable controller to accept LPM request after LPM resume
by Chunfeng Yun
· 7 years ago
87a0380
xhci: debugfs: add debugfs interface to enable compliance mode for a port
by Mathias Nyman
· 7 years ago
6547502
xhci: debugfs: add usb ports to xhci debugfs
by Mathias Nyman
· 7 years ago
Next »