Re: [U-Boot] [PATCH v9] dm: at91: Add driver model support for the spi driver

2016-09-13 Thread Stephen Warren
On 09/12/2016 08:23 PM, Wenyou Yang wrote: Add driver model support while retaining the existing legacy code. This allows the driver to support boards that have converted to driver model as well as those that have not. I only reviewed the clock-related calls in this file, and they look fine, s

[U-Boot] [PATCH v9] dm: at91: Add driver model support for the spi driver

2016-09-12 Thread Wenyou Yang
Add driver model support while retaining the existing legacy code. This allows the driver to support boards that have converted to driver model as well as those that have not. Signed-off-by: Wenyou Yang Reviewed-by: Simon Glass --- Changes in v9: - Due to the peripheral clock driver improvemen