aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2013-01-21usb: gadget: composite: introduce usb_gstrings_attach()Sebastian Andrzej Siewior1-0/+135
2013-01-21usb: gadget: export composite's setup & disconnect functionSebastian Andrzej Siewior1-2/+2
2013-01-21usb: gadget: factor out two helper functions from composite_bind()Sebastian Andrzej Siewior1-31/+51
2013-01-21usb: gadget: udc-core: introduce UDC binding by nameSebastian Andrzej Siewior1-21/+51
2013-01-21usb: gadget: add a forward pointer from usb_function to its "instance"Sebastian Andrzej Siewior1-0/+116
2013-01-21usb: gadget: multi: use function framework for ACMSebastian Andrzej Siewior2-10/+53
2013-01-21usb: gadget: cdc2: use function framework for ACMSebastian Andrzej Siewior2-5/+24
2013-01-21usb: gadget: acm_ms: use function framework for ACMSebastian Andrzej Siewior2-6/+28
2013-01-21usb: gadget: f_acm: convert to new function interface with backwards compatibilitySebastian Andrzej Siewior9-55/+186
2013-01-21usb: gadget: allocate & giveback serial ports instead hard code themSebastian Andrzej Siewior11-209/+229
2013-01-21usb: gadget: composite: add usb_remove_function()Sebastian Andrzej Siewior1-0/+12
2013-01-21usb: gadget: u_serial: convert into a moduleSebastian Andrzej Siewior9-9/+23
2013-01-21usb: gadget: g_serial: split the three possible functions into three bind functionsSebastian Andrzej Siewior1-11/+32
2013-01-21usb: gadget: f_acm: remove empty functionSebastian Andrzej Siewior1-10/+0
2013-01-21usb: gadget: convert source sink and loopback to new function interfaceSebastian Andrzej Siewior6-154/+321
2013-01-21usb: gadget: add some infracture to register/unregister functionsSebastian Andrzej Siewior2-18/+31
2013-01-21usb: gadget: move loopback's config descriptor out of f_loopbackSebastian Andrzej Siewior3-44/+27
2013-01-21usb: gadget: move source sink's config descriptor out of f_sourcesinkSebastian Andrzej Siewior3-43/+37
2013-01-21usb: gadget: provide a wrapper around SourceSink's setup functionSebastian Andrzej Siewior1-25/+45
2013-01-21usb: gadget: remove u32 castings of address passed to readl()Sebastian Andrzej Siewior1-4/+4
2013-01-21usb: gadget: composite: don't call driver's unbind() if bind() failedSebastian Andrzej Siewior1-4/+8
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+6
2013-01-18usb: phy: s3c-hsotg: adding phy driver supportPraveen Paneri1-10/+27
2013-01-18usb: gadget: FunctionFS: Fix missing braces in parse_optsBenoit Goby1-3/+3
2013-01-18usb: gadget: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremapPeter Chen3-10/+29
2013-01-18usb: gadget: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_idPeter Chen2-29/+31
2013-01-17Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman6-13/+14
2013-01-17usb: converto drivers/usb/* to use module_platform_driver_probe()Fabio Porcedda8-92/+11
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+2
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-7/+4
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-13/+14
2013-01-10usb: gadget: FunctionFS: Use kstrtoul()Michal Nazarewicz1-3/+2
2013-01-10usb: gadget: s3c-hsotg: Use devm_regulator_bulk_get APISachin Kamat1-4/+1
2013-01-10usb: gadget: s3c-hsudc: Use devm_regulator_bulk_getSachin Kamat1-2/+1
2013-01-10USB: gadget: at91_adc: fix pullup pin validity checkJean-Christophe PLAGNIOL-VILLARD1-1/+1
2013-01-10usb: gadget: at91_udc: don't use [delayed_]work_pending()Tejun Heo1-2/+1
2013-01-10usb: gadget zero: avoid unnecessary reinit of data in f_sourcesinkArmando Visconti1-2/+1
2013-01-10usb: gadget: consider link speed for bMaxPowerSebastian Andrzej Siewior4-8/+27
2013-01-10usb: gadget: mass_storage: remove >= 0 check for unsigned typeSebastian Andrzej Siewior1-4/+4
2013-01-10usb: gadget: remove unused variable in uac2_pcm_trigger()Wei Yongjun1-6/+2
2013-01-10usb: gadget: f_mass_storage: remove unused operationsAndrzej Pietrasiewicz1-28/+1
2013-01-10usb: gadget: ncm: make global variable ndp*_opts read onlySebastian Andrzej Siewior1-9/+9
2013-01-10usb: gadget: file_storage: remove its last piecesSebastian Andrzej Siewior1-61/+0
2013-01-07Merge tag 'fixes-for-v3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman6-13/+14
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-5/+5
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-13Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-12-13usb: gadget: u_serial: fix switch off blockedHaipeng YU1-1/+1
2012-12-13usb: gadget: tcm_usb_gadge: fix to return error or 0 in tcm_usbg_drop_nexus()Wei Yongjun1-1/+2
2012-12-13usb: gadget: amd5536udc: avoid NULL pointer dereference in udc_pci_probe()Xi Wang1-2/+2