summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2020-06-23media: USB: cdc-acm: blacklist IR Droid / IR Toy deviceSean Young-0/+6
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-82/+82
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+4
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-82/+82
2020-06-10kernel: set USER_DS in kthread_use_mmChristoph Hellwig-4/+0
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig-4/+4
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig-2/+2
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam-2/+4
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1027/+3927
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+16
2020-06-04usb: core: kcov: collect coverage from usb complete callbackAndrey Konovalov-0/+3
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Linus Torvalds-6/+10
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-17/+0
2020-05-29usb: get rid of pointless access_ok() callsAl Viro-17/+0
2020-05-29usb: dwc3: meson-g12a: fix USB2 PHY initialization on G12A and A1 SoCsMartin Blumenstingl-4/+4
2020-05-29usb: dwc3: meson-g12a: fix error path when fetching the reset line failsMartin Blumenstingl-1/+1
2020-05-29Merge tag 'usb-serial-5.8-rc1-2' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman-0/+5
2020-05-29Merge tag 'usb-serial-5.8-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-15/+81
2020-05-27USB: serial: ch341: fix lockup of devices with limited prescalerJohan Hovold-3/+12
2020-05-27USB: serial: ch341: add basis for quirk detectionMichael Hanselmann-0/+53
2020-05-27CDC-ACM: heed quirk also in error handlingOliver Neukum-1/+1
2020-05-27USB: serial: option: add Telit LE910C1-EUX compositionsDaniele Palmas-0/+4
2020-05-26Merge tag 'usb-ci-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-176/+545
2020-05-25usb: musb: Fix runtime PM imbalance on errorDinghao Liu-5/+5
2020-05-25usb: musb: jz4740: Prevent lockup when CONFIG_SMP is setPaul Cercueil-2/+2
2020-05-25usb: musb: mediatek: add reset FADDR to zero in reset interrupt handleMacpaul Lin-0/+6
2020-05-25usb: musb: use true for 'use_dma'Jason Yan-1/+1
2020-05-25usb: musb: start session in resume for host portBin Liu-0/+7
2020-05-25usb: musb: return -ESHUTDOWN in urb when three-strikes error happenedBin Liu-2/+8
2020-05-25Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-572/+1630
2020-05-25USB: serial: qcserial: add DW5816e QDL supportMatt Jolly-0/+1
2020-05-25usb: dwc3: keystone: Turn on USB3 PHY before controllerRoger Quadros-1/+40
2020-05-25usb: dwc3: gadget: Check for prepared TRBsThinh Nguyen-0/+8
2020-05-25usb: gadget: Fix issue with config_ep_by_speed functionPawel Laszczak-17/+61
2020-05-25usb: cdns3: ep0: delete the redundant status stagePeter Chen-7/+0
2020-05-25usb: dwc2: Update Core Reset programming flow.Minas Harutyunyan-23/+63
2020-05-25usb: gadget: fsl: Fix a wrong judgment in fsl_udc_probe()Tang Bin-2/+2
2020-05-25usb: gadget: fix potential double-free in m66592_probe.Qiushi Wu-1/+1
2020-05-25usb: cdns3: Fix runtime PM imbalance on errorDinghao Liu-2/+1
2020-05-25usb: gadget: lpc32xx_udc: don't dereference ep pointer before null checkColin Ian King-5/+6
2020-05-25usb: dwc3: Increase timeout for CmdAct cleared by device controllerYu Chen-1/+1
2020-05-25USB: dummy-hcd: use configurable endpoint naming schemeAndrey Konovalov-13/+13
2020-05-25usb: cdns3: gadget: assign interrupt number to USB gadget structurePeter Chen-0/+1
2020-05-25usb: gadget: core: sync interrupt before unbind the udcPeter Chen-0/+2
2020-05-25usb: gadget: udc: atmel: Don't use DT to configure end pointGregory CLEMENT-40/+84
2020-05-25usb: dwc3: gadget: Use SET_EP_PRIME for NoStreamThinh Nguyen-3/+13
2020-05-25usb: dwc3: gadget: Handle stream transfersThinh Nguyen-3/+104
2020-05-25usb: dwc3: gadget: Don't prepare beyond a transferThinh Nguyen-0/+8
2020-05-25usb: dwc3: gadget: Wait for transfer completionThinh Nguyen-1/+9
2020-05-25usb: dwc3: gadget: Handle XferComplete for streamsThinh Nguyen-6/+28