1. 07 6月, 2011 1 次提交
    • S
      usb/mv_udc_core: fix compile · cb424473
      Sebastian Andrzej Siewior 提交于
      |drivers/usb/gadget/mv_udc_core.c:2108: error: label `error' used but not defined
      
      This seems to be broken since the initial commit. I changed this to a
      simple return. The other user is the probe code which lets ->probe()
      fail on error here.
      
      |drivers/usb/gadget/mv_udc_core.c:2107: warning: passing argument 1 of `dev_err' from incompatible pointer type
      |drivers/usb/gadget/mv_udc_core.c:2118: warning: initialization from incompatible pointer type
      |drivers/usb/gadget/mv_udc_core.c:2119: warning: initialization from incompatible pointer type
      |drivers/usb/gadget/mv_udc_core.c:2130: error: initializer element is not constant
      |drivers/usb/gadget/mv_udc_core.c:2130: error: (near initialization for `udc_driver.driver.pm')
      
      Cc: Chao Xie <chao.xie@marvell.com>
      Signed-off-by: NSebastian Andrzej Siewior <bigeasy@linutronix.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      cb424473
  2. 31 3月, 2011 1 次提交
  3. 01 12月, 2010 1 次提交
    • C
      USB: pxa: Add USB client support for Marvell PXA9xx/PXA168 chips · e7cddda4
      cxie4 提交于
      This patch add USB client support Marvell PXA9xx/PXA168 chips. The USB
      controller in PXA9xx/PXA168 is a High-Speed OTG controller. The available
      endpoints is different between PXA9xx and PXA168.
      
      NOTE:
      It is the first version of Marvell PXA9xx/PXA168 USB controller driver.
      The support for OTG mode will be added in later patch.
      PXA9xx and PXA168 has integrated UTMI PHY in the chips. The initialization
      for the PHY is a little different between PXA9xx and PXA168.
      Signed-off-by: NChao Xie <chao.xie@marvell.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e7cddda4