aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-13Merge tag 'usb-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds19-107/+226
2021-03-11xhci: Fix repeated xhci wake after suspend due to uncleared internal wake stateMathias Nyman1-32/+30
2021-03-11usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressingForest Crossman1-2/+6
2021-03-11xhci: Improve detection of device initiated wake signal.Mathias Nyman1-3/+13
2021-03-11usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka3-1/+8
2021-03-11drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann1-0/+32
2021-03-11Merge tag 'usb-serial-5.12-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman4-35/+20
2021-03-10usbip: fix vudc usbip_sockfd_store races leading to gpfShuah Khan1-8/+34
2021-03-10usbip: fix vhci_hcd attach_store() races leading to gpfShuah Khan1-4/+25
2021-03-10usbip: fix stub_dev usbip_sockfd_store() races leading to gpfShuah Khan1-7/+25
2021-03-10usbip: fix vudc to check for stream socketShuah Khan1-0/+9
2021-03-10usbip: fix vhci_hcd to check for stream socketShuah Khan1-1/+9
2021-03-10usbip: fix stub_dev to check for stream socketShuah Khan1-1/+11
2021-03-10usb: dwc3: qcom: Add missing DWC3 OF node refcount decrementSerge Semin1-3/+6
2021-03-10USB: usblp: fix a hang in poll() if disconnectedPete Zaitcev1-4/+12
2021-03-10USB: gadget: udc: s3c2410_udc: fix return value check in s3c2410_udc_probe()Wei Yongjun1-2/+2
2021-03-10usb: renesas_usbhs: Clear PIPECFG for re-enabling pipe with other EPNUMYoshihiro Shimoda1-0/+2
2021-03-10usb: dwc3: qcom: Honor wakeup enabled/disabled stateMatthias Kaehlcke1-2/+5
2021-03-10usb: gadget: f_uac1: stop playback on function disableRuslan Bilovol1-0/+1
2021-03-10usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slotRuslan Bilovol1-1/+1
2021-03-10USB: gadget: u_ether: Fix a configfs return codeDan Carpenter1-3/+2
2021-03-10usb: dwc3: qcom: add ACPI device id for sc8180xShawn Guo1-0/+2
2021-03-10Goodix Fingerprint device is not a modemYorick de Wid1-0/+5
2021-03-09USB: serial: io_edgeport: fix memory leak in edge_startupPavel Skripkin1-10/+16
2021-03-09USB: serial: ch341: add new Product IDNiv Sardi1-0/+1
2021-03-09USB: serial: xr: fix NULL-deref on disconnectJohan Hovold1-25/+0
2021-03-09USB: serial: cp210x: add some more GE USB IDsSebastian Reichel1-0/+2
2021-03-09USB: serial: cp210x: add ID for Acuity Brands nLight Air AdapterKaran Singhal1-0/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-4/+4
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-3/+1
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-8/+6
2021-02-16kbuild: simplify access to the kernel's versionSasha Levin2-4/+4
2021-02-12of: Remove of_dev_{get,put}()Rob Herring1-1/+1
2021-02-11usb: misc: usb3503: Fix logic in usb3503_init()Michal Simek1-2/+7
2021-02-11usb: Replace lkml.org links with loreKees Cook1-3/+4
2021-02-10usb: quirks: add quirk to start video capture on ELMO L-12F document camera reliableStefan Ursella1-0/+3
2021-02-10Merge tag 'usb-serial-5.12-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman43-224/+887
2021-02-10USB: quirks: sort quirk entriesJohan Hovold1-3/+3
2021-02-09USB: serial: drop bogus to_usb_serial_port() checksJohan Hovold1-13/+3
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König36-119/+52
2021-02-09USB: serial: drop if with an always false conditionUwe Kleine-König1-5/+1
2021-02-09usb: gadget: Assign boolean values to a bool variableJiapeng Chong1-4/+4
2021-02-09usb: typec: tcpm: Get Sink VDO from fwnodeKyle Tso1-0/+14
2021-02-09usb: typec: displayport: Fill the negotiated SVDM Version in the headerKyle Tso1-4/+13
2021-02-09usb: typec: ucsi: Determine common SVDM VersionKyle Tso2-3/+30
2021-02-09usb: typec: tcpm: Determine common SVDM VersionKyle Tso1-10/+61
2021-02-09usb: pd: Make SVDM Version configurable in VDM headerKyle Tso3-12/+12
2021-02-09usb: typec: Manage SVDM versionKyle Tso1-0/+43
2021-02-09usb: dwc3: gadget: Fix dep->interval for fullspeed interruptThinh Nguyen1-1/+6
2021-02-09usb: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1Thinh Nguyen1-1/+11