usb: musb: introduce struct musb_platform_ops
authorFelipe Balbi <balbi@ti.com>
Thu, 21 Oct 2010 10:56:40 +0000 (13:56 +0300)
committerFelipe Balbi <balbi@ti.com>
Tue, 7 Dec 2010 06:13:25 +0000 (08:13 +0200)
commit3ca8abb84522f4b773678726db6ebd6fc277bc96
tree242c7d9a7342b0a38aae47398000bcc544156fad
parentfe4bfb30fe5788100a70c0ed96ddd8c6186eb9c4
usb: musb: introduce struct musb_platform_ops

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: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_core.h