https://github.com/torvalds/linux
Revision 0a0b96b2e27d75c74e254abf8efe17628aa427ad authored by Linus Torvalds on 08 May 2020, 15:54:00 UTC, committed by Linus Torvalds on 08 May 2020, 15:54:00 UTC
Pull USB fixes from Greg KH:
 "Here are some small USB fixes for 5.7-rc5 to resolve some reported
  issues:

   - syzbot found problems fixed

   - usbfs dma mapping fix

   - typec bugfixs

   - chipidea bugfix

   - usb4/thunderbolt fix

   - new device ids/quirks

  All of these have been in linux-next for a while with no reported
  issues"

* tag 'usb-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
  usb: chipidea: msm: Ensure proper controller reset using role switch API
  usb: typec: mux: intel: Handle alt mode HPD_HIGH
  usb: usbfs: correct kernel->user page attribute mismatch
  usb: typec: intel_pmc_mux: Fix the property names
  USB: core: Fix misleading driver bug report
  USB: serial: qcserial: Add DW5816e support
  USB: uas: add quirk for LaCie 2Big Quadra
  thunderbolt: Check return value of tb_sw_read() in usb4_switch_op()
  USB: serial: garmin_gps: add sanity checking for data length
2 parent s 775a8e0 + 91edf63
History
Tip revision: 0a0b96b2e27d75c74e254abf8efe17628aa427ad authored by Linus Torvalds on 08 May 2020, 15:54:00 UTC
Merge tag 'usb-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Tip revision: 0a0b96b
File Mode Size
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 416 bytes
assert.c -rw-r--r-- 4.8 KB
debugfs.c -rw-r--r-- 2.7 KB
debugfs.h -rw-r--r-- 722 bytes
kunit-example-test.c -rw-r--r-- 2.6 KB
kunit-test.c -rw-r--r-- 9.5 KB
string-stream-test.c -rw-r--r-- 1.4 KB
string-stream.c -rw-r--r-- 4.8 KB
string-stream.h -rw-r--r-- 1.2 KB
test.c -rw-r--r-- 13.0 KB
try-catch-impl.h -rw-r--r-- 628 bytes
try-catch.c -rw-r--r-- 2.8 KB

back to top