Re: [U-Boot] [PATCH] blackfin: soft-i2c: No need to define blackfin specific soft i2c operations.

2013-11-21 Thread Masahiro Yamada
Hello Sonic About the subject of your patches > blackfin: soft-i2c: No need to define blackfin specific soft i2c operations. U-Boot wiki page [http://www.denx.de/wiki/U-Boot/Patches] says like this: -Don't use periods to end the summary line (e.g., don't do "Add support for X.")

[U-Boot] [PATCH] blackfin: soft-i2c: No need to define blackfin specific soft i2c operations.

2013-11-18 Thread Sonic Zhang
From: Sonic Zhang Use default GPIO operations. Signed-off-by: Sonic Zhang --- include/configs/bf533-stamp.h | 29 ++--- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/include/configs/bf533-stamp.h b/include/configs/bf533-stamp.h index a22c868..f5b9658 10