summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
Commit message (Expand)AuthorAgeFilesLines
...
| * usb: gadget: f_printer: fix deadlock caused by nested spinlockFupan Li2015-08-031-3/+4
| * usb: gadget: mass_storage: Use static array for lunsKrzysztof Opasiak2015-07-312-85/+46
| * usb: gadget: mass_storage: Fix freeing luns sysfs implementationKrzysztof Opasiak2015-07-312-7/+7
| * usb: gadget: midi: avoid redundant f_midi_set_alt() callRobert Baldyga2015-07-311-0/+4
| * usb: gadget: ffs: call functionfs_unbind() if _ffs_func_bind() failsRobert Baldyga2015-07-311-1/+7
| * usb: gadget: f_uac2: finalize wMaxPacketSize according to bandwidthPeter Chen2015-07-301-2/+29
| * usb: gadget: f_mass_storage: stop thread in bind failure caseSanjay Singh Rawat2015-07-301-2/+9
| * usb: gadget: apply generic altsetting support check mechanismRobert Baldyga2015-07-302-2/+2
| * usb: gadget: f_ecm/f_ncm: check quirk instead of UDC nameRobert Baldyga2015-07-302-5/+4
| * usb: gadget: f_mass_storage: check quirk instead of UDC nameRobert Baldyga2015-07-301-1/+2
| * usb: gadget: f_obex: use bind_deactivated flagRobert Baldyga2015-07-291-18/+1
| * usb: gadget: f_uvc: use bind_deactivated flagRobert Baldyga2015-07-291-6/+1
| * usb: gadget: storage-common: Set FSG_MAX_LUNS to 16Krzysztof Opasiak2015-07-292-2/+2
| * usb: gadget: mass_storage: Place EXPORT_SYMBOL_GPL() after func definitionKrzysztof Opasiak2015-07-291-1/+1
| * usb: gadget: mass_storage: Free buffers if create lun failsKrzysztof Opasiak2015-07-291-0/+5
| * usb: gadget: SourceSink: Remove out-of-date commentKrzysztof Opasiak2015-07-291-5/+0
| * usb: gadget: loopback: Remove out-of-date commentKrzysztof Opasiak2015-07-291-5/+0
* | usb: gadget: f_printer: actually limit the number of instancesAndrzej Pietrasiewicz2015-07-271-1/+9
* | usb: gadget: f_hid: actually limit the number of instancesAndrzej Pietrasiewicz2015-07-271-0/+4
* | usb: gadget: f_uac2: fix calculation of uac2->p_intervalPeter Chen2015-07-271-2/+2
|/
* usb: gadget: f_midi: fix error recovery pathAndrzej Pietrasiewicz2015-07-061-3/+1
* usb: gadget: f_fs: do not set cancel function on synchronous {read,write}Rui Miguel Silva2015-07-061-2/+4
* usb: f_mass_storage: limit number of reported LUNsMichal Nazarewicz2015-07-061-3/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-042-2/+2
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-232-2/+2
* | Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-083-8/+20
|\ \
| * | usb: gadget: f_fs: fix check in read operationRui Miguel Silva2015-05-261-1/+1
| * | usb: gadget: f_uac1: check return code from config_ep_by_speedMichael Trimarchi2015-05-261-1/+4
| * | usb: gadget: ffs: fix: Always call ffs_closed() in ffs_data_clear()Krzysztof Opasiak2015-05-261-5/+8
| * | usb: gadget: f_midi: fix segfault when reading empty idPawel Szewczyk2015-05-141-1/+7
* | | Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-06-026-242/+216
|\ \ \ | |/ / |/| |
| * | usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva2015-05-261-2/+8
| * | usb: gadget: rndis: use signed type for a signed valueAndrzej Pietrasiewicz2015-05-212-3/+3
| * | usb: gadget: rndis: don't duplicate the "i" variableAndrzej Pietrasiewicz2015-05-211-1/+0
| * | usb: gadget: rndis: change the value passed to rndis_signal_(dis)connect()Andrzej Pietrasiewicz2015-05-211-2/+2
| * | usb: gadget: rndis: remove the limit of available rndis connectionsAndrzej Pietrasiewicz2015-05-073-86/+78
| * | usb: gadget: rndis: style correctionAndrzej Pietrasiewicz2015-05-071-1/+1
| * | usb: gadget: rndis: use rndis_params instead of configNrAndrzej Pietrasiewicz2015-05-073-151/+129
| * | usb: gadget: uvc: remove unused including <linux/version.h>Wei Yongjun2015-04-271-1/+0
| |/
* | usb: gadget: serial: fix re-ordering of tx dataPhilip Oberstaller2015-04-271-1/+4
* | usb: gadget: hid: Fix static variable usageKrzysztof Opasiak2015-04-271-2/+14
|/
* Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab2015-04-2114-728/+1672
|\
| * Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-2/+0
| |\
| | * make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
| * | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-141-2/+4
| |\|
| | * Merge branch 'iocb' into for-nextAl Viro2015-04-111-2/+4
| | |\
| | | * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-0/+1
| | | * fs: split generic and aio kiocbChristoph Hellwig2015-03-131-2/+3
| * | | Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-03-246-3/+1512
| |\ \ \
| | * | | usb: gadget: f_printer: use non-zero flag for bitwise andAndrzej Pietrasiewicz2015-03-131-1/+1