summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
* usb: gadget: configfs: Fix memory leak of interface directory dataAndrew Gabbasov2017-10-112-2/+11
* usb: gadget: ffs: handle I/O completion in-orderJohn Keeping2017-09-282-4/+14
* USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern2017-09-222-34/+7
* usb: gadget: function: printer: avoid spinlock recursionYoshihiro Shimoda2017-09-201-1/+6
* 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
* | usb: gadget: make snd_pcm_hardware constBhumika Goyal2017-08-281-1/+1
* | 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: f_fs: Pass along set_halt errors.Jerry Zhang2017-08-151-4/+3
* | usb: gadget: add RNDIS configfs options for class/subclass/protocolDavid Lechner2017-08-153-0/+59
* | 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: 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: f_uac2: constify snd_pcm_ops structuresArvind Yadav2017-08-091-1/+1
|/
* usb: gadget: f_uac2: endianness fixes.Ruslan Bilovol2017-07-181-11/+14
* usb: gadget: f_uac1: endianness fixes.Ruslan Bilovol2017-07-181-10/+10
* usb: gadget: f_mass_storage: Fix the logic to iterate all common->lunsAxel Lin2017-07-171-1/+1
* Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-061-6/+1
|\
| * Merge tag 'asoc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2017-07-032-3/+12
| |\
| * \ Merge branch 'for-linus' into for-nextTakashi Iwai2017-06-072-6/+6
| |\ \
| * | | usb: gadget: u_uac1: Kill set_fs() usageTakashi Iwai2017-06-021-6/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-053-21/+13
|\ \ \ \
| * | | | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-6/+5
| * | | | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
| * | | | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-3/+2
| * | | | networking: introduce and use skb_put_data()Johannes Berg2017-06-162-7/+6
| * | | | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-10/+5
| | |_|/ | |/| |
* | | | Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-06-2013-1628/+2595
|\ \ \ \ | |/ / / |/| | |
| * | | usb: gadget: add f_uac1 variant based on a new u_audio apiRuslan Bilovol2017-06-193-0/+845
| * | | usb: gadget: function: make current f_uac1 implementation legacyRuslan Bilovol2017-06-194-31/+33
| * | | usb: gadget: f_uac2: split out audio coreRuslan Bilovol2017-06-194-636/+840
| * | | usb: gadget: f_uac2: remove platform driver/device creationRuslan Bilovol2017-06-191-79/+28
| * | | usb: gadget: function: f_uac1: implement get_alt()Ruslan Bilovol2017-06-191-1/+39
| * | | usb: gadget: function: f_fs: Move epfile waitqueue to ffs_data.Jerry Zhang2017-06-022-9/+13
| * | | usb: gadget: function: f_fs: Let ffs_epfile_ioctl wait for enable.Jerry Zhang2017-06-021-39/+54
| * | | usb: gadget: f_uac2: calculate wMaxPacketSize before endpoint matchSekhar Nori2017-05-171-6/+6
| * | | USB: f_mass_storage: improve memory barriers and synchronizationAlan Stern2017-05-162-206/+156
| * | | USB: f_mass_storage: improve async notification handlingAlan Stern2017-05-162-55/+24
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-06-151-1/+1
|\ \ \
| * | | net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
| | |/ | |/|
* | | usb: gadget: f_mass_storage: Serialize wake and sleep executionThinh Nguyen2017-06-021-2/+11
|/ /
* | usb: gadget: f_fs: avoid out of bounds access on comp_descWilliam Wu2017-05-161-5/+5
* | usb: gadget: gserial: check if console kthread existsBogdan Mirea2017-05-161-1/+1
|/
* Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-044-89/+45
|\
| * Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-04-114-84/+39
| |\
| | * usb: gadget: f_fs: simplify ffs_dev name handlingMichal Nazarewicz2017-04-112-64/+19
| | * usb: gadget: u_ether: conditionally align transfer sizeFelipe Balbi2017-04-111-2/+6
OpenPOWER on IntegriCloud