Greg Kroah-Hartman bdd78f22ff Merge tag 'fixes-for-v3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus пре 12 година
..
Kconfig 0244ad004a Remove GENERIC_HARDIRQ config option пре 12 година
Makefile 2b0c49530b usb: gadget: remove imx_udc пре 12 година
acm_ms.c c4ed4ac198 usb: gadget: push tty port allocation from gadget into f_acm пре 12 година
amd5536udc.c ffcba5a510 usb: gadget: amd5536udc: unconditionally use GFP_ATOMIC in udc_queue() пре 12 година
amd5536udc.h 3be49f38d3 usb: gadget: amd5536udc: remove unused structure member пре 12 година
at91_udc.c c0aefc75ce usb: gadget: at91_udc: add usb_clk for transition to common clk framework пре 12 година
at91_udc.h c0aefc75ce usb: gadget: at91_udc: add usb_clk for transition to common clk framework пре 12 година
atmel_usba_udc.c ffb62a14c7 usb: gadget: double unlocks on error in atmel_usba_start() пре 12 година
atmel_usba_udc.h 4a3ae9324e USB: gadget: atmel_usba: add DT support пре 12 година
audio.c ed9cbda63d usb: gadget: remove usb_gadget_controller_number() пре 13 година
bcm63xx_udc.c e01ee9f509 usb: gadget: use dev_get_platdata() пре 12 година
cdc2.c d2ff405960 usb: gadget: cdc2: fix conversion to new interface of f_ecm пре 12 година
composite.c ce26bd23d4 USB: gadget: audit sysfs attribute permissions пре 12 година
config.c 10287baec7 usb: gadget: always update HS/SS descriptors and create a copy of them пре 13 година
configfs.c 5a68e9b57b usb: gadget: configfs: keep a function if it is not successfully added пре 12 година
dbgp.c 19b10a8828 usb: gadget: allocate & giveback serial ports instead hard code them пре 13 година
dummy_hcd.c 5f5610f69b usb: gadget: fix a bug and a WARN_ON in dummy-hcd пре 12 година
epautoconf.c dc995fc27c usb: gadget: libcomposite: add epautoconf.c to libcomposite пре 13 година
ether.c 23a113a0f3 usb: gadget: ether: put_usb_function on unbind пре 12 година
f_acm.c d257221854 usb: acm gadget: Null termintate strings table пре 12 година
f_ecm.c 0f0392f245 usb: gadget: f_ecm: Staticize ecm_alloc пре 12 година
f_eem.c 5c18a3636f usb: gadget: f_eem: Staticize eem_alloc пре 12 година
f_fs.c bdd78f22ff Merge tag 'fixes-for-v3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus пре 12 година
f_hid.c 10287baec7 usb: gadget: always update HS/SS descriptors and create a copy of them пре 13 година
f_loopback.c cf9a08ae5a usb: gadget: convert source sink and loopback to new function interface пре 13 година
f_mass_storage.c 7f2ccc8cb2 usb: gadget: f_mass_storage: reset endpoint driver data when disabled пре 12 година
f_midi.c 10287baec7 usb: gadget: always update HS/SS descriptors and create a copy of them пре 13 година
f_ncm.c 172d934c92 usb/gadget: free opts struct on error recovery пре 12 година
f_obex.c 9b2252cace usb: gadget: f_obex: remove compatibility layer пре 12 година
f_phonet.c 96edc98e78 usb: gadget: f_phonet: remove unused preprocessor conditional пре 12 година
f_rndis.c 172d934c92 usb/gadget: free opts struct on error recovery пре 12 година
f_serial.c 0b6a1e6ff7 usb: gadget: f_serial: add configfs support пре 12 година
f_sourcesink.c 9890e33013 usb: gadget: f_sourcesink.c: correct a copy-paste misnomer пре 12 година
f_subset.c 172d934c92 usb/gadget: free opts struct on error recovery пре 12 година
f_uac1.c cf1dea73c7 usb: gadget: f_uac1: Staticize local functions пре 12 година
f_uac2.c eb127cb519 USB: gadget: f_uac2: Fix broken prm to uac2 mapping пре 12 година
f_uvc.c 858655116b Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media пре 12 година
f_uvc.h ee6a4d870b usb: gadget: uvc: Fix coding style issues introduced by SS support пре 12 година
fotg210-udc.c dfe2902032 USB: Faraday fotg210: fix email addresses пре 12 година
fotg210.h b84a8dee23 usb: gadget: add Faraday fotg210_udc driver пре 12 година
fsl_mxc_udc.c e01ee9f509 usb: gadget: use dev_get_platdata() пре 12 година
fsl_qe_udc.c dae8eadf2a usb: gadget: use platform_{get,set}_drvdata() пре 12 година
fsl_qe_udc.h 2347fc4405 usb: gadget: Complete fsl qe/udc driver conversion пре 13 година
fsl_udc_core.c e01ee9f509 usb: gadget: use dev_get_platdata() пре 12 година
fsl_usb2_udc.h c2c9caa947 usb: gadget: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremap пре 13 година
functions.c 0062f6e56f usb: gadget: add a forward pointer from usb_function to its "instance" пре 13 година
fusb300_udc.c dfe2902032 USB: Faraday fotg210: fix email addresses пре 12 година
fusb300_udc.h 9770a16fd9 usb: gadget: fusb300_udc: add FUSB300_EPSET0_STL_CLR for clearing EP0 stall пре 12 година
g_ffs.c f466c63538 usb: gadget: f_rndis: convert to new function interface with backward compatibility пре 12 година
g_zero.h cf9a08ae5a usb: gadget: convert source sink and loopback to new function interface пре 13 година
gadget_chips.h ed9cbda63d usb: gadget: remove usb_gadget_controller_number() пре 13 година
gmidi.c 8f900a9a6e usb: gadget: consider link speed for bMaxPower пре 13 година
goku_udc.c 027ca0d2fe usb: gadget: goku_udc: use NULL instead of 0 пре 12 година
goku_udc.h 5637bf5b7a usb: gadget: goku_udc: let udc-core manage gadget->dev пре 12 година
hid.c e01ee9f509 usb: gadget: use dev_get_platdata() пре 12 година
inode.c 9bf12df31f Merge git://git.kvack.org/~bcrl/aio-next пре 12 година
lpc32xx_udc.c 20b4fb4852 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs пре 12 година
m66592-udc.c e01ee9f509 usb: gadget: use dev_get_platdata() пре 12 година
m66592-udc.h 3381fb602d usb: gadget: m66592-udc: convert to udc_start/udc_stop пре 13 година
mass_storage.c 721e2e9194 usb: gadget: libcomposite: move composite.c into libcomposite пре 13 година
multi.c 780cc0f370 usb: gadget: add '__ref' for rndis_config_register() and cdc_config_register() пре 12 година
mv_u3d.h 3d4eb9dfa3 usb: gadget: mv: Add USB 3.0 device driver for Marvell PXA2128 chip. пре 13 година
mv_u3d_core.c 2389df458b usb: gadget: mv_u3d_core: fix violation of locking discipline in mv_u3d_ep_disable() пре 12 година
mv_udc.h 1919811fe6 usb: gadget: mv_udc_core: remove unused clock пре 12 година
mv_udc_core.c e01ee9f509 usb: gadget: use dev_get_platdata() пре 12 година
ncm.c 9575bcf9c0 usb: gadget: ncm: convert to new function interface пре 12 година
ndis.h 7591157e18 usb/net: rndis: break out <linux/rndis.h> defines пре 13 година
net2272.c ce26bd23d4 USB: gadget: audit sysfs attribute permissions пре 12 година
net2272.h ceb80363b2 USB: net2272: driver for PLX NET2272 USB device controller пре 14 година
net2280.c ce26bd23d4 USB: gadget: audit sysfs attribute permissions пре 12 година
net2280.h 28c9fc68eb usb gadget: clean up FSF boilerplate text пре 14 година
nokia.c b904d0811d usb: gadget: nokia: convert to new interface of f_ecm пре 12 година
omap_udc.c e01ee9f509 usb: gadget: use dev_get_platdata() пре 12 година
omap_udc.h f8bdae0614 usb: gadget: Update omap_udc to use usb_endpoint_descriptor inside the struct usb_ep пре 13 година
pch_udc.c 3f8b620124 usb: gadget: pch_udc: fix sparse warnings пре 12 година
printer.c 496ad9aa8e new helper: file_inode(file) пре 13 година
pxa25x_udc.c 8233729853 usb: gadget: pxa25x_udc: fix deferred probe from __init пре 12 година
pxa25x_udc.h 6166c24669 usb: gadget: pxa25x_udc: convert to udc_start/udc_stop пре 13 година
pxa27x_udc.c e01ee9f509 usb: gadget: use dev_get_platdata() пре 12 година
pxa27x_udc.h 70189a63d4 usb: gadget: pxa27x_udc: convert to udc_start/udc_stop пре 13 година
r8a66597-udc.c e01ee9f509 usb: gadget: use dev_get_platdata() пре 12 година
r8a66597-udc.h 569a50da7f gadget/r8a66597: remove conditional compilation of clk code пре 13 година
rndis.c bf19647d8f usb: gadget: rndis: Staticize rndis_init()/rndis_exit() пре 12 година
rndis.h 76da66d170 usb: gadget: rndis: init & exit rndis at module load/unload пре 12 година
s3c-hsotg.c b377216bd2 usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpoints пре 12 година
s3c-hsotg.h 94cb8fd637 usb:hsotg:samsung: Remove the S3C_ prefix from registers definition. пре 13 година
s3c-hsudc.c e01ee9f509 usb: gadget: use dev_get_platdata() пре 12 година
s3c2410_udc.c e01ee9f509 usb: gadget: use dev_get_platdata() пре 12 година
s3c2410_udc.h 4991e102c1 usb: gadget: s3c2410: convert to udc_start/udc_stop пре 13 година
serial.c d1412794b3 usb: gadget: serial: convert to new interface of f_obex пре 12 година
storage_common.c ce26bd23d4 USB: gadget: audit sysfs attribute permissions пре 12 година
tcm_usb_gadget.c b79fafac70 target: make queue_tm_rsp() return void пре 12 година
tcm_usb_gadget.h 276e2e4f1f usb: gadget: make sure each gadget is using same index for Product, Serial,… пре 13 година
u_ecm.h da92801c64 usb: gadget: f_ecm: add configfs support пре 12 година
u_eem.h 17b80976f0 usb: gadget: f_eem: add configfs support пре 12 година
u_ether.c bf4277c73a usb: gadget: u_ether: allow getting binary-form host address пре 12 година
u_ether.h c96022ded7 usb: gadget: f_eem: remove compatibility layer пре 12 година
u_ether_configfs.h aa83c6adf7 usb: gadget: add helpers for configfs support for USB Ethernet пре 12 година
u_gether.h 02832e56f8 usb: gadget: f_subset: add configfs support пре 12 година
u_ncm.h e730660378 usb: gadget: f_ncm: add configfs support пре 12 година
u_phonet.h 0383070e8d usb: gadget: f_phonet: remove compatibility layer пре 12 година
u_rndis.h b3df2faacb usb: gadget: f_rndis: add configfs support пре 12 година
u_serial.c 273daf2f2a usb: gadget: u_serial: fix typo which cause build warning пре 13 година
u_serial.h 15761826ee usb: gadget: nokia: use function framework for ACM пре 12 година
u_uac1.c 2419831c37 usb: gadget: u_uac1: add __user annotation пре 12 година
u_uac1.h 18b5b3b55f usb: gadget: Rename audio function to uac1 пре 14 година
udc-core.c ce26bd23d4 USB: gadget: audit sysfs attribute permissions пре 12 година
usbstring.c d80c304bca usb: gadget: libcomposite: move MODULE_VERSION to composite.c пре 13 година
uvc.h b60f9aa1a9 [media] f_uvc: add v4l2_device and replace parent with v4l2_dev пре 12 година
uvc_queue.c ebe864a6cb usb: gadget: uvc: Fix error handling in uvc_queue_buffer() пре 12 година
uvc_queue.h d692522577 usb: gadget/uvc: Port UVC webcam gadget to use videobuf2 framework пре 12 година
uvc_v4l2.c 2f1d570693 usb: gadget/uvc: Add support for 'get_unmapped_area' for MMUless architectures пре 12 година
uvc_video.c d692522577 usb: gadget/uvc: Port UVC webcam gadget to use videobuf2 framework пре 12 година
webcam.c 8f900a9a6e usb: gadget: consider link speed for bMaxPower пре 13 година
zero.c c8c18883ba usb: gadget: zero: fix error return code in zero_bind() пре 12 година