[U-Boot] [PATCH] sh: Add bit control functions

2012-02-21 Thread Nobuhiro Iwamatsu
This provide bit control functions as clrbits_*, setbits_* and clrsetbits_*. V2: Fix comment style and error of whitespace. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Acked-by: Heiko Schocher h...@denx.de --- arch/sh/include/asm/io.h | 43

Re: [U-Boot] [PATCH] sh: Add bit control functions

2012-02-21 Thread Nobuhiro Iwamatsu
Hi, Hello. Thanks for your review. I resend revised patch with your Acked-by. Best regards, Nobuhiro 2012/2/15 Heiko Schocher h...@denx.de: Hello Nobuhiro, Nobuhiro Iwamatsu wrote: This provide bit control functions as clrbits_*, setbits_* and clrsetbits_*. Signed-off-by: Nobuhiro

[U-Boot] [PATCH] sh: Add bit control functions

2012-02-14 Thread Nobuhiro Iwamatsu
This provide bit control functions as clrbits_*, setbits_* and clrsetbits_*. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/include/asm/io.h | 37 + 1 files changed, 37 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH] sh: Add bit control functions

2012-02-14 Thread Heiko Schocher
Hello Nobuhiro, Nobuhiro Iwamatsu wrote: This provide bit control functions as clrbits_*, setbits_* and clrsetbits_*. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/sh/include/asm/io.h | 37 + 1 files changed, 37