summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* usb, gadget: use appropriate warning accessorsDavid Rientjes2013-04-081-2/+2
* Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-04-0560-1655/+2173
|\
| * usb: gadget: nokia: include f_ecm.cFelipe Balbi2013-04-031-0/+1
| * usb: gadget: f_obex: add configfs supportAndrzej Pietrasiewicz2013-04-031-0/+55
| * usb: gadget: serial: convert to new interface of f_obexAndrzej Pietrasiewicz2013-04-032-39/+4
| * usb: gadget: f_obex: convert to new function interface with backward compatib...Andrzej Pietrasiewicz2013-04-035-47/+132
| * usb: gadget: f_serial: add configfs supportAndrzej Pietrasiewicz2013-04-031-0/+55
| * usb: gadget: f_serial: remove compatibility layerAndrzej Pietrasiewicz2013-04-031-46/+0
| * usb: gadget: serial: convert to new interface of f_serialAndrzej Pietrasiewicz2013-04-032-18/+8
| * usb: gadget: f_serial: convert to new function interface with backward compat...Andrzej Pietrasiewicz2013-04-034-27/+110
| * usb: gadget: nokia: remove unused includeAndrzej Pietrasiewicz2013-04-031-1/+0
| * usb: gadget: use consistent naming scheme for usb function modulesAndrzej Pietrasiewicz2013-04-031-3/+4
| * usb: gadget: the start of the configfs interfaceSebastian Andrzej Siewior2013-04-035-1/+1061
| * usb: gadget: push tty port allocation from gadget into f_acmSebastian Andrzej Siewior2013-04-036-54/+19
| * usb: gadget: move the global the_dev variable to their usersSebastian Andrzej Siewior2013-04-0313-87/+100
| * usb: gadget: nokia: use function framework for ACMSebastian Andrzej Siewior2013-04-034-95/+72
| * usb: gadget: pxa27x_udc: fix Section MismatchesFelipe Balbi2013-04-021-5/+5
| * usb: gadget: udc-core: prevent a memory leakFelipe Balbi2013-04-021-0/+1
| * usb: gadget: fusb300_udc: bug fix of not doing idma reset for each timeYuan-Hsin Chen2013-04-021-3/+6
| * usb: gadget: fusb300_udc: add FUSB300_EPSET0_STL_CLR for clearing EP0 stallYuan-Hsin Chen2013-04-022-2/+2
| * usb: gadget/uvc: Add support for 'get_unmapped_area' for MMUless architecturesBhupesh Sharma2013-04-022-0/+33
| * usb: gadget/uvc: Port UVC webcam gadget to use videobuf2 frameworkBhupesh Sharma2013-04-025-426/+193
| * usb: gadget: mv_u3d_core: remove unused clockFelipe Balbi2013-04-021-1/+1
| * usb: gadget: mv_udc_core: remove unused clockChao Xie2013-04-022-22/+8
| * usb: gadget: mv_u3d: fix sparse warningsFelipe Balbi2013-03-271-0/+4
| * usb: gadget: mv_udc_core: fix sparse warningsFelipe Balbi2013-03-271-1/+5
| * usb: gadget: pch_udc: fix sparse warningsFelipe Balbi2013-03-271-0/+4
| * usb: gadget: dummy: fix sparse warningFelipe Balbi2013-03-271-1/+1
| * usb: gadget: net2280: fix sparse warningsFelipe Balbi2013-03-271-4/+4
| * usb: gadget: net2272: fix sparse warningsFelipe Balbi2013-03-271-3/+3
| * usb: gadget: mv_u3d: drop ARCH dependencyFelipe Balbi2013-03-271-1/+0
| * usb: gadget: mv_u3d: fix sparse warningsFelipe Balbi2013-03-221-13/+14
| * usb: gadget: mv_u3d: remove outdated selectsFelipe Balbi2013-03-221-2/+0
| * usb: gadget: mv_u3d: remove unused headersFelipe Balbi2013-03-221-3/+0
| * usb: gadget: mv_u3d: make mv_u3d_pm_ops staticJingoo Han2013-03-221-5/+3
| * usb: gadget: s3c-hsotg: fix PHY error handlingFelipe Balbi2013-03-181-1/+1
| * usb: gadget: mv_udc_core: fix PHY error handlingFelipe Balbi2013-03-181-4/+7
| * usb: gadget: uvc: use capped length valueDan Carpenter2013-03-181-1/+1
| * usb: gadget: uvc: Use strlcpy instead of strncpyChen Gang2013-03-181-3/+3
| * usb: gadget: uvc: Use GFP_ATOMIC under spin lockCyril Roelandt2013-03-181-1/+2
| * usb: gadget: uvc: Make video streaming buffer size comply with USB3.0 SSBhupesh Sharma2013-03-181-2/+8
| * usb: gadget: uvc: Delay the status stage when setting alternate setting 1Bhupesh Sharma2013-03-183-7/+23
| * usb: gadget: uvc: Add fix for UVC compliance test suite's assertion 6.1.25 fa...Bhupesh Sharma2013-03-181-8/+6
| * usb: gadget: uvc: Add fix for UVC compliance test suite assertion 6.3.90 failureBhupesh Sharma2013-03-181-3/+6
| * usb: gadget: uvc: Configure the streaming endpoint based on the speedLaurent Pinchart2013-03-181-7/+12
| * usb: gadget: uvc: Merge the streaming maxpacket and mult parametersLaurent Pinchart2013-03-181-60/+60
| * usb: gadget: uvc: Merge the SS/HS/FS control endpoint descriptorsLaurent Pinchart2013-03-181-34/+18
| * usb: gadget: uvc: Fix coding style issues introduced by SS supportLaurent Pinchart2013-03-182-35/+35
| * usb: gadget: uvc: Rename STATUS_BYTECOUNT to UVC_STATUS_MAX_PACKET_SIZELaurent Pinchart2013-03-181-5/+5
| * usb: gadget: uvc: clarify comment about string descriptorsLaurent Pinchart2013-03-181-1/+4
OpenPOWER on IntegriCloud