1. 10 12月, 2010 38 次提交
  2. 07 12月, 2010 2 次提交
    • F
      usb: musb: make all glue layer export struct musb_platform_ops · 743411b3
      Felipe Balbi 提交于
      preparing to a big refactor on musb code. We need
      to be able to compile in all glue layers (or at
      least all ARM-based ones) together and have a
      working binary.
      
      While preparing for that, we move every glue
      layer to export only one symbol, which is
      a struct musb_platform_ops, and make all
      other functions static.
      
      Later patches will come to allow for compiling
      all glue layers together and have a working
      binary.
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      743411b3
    • F
      usb: musb: introduce struct musb_platform_ops · 3ca8abb8
      Felipe Balbi 提交于
      This will be passed to musb_core by platform glue
      layer in order to make it easier to compile support
      for several HW glue layers.
      
      Later patches will come using this structure and
      also moving HW glue layers to its own platform
      driver; the idea is to be able to handle platform
      peculiarities in a manner which doesn't affect one
      another.
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      3ca8abb8