summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: u_ether: remove interrupt throttlingFelipe Balbi2016-11-011-8/+0
* usb: gadget: f_fs: stop sleeping in ffs_func_eps_disableMichal Nazarewicz2016-10-171-16/+93
* usb: gadget: f_fs: edit epfile->ep under lockMichal Nazarewicz2016-10-171-3/+3
* usb: gadget: function: u_ether: don't starve tx request queueFelipe Balbi2016-10-171-2/+3
* usb: gadget: udc: atmel: fix endpoint nameAlexandre Belloni2016-10-171-1/+1
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-102-5/+5
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-272-5/+5
* | Revert "usb: gadget: NCM: Protect dev->port_usb using dev->lock"Greg Kroah-Hartman2016-09-191-5/+2
* | Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-09-1424-174/+551
|\ \
| * | usb: gadget: uvc: add V4L2 dependencyArnd Bergmann2016-09-131-0/+1
| * | usb: gadget: NCM: Protect dev->port_usb using dev->lockHarish Jenny K N2016-09-091-2/+5
| * | usb: gadget: u_ether: fix another dereference after null checkHarish Jenny K N2016-09-091-1/+2
| * | usb: gadget: remove variable ret and remove unnecessary if statementColin Ian King2016-09-091-6/+2
| * | usb: gadget: f_fs: Stop ffs_closed NULL pointer dereferenceJim Baxter2016-09-081-0/+5
| * | usb: gadget: configfs: log function unbinding as debugRomain Izard2016-08-311-1/+1
| * | usb: gadget: uvc: Add missing call for additional setup dataPetr Cvek2016-08-311-0/+7
| * | usb: gadget: f_ncm: add support for no_skb_reserveYoshihiro Shimoda2016-08-311-0/+2
| * | usb: gadget: u_ether: add a flag to avoid skb_reserve() callingYoshihiro Shimoda2016-08-312-1/+5
| * | usb: gadget: net2280: fix typo: "Inavlid" -> "Invalid"Colin Ian King2016-08-311-1/+1
| * | usb: gadget: goku_udc: fix memory leak in goku_probe()Alexey Khoroshilov2016-08-291-0/+2
| * | usb: gadget: udc: udc-xilinx: don't print on ENOMEMWolfram Sang2016-08-291-3/+1
| * | usb: gadget: udc: goku_udc: don't print on ENOMEMWolfram Sang2016-08-291-2/+1
| * | usb: gadget: udc: fsl_qe_udc: don't print on ENOMEMWolfram Sang2016-08-291-12/+4
| * | usb: gadget: don't couple configfs to legacy gadgetsFelipe Balbi2016-08-261-19/+19
| * | usb: gadget: f_hid: use alloc_ep_req()Felipe F. Tonello2016-08-251-5/+1
| * | usb: gadget: f_hid: use free_ep_req()Felipe F. Tonello2016-08-251-7/+3
| * | usb: gadget: remove useless parameter in alloc_ep_req()Felipe F. Tonello2016-08-256-16/+10
| * | usb: gadget: f_fs: handle control requests in config 0Felix Hädicke2016-08-251-2/+3
| * | usb: gadget: composite: let USB functions process ctrl reqs in cfg0Felix Hädicke2016-08-253-9/+22
| * | usb: gadget: f_fs: handle control requests not directed to interface or endpointFelix Hädicke2016-08-251-4/+30
| * | usb: gadget: f_hid: add dev to configfsJohannes Berg2016-08-251-0/+10
| * | usb: gadget: f_midi: drop substreams when disabling endpointFelipe F. Tonello2016-08-251-12/+15
| * | usb: gadget: f_midi: refactor state machineFelipe F. Tonello2016-08-251-75/+129
| * | usb: gadget: f_midi: defaults buflen sizes to 512Felipe F. Tonello2016-08-252-2/+2
| * | usb: gadget: f_midi: remove alignment code for OUT endpointFelipe F. Tonello2016-08-251-3/+2
| * | usb: gadget: align buffer size when allocating for OUT endpointFelipe F. Tonello2016-08-252-1/+18
| * | usb: gadget: change len to size_t on alloc_ep_req()Felipe F. Tonello2016-08-252-2/+2
| * | usb: gadget: Add per-lun inquiry stringPhilipp Gesang2016-08-254-6/+57
| * | usb: gadget: net2280: match interrupt endpoints to PIO endpoints and DMA to bulkJussi Kivilinna2016-08-251-0/+38
| * | usb: gadget: net2280: fix infinite loop in irq handlerJussi Kivilinna2016-08-251-3/+37
| * | usb: gadget: f_ncm: add SuperSpeed descriptors for CDC NCMJussi Kivilinna2016-08-251-2/+80
| * | usb: gadget: remove redundant self assignmentColin Ian King2016-08-251-3/+1
| * | usb: gadget: configfs: log function unbinding as informationRomain Izard2016-08-251-2/+3
| * | usb: gadget: pxa27x: add phy notifier event handlerRobert Jarzmik2016-08-251-2/+49
* | | Merge 4.8-rc6 into usb-nextGreg Kroah-Hartman2016-09-122-1/+3
|\ \ \ | | |/ | |/|
| * | usb: gadget: prevent potenial null pointer dereference on skb->lenColin Ian King2016-09-061-1/+1
| * | usb: gadget: udc: renesas-usb3: clear VBOUT bit in DRD_CONYoshihiro Shimoda2016-09-051-0/+2
* | | Merge 4.8-rc5 into usb-testingGreg Kroah-Hartman2016-09-055-10/+19
|\ \ \ | |/ /
| * | usb: gadget: udc: core: don't starve DMA resourcesFelipe Balbi2016-08-251-1/+1
OpenPOWER on IntegriCloud