From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 28 Jul 2009 11:39:10 +0200 Subject: [U-Boot] [PATCH 0/2] arm nomadik: gpio and i2c In-Reply-To: <4A6EA5E0.2000803@esd.eu> References: <4A641F7B.1000508@denx.de> <4A6EA5E0.2000803@esd.eu> Message-ID: <20090728093910.GH5259@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > I tried your patch on AT91SAM9263EK based OTC-570 board (patch will come to ML > within next merge window). It worked fine on it. > But some boards (the OTC-570 too) need a i2c_soft_init() function. So I extended > your patch as follows: > > [PATCH] i2c, soft: added soft_i2c.h > > In case you must define functions for the I2C_XXX > defines, it is necessary to have a soft_i2c.h, which > defines functions for this macros. This functions can > then be programmed in board specific code. To activate > this it must be CONFIG_I2C_SOFT_INCLUDE defined in the > board config file. > > Signed-off-by: Heiko Schocher > --- Acked-by: Jean-Christophe PLAGNIOL-VILLARD Best Regards, J.