summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0212-0/+12
* 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
* 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/+10
* 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/+4
* 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/+1
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-15/+6
|\
| * gadget/f_mass_storage: stop messing with the address limitChristoph Hellwig2017-09-041-15/+6
* | 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
* | | usb: gadget: make snd_pcm_hardware constBhumika Goyal2017-08-281-1/+1
* | | Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-08-2220-69/+430
|\ \ \
| * | | usb: gadget: f_ncm/u_ether: Move 'SKB reserve' quirk setup to u_etherDmitry Osipenko2017-08-183-4/+1
| * | | usb: gadget: serial: fix oops when data rx'd after closeStephen Warren2017-08-181-1/+1
| * | | USB: Gadget core: fix inconsistency in the interface tousb_add_gadget_udc_rel...Alan Stern2017-08-181-6/+9
| * | | usb: gadget: f_fs: Pass along set_halt errors.Jerry Zhang2017-08-151-4/+3
| * | | usb: bdc: Add support for USB phyAl Cooper2017-08-152-2/+75
| * | | usb: bdc: Enable in Kconfig for ARCH_BRCMSTB systemsAl Cooper2017-08-151-0/+1
| * | | usb: bdc: fix "xsf for ep not enabled" errrorAl Cooper2017-08-151-3/+4
| * | | usb: bdc: Add support for suspend/resumeAl Cooper2017-08-152-0/+37
| * | | usb: bdc: hook a quick Device Tree compatible stringFlorian Fainelli2017-08-152-2/+10
| * | | usb: bdc: Small code cleanupAl Cooper2017-08-151-7/+8
| * | | usb: bdc: Add clock enable for new chips with a separate BDC clockAl Cooper2017-08-151-0/+15
| * | | usb: bdc: Fix misleading register namesAl Cooper2017-08-153-18/+18
| * | | usb: gadget: add RNDIS configfs options for class/subclass/protocolDavid Lechner2017-08-153-0/+59
| * | | usb: gadget: core: unmap request from DMA only if previously mappedJack Pham2017-08-151-1/+4
| * | | usb: gadget: allow serial gadget console on other configsThadeu Lima de Souza Cascardo2017-08-151-1/+1
| * | | usb: gadget: udc: renesas_usb3: make usb_ep_ops constBhumika Goyal2017-08-151-1/+1
| * | | usb: gadget: f_midi: Use snd_card_free_when_closed with refcountJerry Zhang2017-08-151-5/+17
| * | | usb: gadget: f_midi: add super speed supportBadhri Jagan Sridharan2017-08-151-3/+39
| * | | usb: gadget: dummy: fix infinite loop because of missing loop decrementColin Ian King2017-08-151-1/+1
| * | | usb: gadget: f_midi: constify snd_rawmidi_ops structuresJulia Lawall2017-08-151-2/+2
| * | | usb: gadget: f_hid: {GET,SET} PROTOCOL SupportAbdulhadi Mohamed2017-08-151-1/+16
| * | | usb: gadget: fsl_qe_udc: constify qe_ep0_descJulia Lawall2017-08-151-1/+1
| * | | usb: gadget: udc: renesas_usb3: add support for R-Car M3-WYoshihiro Shimoda2017-08-151-0/+4
| * | | usb: gadget: udc: renesas_usb3: add support for R-Car H3 ES2.0Yoshihiro Shimoda2017-08-091-3/+24