summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
| | * | | | usb: gadget: printer: call usb_add_function() lastAndrzej Pietrasiewicz2015-03-101-5/+4
| | * | | | usb: gadget: printer: move function-related bind code to function's bindAndrzej Pietrasiewicz2015-03-101-48/+66
| | * | | | usb: gadget: printer: standardize printer_do_configAndrzej Pietrasiewicz2015-03-101-15/+24
| | * | | | usb: gadget: printer: follow the naming convention for usb_add_config callbackAndrzej Pietrasiewicz2015-03-101-2/+2
| | * | | | usb: gadget: printer: eliminate pdev member of struct printer_devAndrzej Pietrasiewicz2015-03-101-4/+4
| | * | | | usb: gadget: printer: add missing error handlingAndrzej Pietrasiewicz2015-03-101-18/+5
| | * | | | usb: gadget: printer: revert usb_add_function() effect in error recoveryAndrzej Pietrasiewicz2015-03-101-0/+1
| | * | | | usb: gadget: printer: eliminate random pointer dereferenceAndrzej Pietrasiewicz2015-03-101-3/+3
| | * | | | usb: gadget: printer: remove unused and empty printer_unbindAndrzej Pietrasiewicz2015-03-101-6/+0
| | * | | | usb: gadget: printer: enqueue printer's response for setup requestAndrzej Pietrasiewicz2015-03-101-0/+9
| | * | | | usb: gadget: composite: don't try standard handling for non-standard requestsAndrzej Pietrasiewicz2015-03-101-0/+7
| | * | | | usb: gadget: net2280: silence sparse warningFelipe Balbi2015-03-101-0/+2
| | * | | | usb: gadget: net2280: don't connect from udc_startMian Yousaf Kaukab2015-03-101-1/+0
| | * | | | usb: gadget: net2280: print error in ep_ops error pathsMian Yousaf Kaukab2015-03-101-47/+119
| | * | | | usb: gadget: net2280: remove fiforegs as it is unusedMian Yousaf Kaukab2015-03-102-6/+0
| | * | | | usb: gadget: net2280: use ep_autoconfig compatible names in advance modeMian Yousaf Kaukab2015-03-101-1/+8
| | * | | | usb: gadget: udc: pxa27x_udc: Remove use of seq_printf return valueJoe Perches2015-03-101-72/+60
| * | | | | Merge 4.0-rc5 into usb-nextGreg Kroah-Hartman2015-03-237-927/+296
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-03-224-526/+22
| | |\ \ \ \
| | | * | | | Revert "usb: gadget: zero: Add support for interrupt EP"Felipe Balbi2015-03-114-526/+22
| | | |/ / /
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-03-211-3/+2
| | |\ \ \ \
| | | * | | | loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche2015-03-191-3/+2
| | | | |_|/ | | | |/| |
| | * | | | Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2015-03-132-398/+272
| | |\ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ | | | |/|
| | | * | gadgetfs: really get rid of switching ->f_opAlan Stern2015-03-081-19/+19
| | | * | gadgetfs: get rid of flipping ->f_op in ep_config()Al Viro2015-03-081-53/+37
| | | * | gadget: switch ep_io_operations to ->read_iter/->write_iterAl Viro2015-02-171-214/+141
| | | * | gadgetfs: use-after-free in ->aio_read()Al Viro2015-02-171-3/+12
| | | * | gadget/function/f_fs.c: switch to ->{read,write}_iter()Al Viro2015-02-171-78/+58
| | | * | gadget/function/f_fs.c: use put iov_iter into io_dataAl Viro2015-02-171-61/+25
| | | * | gadget/function/f_fs.c: close leaksAl Viro2015-02-171-2/+12
| * | | | usb: gadget: constify of_device_id arrayFabian Frederick2015-03-181-1/+1
| * | | | USB: gadget: f_mass_storage: use static attribute groups for sysfs entriesTakashi Iwai2015-03-181-74/+33
| |/ / /
| * | | usb: gadget: configfs: don't NUL-terminate (sub)compatible idsAndrzej Pietrasiewicz2015-02-231-2/+0
| * | | usb: gadget: function: uvc_v4l2.c: fix sparse warningsLad, Prabhakar2015-02-231-0/+1
| * | | usb: gadget: gadgetfs: fix sparse warningsLad, Prabhakar2015-02-231-2/+4
| * | | usb: gadget: function: uvc: fix sparse warningsLad, Prabhakar2015-02-231-0/+1
| * | | usb: gadget: function: f_sourcesink: fix sparse warningLad, Prabhakar2015-02-231-2/+2
| * | | usb: gadget: function: f_uac2: fix sparse warningsLad, Prabhakar2015-02-231-17/+17
| * | | usb: gadget: function: f_hid: fix sparse warningLad, Prabhakar2015-02-231-1/+1
| * | | usb: gadget: function: phonet: balance usb_ep_disable callsFelipe Balbi2015-02-231-1/+4
| | |/ | |/|
* | | [media] gadget/uvc: embed video_deviceHans Verkuil2015-04-022-27/+19
* | | [media] uvc gadget: set device_caps in querycapHans Verkuil2015-03-021-1/+2
* | | [media] uvc gadget: switch to unlocked_ioctlHans Verkuil2015-03-021-1/+1
* | | [media] uvc gadget: switch to v4l2 core lockingHans Verkuil2015-03-026-70/+22
|/ /
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-193-20/+20
|\ \ | |/ |/|
OpenPOWER on IntegriCloud