drivers: usb: musb: adopt musb backend driver to driver model
authorMugunthan V N <mugunthanvnm@ti.com>
Thu, 17 Nov 2016 09:08:10 +0000 (14:38 +0530)
committerSimon Glass <sjg@chromium.org>
Sat, 3 Dec 2016 04:04:48 +0000 (21:04 -0700)
commit1cac34ce161ae010d3f9ffd3f664e70206638ebc
treeb4e97524e55215380ee0e0f5c17635e27d523d52
parent3aec2648698d9be14ab8b3eeb7d4d7d3783379ac
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>
arch/arm/include/asm/arch-omap3/musb.h
arch/arm/include/asm/omap_musb.h
arch/arm/mach-omap2/am33xx/board.c
arch/arm/mach-omap2/omap3/am35x_musb.c
drivers/usb/musb-new/am35x.c
drivers/usb/musb-new/musb_dsps.c