All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V4] drivers: add the support for Silicon Image SATA controller
Date: Mon, 17 Oct 2011 23:20:44 -0500	[thread overview]
Message-ID: <B504BBA5-5A5E-49DB-B8AA-7906AC35A219@kernel.crashing.org> (raw)
In-Reply-To: <1318051618-18957-1-git-send-email-b29983@freescale.com>


On Oct 8, 2011, at 12:26 AM, <b29983@freescale.com> <b29983@freescale.com> wrote:

> From: Tang Yuantian <B29983@freescale.com>
> 
> Add the Silicon Image series PCI Express to
> Serial ATA controller support, including Sil3132,
> Sil3131 and Sil3124.
> The SATA controller can be used to load kernel.
> 
> The features list:
> 	- Supports 1-lane 2.5 Gbit/s PCI Express
> 	- Supports one/two/four independent Serial ATA channels
> 	- Supports Serial ATA Generation 2 transfer rate of 3.0 Gbit/s
> 	- Supports LBA28 and LBA48
> 
> Signed-off-by: Tang Yuantian <b29983@freescale.com>
> Signed-off-by: Aaron Williams <Aaron.Williams@cavium.com>
> Tested-by: Lan Chunhe <b25806@freescale.com>
> ---
> git tree: git://git.denx.de/u-boot.git
> branch: master
> Test platform:P1022DS, P4080DS
> V4: 
> 	- fix checkpatch warning:
> 	WARNING: externs should be avoided in .c files
> 	#90: FILE: drivers/block/sata_sil.c:37:
> 	+extern block_dev_desc_t sata_dev_desc[CONFIG_SYS_SATA_MAX_DEVICE];
> V3: 
> 	- remove __IOMEM
> 	- remove force cast
> V2:
> 	- add virt_to_bus to translate address
> 	- fix some issues
> 
> drivers/block/Makefile   |    1 +
> drivers/block/sata_sil.c |  722 ++++++++++++++++++++++++++++++++++++++++++++++
> drivers/block/sata_sil.h |  229 +++++++++++++++
> include/pci_ids.h        |    5 +
> 4 files changed, 957 insertions(+), 0 deletions(-)
> create mode 100644 drivers/block/sata_sil.c
> create mode 100644 drivers/block/sata_sil.h

ping

- k

  reply	other threads:[~2011-10-18  4:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-08  5:26 [U-Boot] [PATCH V4] drivers: add the support for Silicon Image SATA controller b29983 at freescale.com
2011-10-18  4:20 ` Kumar Gala [this message]
2011-10-21 23:04 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B504BBA5-5A5E-49DB-B8AA-7906AC35A219@kernel.crashing.org \
    --to=galak@kernel.crashing.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.