summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-122-2/+2
|\
| * treewide: fix typo in printk and KconfigMasanari Iida2014-11-201-1/+1
| * Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina2014-11-2074-962/+4702
| |\
| * | usb: gadget: zero: Spelling s/infrastucture/infrastructure/Geert Uytterhoeven2014-10-291-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-3/+3
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-1416-87/+166
| |\ \ \ | | | |/ | | |/|
| * | | phonet: Replace calls to __skb_alloc_page with __dev_alloc_pageAlexander Duyck2014-11-121-3/+3
* | | | scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2014-11-241-1/+1
| |/ / |/| |
* | | usb: gadget: function: Fixed the return value on error pathPavitrakumar Managutte2014-10-231-1/+3
* | | usb: gadget: function: Remove redundant usb_free_all_descriptorsPavitrakumar Managutte2014-10-238-13/+13
* | | usb: gadget: udc: core: fix kernel oops with soft-connectFelipe Balbi2014-10-231-0/+5
* | | usb: gadget: loopback: don't queue requests to bogus endpointsFelipe Balbi2014-10-231-45/+42Star
* | | usb: ffs: fix regression when quirk_ep_out_aligned_size flag is setDavid Cohen2014-10-231-6/+34
* | | usb: gadget: f_fs: remove redundant ffs_data_get()Robert Baldyga2014-10-231-2/+0Star
* | | usb: gadget: udc: USB_GADGET_XILINX should depend on HAS_DMAGeert Uytterhoeven2014-10-231-0/+1
* | | usb: gadget: composite: enable BESL supportFelipe Balbi2014-10-231-1/+1
* | | usb: gadget: function: f_obex: fix Interface Descriptor TestFelipe Balbi2014-10-201-4/+4
* | | usb: gadget: function: uac2: add a release methodFelipe Balbi2014-10-201-0/+6
* | | usb: gadget: function: uac2: prevent double ep disableFelipe Balbi2014-10-201-0/+3
* | | usb: gadget: function: uac2: add wMaxPacketSize to ep descFelipe Balbi2014-10-201-0/+4
* | | usb: gadget: function: uvc: disable endpoints on ->disable()Felipe Balbi2014-10-201-0/+10
* | | usb: gadget: function: uvc: manage our video control endpointFelipe Balbi2014-10-201-0/+13
* | | usb: gadget: function: acm: make f_acm pass USB20CV Chapter9Felipe Balbi2014-10-201-4/+4
* | | usb: gadget: function: uvc: return correct alt-settingFelipe Balbi2014-10-201-1/+1
* | | usb: gadget: function: uvc: make sure to balance ep enable/disableFelipe Balbi2014-10-201-9/+20
* | | usb: gadget: function: uvc: conditionally dequeueFelipe Balbi2014-10-201-1/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-132-30/+20Star
|\ \
| * | gadgetfs: saner API for gadgetfs_create_file()Al Viro2014-10-091-16/+10Star
| * | f_fs: saner API for ffs_sb_create_file()Al Viro2014-10-091-14/+10Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-091-0/+8
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-234-13/+59
| |\| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-0812-19/+42
| |\ \ \
| * | | | f_ncm: Don't use netdev_start_xmit().David S. Miller2014-08-281-1/+9
| * | | | net: Add ops->ndo_xmit_flush()David S. Miller2014-08-251-1/+1
| | |_|/ | |/| |
* | | | usb: gadget: uvc: fix up uvcg_v4l2_get_unmapped_area typoArnd Bergmann2014-09-291-1/+1
* | | | usb: Add LED triggers for USB activityMichal Sojka2014-09-251-0/+4
* | | | usb: gadget: Refactor request completionMichal Sojka2014-09-2524-47/+32Star
* | | | usb: gadget: Introduce usb_gadget_giveback_request()Michal Sojka2014-09-251-0/+16
* | | | Revert "usb: gadget: composite: dequeue cdev->req before free it in composite...Felipe Balbi2014-09-231-1/+0Star
* | | | Revert "usb: gadget: composite: dequeue cdev->req before free its buffer"Felipe Balbi2014-09-181-1/+1
* | | | usb: gadget: gr_udc: Add bounce buffer to handle odd sized OUT requestsAndreas Larsson2014-09-162-21/+67
* | | | usb: gadget: udc_core: Use right kobj when calling sysfs_notifyAndreas Larsson2014-09-161-1/+13
* | | | usb: gadget: uvc: Simplify uvcg_video_pump by using local variableLaurent Pinchart2014-09-161-5/+5
* | | | usb: gadget: uvc: Fix endianness mismatchesLaurent Pinchart2014-09-161-5/+6
* | | | usb: gadget: uvc: uvc_alloc() can be staticFengguang Wu2014-09-161-1/+1
* | | | usb: gadget: f_fs: virtual endpoint address mappingRobert Baldyga2014-09-162-2/+23
* | | | Merge tag 'v3.17-rc5' into nextFelipe Balbi2014-09-164-13/+59
|\ \ \ \ | | |_|/ | |/| |
| * | | usb: gadget: f_fs: fix the redundant ep files problemRobert Baldyga2014-09-032-11/+57
| * | | usb: gadget: fusb300_udc.h: Fix typo in include guardRasmus Villemoes2014-09-031-1/+1
| * | | usb: gadget: net2280: Fix invalid handling of Reset irqRicardo Ribalda Delgado2014-09-031-1/+1
| | |/ | |/|