commit | 31a4d8dc85c358ddbfdd0237b57157f1be2f57c7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 25 08:27:07 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 29 17:09:55 2015 -0700 |
tree | ce01b789ebf4dd2a789a06cdc148a30724ea3e9e | |
parent | c23b428326863fd608845bc6a395fb609a8f4978 [diff] |
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>