Re: [U-Boot] [PATCH v5 12/13] m68k: move dspi bus control functions into cf_spi.c driver

2019-05-26 Thread Tom Rini
On Wed, Mar 13, 2019 at 09:46:52PM +0100, Angelo Dureghello wrote: > This patches move dspi bus-related operations into more > proper location, to avoid the driver to declares them as externs. > > Signed-off-by: Angelo Dureghello Applied to u-boot/master, thanks! -- Tom signature.asc Descri

[U-Boot] [PATCH v5 12/13] m68k: move dspi bus control functions into cf_spi.c driver

2019-03-13 Thread Angelo Dureghello
This patches move dspi bus-related operations into more proper location, to avoid the driver to declares them as externs. Signed-off-by: Angelo Dureghello --- Changes for v4: - new patch Changes for v5: - none --- arch/m68k/cpu/mcf5227x/cpu_init.c | 65 +++--- arch/m68k/cpu/mcf5445x/cpu