summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-193-20/+20
|\ \ | |/ |/|
| * kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-073-20/+20
* | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-171-6/+9
|\ \
| * | debugfs: Provide a file creation function that also takes an initial sizeDavid Howells2015-02-171-6/+9
* | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-173-254/+281
|\ \ \
| * | | usb: gadget: at91_udc: Allocate udc instanceBoris Brezillon2015-01-151-70/+26
| * | | usb: gadget: at91_udc: Rework for multi-platform kernel supportBoris Brezillon2015-01-152-77/+218
| * | | usb: gadget: at91_udc: Simplify probe and remove functionsBoris Brezillon2015-01-151-77/+39
| * | | usb: gadget: at91_udc: Remove non-DT handling codeBoris Brezillon2015-01-152-14/+3
| * | | usb: gadget: at91_udc: Drop uclk clockBoris Brezillon2015-01-152-25/+4
| * | | usb: gadget: at91_udc: Fix clock namesBoris Brezillon2015-01-151-2/+2
| | |/ | |/|
* | | Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-02-1538-587/+3099
|\ \ \
| * | | usb: gadget: Kconfig: use bool instead of booleanChristoph Jaeger2015-02-021-1/+1
| * | | usb: udc-core: add is_selfpowered sys entryPeter Chen2015-01-291-0/+2
| * | | usb: gadget: pch_udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
| * | | usb: gadget: atmel_usba_udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
| * | | usb: gadget: net2272: use common is_selfpoweredPeter Chen2015-01-292-6/+2
| * | | usb: gadget: s3c2410_udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
| * | | usb: gadget: net2280: use common is_selfpoweredPeter Chen2015-01-292-4/+3
| * | | usb: gadget: r8a66597-udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
| * | | usb: gadget: omap_udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
| * | | usb: gadget: fsl_udc_core: set value for common is_selfpoweredPeter Chen2015-01-291-1/+2
| * | | usb: gadget: lpc32xx_udc: use common is_selfpoweredPeter Chen2015-01-291-8/+4
| * | | usb: gadget: dummy_hcd: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
| * | | usb: gadget: bdc_udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
| * | | usb: gadget: at91_udc: use common is_selfpoweredPeter Chen2015-01-292-5/+4
| * | | usb: gadget: uvc: comments for iterating over streaming hierarchyAndrzej Pietrasiewicz2015-01-271-0/+34
| * | | usb: gadget: uvc: use explicit type instead of void *Andrzej Pietrasiewicz2015-01-271-2/+2
| * | | usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/Laurent Pinchart2015-01-271-7/+0
| * | | usb: isp1760: Add device controller supportLaurent Pinchart2015-01-271-0/+7
| * | | usb: gadget: zero: fix format string warningsAsaf Vertz2015-01-271-10/+10
| * | | usb: gadget: ffs: add eventfd notification about ffs eventsRobert Baldyga2015-01-272-1/+29
| * | | usb: gadget: f_fs: Fix loop variableMario Schuknecht2015-01-271-3/+3
| * | | usb: gadget: Fix os desc testMario Schuknecht2015-01-271-1/+1
OpenPOWER on IntegriCloud