Age | Commit message (Expand) | Author | Files | Lines |
2013-03-04 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 2 | -0/+2 |
2013-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -8/+8 |
2013-02-23 | new helper: file_inode(file) | Al Viro | 5 | -8/+8 |
2013-02-22 | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -9/+12 |
2013-02-22 | Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 52 | -1425/+1695 |
2013-02-22 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 11 | -106/+24 |
2013-02-09 | drivers/usb: add missing GENERIC_HARDIRQS dependencies | Heiko Carstens | 1 | -1/+2 |
2013-02-06 | usb: gadget: imx_udc: make it depend on BROKEN | Felipe Balbi | 1 | -0/+1 |
2013-02-06 | drivers/usb/gadget: using strlcpy instead of strncpy | Chen Gang | 1 | -1/+2 |
2013-01-31 | USB: GADGET: optionally force full-speed for net2280 UDC | Alan Stern | 1 | -0/+15 |
2013-01-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -36/+57 |
2013-01-26 | Merge 3.8-rc5 into driver-core-next | Greg Kroah-Hartman | 4 | -36/+57 |
2013-01-26 | Merge 3.8-rc5 into tty-next | Greg Kroah-Hartman | 10 | -49/+71 |
2013-01-26 | Merge 3.8-rc5 into usb-next | Greg Kroah-Hartman | 4 | -36/+57 |
2013-01-25 | Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Greg Kroah-Hartman | 1 | -10/+27 |
2013-01-25 | Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 50 | -1413/+1648 |
2013-01-24 | usb: gadget: constify all struct usb_gadget_ops | Felipe Balbi | 8 | -8/+8 |
2013-01-24 | usb: gadget: mv_udc: fix the value of tranceiver | Chao Xie | 1 | -5/+10 |
2013-01-24 | usb: gadget: mv_udc: fix the warning of mv_udc_remove | Chao Xie | 1 | -1/+1 |
2013-01-24 | usb: gadget: mv_udc: use devm_xxx for probe | Chao Xie | 1 | -100/+56 |
2013-01-24 | usb: gadget: completely remove ->start/->stop | Felipe Balbi | 1 | -75/+14 |
2013-01-24 | usb: gadget: s3c2410: convert to udc_start/udc_stop | Felipe Balbi | 2 | -53/+13 |
2013-01-24 | usb: gadget: pxa27x_udc: convert to udc_start/udc_stop | Felipe Balbi | 2 | -46/+16 |
2013-01-24 | usb: gadget: pxa25x_udc: convert to udc_start/udc_stop | Felipe Balbi | 2 | -48/+15 |
2013-01-24 | usb: gadget: pch_udc: convert to udc_start/udc_stop | Felipe Balbi | 1 | -53/+14 |
2013-01-24 | usb: gadget: omap_udc: convert to udc_start/udc_stop | Felipe Balbi | 1 | -37/+12 |
2013-01-24 | usb: gadget: m66592-udc: convert to udc_start/udc_stop | Felipe Balbi | 2 | -51/+20 |
2013-01-24 | usb: gadget: fsl_udc_core: convert to udc_start/udc_stop | Felipe Balbi | 1 | -47/+11 |
2013-01-24 | usb: gadget: goku_udc: convert to udc_start/udc_stop | Felipe Balbi | 2 | -56/+15 |
2013-01-24 | usb: gadget: fusb300_udc: convert to udc_start/udc_stop | Felipe Balbi | 2 | -47/+20 |
2013-01-24 | usb: gadget: amd5536udc: convert to udc_start/udc_stop | Felipe Balbi | 2 | -45/+16 |
2013-01-24 | usb: gadget: mv_udc: use udc_start and udc_stop functions | Chao Xie | 1 | -44/+35 |
2013-01-22 | usb: Convert to devm_ioremap_resource() | Thierry Reding | 3 | -14/+13 |
2013-01-21 | usb: gadget: fix two sparse warnings | Felipe Balbi | 2 | -2/+2 |
2013-01-21 | usb: gadget: f_uac2: fix compile warning | Felipe Balbi | 1 | -1/+0 |
2013-01-21 | usb: gadget: f_acm: use usb_gstrings_attach() | Sebastian Andrzej Siewior | 2 | -18/+20 |
2013-01-21 | usb: gadget: composite: introduce usb_gstrings_attach() | Sebastian Andrzej Siewior | 1 | -0/+135 |
2013-01-21 | usb: gadget: export composite's setup & disconnect function | Sebastian Andrzej Siewior | 1 | -2/+2 |
2013-01-21 | usb: gadget: factor out two helper functions from composite_bind() | Sebastian Andrzej Siewior | 1 | -31/+51 |
2013-01-21 | usb: gadget: udc-core: introduce UDC binding by name | Sebastian Andrzej Siewior | 1 | -21/+51 |
2013-01-21 | usb: gadget: add a forward pointer from usb_function to its "instance" | Sebastian Andrzej Siewior | 1 | -0/+116 |
2013-01-21 | usb: gadget: multi: use function framework for ACM | Sebastian Andrzej Siewior | 2 | -10/+53 |
2013-01-21 | usb: gadget: cdc2: use function framework for ACM | Sebastian Andrzej Siewior | 2 | -5/+24 |
2013-01-21 | usb: gadget: acm_ms: use function framework for ACM | Sebastian Andrzej Siewior | 2 | -6/+28 |
2013-01-21 | usb: gadget: f_acm: convert to new function interface with backwards compatib... | Sebastian Andrzej Siewior | 9 | -55/+186 |
2013-01-21 | usb: gadget: allocate & giveback serial ports instead hard code them | Sebastian Andrzej Siewior | 11 | -209/+229 |
2013-01-21 | usb: gadget: composite: add usb_remove_function() | Sebastian Andrzej Siewior | 1 | -0/+12 |
2013-01-21 | usb: gadget: u_serial: convert into a module | Sebastian Andrzej Siewior | 9 | -9/+23 |
2013-01-21 | usb: gadget: g_serial: split the three possible functions into three bind fun... | Sebastian Andrzej Siewior | 1 | -11/+32 |
2013-01-21 | usb: gadget: f_acm: remove empty function | Sebastian Andrzej Siewior | 1 | -10/+0 |