commit | d3504fee73ec626117427afa08116d1dde21ba9d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 18 19:23:40 2013 +0000 |
committer | Simon Glass <sjg@chromium.org> | Tue Mar 19 08:45:36 2013 -0700 |
tree | 04b3d508a3ce15c1e67baf76cf964aedf3c559a7 | |
parent | ba6c3ce9bd0ac572592dc909878117dce219c564 [diff] |
spi: Use spi_alloc_slave() in each SPI driver Rather than each driver having its own way to allocate a SPI slave, use the new allocation function everywhere. This will make it easier to extend the interface without breaking drivers. Signed-off-by: Simon Glass <sjg@chromium.org>