From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Wed, 09 Jun 2010 13:41:46 +0800 Subject: [U-Boot] [PATCH 2/2] gpio_led: add gpio_request to __led_init In-Reply-To: <201006090025.10286.vapier@gentoo.org> References: <1276048270-16482-1-git-send-email-thomas@wytron.com.tw> <1276048270-16482-2-git-send-email-thomas@wytron.com.tw> <201006090025.10286.vapier@gentoo.org> Message-ID: <4C0F299A.5020801@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Mike Frysinger wrote: > On Tuesday, June 08, 2010 21:51:10 Thomas Chou wrote: >> This patcha adds the gpio usage request. > > "patch". otherwise, i wish i knew about this driver earlier as i ended up > writing a similar thing for Blackfin systems with the GPIO framework :/. > > Signed-off-by: Mike Frysinger > -mike Hi Mike, Thanks. I sent an updated patch. Will you use gpio for the bit-banging i2c driver, soft_i2c.c? Is there a good way to include asm/gpio.h to it? Best regards, Thomas