From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Tue, 06 Jul 2010 14:59:16 +0800 Subject: [U-Boot] [PATCH 1/2] mtd: nand_plat: add simple GPIO framework DEV_READY option In-Reply-To: <1278320105-29086-1-git-send-email-vapier@gentoo.org> References: <1278320105-29086-1-git-send-email-vapier@gentoo.org> Message-ID: <4C32D444.60202@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 On 07/05/2010 04:55 PM, Mike Frysinger wrote: > Make it easy to use GPIOs for the DEV_READY pin by using the common GPIO > framework. Also make the NAND_PLAT_INIT() define optional. > > Signed-off-by: Mike Frysinger Tested-by: Thomas Chou Thanks. - Thomas