1. 24 8月, 2009 1 次提交
    • P
      usb: gadget: m66592-udc needs linux/err.h. · 56fd1260
      Paul Mundt 提交于
      In certain configurations linux/err.h is not included through alternate
      means, resulting in:
      
      drivers/usb/gadget/m66592-udc.c:1646: error: implicit declaration of function 'IS_ERR'
      drivers/usb/gadget/m66592-udc.c:1649: error: implicit declaration of function 'PTR_ERR'
      distcc[15083] ERROR: compile drivers/usb/gadget/m66592-udc.c on localhost failed
      make[3]: *** [drivers/usb/gadget/m66592-udc.o] Error 1
      make[2]: *** [drivers/usb/gadget] Error 2
      make[1]: *** [drivers] Error 2
      make: *** [sub-make] Error 2
      
      Caught with an ARM config in -next.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      56fd1260
  2. 23 7月, 2009 1 次提交
    • M
      usb: m66592-udc platform data on_chip support · 2c59b0b7
      Magnus Damm 提交于
      Convert the m66592-udc driver to use the on_chip flag
      from platform data to enable on chip behaviour instead
      of relying on CONFIG_SUPERH_BUILT_IN_M66592 ugliness.
      
      This makes the code cleaner and also allows us to support
      both external and internal m66592 with the same kernel.
      
      It also makes the Kconfig part more future proof since
      we with this patch can add support for new processors
      with on-chip m66592 without modifying the Kconfig.
      
      The patch adds a m66592 header file for platform data
      and ties in platform data to the existing m66592 devices.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      2c59b0b7
  3. 04 7月, 2009 1 次提交
  4. 08 1月, 2009 1 次提交
  5. 22 12月, 2008 2 次提交
  6. 31 7月, 2008 1 次提交
  7. 22 7月, 2008 1 次提交
  8. 11 4月, 2008 1 次提交
  9. 02 2月, 2008 4 次提交
  10. 13 10月, 2007 1 次提交
  11. 31 7月, 2007 1 次提交
  12. 20 7月, 2007 1 次提交
  13. 16 7月, 2007 1 次提交
  14. 13 7月, 2007 2 次提交