| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: gadget: function: uvc_v4l2.c: fix sparse warnings | Lad, Prabhakar | 2015-02-23 | 1 | -0/+1 |
* | usb: gadget: gadgetfs: fix sparse warnings | Lad, Prabhakar | 2015-02-23 | 1 | -2/+4 |
* | usb: gadget: function: uvc: fix sparse warnings | Lad, Prabhakar | 2015-02-23 | 1 | -0/+1 |
* | usb: gadget: function: f_sourcesink: fix sparse warning | Lad, Prabhakar | 2015-02-23 | 1 | -2/+2 |
* | usb: gadget: function: f_uac2: fix sparse warnings | Lad, Prabhakar | 2015-02-23 | 1 | -17/+17 |
* | usb: gadget: function: f_hid: fix sparse warning | Lad, Prabhakar | 2015-02-23 | 1 | -1/+1 |
* | usb: gadget: function: phonet: balance usb_ep_disable calls | Felipe Balbi | 2015-02-23 | 1 | -1/+4 |
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2015-02-19 | 3 | -20/+20 |
|\ |
|
| * | kconfig: use bool instead of boolean for type definition attributes | Christoph Jaeger | 2015-01-07 | 3 | -20/+20 |
* | | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-02-17 | 1 | -6/+9 |
|\ \ |
|
| * | | debugfs: Provide a file creation function that also takes an initial size | David Howells | 2015-02-17 | 1 | -6/+9 |
* | | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-02-17 | 3 | -254/+281 |
|\ \ \ |
|
| * | | | usb: gadget: at91_udc: Allocate udc instance | Boris Brezillon | 2015-01-15 | 1 | -70/+26 |
| * | | | usb: gadget: at91_udc: Rework for multi-platform kernel support | Boris Brezillon | 2015-01-15 | 2 | -77/+218 |
| * | | | usb: gadget: at91_udc: Simplify probe and remove functions | Boris Brezillon | 2015-01-15 | 1 | -77/+39 |
| * | | | usb: gadget: at91_udc: Remove non-DT handling code | Boris Brezillon | 2015-01-15 | 2 | -14/+3 |
| * | | | usb: gadget: at91_udc: Drop uclk clock | Boris Brezillon | 2015-01-15 | 2 | -25/+4 |
| * | | | usb: gadget: at91_udc: Fix clock names | Boris Brezillon | 2015-01-15 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2015-02-15 | 38 | -587/+3099 |
|\ \ \ |
|
| * | | | usb: gadget: Kconfig: use bool instead of boolean | Christoph Jaeger | 2015-02-02 | 1 | -1/+1 |
| * | | | usb: udc-core: add is_selfpowered sys entry | Peter Chen | 2015-01-29 | 1 | -0/+2 |
| * | | | usb: gadget: pch_udc: set value for common is_selfpowered | Peter Chen | 2015-01-29 | 1 | -0/+1 |
| * | | | usb: gadget: atmel_usba_udc: set value for common is_selfpowered | Peter Chen | 2015-01-29 | 1 | -0/+1 |
| * | | | usb: gadget: net2272: use common is_selfpowered | Peter Chen | 2015-01-29 | 2 | -6/+2 |
| * | | | usb: gadget: s3c2410_udc: set value for common is_selfpowered | Peter Chen | 2015-01-29 | 1 | -0/+1 |
| * | | | usb: gadget: net2280: use common is_selfpowered | Peter Chen | 2015-01-29 | 2 | -4/+3 |
| * | | | usb: gadget: r8a66597-udc: set value for common is_selfpowered | Peter Chen | 2015-01-29 | 1 | -0/+1 |
| * | | | usb: gadget: omap_udc: set value for common is_selfpowered | Peter Chen | 2015-01-29 | 1 | -0/+1 |
| * | | | usb: gadget: fsl_udc_core: set value for common is_selfpowered | Peter Chen | 2015-01-29 | 1 | -1/+2 |
| * | | | usb: gadget: lpc32xx_udc: use common is_selfpowered | Peter Chen | 2015-01-29 | 1 | -8/+4 |
| * | | | usb: gadget: dummy_hcd: set value for common is_selfpowered | Peter Chen | 2015-01-29 | 1 | -0/+1 |
| * | | | usb: gadget: bdc_udc: set value for common is_selfpowered | Peter Chen | 2015-01-29 | 1 | -0/+1 |
| * | | | usb: gadget: at91_udc: use common is_selfpowered | Peter Chen | 2015-01-29 | 2 | -5/+4 |
| * | | | usb: gadget: uvc: comments for iterating over streaming hierarchy | Andrzej Pietrasiewicz | 2015-01-27 | 1 | -0/+34 |
| * | | | usb: gadget: uvc: use explicit type instead of void * | Andrzej Pietrasiewicz | 2015-01-27 | 1 | -2/+2 |
| * | | | usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/ | Laurent Pinchart | 2015-01-27 | 1 | -7/+0 |
| * | | | usb: isp1760: Add device controller support | Laurent Pinchart | 2015-01-27 | 1 | -0/+7 |
| * | | | usb: gadget: zero: fix format string warnings | Asaf Vertz | 2015-01-27 | 1 | -10/+10 |
| * | | | usb: gadget: ffs: add eventfd notification about ffs events | Robert Baldyga | 2015-01-27 | 2 | -1/+29 |
| * | | | usb: gadget: f_fs: Fix loop variable | Mario Schuknecht | 2015-01-27 | 1 | -3/+3 |
| * | | | usb: gadget: Fix os desc test | Mario Schuknecht | 2015-01-27 | 1 | -1/+1 |
| * | | | usb: dummy_hcd: use HUB_CHAR_* | Sergei Shtylyov | 2015-01-19 | 1 | -2/+6 |
| * | | | usb: gadget: uvc: preserve the address passed to kfree() | Andrzej Pietrasiewicz | 2015-01-19 | 1 | -3/+7 |
| * | | | usb: gadget: ethernet: re-use %pM specifier to print MAC | Andy Shevchenko | 2015-01-19 | 1 | -3/+1 |
| * | | | usb: gadget: uvc: cleanup UVCG_FRAME_ATTR macro | Dan Carpenter | 2015-01-19 | 1 | -26/+18 |
| * | | | usb: gadget: uvc: memory leak in uvcg_frame_make() | Dan Carpenter | 2015-01-19 | 1 | -0/+1 |
| * | | | usb: gadget: uvc: remove an impossible condition | Dan Carpenter | 2015-01-19 | 1 | -2/+0 |
| * | | | usb: gadget: uvc: fix some error codes | Dan Carpenter | 2015-01-19 | 1 | -7/+7 |
| * | | | Merge tag 'v3.19-rc5' into next | Felipe Balbi | 2015-01-19 | 6 | -10/+23 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | usb: gadget: f_fs: add "no_disconnect" mode | Robert Baldyga | 2015-01-15 | 2 | -5/+75 |