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

Simon Glass sjg at chromium.org
Mon Jan 26 21:11:47 CET 2015


On 25 January 2015 at 08:27, Simon Glass <sjg at 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.
>
> Reviewed-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  drivers/spi/cadence_qspi.c   | 1 -
>  drivers/spi/designware_spi.c | 1 -
>  drivers/spi/exynos_spi.c     | 1 -
>  drivers/spi/sandbox_spi.c    | 1 -
>  drivers/spi/soft_spi.c       | 1 -
>  drivers/spi/spi-uclass.c     | 1 +
>  drivers/spi/tegra114_spi.c   | 1 -
>  drivers/spi/tegra20_sflash.c | 1 -
>  drivers/spi/tegra20_slink.c  | 1 -
>  9 files changed, 1 insertion(+), 8 deletions(-)

Applied to -u-boot-dm


More information about the U-Boot mailing list