From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Tue, 5 Jul 2011 13:47:00 -0400 Subject: [U-Boot] [PATCH] i2c:gpio:s5p: I2C GPIO Software implementation In-Reply-To: <1309868621-19921-1-git-send-email-l.majewski@samsung.com> References: <1309868621-19921-1-git-send-email-l.majewski@samsung.com> Message-ID: <201107051347.01833.vapier@gentoo.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 Tuesday, July 05, 2011 08:23:41 Lukasz Majewski wrote: > This commit adds I2C software support for Samsung's S5PC110 > family of processors. > The generic drivers/i2c/soft_i2c framework is used, with > routines provided by this commit. if you simply implemented the generic gpio layer (asm/gpio.h), the soft_i2c.c code already handles gluing to GPIO pins. then you wouldnt need a sep driver at all. you can see the bf561-ezkit already using this code. -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20110705/159c7af5/attachment-0001.pgp