summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)AuthorFilesLines
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman60-0/+60
2017-11-03usb: gadget: udc: renesas_usb3: make const array max_packet_array staticColin Ian King1-1/+1
2017-11-01usb: gadget: udc: dummy_hcd: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2017-10-27Merge tag 'extcon-next-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-1/+1
2017-10-24Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman5-43/+111
2017-10-24usb: gadget: goku_udc: mark expected switch fall-throughsGustavo A. R. Silva1-5/+9
2017-10-23extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi1-1/+1
2017-10-20usb: gadget: udc: gr: remove duplicate & operationJaejoong Kim1-1/+1
2017-10-20usb: gadget: udc: remove duplicate & operationJaejoong Kim1-1/+1
2017-10-19usb: gadget: udc: renesas_usb3: Use of_device_get_match_data() helperGeert Uytterhoeven1-6/+1
2017-10-19usb: gadget: udc: renesas_usb3: add support for generic phyYoshihiro Shimoda1-2/+24
2017-10-19usb: gadget: udc: renesas_usb3: Add suspend/resume functionsYoshihiro Shimoda1-0/+34
2017-10-19usb: gadget: udc: renesas_usb3: move pm_runtime_{en,dis}able()Kazuya Mizuguchi1-2/+2
2017-10-17usb/gadget/snps_udc_core: Convert timers to use timer_setup()Kees Cook1-13/+6
2017-10-16Merge 4.14-rc5 into usb-nextGreg Kroah-Hartman1-3/+6
2017-10-11USB: dummy-hcd: Fix deadlock caused by disconnect detectionAlan Stern1-3/+6
2017-10-11USB: dummy-hcd: remove unsupported isochronous endpointsAlan Stern1-18/+35
2017-10-11USB: dummy-hcd: bandwidth limits for non-bulk transfersAlan Stern1-8/+4
2017-10-09Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman5-18/+74
2017-10-04usb: gadget: udc: snps_udc_core: use setup_timer() helper.Allen Pais1-6/+2
2017-10-04usb: gadget: udc: dummy_hcd: use setup_timer() helper.Allen Pais1-6/+2
2017-10-04usb: gadget: udc: r8a66597: use setup_timer() helper.Allen Pais1-3/+1
2017-10-04usb: gadget: udc: pxa25x_udc: use setup_timer() helper.Allen Pais1-3/+1
2017-10-04usb: gadget: udc: m66592: use setup_timer() helper.Allen Pais1-3/+1
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