summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-216-20/+19
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-3/+1
* Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-1422-51/+51
|\
| * usb: gadget: configfs: make config_item_type constBhumika Goyal2017-10-191-5/+5
| * usb: gadget: make config_item_type structures constBhumika Goyal2017-10-1921-46/+46
* | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-13143-781/+287
|\ \
| * | usb: gadget: f_fs: Fix use-after-free in ffs_free_instAndrew Gabbasov2017-11-091-0/+1
| * | USB: gadget: Remove redundant license textGreg Kroah-Hartman2017-11-077-32/+0
| * | USB: gadget: function: Remove redundant license textGreg Kroah-Hartman2017-11-0755-244/+0
| * | USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman2017-11-0760-346/+1
| * | USB: gadget: legacy: Remove redundant license textGreg Kroah-Hartman2017-11-0717-74/+0
| * | USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-04143-0/+143
| * | usb: gadget: udc: renesas_usb3: make const array max_packet_array staticColin Ian King2017-11-031-1/+1
| * | usb: gadget: zero: Convert timers to use timer_setup()Kees Cook2017-11-011-3/+5
| * | usb: gadget: udc: dummy_hcd: mark expected switch fall-throughsGustavo A. R. Silva2017-11-011-0/+3
| * | usb: gadget: composite: mark expected switch fall-throughsGustavo A. R. Silva2017-11-011-3/+4
| * | usb: gadget: f_phonet: mark expected switch fall-throughsGustavo A. R. Silva2017-11-011-0/+2
| * | Merge tag 'extcon-next-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2017-10-271-1/+1
| |\ \
| | * | extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi2017-10-231-1/+1
| * | | Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-10-249-45/+115
| |\ \ \
| | * | | usb: gadget: serial: mark expected switch fall-throughGustavo A. R. Silva2017-10-241-0/+1
| | * | | usb: gadget: f_tcm: mark expected switch fall-throughGustavo A. R. Silva2017-10-241-0/+1
| | * | | usb: gadget: goku_udc: mark expected switch fall-throughsGustavo A. R. Silva2017-10-241-5/+9
| | * | | usb: gadget: udc: gr: remove duplicate & operationJaejoong Kim2017-10-201-1/+1
| | * | | usb: gadget: udc: remove duplicate & operationJaejoong Kim2017-10-201-1/+1
| | * | | usb: gadget: f_uvc: make uvc_v4l2_fops constBhumika Goyal2017-10-192-2/+2
| | * | | usb: gadget: udc: renesas_usb3: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-191-6/+1
| | * | | usb: gadget: udc: renesas_usb3: add support for generic phyYoshihiro Shimoda2017-10-191-2/+24
| | * | | usb: gadget: udc: renesas_usb3: Add suspend/resume functionsYoshihiro Shimoda2017-10-191-0/+34
| | * | | usb: gadget: udc: renesas_usb3: move pm_runtime_{en,dis}able()Kazuya Mizuguchi2017-10-191-2/+2
| | * | | USB: dummy-hcd: remove unsupported isochronous endpointsAlan Stern2017-10-111-18/+35
| | * | | USB: dummy-hcd: bandwidth limits for non-bulk transfersAlan Stern2017-10-111-8/+4
| * | | | usb/gadget/snps_udc_core: Convert timers to use timer_setup()Kees Cook2017-10-171-13/+6
| * | | | Merge 4.14-rc5 into usb-nextGreg Kroah-Hartman2017-10-166-17/+36
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman2017-10-0912-86/+144
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | usb: gadget: udc: snps_udc_core: use setup_timer() helper.Allen Pais2017-10-041-6/+2
| * | | | usb: gadget: udc: dummy_hcd: use setup_timer() helper.Allen Pais2017-10-041-6/+2
| * | | | usb: gadget: udc: r8a66597: use setup_timer() helper.Allen Pais2017-10-041-3/+1
| * | | | usb: gadget: udc: pxa25x_udc: use setup_timer() helper.Allen Pais2017-10-041-3/+1
| * | | | usb: gadget: udc: m66592: use setup_timer() helper.Allen Pais2017-10-041-3/+1
| | |_|/ | |/| |
* | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0712-0/+12
|\ \ \ \
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0212-0/+12
| | |_|/ | |/| |
* / | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/ / /
* | | usb: gadget: configfs: Fix memory leak of interface directory dataAndrew Gabbasov2017-10-114-14/+25
* | | usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_optionsAndrew Gabbasov2017-10-111-0/+5
* | | USB: dummy-hcd: Fix deadlock caused by disconnect detectionAlan Stern2017-10-111-3/+6
| |/ |/|
* | usb: gadget: udc: atmel: set vbus irqflags explicitlyNicolas Ferre2017-09-281-1/+3
* | usb: gadget: ffs: handle I/O completion in-orderJohn Keeping2017-09-282-4/+14
* | usb: gadget: udc: renesas_usb3: Fix return value of usb3_write_pipe()Yoshihiro Shimoda2017-09-281-2/+3
* | usb: gadget: udc: renesas_usb3: fix Pn_RAMMAP.Pn_MPKT valueYoshihiro Shimoda2017-09-281-1/+10