1. 25 11月, 2014 2 次提交
    • T
      usb: musb: Change to use new IO access · 1b40fc57
      Tony Lindgren 提交于
      Change to use new IO access. This allows us to build in multiple
      MUSB glue layers.
      
      [ balbi@ti.com : switch to EXPORT_SYMBOL_GPL()
      	fix long lines ]
      
      Cc: Fabio Baltieri <fabio.baltieri@linaro.org>
      Cc: Lee Jones <lee.jones@linaro.org>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      1b40fc57
    • T
      usb: musb: Add function pointers for IO access functions · 5450ac88
      Tony Lindgren 提交于
      MUSB currently breaks badly if we try to build in support
      for multiple platforms. This also happens if done as loadable
      modules, which is not nice for distros.
      
      Let's fix the issue by adding new struct musb_io for the IO
      access functions that the platform code can populate. Note
      that we don't want to use the current ops as that's really
      platform_data and and set as a const.
      
      This should allow eventually adding function pointers also
      for the DMA code to struct musb_io, but that's a whole
      different set of patches. For now, let's just fix the PIO
      access.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      5450ac88
  2. 18 12月, 2012 1 次提交
  3. 04 10月, 2012 1 次提交
  4. 23 4月, 2012 1 次提交
  5. 03 2月, 2012 1 次提交
    • C
      usb: musb: fix a build error on mips · 976d98cb
      Cong Wang 提交于
      On mips, we got:
      
      drivers/usb/musb/musb_io.h:44: error: conflicting types for 'readsl'
      arch/mips/include/asm/io.h:529: error: previous definition of 'readsl' was here
      drivers/usb/musb/musb_io.h:46: error: conflicting types for 'readsw'
      arch/mips/include/asm/io.h:528: error: previous definition of 'readsw' was here
      drivers/usb/musb/musb_io.h:48: error: conflicting types for 'readsb'
      
      so, should add !defined(CONFIG_MIPS) too.
      
      Cc: Felipe Balbi <balbi@ti.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Signed-off-by: NWANG Cong <xiyou.wangcong@gmail.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      976d98cb
  6. 12 12月, 2011 1 次提交
  7. 10 12月, 2010 1 次提交
  8. 08 1月, 2009 2 次提交
  9. 18 10月, 2008 1 次提交
  10. 14 8月, 2008 1 次提交