Re: [U-Boot] [PATCH 1/2] USB: musb-new: omap2430: Prep driver for Peripheral support.

2019-01-17 Thread Adam Ford
On Mon, Dec 17, 2018 at 2:35 PM Adam Ford wrote: > > The omap2430 driver only currently supports host only. In > preparation for supporting peripheral mode, this patch makes > the driver support only the host by creating a ofdata_to_platdata > function host/peripheral agnostic with a host helper

[U-Boot] [PATCH 1/2] USB: musb-new: omap2430: Prep driver for Peripheral support.

2018-12-17 Thread Adam Ford
The omap2430 driver only currently supports host only. In preparation for supporting peripheral mode, this patch makes the driver support only the host by creating a ofdata_to_platdata function host/peripheral agnostic with a host helper version. Signed-off-by: Adam Ford diff --git