From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Thu, 21 May 2009 06:08:27 +0900 Subject: [U-Boot] [PATCH] Canyonlands SATA harddisk driver In-Reply-To: <200905201447.04081.sr@denx.de> References: <4A0D36AA.5000508@fsi.co.jp> <200905201447.04081.sr@denx.de> Message-ID: <4A14714B.1090204@pobox.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Stefan Roese wrote: > On Friday 15 May 2009 11:32:26 Kazuaki Ichinohe wrote: >> This patch adds a SATA harddisk driver for the canyonlands. >> This patch is kernel driver's porting. >> This pach corresponded to not cmd_scsi but cmd_sata. > > Looks good now. Thanks for all your effort here. > > So: > > Acked-by: Stefan Roese I'm fine with this patch applied or not, but this driver is too big. It has a lot of unused struct members, I'm not sure they'll be used in the future, though. Shinya