]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit138f19cbdd8f90e1dcec83e964a99f7d6e4ba699
treeb4e97524e55215380ee0e0f5c17635e27d523d52
parent658d6429f03e12c4fa0cf92faa08445b2b8b05b3
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