[U-Boot] [PATCH v3 05/10] drivers: usb: musb: adopt musb backend driver to driver model

Simon Glass sjg at chromium.org
Sat Dec 3 19:40:39 CET 2016


On 17 November 2016 at 02:08, Mugunthan V N <mugunthanvnm at ti.com> wrote:
> 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 at ti.com>
> Reviewed-by: Tom Rini <trini at konsulko.com>
> ---
>  arch/arm/cpu/armv7/am33xx/board.c      |  4 ++--
>  arch/arm/cpu/armv7/omap3/am35x_musb.c  |  6 +++---
>  arch/arm/include/asm/arch-omap3/musb.h |  6 +++---
>  arch/arm/include/asm/omap_musb.h       |  7 ++++---
>  drivers/usb/musb-new/am35x.c           | 14 +++++++-------
>  drivers/usb/musb-new/musb_dsps.c       |  8 ++++----
>  6 files changed, 23 insertions(+), 22 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list