1. 28 1月, 2009 5 次提交
  2. 08 1月, 2009 14 次提交
  3. 20 11月, 2008 1 次提交
  4. 14 11月, 2008 5 次提交
  5. 18 10月, 2008 8 次提交
  6. 24 9月, 2008 2 次提交
    • A
      USB: drivers/usb/musb/: disable it on SuperH · 09fa14aa
      Andrew Morton 提交于
      In file included from drivers/usb/musb/musb_core.h:59,
                       from drivers/usb/musb/musb_core.c:108:
      drivers/usb/musb/musb_io.h:42: error: conflicting types for '__raw_readsl'
      /usr/src/devel/arch/sh/include/asm/io.h:112: error: previous declaration of '__raw_readsl' was here
      drivers/usb/musb/musb_io.h:42: error: conflicting types for '__raw_readsl'
      /usr/src/devel/arch/sh/include/asm/io.h:112: error: previous declaration of '__raw_readsl' was here
      drivers/usb/musb/musb_io.h:44: error: conflicting types for 'readsw'
      /usr/src/devel/arch/sh/include/asm/io.h:164: error: previous definition of 'readsw' was here
      drivers/usb/musb/musb_io.h:46: error: conflicting types for 'readsb'
      /usr/src/devel/arch/sh/include/asm/io.h:163: error: previous definition of 'readsb' was here
      drivers/usb/musb/musb_io.h:49: error: conflicting types for '__raw_writesl'
      /usr/src/devel/arch/sh/include/asm/io.h:111: error: previous declaration of '__raw_writesl' was here
      drivers/usb/musb/musb_io.h:49: error: conflicting types for '__raw_writesl'
      /usr/src/devel/arch/sh/include/asm/io.h:111: error: previous declaration of '__raw_writesl' was here
      drivers/usb/musb/musb_io.h:51: error: conflicting types for 'writesw'
      /usr/src/devel/arch/sh/include/asm/io.h:164: error: previous definition of 'writesw' was here
      drivers/usb/musb/musb_io.h:53: error: conflicting types for 'writesb'
      /usr/src/devel/arch/sh/include/asm/io.h:163: error: previous definition of 'writesb' was here
      
      Cc: Karsten Keil <kkeil@suse.de>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      09fa14aa
    • F
      usb: musb: fix include path · 0590d587
      Felipe Balbi 提交于
      headers were moved, fixing.
      Signed-off-by: NFelipe Balbi <felipe.balbi@nokia.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      0590d587
  7. 22 8月, 2008 3 次提交
  8. 14 8月, 2008 2 次提交