[U-Boot] [RESEND PATCH v2 0/9] i2c for R-mobile

Tetsuyuki Kobayashi koba at kmckk.co.jp
Thu Sep 13 09:03:28 CEST 2012


Iwamatu-san,
Thank you for review.

(2012/09/13 14:26), Nobuhiro Iwamatsu wrote:
> Hi,
>
> Thank you for this work.
> If you have a time, could you update sh_i2c using set/clrbits functions?
> these functions  is included in asm/io.h.
>
> For example, you can change from
> writeb(readb(&base->iccr) & ~SH_I2C_ICCR_ICE, &base->iccr);
> to
> clrbits_8(&base->iccr, SH_I2C_ICCR_ICE);

OK. I will try it.



More information about the U-Boot mailing list