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

2015-01-26 Thread Simon Glass
On 25 January 2015 at 08:27, Simon Glass 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. > > Reviewed-by: Masahiro Yamada > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None >

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

2015-01-25 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. Reviewed-by: Masahiro Yamada Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/spi/cadence_qspi.c | 1 - drivers/spi/designware_spi.c