commit | 1cac34ce161ae010d3f9ffd3f664e70206638ebc | [log] [tgz] |
---|---|---|
author | Mugunthan V N <mugunthanvnm@ti.com> | Thu Nov 17 14:38:10 2016 +0530 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 02 21:04:48 2016 -0700 |
tree | b4e97524e55215380ee0e0f5c17635e27d523d52 | |
parent | 3aec2648698d9be14ab8b3eeb7d4d7d3783379ac [diff] |
drivers: usb: musb: adopt musb backend driver to driver model Currently all backend driver ops uses hard coded physical address, so to adopt the driver to DM, add device pointer to ops call backs so that drivers can get physical addresses from the usb driver priv/plat data. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>