Re: [U-Boot] [PATCH v3 18/26] dm: spi: Move slave details to child platdata

2015-01-26 Thread Simon Glass
On 25 January 2015 at 08:27, Simon Glass wrote: > At present we go through various contortions to store the SPI slave's chip > select in its private data. This only exists when the slave is active so > must be set up when it is probed. Until the device is probed we don't > actually know what chip

[U-Boot] [PATCH v3 18/26] dm: spi: Move slave details to child platdata

2015-01-25 Thread Simon Glass
At present we go through various contortions to store the SPI slave's chip select in its private data. This only exists when the slave is active so must be set up when it is probed. Until the device is probed we don't actually know what chip select it will appear on. However, now that we can suppo