From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Date: Sat, 6 Dec 2008 18:45:02 +0100 Subject: [U-Boot] [PATCH] add support for Toradex Colibri PXA300 module In-Reply-To: <20081206171104.GE2977@game.jcrosoft.org> References: <20081129174251.GA26448@buzzloop.caiaq.de> <20081206171104.GE2977@game.jcrosoft.org> Message-ID: <20081206174502.GB15076@buzzloop.caiaq.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Sat, Dec 06, 2008 at 06:11:04PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 18:42 Sat 29 Nov , Daniel Mack wrote: > > Hi, > > > > this patch adds support for Toradex' "Colibri PXA300" module. I had to > > modify the AX88796 driver a bit to make it work, but that goes in a > > different patch. > > > some general comment > please becarefull on the 80 chars limit > please check all the whitespace > please replace all hardcoded value with macro This patch can't go in as it is anyway, as some others this one depends on are still pending, rejected or uncommented. Namely the timer issue and the one regarding ax88796 register access functions. I'll wait until those are cleared and repost. Daniel