Re: [U-Boot] [PATCH 03/11] dm: spi: Correct status register access width

2015-06-07 Thread Bin Meng
Hi Simon, On Sun, Jun 7, 2015 at 10:50 PM, Simon Glass wrote: > The status register is a single byte, so use byte access when writing to it, > to avoid updating the control register also. > > Signed-off-by: Simon Glass > --- > > drivers/spi/ich.c | 2 +- > 1 file changed, 1 insertion(+), 1 dele

[U-Boot] [PATCH 03/11] dm: spi: Correct status register access width

2015-06-07 Thread Simon Glass
The status register is a single byte, so use byte access when writing to it, to avoid updating the control register also. Signed-off-by: Simon Glass --- drivers/spi/ich.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/ich.c b/drivers/spi/ich.c index 6b6cfbf..a8b