aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2013-10-10usb: gadget: f_mass_storage: create lun creation helpers for use in fsg_commo...Andrzej Pietrasiewicz
2013-10-10usb: gadget: f_mass_storage: create fsg_common_set_cdev for use in fsg_common...Andrzej Pietrasiewicz
2013-10-10usb: gadget: f_mass_storage: create lun handling helpers for use in fsg_commo...Andrzej Pietrasiewicz
2013-10-10usb: gadget: f_mass_storage: create fsg_common_set_num_buffers for use in fsg...Andrzej Pietrasiewicz
2013-10-10usb: gadget: f_mass_storage: create fsg_common_setup for use in fsg_common_initAndrzej Pietrasiewicz
2013-10-10usb: gadget: f_mass_storage: make sysfs interface optionalAndrzej Pietrasiewicz
2013-10-10usb: gadget: f_mass_storage: create _fsg_common_free_buffersAndrzej Pietrasiewicz
2013-10-10usb: gadget: s3c-hsotg: fix set_ep_maxpacket functionRobert Baldyga
2013-10-10usb: gadget: mv_u3d_core: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-10-10usb: g_ffs: fix compilation warningDavid Cohen
2013-10-09drivers: clean-up prom.h implicit includesRob Herring
2013-10-07usb: gadget: mv_u3d_core: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-10-06Merge 3.12-rc4 into usb-nextGreg Kroah-Hartman
2013-10-05usb: g_ffs: fix compilation warningDavid Cohen
2013-10-04usb: gadget: s3c-hsotg: fix maxpacket sizeRobert Baldyga
2013-10-04usb: gadget: udc-core: Do not report -EISNAM error from gadgetfsFabio Estevam
2013-10-02usb: gadget: s3c-hsotg: fix CodingStyle issuesPavel Machek
2013-10-01Merge tag 'fixes-for-v3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2013-10-01usb: gadget: f_mass_storage: use usb_gstrings_attachAndrzej Pietrasiewicz
2013-10-01usb: gadget: f_mass_storage: add a level of indirection for luns storageAndrzej Pietrasiewicz
2013-10-01usb: gadget: f_mass_storage: factor out a header fileAndrzej Pietrasiewicz
2013-10-01usb: gadget: create a utility module for mass_storageAndrzej Pietrasiewicz
2013-10-01usb: gadget: configfs: add a method to unregister the gadgetAndrzej Pietrasiewicz
2013-10-01usb: gadget: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong
2013-10-01usb: gadget: mv_u3d_core: fix memory leaksValentin Ilie
2013-10-01usb: gadget: net2280: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-01usb: gadget: pch_udc: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-01usb: gadget: goku_udc: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-01usb: gadget: amd5536udc: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-01usb: gadget: zero: Add flexible auto remote wakeup test methodPeter Chen
2013-10-01usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpointsRobert Baldyga
2013-10-01usb: gadget: f_fs: fix error handlingRobert Baldyga
2013-09-29Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman
2013-09-26USB: Fix breakage in ffs_fs_mount()Al Viro
2013-09-25usb: gadget: Remove redundant pci_set_drvdataSachin Kamat
2013-09-23usb: gadget: pxa25x_udc: fix deferred probe from __initJohan Hovold
2013-09-17Merge tag 'fixes-for-v3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2013-09-17USB: Faraday fotg210: fix email addressesDave Jones
2013-09-17usb: s3c-hsotg: do not disconnect gadget when receiving ErlySusp intrChanho Park
2013-09-17usb: s3c-hsotg: fix unregistration functionMarek Szyprowski
2013-09-17usb: gadget: f_mass_storage: reset endpoint driver data when disabledPeter Oh
2013-09-17usb: gadget: f_eem: Staticize eem_allocSachin Kamat
2013-09-17usb: gadget: f_ecm: Staticize ecm_allocSachin Kamat
2013-09-17usb: gadget: add '__ref' for rndis_config_register() and cdc_config_register()Chen Gang
2013-09-17usb: gadget: cdc2: fix conversion to new interface of f_ecmAndrzej Pietrasiewicz
2013-09-17usb: gadget: fix a bug and a WARN_ON in dummy-hcdAlan Stern
2013-09-17usb: gadget: mv_u3d_core: fix violation of locking discipline in mv_u3d_ep_di...Alexey Khoroshilov
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-08-30usb: acm gadget: Null termintate strings tableGraham Williams