Re: [U-Boot] [PATCH] Add support for kirkwood sata controller

2010-09-06 Thread Tor Krill
On Mon, 2010-08-09 at 07:33 +0200, Prafulla Wadaskar wrote: > Hi Tor Hi Prafulla, Wolfgang and others, Sorry for the, very, late reply. > FYI: alternate patch series > http://lists.denx.de/pipermail/u-boot/2010-August/074966.html > On the top of > http://lists.denx.de/pipermail/u-boot/2010-Aug

Re: [U-Boot] [PATCH] Add support for kirkwood sata controller

2010-08-08 Thread Prafulla Wadaskar
t-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wolfgang Denk > Sent: Monday, August 09, 2010 1:44 AM > To: Tor Krill > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] Add support for kirkwood sata controller > > Dear Tor Krill, > > In me

Re: [U-Boot] [PATCH] Add support for kirkwood sata controller

2010-08-08 Thread Wolfgang Denk
Dear Tor Krill, In message <1277387833-6925-1-git-send-email-...@excito.com> you wrote: > > A rudimentary sata driver for the Marvell Kirkwood CPU based on > the architecture of the fsl_sata driver. > > Signed-off-by: Tor Krill > --- > drivers/block/Makefile |1 + > drivers/block/sata_mv.

[U-Boot] [PATCH] Add support for kirkwood sata controller

2010-06-24 Thread Tor Krill
A rudimentary sata driver for the Marvell Kirkwood CPU based on the architecture of the fsl_sata driver. Signed-off-by: Tor Krill --- drivers/block/Makefile |1 + drivers/block/sata_mv.c | 800 +++ drivers/block/sata_mv.h | 229 ++ 3