]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: spi: Move the per-child data size to the uclass
authorSimon Glass <sjg@chromium.org>
Sun, 25 Jan 2015 15:27:07 +0000 (08:27 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 30 Jan 2015 00:09:55 +0000 (17:09 -0700)
commit19a25f672c6aa1a9a9b94c0ffbfda3e8246d1a19
treece01b789ebf4dd2a789a06cdc148a30724ea3e9e
parentdac8db2ce66944828e441cccf25703b262a256cd
dm: spi: Move the per-child data size to the uclass

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@jp.panasonic.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/spi/cadence_qspi.c
drivers/spi/designware_spi.c
drivers/spi/exynos_spi.c
drivers/spi/sandbox_spi.c
drivers/spi/soft_spi.c
drivers/spi/spi-uclass.c
drivers/spi/tegra114_spi.c
drivers/spi/tegra20_sflash.c
drivers/spi/tegra20_slink.c