[U-Boot] [PATCH v3 1/8] dm: spi: Correct status register access width

Simon Glass sjg at chromium.org
Wed Jul 8 00:54:39 CEST 2015


On 3 July 2015 at 18:28, Simon Glass <sjg at chromium.org> wrote:
> The status register on ICH9 is a single byte, so use byte access when
> writing to it, to avoid updating the control register also.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> Reviewed-by: Jagan Teki <jteki at openedev.com>
> ---
>
> Changes in v3: None
> Changes in v2:
> - Continue to use writew for ICH7
>
>  drivers/spi/ich.c | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)

Applied to u-boot-x86.


More information about the U-Boot mailing list