[U-Boot] [PATCH v2 0/17] dm: x86: Convert x86 to use driver model more fully

2015-03-26 Thread Simon Glass
At present x86 does not use driver model for SPI or LPC (low-pin-count, a bus used to talk to the EC on Chromebooks). This series: - moves the ICH SPI driver over to driver model - moves the cros_ec LPC driver to driver model - removes non-driver-model cros_ec code (since now I2C, SPI and LPC are

Re: [U-Boot] [PATCH v2 0/17] dm: x86: Convert x86 to use driver model more fully

2015-03-31 Thread Simon Glass
Hi, On 26 March 2015 at 09:29, Simon Glass wrote: > At present x86 does not use driver model for SPI or LPC (low-pin-count, a > bus used to talk to the EC on Chromebooks). > > This series: > - moves the ICH SPI driver over to driver model > - moves the cros_ec LPC driver to driver model > - remov