1. 16 12月, 2011 1 次提交
  2. 06 9月, 2011 2 次提交
    • M
      mfd: Fix omap-usb-host build failure · 417e206b
      Ming Lei 提交于
      The patch fixes the build failure:
      
      drivers/mfd/omap-usb-host.c:1034:1: warning: data definition has no type
      or storage class
      drivers/mfd/omap-usb-host.c:1034:1: warning: type defaults to 'int' in
      declaration of 'EXPORT_SYMBOL_GPL'
      drivers/mfd/omap-usb-host.c:1034:1: warning: parameter names (without
      types) in function declaration
      drivers/mfd/omap-usb-host.c:1040:1: warning: data definition has no type
      or storage class
      drivers/mfd/omap-usb-host.c:1040:1: warning: type defaults to 'int' in
      declaration of 'EXPORT_SYMBOL_GPL'
      drivers/mfd/omap-usb-host.c:1040:1: warning: parameter names (without
      types) in function declaration
      drivers/mfd/omap-usb-host.c:1045:13: error: 'THIS_MODULE' undeclared
      here (not in a function)
      drivers/mfd/omap-usb-host.c:1050:15: error: expected declaration
      specifiers or '...' before string constant
      drivers/mfd/omap-usb-host.c:1050:1: warning: data definition has no type
      or storage class
      drivers/mfd/omap-usb-host.c:1050:1: warning: type defaults to 'int' in
      declaration of 'MODULE_AUTHOR'
      drivers/mfd/omap-usb-host.c:1050:15: warning: function declaration isn't
      a prototype
      drivers/mfd/omap-usb-host.c:1051:14: error: expected declaration
      specifiers or '...' before string constant
      drivers/mfd/omap-usb-host.c:1051:1: warning: data definition has no type
      or storage class
      drivers/mfd/omap-usb-host.c:1051:1: warning: type defaults to 'int' in
      declaration of 'MODULE_ALIAS'
      drivers/mfd/omap-usb-host.c:1051:14: warning: function declaration isn't
      a prototype
      drivers/mfd/omap-usb-host.c:1052:16: error: expected declaration
      specifiers or '...' before string constant
      drivers/mfd/omap-usb-host.c:1052:1: warning: data definition has no type
      or storage class
      drivers/mfd/omap-usb-host.c:1052:1: warning: type defaults to 'int' in
      declaration of 'MODULE_LICENSE'
      drivers/mfd/omap-usb-host.c:1052:16: warning: function declaration isn't
      a prototype
      drivers/mfd/omap-usb-host.c:1053:20: error: expected declaration
      specifiers or '...' before string constant
      drivers/mfd/omap-usb-host.c:1053:1: warning: data definition has no type
      or storage class
      drivers/mfd/omap-usb-host.c:1053:1: warning: type defaults to 'int' in
      declaration of 'MODULE_DESCRIPTION'
      drivers/mfd/omap-usb-host.c:1053:20: warning: function declaration isn't
      a prototype
      make[2]: *** [drivers/mfd/omap-usb-host.o] Error 1
        CC      fs/proc/namespaces.o
      make[1]: *** [drivers/mfd] Error 2
      make: *** [drivers] Error 2
      make: *** Waiting for unfinished jobs....
      Signed-off-by: NMing Lei <ming.lei@canonical.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      417e206b
    • A
      mfd: Make omap-usb-host TLL mode work again · e600cffe
      Anand Gadiyar 提交于
      This code section seems to have been accidentally copy pasted.
      It causes incorrect bits to be set up in the TLL_CHANNEL_CONF
      register and prevents the TLL mode from working correctly.
      
      Cc: stable@kernel.org
      Signed-off-by: NAnand Gadiyar <gadiyar@ti.com>
      Cc: Keshava Munegowda <keshava_mgowda@ti.com>
      Acked-by: NFelipe Balbi <balbi@ti.com>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      e600cffe
  3. 01 8月, 2011 1 次提交
  4. 05 7月, 2011 1 次提交
  5. 27 5月, 2011 3 次提交
  6. 11 5月, 2011 1 次提交
  7. 02 5月, 2011 2 次提交
  8. 31 3月, 2011 1 次提交
  9. 01 3月, 2011 1 次提交