Greg Kroah-Hartman 0667fe7676 USB: gadget: fix up comment 12 years ago
..
Kconfig 0bf6a210a4 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc 12 years ago
Makefile b84a8dee23 usb: gadget: add Faraday fotg210_udc driver 12 years ago
acm_ms.c c4ed4ac198 usb: gadget: push tty port allocation from gadget into f_acm 12 years ago
amd5536udc.c e1f07ced2a usb: gadget: amd5536udc: don't assign gadget.dev.release directly 12 years ago
amd5536udc.h 3be49f38d3 usb: gadget: amd5536udc: remove unused structure member 12 years ago
at91_udc.c 20b4fb4852 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 12 years ago
at91_udc.h 5a6506f00e usb: gadget: Update at91_udc to use usb_endpoint_descriptor inside the struct usb_ep 13 years ago
atmel_usba_udc.c 1247034ea6 Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/drivers 12 years ago
atmel_usba_udc.h 4a3ae9324e USB: gadget: atmel_usba: add DT support 12 years ago
audio.c ed9cbda63d usb: gadget: remove usb_gadget_controller_number() 13 years ago
bcm63xx_udc.c 2cde3935cf usb: gadget: don't check resource with devm_ioremap_resource 12 years ago
cdc2.c a38a275030 usb: gadget: cdc2: convert to new interface of f_ecm 12 years ago
composite.c 88af8bbe4e usb: gadget: the start of the configfs interface 12 years ago
config.c 10287baec7 usb: gadget: always update HS/SS descriptors and create a copy of them 12 years ago
configfs.c fea77077d1 usb: gadget: fix error return code in configfs_composite_bind() 12 years ago
dbgp.c 19b10a8828 usb: gadget: allocate & giveback serial ports instead hard code them 12 years ago
dummy_hcd.c 481d30427e usb: gadget: dummy_hcd: fix error return code in init() 12 years ago
epautoconf.c dc995fc27c usb: gadget: libcomposite: add epautoconf.c to libcomposite 13 years ago
ether.c 9bd4a10e1b usb: gadget: ether: convert to new interface of f_rndis 12 years ago
f_acm.c 88af8bbe4e usb: gadget: the start of the configfs interface 12 years ago
f_ecm.c 2a98dbbcd7 usb: gadget: f_ecm: fix missing unlock on error in ecm_alloc() 12 years ago
f_eem.c 17b80976f0 usb: gadget: f_eem: add configfs support 12 years ago
f_fs.c 3273097ee9 gadgetfs: don't bother with fops->owner 12 years ago
f_hid.c 10287baec7 usb: gadget: always update HS/SS descriptors and create a copy of them 12 years ago
f_loopback.c cf9a08ae5a usb: gadget: convert source sink and loopback to new function interface 12 years ago
f_mass_storage.c 758b463d83 usb: gadget: f_mass_storage: fix default product name 12 years ago
f_midi.c 10287baec7 usb: gadget: always update HS/SS descriptors and create a copy of them 12 years ago
f_ncm.c c92834c19f usb: gadget: f_ncm: fix missing unlock on error in ncm_alloc() 12 years ago
f_obex.c 9b2252cace usb: gadget: f_obex: remove compatibility layer 12 years ago
f_phonet.c 83408745b2 usb: gadget: f_phonet: add configfs support 12 years ago
f_rndis.c b3df2faacb usb: gadget: f_rndis: add configfs support 12 years ago
f_serial.c 0b6a1e6ff7 usb: gadget: f_serial: add configfs support 12 years ago
f_sourcesink.c 9890e33013 usb: gadget: f_sourcesink.c: correct a copy-paste misnomer 12 years ago
f_subset.c df48fc74bf usb: gadget: f_subset: fix missing unlock on error in geth_alloc() 12 years ago
f_uac1.c fddedd8334 usb: gadget: f_uac1: silence an info leak warning 12 years ago
f_uac2.c eb127cb519 USB: gadget: f_uac2: Fix broken prm to uac2 mapping 12 years ago
f_uvc.c 858655116b Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media 12 years ago
f_uvc.h ee6a4d870b usb: gadget: uvc: Fix coding style issues introduced by SS support 12 years ago
fotg210-udc.c b84a8dee23 usb: gadget: add Faraday fotg210_udc driver 12 years ago
fotg210.h b84a8dee23 usb: gadget: add Faraday fotg210_udc driver 12 years ago
fsl_mxc_udc.c c2c9caa947 usb: gadget: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremap 12 years ago
fsl_qe_udc.c dae8eadf2a usb: gadget: use platform_{get,set}_drvdata() 12 years ago
fsl_qe_udc.h 2347fc4405 usb: gadget: Complete fsl qe/udc driver conversion 13 years ago
fsl_udc_core.c 962a1ab21e gadget: single_open() leaks 12 years ago
fsl_usb2_udc.h c2c9caa947 usb: gadget: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremap 12 years ago
functions.c 0062f6e56f usb: gadget: add a forward pointer from usb_function to its "instance" 12 years ago
fusb300_udc.c dae8eadf2a usb: gadget: use platform_{get,set}_drvdata() 12 years ago
fusb300_udc.h 9770a16fd9 usb: gadget: fusb300_udc: add FUSB300_EPSET0_STL_CLR for clearing EP0 stall 12 years ago
g_ffs.c f466c63538 usb: gadget: f_rndis: convert to new function interface with backward compatibility 12 years ago
g_zero.h cf9a08ae5a usb: gadget: convert source sink and loopback to new function interface 12 years ago
gadget_chips.h ed9cbda63d usb: gadget: remove usb_gadget_controller_number() 13 years ago
gmidi.c 8f900a9a6e usb: gadget: consider link speed for bMaxPower 12 years ago
goku_udc.c 962a1ab21e gadget: single_open() leaks 12 years ago
goku_udc.h 5637bf5b7a usb: gadget: goku_udc: let udc-core manage gadget->dev 12 years ago
hid.c fb4e98ab63 usb: remove use of __devexit 12 years ago
imx_udc.c 2673976f7a usb: gadget: imx_udc: Remove redundant platform_set_drvdata() 12 years ago
imx_udc.h 28c9fc68eb usb gadget: clean up FSF boilerplate text 14 years ago
inode.c 0460fef2a9 aio: use cancellation list lazily 12 years ago
lpc32xx_udc.c 20b4fb4852 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 12 years ago
m66592-udc.c dae8eadf2a usb: gadget: use platform_{get,set}_drvdata() 12 years ago
m66592-udc.h 3381fb602d usb: gadget: m66592-udc: convert to udc_start/udc_stop 12 years ago
mass_storage.c 721e2e9194 usb: gadget: libcomposite: move composite.c into libcomposite 13 years ago
multi.c f466c63538 usb: gadget: f_rndis: convert to new function interface with backward compatibility 12 years ago
mv_u3d.h 3d4eb9dfa3 usb: gadget: mv: Add USB 3.0 device driver for Marvell PXA2128 chip. 13 years ago
mv_u3d_core.c dae8eadf2a usb: gadget: use platform_{get,set}_drvdata() 12 years ago
mv_udc.h 1919811fe6 usb: gadget: mv_udc_core: remove unused clock 12 years ago
mv_udc_core.c 1919811fe6 usb: gadget: mv_udc_core: remove unused clock 12 years ago
ncm.c 9575bcf9c0 usb: gadget: ncm: convert to new function interface 12 years ago
ndis.h 7591157e18 usb/net: rndis: break out <linux/rndis.h> defines 13 years ago
net2272.c 64dc9e2e73 Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next 12 years ago
net2272.h ceb80363b2 USB: net2272: driver for PLX NET2272 USB device controller 14 years ago
net2280.c 64dc9e2e73 Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next 12 years ago
net2280.h 28c9fc68eb usb gadget: clean up FSF boilerplate text 14 years ago
nokia.c b904d0811d usb: gadget: nokia: convert to new interface of f_ecm 12 years ago
omap_udc.c 2fb29f215c usb: gadget: omap_udc: don't assign gadget.dev.release directly 12 years ago
omap_udc.h f8bdae0614 usb: gadget: Update omap_udc to use usb_endpoint_descriptor inside the struct usb_ep 13 years ago
pch_udc.c 3f8b620124 usb: gadget: pch_udc: fix sparse warnings 12 years ago
printer.c 496ad9aa8e new helper: file_inode(file) 12 years ago
pxa25x_udc.c c0b4e04d1a usb: gadget: pxa25x_udc: Remove redundant platform_set_drvdata() 12 years ago
pxa25x_udc.h 6166c24669 usb: gadget: pxa25x_udc: convert to udc_start/udc_stop 12 years ago
pxa27x_udc.c 02b6b4ed3e usb: gadget: pxa27x_udc: Remove redundant platform_set_drvdata() 12 years ago
pxa27x_udc.h 70189a63d4 usb: gadget: pxa27x_udc: convert to udc_start/udc_stop 12 years ago
r8a66597-udc.c f37d49ad6e usb: gadget: r8a66597-udc: do not unlock unheld spinlock in r8a66597_sudmac_irq() 12 years ago
r8a66597-udc.h 569a50da7f gadget/r8a66597: remove conditional compilation of clk code 13 years ago
rndis.c 76da66d170 usb: gadget: rndis: init & exit rndis at module load/unload 12 years ago
rndis.h 76da66d170 usb: gadget: rndis: init & exit rndis at module load/unload 12 years ago
s3c-hsotg.c 17d966a325 usb: gadget: s3c-hsotg: pass 'struct usb_request *' to usb_gadget_unmap_request() 12 years ago
s3c-hsotg.h 94cb8fd637 usb:hsotg:samsung: Remove the S3C_ prefix from registers definition. 13 years ago
s3c-hsudc.c 38678f2568 usb: gadget: s3c-hsudc: delete outdated comment 12 years ago
s3c2410_udc.c 48ad20f32d usb: gadget: s3c2410_udc: fix error return code in s3c2410_udc_probe() 12 years ago
s3c2410_udc.h 4991e102c1 usb: gadget: s3c2410: convert to udc_start/udc_stop 12 years ago
serial.c d1412794b3 usb: gadget: serial: convert to new interface of f_obex 12 years ago
storage_common.c 0667fe7676 USB: gadget: fix up comment 12 years ago
tcm_usb_gadget.c b79fafac70 target: make queue_tm_rsp() return void 12 years ago
tcm_usb_gadget.h 276e2e4f1f usb: gadget: make sure each gadget is using same index for Product, Serial,… 13 years ago
u_ecm.h da92801c64 usb: gadget: f_ecm: add configfs support 12 years ago
u_eem.h 17b80976f0 usb: gadget: f_eem: add configfs support 12 years ago
u_ether.c bf4277c73a usb: gadget: u_ether: allow getting binary-form host address 12 years ago
u_ether.h c96022ded7 usb: gadget: f_eem: remove compatibility layer 12 years ago
u_ether_configfs.h aa83c6adf7 usb: gadget: add helpers for configfs support for USB Ethernet 12 years ago
u_gether.h 02832e56f8 usb: gadget: f_subset: add configfs support 12 years ago
u_ncm.h e730660378 usb: gadget: f_ncm: add configfs support 12 years ago
u_phonet.h 0383070e8d usb: gadget: f_phonet: remove compatibility layer 12 years ago
u_rndis.h b3df2faacb usb: gadget: f_rndis: add configfs support 12 years ago
u_serial.c 273daf2f2a usb: gadget: u_serial: fix typo which cause build warning 12 years ago
u_serial.h 15761826ee usb: gadget: nokia: use function framework for ACM 12 years ago
u_uac1.c 29240e2392 usb: gadget: u_uac1: NULL dereference on error path 12 years ago
u_uac1.h 18b5b3b55f usb: gadget: Rename audio function to uac1 13 years ago
udc-core.c 64dc9e2e73 Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next 12 years ago
usbstring.c d80c304bca usb: gadget: libcomposite: move MODULE_VERSION to composite.c 13 years ago
uvc.h b60f9aa1a9 [media] f_uvc: add v4l2_device and replace parent with v4l2_dev 12 years ago
uvc_queue.c a2cc81d315 usb: gadget: uvc: Implement videobuf2 .wait_prepare and .wait_finish operations 12 years ago
uvc_queue.h d692522577 usb: gadget/uvc: Port UVC webcam gadget to use videobuf2 framework 12 years ago
uvc_v4l2.c 2f1d570693 usb: gadget/uvc: Add support for 'get_unmapped_area' for MMUless architectures 12 years ago
uvc_video.c d692522577 usb: gadget/uvc: Port UVC webcam gadget to use videobuf2 framework 12 years ago
webcam.c 8f900a9a6e usb: gadget: consider link speed for bMaxPower 12 years ago
zero.c c8c18883ba usb: gadget: zero: fix error return code in zero_bind() 12 years ago