summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
| * | 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/+4Star
* | | usb/gadget/snps_udc_core: Convert timers to use timer_setup()Kees Cook2017-10-171-13/+6Star
* | | Merge 4.14-rc5 into usb-nextGreg Kroah-Hartman2017-10-166-17/+36
|\ \ \
| * | | 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
| |/ /
* | | Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman2017-10-0912-86/+144
|\| |
| * | 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
| * | usb: gadget: udc: renesas_usb3: fix for no-data control transferYoshihiro Shimoda2017-09-281-1/+2
| * | USB: dummy-hcd: Fix erroneous synchronization changeAlan Stern2017-09-281-2/+30
| * | USB: dummy-hcd: fix infinite-loop resubmission bugAlan Stern2017-09-281-0/+9
| * | USB: dummy-hcd: fix connection failures (wrong speed)Alan Stern2017-09-281-4/+11
| * | USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern2017-09-223-57/+10Star
| * | USB: gadgetfs: Fix crash caused by inadequate synchronizationAlan Stern2017-09-221-5/+36
| * | USB: gadgetfs: fix copy_to_user while holding spinlockAlan Stern2017-09-221-1/+4
| * | usb: gadget: dummy: fix nonsensical comparisonsArnd Bergmann2017-09-201-5/+4Star
| * | usb: gadget: udc: fix snps_udc_plat.c build errorsRandy Dunlap2017-09-201-0/+1
| * | usb: gadget: function: printer: avoid spinlock recursionYoshihiro Shimoda2017-09-201-1/+6
| * | usb: gadget: core: fix ->udc_set_speed() logicRoger Quadros2017-09-201-2/+1Star
| |/
* | usb: gadget: udc: snps_udc_core: use setup_timer() helper.Allen Pais2017-10-041-6/+2Star
* | usb: gadget: udc: dummy_hcd: use setup_timer() helper.Allen Pais2017-10-041-6/+2Star
* | usb: gadget: udc: r8a66597: use setup_timer() helper.Allen Pais2017-10-041-3/+1Star
* | usb: gadget: udc: pxa25x_udc: use setup_timer() helper.Allen Pais2017-10-041-3/+1Star
* | usb: gadget: udc: m66592: use setup_timer() helper.Allen Pais2017-10-041-3/+1Star
|/
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-151-15/+6Star
|\
| * gadget/f_mass_storage: stop messing with the address limitChristoph Hellwig2017-09-051-15/+6Star
* | Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-051-3/+3
|\ \
| * \ Merge tag 'extcon-next-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2017-08-281-3/+3
| |\ \ | | |/ | |/|
| | * usb: gadget: udc: Replace the deprecated extcon APIChanwoo Choi2017-08-161-3/+3