Re: [U-Boot] [PATCH v2 02/17] dm: x86: spi: Convert ICH SPI driver to driver model

2015-03-31 Thread Simon Glass
On 26 March 2015 at 09:29, Simon Glass wrote: > Convert this driver over to use driver model. Since all x86 platforms use > it, move x86 to use driver model for SPI and SPI flash. Adjust all dependent > code and remove the old x86 spi_init() function. > > Note that this does not make full use of t

[U-Boot] [PATCH v2 02/17] dm: x86: spi: Convert ICH SPI driver to driver model

2015-03-26 Thread Simon Glass
Convert this driver over to use driver model. Since all x86 platforms use it, move x86 to use driver model for SPI and SPI flash. Adjust all dependent code and remove the old x86 spi_init() function. Note that this does not make full use of the new PCI uclass as yet. We still scan the bus looking