summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+1Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-211-1/+1
|\
| * usb: gadget: Fix second argument of percpu_ida_alloc()Bart Van Assche2016-12-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-162-2/+2
|\ \
| * | [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-052-2/+2
| |/
* | idr: add ida_is_emptyMatthew Wilcox2016-12-152-6/+6
* | Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-12-142-25/+8Star
|\ \
| * | fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz2016-12-012-25/+8Star
| |/
* | Merge tag 'usb-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2016-12-1329-129/+173
|\ \
| * | Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman2016-11-281-4/+4
| |\|
| * | Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-1824-114/+159
| |\ \
| | * | usb: gadget: serial: fix possible Oops caused by calling kthread_stop(NULL)Felix Hädicke2016-11-181-1/+2
| | * | usb: gadget: Fix checkpatch error for bracesAnson Jacob2016-11-184-50/+25Star
| | * | usb: gadget: f_uac2: fix error handling at afunc_bindPeter Chen2016-11-181-7/+7
| | * | usb: gadget: f_hid add super speed supportJanusz Dziedzic2016-11-081-1/+66
| | * | usb: gadget: mv_u3d: mv_u3d_start_queue() refactoringAlexey Khoroshilov2016-11-081-13/+15
| | * | usb: gadget: mv_u3d: add check for dma mapping errorAlexey Khoroshilov2016-11-081-0/+6
| | * | usb: gadget: NCM: differentiate consumed packets from dropped packetsTorsten Polle2016-11-032-5/+6
| | * | usb: gadget: u_ether: link socket buffers to the device for received packetsTorsten Polle2016-11-031-1/+1
| | * | usb: gadget: NCM: link socket buffers to the device for tx packetsTorsten Polle2016-11-031-0/+3
| | * | usb: gadget: f_fs: use complete() instead complete_all()Daniel Wagner2016-11-031-1/+1
| | * | usb: Convert pr_warning to pr_warnJoe Perches2016-11-038-15/+14Star
| | * | usb: gadget: composite: use kasprintf() instead of open coding itJuergen Gross2016-11-031-12/+2Star
| | * | usb: gadget: udc: mv: remove unnecessary & operationFelipe Balbi2016-11-031-1/+0Star
| | * | usb: gadget: udc: fsl: remove unnecessary & operationFelipe Balbi2016-11-031-1/+0Star
| | * | usb: gadget: udc: s3c2410: remove unnecessary & operationFelipe Balbi2016-11-031-2/+2
| | * | usb: gadget: udc: net2280: remove unnecessary & operationFelipe Balbi2016-11-031-3/+3
| | * | usb: gadget: udc: net2272: remove unnecessary & operationFelipe Balbi2016-11-031-2/+2
| | * | usb: gadget: udc: dummy: remove unnecessary & operationFelipe Balbi2016-11-031-1/+1
| | * | usb: gadget: udc: bdc: remove unnecessary & operationFelipe Balbi2016-11-031-1/+1
| | * | usb: gadget: udc: atmel: remove unnecessary & operationFelipe Balbi2016-11-031-1/+1
| | * | usb: gadget: composite: remove unnecessary & operationFelipe Balbi2016-11-031-1/+1
| | * | usb: gadget: udc: mv_udc: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-1/+1
| | * | usb: gadget: udc: gr: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-1/+1
| | * | usb: gadget: udc: fusb300: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-1/+1
| | * | usb: gadget: udc: fsl: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-1/+1
| | * | usb: gadget: udc: dummy: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-2/+1Star
| | * | usb: gadget: udc: bdc: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-1/+1
| | * | usb: gadget: udc: atmel: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-1/+1
| | * | usb: gadget: composite: always set ep->mult to a sensible valueFelipe Balbi2016-10-312-3/+8
| | * | usb: gadget: composite: correctly initialize ep->maxpacketFelipe Balbi2016-10-311-1/+1
| * | | Merge 4.9-rc5 into usb-nextGreg Kroah-Hartman2016-11-141-8/+0Star
| |\ \ \
| * \ \ \ Merge 4.9-rc3 into usb-nextGreg Kroah-Hartman2016-10-303-18/+96
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | usb: Convert pr_warning to pr_warnJoe Perches2016-10-248-15/+14Star
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-271-4/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match()Felix Hädicke2016-11-181-4/+4
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-8/+0Star
|\| | |
| * | | usb: gadget: u_ether: remove interrupt throttlingFelipe Balbi2016-11-011-8/+0Star
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-303-18/+96
|\| |