Re: [U-Boot] [PATCH 19/23] x86: spi: Support ValleyView in ICH SPI driver

2015-01-28 Thread Simon Glass
Hi Bin, On 27 January 2015 at 23:02, Bin Meng wrote: > Hi Simon, > > On Wed, Jan 28, 2015 at 1:17 PM, Simon Glass wrote: >> Hi Bin, >> >> On 27 January 2015 at 07:00, Bin Meng wrote: >>> Hi Simon, >>> >>> On Tue, Jan 27, 2015 at 9:23 AM, Simon Glass wrote: The base address is found in a d

Re: [U-Boot] [PATCH 19/23] x86: spi: Support ValleyView in ICH SPI driver

2015-01-27 Thread Bin Meng
Hi Simon, On Wed, Jan 28, 2015 at 1:17 PM, Simon Glass wrote: > Hi Bin, > > On 27 January 2015 at 07:00, Bin Meng wrote: >> Hi Simon, >> >> On Tue, Jan 27, 2015 at 9:23 AM, Simon Glass wrote: >>> The base address is found in a different way and the protection bit is also >>> in a different plac

Re: [U-Boot] [PATCH 19/23] x86: spi: Support ValleyView in ICH SPI driver

2015-01-27 Thread Simon Glass
Hi Bin, On 27 January 2015 at 07:00, Bin Meng wrote: > Hi Simon, > > On Tue, Jan 27, 2015 at 9:23 AM, Simon Glass wrote: >> The base address is found in a different way and the protection bit is also >> in a different place. Otherwise it is very similar. >> >> Signed-off-by: Simon Glass >> ---

Re: [U-Boot] [PATCH 19/23] x86: spi: Support ValleyView in ICH SPI driver

2015-01-27 Thread Bin Meng
Hi Simon, On Tue, Jan 27, 2015 at 9:23 AM, Simon Glass wrote: > The base address is found in a different way and the protection bit is also > in a different place. Otherwise it is very similar. > > Signed-off-by: Simon Glass > --- > > drivers/spi/ich.c | 56 > ++

[U-Boot] [PATCH 19/23] x86: spi: Support ValleyView in ICH SPI driver

2015-01-26 Thread Simon Glass
The base address is found in a different way and the protection bit is also in a different place. Otherwise it is very similar. Signed-off-by: Simon Glass --- drivers/spi/ich.c | 56 --- drivers/spi/ich.h | 11 ++- 2 files changed, 47