summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-09usb: gadget: f_fs: Fix use-after-free in ffs_free_instAndrew Gabbasov
2017-11-07USB: gadget: Remove redundant license textGreg Kroah-Hartman
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman
2017-11-07USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman
2017-11-07USB: gadget: legacy: 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: zero: Convert timers to use timer_setup()Kees Cook
2017-11-01usb: gadget: udc: dummy_hcd: mark expected switch fall-throughsGustavo A. R. Silva
2017-11-01usb: gadget: composite: mark expected switch fall-throughsGustavo A. R. Silva
2017-11-01usb: gadget: f_phonet: 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: serial: mark expected switch fall-throughGustavo A. R. Silva
2017-10-24usb: gadget: f_tcm: mark expected switch fall-throughGustavo A. R. Silva
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: configfs: make config_item_type constBhumika Goyal
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal
2017-10-19usb: gadget: f_uvc: make uvc_v4l2_fops constBhumika Goyal
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: gadget: configfs: Fix memory leak of interface directory dataAndrew Gabbasov
2017-10-11usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_optionsAndrew Gabbasov
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: ffs: handle I/O completion in-orderJohn Keeping
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