commit | d034a95d514f377567ca183d2266ec35b6001488 | [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 | aaca776168a24feb3c44cbeba65818fb14e15f46 [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>