summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc
AgeCommit message (Expand)Author
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-07USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-03usb: gadget: udc: renesas_usb3: make const array max_packet_array staticColin Ian King
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01usb: gadget: udc: dummy_hcd: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-27Merge tag 'extcon-next-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-24Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-10-24usb: gadget: goku_udc: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-23extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi
2017-10-20usb: gadget: udc: gr: remove duplicate & operationJaejoong Kim
2017-10-20usb: gadget: udc: remove duplicate & operationJaejoong Kim
2017-10-19usb: gadget: udc: renesas_usb3: Use of_device_get_match_data() helperGeert Uytterhoeven
2017-10-19usb: gadget: udc: renesas_usb3: add support for generic phyYoshihiro Shimoda
2017-10-19usb: gadget: udc: renesas_usb3: Add suspend/resume functionsYoshihiro Shimoda
2017-10-19usb: gadget: udc: renesas_usb3: move pm_runtime_{en,dis}able()Kazuya Mizuguchi
2017-10-17usb/gadget/snps_udc_core: Convert timers to use timer_setup()Kees Cook
2017-10-16Merge 4.14-rc5 into usb-nextGreg Kroah-Hartman
2017-10-11USB: dummy-hcd: Fix deadlock caused by disconnect detectionAlan Stern
2017-10-11USB: dummy-hcd: remove unsupported isochronous endpointsAlan Stern
2017-10-11USB: dummy-hcd: bandwidth limits for non-bulk transfersAlan Stern
2017-10-09Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman
2017-10-04usb: gadget: udc: snps_udc_core: use setup_timer() helper.Allen Pais
2017-10-04usb: gadget: udc: dummy_hcd: use setup_timer() helper.Allen Pais
2017-10-04usb: gadget: udc: r8a66597: use setup_timer() helper.Allen Pais
2017-10-04usb: gadget: udc: pxa25x_udc: use setup_timer() helper.Allen Pais
2017-10-04usb: gadget: udc: m66592: use setup_timer() helper.Allen Pais
2017-09-28usb: gadget: udc: atmel: set vbus irqflags explicitlyNicolas Ferre
2017-09-28usb: gadget: udc: renesas_usb3: Fix return value of usb3_write_pipe()Yoshihiro Shimoda
2017-09-28usb: gadget: udc: renesas_usb3: fix Pn_RAMMAP.Pn_MPKT valueYoshihiro Shimoda
2017-09-28usb: gadget: udc: renesas_usb3: fix for no-data control transferYoshihiro Shimoda
2017-09-28USB: dummy-hcd: Fix erroneous synchronization changeAlan Stern
2017-09-28USB: dummy-hcd: fix infinite-loop resubmission bugAlan Stern
2017-09-28USB: dummy-hcd: fix connection failures (wrong speed)Alan Stern
2017-09-20usb: gadget: dummy: fix nonsensical comparisonsArnd Bergmann
2017-09-20usb: gadget: udc: fix snps_udc_plat.c build errorsRandy Dunlap
2017-09-20usb: gadget: core: fix ->udc_set_speed() logicRoger Quadros
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-28Merge tag 'extcon-next-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2017-08-22Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-08-18USB: Gadget core: fix inconsistency in the interface tousb_add_gadget_udc_rel...Alan Stern
2017-08-16usb: gadget: udc: Replace the deprecated extcon APIChanwoo Choi
2017-08-15usb: bdc: Add support for USB phyAl Cooper
2017-08-15usb: bdc: Enable in Kconfig for ARCH_BRCMSTB systemsAl Cooper
2017-08-15usb: bdc: fix "xsf for ep not enabled" errrorAl Cooper
2017-08-15usb: bdc: Add support for suspend/resumeAl Cooper