Re: [U-Boot] [PATCH v2 13/26] dm: spi: Move the per-child data size to the uclass

2015-01-22 Thread Masahiro Yamada
On Mon, 19 Jan 2015 20:12:42 -0700 Simon Glass s...@chromium.org wrote: This is common to all SPI drivers and specifies a structure used by the uclass. It makes more sense to define it in the uclass. Signed-off-by: Simon Glass s...@chromium.org --- Reviewed-by: Masahiro Yamada

[U-Boot] [PATCH v2 13/26] dm: spi: Move the per-child data size to the uclass

2015-01-19 Thread Simon Glass
This is common to all SPI drivers and specifies a structure used by the uclass. It makes more sense to define it in the uclass. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None drivers/spi/cadence_qspi.c | 1 - drivers/spi/designware_spi.c | 1 - drivers/spi/exynos_spi.c