From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 24 Feb 2009 05:59:09 +0100 Subject: [U-Boot] [PATCH 2/9 v3] i.MX31: add a simple gpio driver In-Reply-To: <49A28142.8010907@denx.de> References: <20090206212719.GE24772@game.jcrosoft.org> <49A28142.8010907@denx.de> Message-ID: <20090224045909.GA6875@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 > >> +static unsigned long gpio_ports[] = { > >> + [0] = 0x53fcc000, > >> + [1] = 0x53fd0000, > >> + [2] = 0x53fa4000, > >> +}; > > I'll add qong patch before yours > > please fix it > > there is v4 of this patch: > > http://lists.denx.de/pipermail/u-boot/2009-February/047097.html > > Jean-Christophe, do you ACK it now? ok Ack for the V4 Best Regards, J.