From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuyuki Kobayashi Date: Thu, 13 Sep 2012 16:03:28 +0900 Subject: [U-Boot] [RESEND PATCH v2 0/9] i2c for R-mobile In-Reply-To: References: <1347343103-16514-1-git-send-email-koba@kmckk.co.jp> <1347439573-19443-1-git-send-email-koba@kmckk.co.jp> Message-ID: <50518540.2080601@kmckk.co.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.