From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 22 Jul 2009 23:46:50 +0200 Subject: [U-Boot] [PATCH v3] arm, i2c: added support for the TWSI I2C Interface In-Reply-To: <4A6423E9.9000205@denx.de> References: <4A5EDE3F.50303@denx.de> <20090718105538.GC27443@game.jcrosoft.org> <4A6423E9.9000205@denx.de> Message-ID: <20090722214650.GA26135@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 On 09:59 Mon 20 Jul , Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > --- > - changes since v1: > added comments from Prafulla Wadaskar > - changes since v2 > added comments from Jean-Christophe > - added speed setting > > drivers/i2c/Makefile | 1 + > drivers/i2c/kirkwood_i2c.c | 484 ++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 485 insertions(+), 0 deletions(-) > create mode 100644 drivers/i2c/kirkwood_i2c.c > ok for me Prafulla I guess it's ok for you too Best Regards, J.