summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-241-48/+9
|\ \
| * | target: simplify the target template registration APIChristoph Hellwig2015-04-141-48/+9
* | | Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab2015-04-2132-2566/+2490
|\ \ \
| * \ \ Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-152-4/+0
| |\ \ \ | | | |/ | | |/|
| | * | make new_sync_{read,write}() staticAl Viro2015-04-112-4/+0
| * | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-142-4/+8
| |\ \ \ | | |/ /
| | * | Merge branch 'iocb' into for-nextAl Viro2015-04-112-4/+8
| | |\ \
| | | * | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-252-0/+2
| | | * | fs: split generic and aio kiocbChristoph Hellwig2015-03-132-4/+6
| * | | | dummy_hcd: use USB_DT[_SS]_HUBSergei Shtylyov2015-04-031-2/+2
| * | | | Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-03-2419-1535/+2126
| |\ \ \ \
| | * | | | usb: gadget: f_printer: fix dependenciesAndrzej Pietrasiewicz2015-03-241-0/+1
| | * | | | usb: gadget: atmel_usba: use endian agnostic IO on ARMBen Dooks2015-03-192-8/+18
| | * | | | usb: gadget: constify of_device_id arrayFabian Frederick2015-03-191-1/+1
| | * | | | usb: gadget: goku_udc: Remove uses of seq_<foo> return valuesJoe Perches2015-03-191-111/+122
| | * | | | usb: udc: add usb_udc_vbus_handlerPeter Chen2015-03-191-1/+33
| | * | | | usb: udc: store usb_udc pointer in struct usb_gadgetPeter Chen2015-03-191-25/+9
| | * | | | usb: gadget: f_printer: use non-zero flag for bitwise andAndrzej Pietrasiewicz2015-03-131-1/+1
| | * | | | usb: gadget: printer: use after free in gprinter_alloc_inst()Dan Carpenter2015-03-131-0/+1
| | * | | | usb: gadget: printer: delete some dead codeDan Carpenter2015-03-131-5/+0
| | * | | | usb: gadget: serial: %pf is only for function pointersScott Wood2015-03-131-1/+1
| | * | | | usb: gadget: lpc32xxx_udc: Fix NULL dereferencePeter Chen2015-03-111-12/+3
| | * | | | usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()Robert Baldyga2015-03-111-1/+0
| | * | | | usb: gadget: dummy-hcd: Remove utf8 from format stringRasmus Villemoes2015-03-111-1/+1
| | * | | | usb: gadget: atmel_usba_udc: Add suspend/resume with wakeup supportSylvain Rochet2015-03-111-0/+57
| | * | | | usb: gadget: atmel_usba_udc: condition clocks to vbus stateSylvain Rochet2015-03-112-48/+100
| | * | | | usb: gadget: atmel_usba_udc: Request an auto disabled Vbus signal IRQSylvain Rochet2015-03-111-7/+2
| | * | | | usb: gadget: atmel_usba_udc: Fixed vbus_prev initial stateSylvain Rochet2015-03-111-0/+2
| | * | | | usb: gadget: f_mass_storage: use defined constant instead of numeric valueTal Shorer2015-03-111-1/+1
| | * | | | usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xmlMasanari Iida2015-03-111-2/+2
| | * | | | usb: gadget: printer: add configfs supportAndrzej Pietrasiewicz2015-03-103-2/+148
| | * | | | usb: gadget: printer: use module_usb_composite_driver helper macroAndrzej Pietrasiewicz2015-03-101-13/+1
| | * | | | usb: gadget: f_printer: remove compatibility layerAndrzej Pietrasiewicz2015-03-101-113/+0
| | * | | | usb: gadget: printer: convert to new interface of f_printerAndrzej Pietrasiewicz2015-03-102-14/+37
| | * | | | usb: gadget: f_printer: convert to new function interface with backward compa...Andrzej Pietrasiewicz2015-03-105-1/+220
| | * | | | usb: gadget: printer: factor out f_printerAndrzej Pietrasiewicz2015-03-102-1249/+1285
| | * | | | usb: gadget: printer: allocate printer_dev instances dynamicallyAndrzej Pietrasiewicz2015-03-101-22/+40
| | * | | | usb: gadget: printer: add req_match for printer functionAndrzej Pietrasiewicz2015-03-101-0/+36
| | * | | | usb: gadget: printer: name class specific requestsAndrzej Pietrasiewicz2015-03-101-3/+6
| | * | | | usb: gadget: composite: add req_match method to usb_functionAndrzej Pietrasiewicz2015-03-101-1/+5
| | * | | | usb: gadget: printer: add container_of helper for printer_devAndrzej Pietrasiewicz2015-03-101-5/+10
| | * | | | usb: gadget: printer: don't access file global usb_printer_gadget in function...Andrzej Pietrasiewicz2015-03-101-1/+1
| | * | | | usb: gadget: printer: eliminate file global printer_mutexAndrzej Pietrasiewicz2015-03-101-3/+0
| | * | | | usb: gadget: printer: call gprinter_setup() from gadget's bindAndrzej Pietrasiewicz2015-03-101-17/+18
| | * | | | usb: gadget: printer: add setup and cleanup functionsAndrzej Pietrasiewicz2015-03-101-15/+31
| | * | | | usb: gadget: printer: don't access file global pnp_string in function's codeAndrzej Pietrasiewicz2015-03-101-6/+8
| | * | | | usb: gadget: printer: define pnp string buffer lengthAndrzej Pietrasiewicz2015-03-101-2/+4
| | * | | | usb: gadget: printer: move function-related unbind code to function's unbindAndrzej Pietrasiewicz2015-03-101-33/+25
OpenPOWER on IntegriCloud