aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+6
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+3
2017-09-04gadget/f_mass_storage: stop messing with the address limitChristoph Hellwig1-15/+6
2017-08-28Merge tag 'extcon-next-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-nextGreg Kroah-Hartman1-3/+3
2017-08-28usb: gadget: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-08-22Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman20-69/+430
2017-08-18usb: gadget: f_ncm/u_ether: Move 'SKB reserve' quirk setup to u_etherDmitry Osipenko3-4/+1
2017-08-18usb: gadget: serial: fix oops when data rx'd after closeStephen Warren1-1/+1
2017-08-18USB: Gadget core: fix inconsistency in the interface tousb_add_gadget_udc_release()Alan Stern1-6/+9
2017-08-16usb: gadget: udc: Replace the deprecated extcon APIChanwoo Choi1-3/+3
2017-08-15usb: gadget: f_fs: Pass along set_halt errors.Jerry Zhang1-4/+3
2017-08-15usb: bdc: Add support for USB phyAl Cooper2-2/+75
2017-08-15usb: bdc: Enable in Kconfig for ARCH_BRCMSTB systemsAl Cooper1-0/+1
2017-08-15usb: bdc: fix "xsf for ep not enabled" errrorAl Cooper1-3/+4
2017-08-15usb: bdc: Add support for suspend/resumeAl Cooper2-0/+37
2017-08-15usb: bdc: hook a quick Device Tree compatible stringFlorian Fainelli2-2/+10
2017-08-15usb: bdc: Small code cleanupAl Cooper1-7/+8
2017-08-15usb: bdc: Add clock enable for new chips with a separate BDC clockAl Cooper1-0/+15
2017-08-15usb: bdc: Fix misleading register namesAl Cooper3-18/+18
2017-08-15usb: gadget: add RNDIS configfs options for class/subclass/protocolDavid Lechner3-0/+59
2017-08-15usb: gadget: core: unmap request from DMA only if previously mappedJack Pham1-1/+4
2017-08-15usb: gadget: allow serial gadget console on other configsThadeu Lima de Souza Cascardo1-1/+1
2017-08-15usb: gadget: udc: renesas_usb3: make usb_ep_ops constBhumika Goyal1-1/+1
2017-08-15usb: gadget: f_midi: Use snd_card_free_when_closed with refcountJerry Zhang1-5/+17
2017-08-15usb: gadget: f_midi: add super speed supportBadhri Jagan Sridharan1-3/+39
2017-08-15usb: gadget: dummy: fix infinite loop because of missing loop decrementColin Ian King1-1/+1
2017-08-15usb: gadget: f_midi: constify snd_rawmidi_ops structuresJulia Lawall1-2/+2
2017-08-15usb: gadget: f_hid: {GET,SET} PROTOCOL SupportAbdulhadi Mohamed1-1/+16
2017-08-15usb: gadget: fsl_qe_udc: constify qe_ep0_descJulia Lawall1-1/+1
2017-08-15usb: gadget: udc: renesas_usb3: add support for R-Car M3-WYoshihiro Shimoda1-0/+4
2017-08-14Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman1-5/+16
2017-08-10usb: gadget: fsl_qe_udc: constify qe_ep0_descJulia Lawall1-1/+1
2017-08-10usb: gadget: f_uac2: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-08-09usb: gadget: udc: renesas_usb3: add support for R-Car H3 ES2.0Yoshihiro Shimoda1-3/+24
2017-08-09usb: gadget: udc: renesas_usb3: add debugfs to set the b-device modeYoshihiro Shimoda1-2/+76
2017-08-09usb: gadget: udc: renesas_usb3: fix error return code in renesas_usb3_probe()Gustavo A. R. Silva1-2/+4
2017-08-09usb: gadget: f_uac2: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-08-03usb: gadget: udc: renesas_usb3: Fix usb_gadget_giveback_request() callingYoshihiro Shimoda1-5/+16
2017-07-23Merge 4.13-rc2 into usb-nextGreg Kroah-Hartman6-31/+41
2017-07-22USB: gadget: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman3-6/+1
2017-07-18usb: gadget: udc: renesas_usb3: protect usb3_ep->started in usb3_start_pipen()Yoshihiro Shimoda1-3/+3
2017-07-18usb: gadget: udc: renesas_usb3: fix zlp transfer by the dmacYoshihiro Shimoda1-0/+6
2017-07-18usb: gadget: udc: renesas_usb3: fix free size in renesas_usb3_dma_free_prd()Yoshihiro Shimoda1-1/+1
2017-07-18usb: gadget: f_uac2: endianness fixes.Ruslan Bilovol1-11/+14
2017-07-18usb: gadget: f_uac1: endianness fixes.Ruslan Bilovol1-10/+10
2017-07-18usb: gadget: udc: start_udc() can be statickbuild test robot1-3/+3
2017-07-17usb: gadget: udc: USB_SNP_CORE should depend on HAS_DMAGeert Uytterhoeven1-1/+2
2017-07-17usb: gadget: udc: USB_RENESAS_USB3 should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2017-07-17usb: gadget: f_mass_storage: Fix the logic to iterate all common->lunsAxel Lin1-1/+1
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-6/+1