Re: [U-Boot] [PATCH-ARM 4/4] Clean-up of s3c24x0 nand driver

2009-09-23 Thread Scott Wood
On Tue, Sep 22, 2009 at 09:43:12PM +0200, Wolfgang Denk wrote: > Dear Scott Wood, > > In message <20090911222349.ga26...@b07421-ec1.am.freescale.net> you wrote: > > On Mon, Sep 07, 2009 at 12:15:22AM +0100, > > kevin.morf...@fearnside-systems.co.uk wrote: > > > This patch re-formats the arm920t s

Re: [U-Boot] [PATCH-ARM 4/4] Clean-up of s3c24x0 nand driver

2009-09-23 Thread abdoulaye Walsimou Gaye
Wolfgang Denk a écrit : > Dear Scott Wood, > > In message <20090911222349.ga26...@b07421-ec1.am.freescale.net> you wrote: > >> On Mon, Sep 07, 2009 at 12:15:22AM +0100, >> kevin.morf...@fearnside-systems.co.uk wrote: >> >>> This patch re-formats the arm920t s3c24x0 nand driver in preparati

Re: [U-Boot] [PATCH-ARM 4/4] Clean-up of s3c24x0 nand driver

2009-09-22 Thread Wolfgang Denk
Dear Scott Wood, In message <20090911222349.ga26...@b07421-ec1.am.freescale.net> you wrote: > On Mon, Sep 07, 2009 at 12:15:22AM +0100, > kevin.morf...@fearnside-systems.co.uk wrote: > > This patch re-formats the arm920t s3c24x0 nand driver in preparation for > > changes > > to add support for t

Re: [U-Boot] [PATCH-ARM 4/4] Clean-up of s3c24x0 nand driver

2009-09-11 Thread Scott Wood
On Mon, Sep 07, 2009 at 12:15:22AM +0100, kevin.morf...@fearnside-systems.co.uk wrote: > This patch re-formats the arm920t s3c24x0 nand driver in preparation for > changes > to add support for the Embest SBC2440-II Board. > > The changes are as follows: > - re-indent the code using Lindent > - m

[U-Boot] [PATCH-ARM 4/4] Clean-up of s3c24x0 nand driver

2009-09-06 Thread kevin.morf...@fearnside-systems.co.uk
This patch re-formats the arm920t s3c24x0 nand driver in preparation for changes to add support for the Embest SBC2440-II Board. The changes are as follows: - re-indent the code using Lindent - make sure register layouts are defined using a C struct - replace the upper-case typedef'ed C struct nam