commit | 3ca8abb84522f4b773678726db6ebd6fc277bc96 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Thu Oct 21 13:56:40 2010 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Tue Dec 07 08:13:25 2010 +0200 |
tree | 242c7d9a7342b0a38aae47398000bcc544156fad | |
parent | fe4bfb30fe5788100a70c0ed96ddd8c6186eb9c4 [diff] |
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>