An error occurred fetching the project authors.
  1. 20 Dec, 2013 1 commit
  2. 10 Oct, 2013 4 commits
  3. 01 Oct, 2013 1 commit
    • Andrzej Pietrasiewicz's avatar
      usb: gadget: create a utility module for mass_storage · 6fdc5dd2
      Andrzej Pietrasiewicz authored
      Converting to configfs requires making the f_mass_storage.c a module.
      
      But first we need to get rid of "#include "storage_common.c".
      
      This patch makes storage_common.c a separately compiled file, which is
      built as a utility module named u_ms.ko. After all mass storage users are
      converted to the new function interface this module can be eliminated
      by merging it with the mass storage function's module.
      
      USB descriptors are exported so that they can be accessed from
      f_mass_storage.
      
      FSG_VENDOR_ID and FSG_PRODUCT_ID are moved to their only user.
      
      Handling of CONFIG_USB_GADGET_DEBUG_FILES is moved to f_mass_storage.c.
      The fsg_num_buffers static is moved to FSG_MODULE_PARAMETER users, so
      instead of using a global variable the f_mass_storage introduces
      fsg_num_buffers member in fsg_common (and fsg_config).
      
      fsg_strings and fsg_stringtab are moved to f_mass_storage.c.
      Signed-off-by: default avatarAndrzej Pietrasiewicz <andrzej.p@samsung.com>
      Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      6fdc5dd2
  4. 17 Sep, 2013 1 commit
    • Chen Gang's avatar
      usb: gadget: add '__ref' for rndis_config_register() and cdc_config_register() · 780cc0f3
      Chen Gang authored
      They are only called by '__ref' function multi_bind(), and they will
      call '__init' functions, so recommend to let them '__ref' too.
      
      The related warnings:
      
        WARNING: drivers/usb/gadget/g_multi.o(.text+0xded6): Section mismatch in reference from the variable .LM2921 to the variable .init.text:_rndis_do_config
        The function .LM2921() references
        the variable __init _rndis_do_config.
        This is often because .LM2921 lacks a __init
        annotation or the annotation of _rndis_do_config is wrong.
      
        WARNING: drivers/usb/gadget/g_multi.o(.text+0xdf16): Section mismatch in reference from the variable .LM2953 to the variable .init.text:_cdc_do_config
        The function .LM2953() references
        the variable __init _cdc_do_config.
        This is often because .LM2953 lacks a __init
        annotation or the annotation of _cdc_do_config is wrong.
      Signed-off-by: default avatarChen Gang <gang.chen@asianux.com>
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      780cc0f3
  5. 29 Jul, 2013 1 commit
  6. 10 Jun, 2013 5 commits
  7. 23 Apr, 2013 1 commit
  8. 03 Apr, 2013 2 commits
  9. 21 Jan, 2013 4 commits
  10. 10 Sep, 2012 11 commits
  11. 24 Jan, 2012 1 commit
  12. 09 Sep, 2011 1 commit
    • Klaus Schwarzkopf's avatar
      usb gadget: clean up FSF boilerplate text · 28c9fc68
      Klaus Schwarzkopf authored
      remove the following two paragraphs as they are not needed:
      
      This program is distributed in the hope that it will be useful, but
      WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
      FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
      License for more details.
      
      You should have received a copy of the GNU General Public License along with
      this program; if not, write to the Free Software Foundation, Inc.,59
      Temple Place - Suite 330, Boston, MA  02111-1307, USA.
      Signed-off-by: default avatarKlaus Schwarzkopf <schwarzkopf@sensortherm.de>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      28c9fc68
  13. 01 Jul, 2011 1 commit
  14. 22 Oct, 2010 4 commits
  15. 10 Aug, 2010 2 commits