summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: u_audio: fix race condition on endpoint stopJerome Brunet2021-08-271-4/+4
* usb: gadget: f_uac2: fixup feedback endpoint stopJerome Brunet2021-08-271-4/+11
* usb: typec: tcpm: Raise vdm_sm_running flag only when VDM SM is runningKyle Tso2021-08-261-43/+38
* usb: renesas-xhci: Prefer firmware loading on unknown ROM stateTakashi Iwai2021-08-261-12/+23
* usb: dwc3: gadget: Stop EP0 transfers during pullup disableWesley Cheng2021-08-261-4/+3
* usb: dwc3: gadget: Fix dwc3_calc_trbs_left()Thinh Nguyen2021-08-261-8/+8
* Revert "USB: serial: ch341: fix character loss at high transfer rates"Johan Hovold2021-08-251-1/+0
* USB: serial: option: add new VID/PID to support Fibocom FG150Zhengjun Zhang2021-08-241-0/+2
* usb: typec: tcpm: Fix VDMs sometimes not being forwarded to alt-mode driversHans de Goede2021-08-181-6/+7
* Revert "usb: dwc3: gadget: Use list_replace_init() before traversing lists"Greg Kroah-Hartman2021-08-101-16/+2
* usb: typec: tcpm: Keep other events when receiving FRS and Sourcing_vbus eventsKyle Tso2021-08-051-2/+2
* usb: dwc3: gadget: Avoid runtime resume if disabling pullupWesley Cheng2021-08-051-0/+11
* usb: dwc3: gadget: Use list_replace_init() before traversing listsWesley Cheng2021-08-051-2/+16
* Merge tag 'usb-serial-5.14-rc5' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-08-055-16/+33
|\
| * USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2David Bauer2021-08-052-0/+4
| * USB: serial: pl2303: fix GT type detectionJohan Hovold2021-08-041-0/+1
| * USB: serial: option: add Telit FD980 composition 0x1056Daniele Palmas2021-08-041-0/+2
| * USB: serial: pl2303: fix HX type detectionJohan Hovold2021-07-301-16/+25
| * USB: serial: ch341: fix character loss at high transfer ratesWilly Tarreau2021-07-291-0/+1
* | Merge tag 'usb-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2021-07-294-13/+12
|\ \
| * | usb: cdnsp: Fix the IMAN_IE_SET and IMAN_IE_CLEAR macroChristophe JAILLET2021-07-291-2/+2
| * | usb: cdnsp: Fixed issue with ZLPPawel Laszczak2021-07-291-10/+8
| * | usb: cdnsp: Fix incorrect supported maximum speedPawel Laszczak2021-07-291-1/+1
| * | usb: cdns3: Fixed incorrect gadget statePawel Laszczak2021-07-291-0/+1
| |/
* | usb: gadget: f_hid: idle uses the highest byte for durationMaxim Devaev2021-07-281-1/+1
* | usb: otg-fsm: Fix hrtimer list corruptionDmitry Osipenko2021-07-271-1/+5
* | usb: host: ohci-at91: suspend/resume ports after/before OHCI accessesClaudiu Beznea2021-07-271-4/+5
* | usb: musb: Fix suspend and resume issues for PHYs on I2C and SPITony Lindgren2021-07-271-5/+38
* | usb: gadget: f_hid: added GET_IDLE and SET_IDLE handlersMaxim Devaev2021-07-271-0/+18
* | usb: gadget: f_hid: fixed NULL pointer dereferencePhil Elwell2021-07-271-6/+20
* | usb: gadget: remove leaked entry from udc driver listZhang Qilong2021-07-271-4/+10
* | USB: usbtmc: Fix RCU stall warningQiang.zhang2021-07-271-8/+1
|/
* Merge tag 'usb-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-2326-112/+249
|\
| * Merge tag 'usb-serial-5.14-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-07-222-2/+6
| |\
| | * USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stickJohn Keeping2021-07-211-0/+1
| | * USB: serial: cp210x: fix comments for GE CS1000Ian Ray2021-07-201-2/+2
| | * USB: serial: option: add support for u-blox LARA-R6 familyMarco De Marco2021-07-121-0/+3
| * | Revert "USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem"Vincent Palatin2021-07-211-4/+0
| * | usb: cdc-wdm: fix build error when CONFIG_WWAN_CORE is not setWei Yongjun2021-07-211-3/+3
| * | usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan2021-07-211-4/+6
| * | usb: dwc2: Skip clock gating on Samsung SoCsMarek Szyprowski2021-07-214-3/+11
| * | usb: renesas_usbhs: Fix superfluous irqs happen after usb_pkt_pop()Yoshihiro Shimoda2021-07-211-0/+7
| * | usb: dwc2: gadget: Fix GOUTNAK flow for Slave mode.Minas Harutyunyan2021-07-211-0/+21
| * | usb: phy: Fix page fault from usb_phy_ueventArtur Petrosyan2021-07-211-2/+8
| * | usb: xhci: avoid renesas_usb_fw.mem when it's unusableGreg Thelen2021-07-211-0/+7
| * | usb: gadget: u_serial: remove WARN_ON on null portColin Ian King2021-07-211-1/+1
| * | usb: dwc3: avoid NULL access of usb_gadget_driverLinyu Yuan2021-07-213-9/+23
| * | usb: max-3421: Prevent corruption of freed memoryMark Tomlinson2021-07-211-30/+14
| * | usb: gadget: Fix Unbalanced pm_runtime_enable in tegra_xudc_probeZhang Qilong2021-07-211-0/+1
| * | usb: typec: stusb160x: Don't block probing of consumer of "connector" nodesAmelie Delaunay2021-07-211-0/+9