Re: [U-Boot] [PATCH 3/6] x86: spi: Add support for lynxpoint

2015-02-24 Thread Bin Meng
Hi Simon, On Wed, Feb 11, 2015 at 9:59 AM, Simon Glass s...@chromium.org wrote: Add Lynxpoint to the driver so that the Asus Chromebox can be supported. Signed-off-by: Simon Glass s...@chromium.org --- drivers/spi/ich.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [U-Boot] [PATCH 3/6] x86: spi: Add support for lynxpoint

2015-02-24 Thread Bin Meng
On Wed, Feb 25, 2015 at 3:11 PM, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Wed, Feb 11, 2015 at 9:59 AM, Simon Glass s...@chromium.org wrote: Add Lynxpoint to the driver so that the Asus Chromebox can be supported. Signed-off-by: Simon Glass s...@chromium.org --- drivers/spi/ich.c

Re: [U-Boot] [PATCH 3/6] x86: spi: Add support for lynxpoint

2015-02-17 Thread Jagan Teki
On 11 February 2015 at 07:29, Simon Glass s...@chromium.org wrote: Add Lynxpoint to the driver so that the Asus Chromebox can be supported. Signed-off-by: Simon Glass s...@chromium.org --- drivers/spi/ich.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[U-Boot] [PATCH 3/6] x86: spi: Add support for lynxpoint

2015-02-10 Thread Simon Glass
Add Lynxpoint to the driver so that the Asus Chromebox can be supported. Signed-off-by: Simon Glass s...@chromium.org --- drivers/spi/ich.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/spi/ich.c b/drivers/spi/ich.c index 194e882..9848e0b 100644 ---