summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)AuthorFilesLines
2018-08-03usb: gadget: udc: renesas_usb3: should remove debugfsYoshihiro Shimoda1-1/+7
2018-06-16usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnectingYoshihiro Shimoda1-0/+7
2018-05-25usb: gadget: udc: change comparison to bitshift when dealing with a maskWolfram Sang1-1/+1
2018-05-25usb: gadget: fsl_udc_core: fix ep valid checksStefan Agner1-2/+2
2018-05-25usb: gadget: core: Fix use-after-free of usb_requestManu Gautam1-1/+1
2018-04-24usb: gadget: udc: core: update usb_ep_queue() documentationFelipe Balbi1-0/+3
2018-03-21USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()Wei Yongjun1-0/+1
2018-02-03usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()Benjamin Herrenschmidt1-1/+1
2018-01-17USB: UDC core: fix double-free in usb_add_gadget_udc_releaseAlan Stern1-15/+13
2017-12-14usb: gadget: core: Fix ->udc_set_speed() speed handlingRoger Quadros1-2/+6
2017-12-14usb: gadget: udc: renesas_usb3: fix number of the pipesYoshihiro Shimoda1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-11USB: dummy-hcd: Fix deadlock caused by disconnect detectionAlan Stern1-3/+6
2017-09-28usb: gadget: udc: atmel: set vbus irqflags explicitlyNicolas Ferre1-1/+3
2017-09-28usb: gadget: udc: renesas_usb3: Fix return value of usb3_write_pipe()Yoshihiro Shimoda1-2/+3
2017-09-28usb: gadget: udc: renesas_usb3: fix Pn_RAMMAP.Pn_MPKT valueYoshihiro Shimoda1-1/+10
2017-09-28usb: gadget: udc: renesas_usb3: fix for no-data control transferYoshihiro Shimoda1-1/+2
2017-09-28USB: dummy-hcd: Fix erroneous synchronization changeAlan Stern1-2/+30
2017-09-28USB: dummy-hcd: fix infinite-loop resubmission bugAlan Stern1-0/+9
2017-09-28USB: dummy-hcd: fix connection failures (wrong speed)Alan Stern1-4/+11
2017-09-20usb: gadget: dummy: fix nonsensical comparisonsArnd Bergmann1-5/+4
2017-09-20usb: gadget: udc: fix snps_udc_plat.c build errorsRandy Dunlap1-0/+1
2017-09-20usb: gadget: core: fix ->udc_set_speed() logicRoger Quadros1-2/+1
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2017-08-28Merge tag 'extcon-next-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-3/+3
2017-08-22Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman9-48/+291
2017-08-18USB: Gadget core: fix inconsistency in the interface tousb_add_gadget_udc_rel...Alan Stern1-6/+9
2017-08-16usb: gadget: udc: Replace the deprecated extcon APIChanwoo Choi1-3/+3
2017-08-15usb: bdc: Add support for USB phyAl Cooper2-2/+75
2017-08-15usb: bdc: Enable in Kconfig for ARCH_BRCMSTB systemsAl Cooper1-0/+1
2017-08-15usb: bdc: fix "xsf for ep not enabled" errrorAl Cooper1-3/+4
2017-08-15usb: bdc: Add support for suspend/resumeAl Cooper2-0/+37
2017-08-15usb: bdc: hook a quick Device Tree compatible stringFlorian Fainelli2-2/+10
2017-08-15usb: bdc: Small code cleanupAl Cooper1-7/+8
2017-08-15usb: bdc: Add clock enable for new chips with a separate BDC clockAl Cooper1-0/+15
2017-08-15usb: bdc: Fix misleading register namesAl Cooper3-18/+18
2017-08-15usb: gadget: core: unmap request from DMA only if previously mappedJack Pham1-1/+4
2017-08-15usb: gadget: udc: renesas_usb3: make usb_ep_ops constBhumika Goyal1-1/+1
2017-08-15usb: gadget: dummy: fix infinite loop because of missing loop decrementColin Ian King1-1/+1
2017-08-15usb: gadget: fsl_qe_udc: constify qe_ep0_descJulia Lawall1-1/+1
2017-08-15usb: gadget: udc: renesas_usb3: add support for R-Car M3-WYoshihiro Shimoda1-0/+4
2017-08-15Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman1-5/+16
2017-08-10usb: gadget: fsl_qe_udc: constify qe_ep0_descJulia Lawall1-1/+1
2017-08-09usb: gadget: udc: renesas_usb3: add support for R-Car H3 ES2.0Yoshihiro Shimoda1-3/+24
2017-08-09usb: gadget: udc: renesas_usb3: add debugfs to set the b-device modeYoshihiro Shimoda1-2/+76
2017-08-09usb: gadget: udc: renesas_usb3: fix error return code in renesas_usb3_probe()Gustavo A. R. Silva1-2/+4
2017-08-03usb: gadget: udc: renesas_usb3: Fix usb_gadget_giveback_request() callingYoshihiro Shimoda1-5/+16
2017-07-24Merge 4.13-rc2 into usb-nextGreg Kroah-Hartman3-9/+16
2017-07-22USB: gadget: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2-5/+1
2017-07-18usb: gadget: udc: renesas_usb3: protect usb3_ep->started in usb3_start_pipen()Yoshihiro Shimoda1-3/+3