Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: David Daney <ddaney@caviumnetworks.com>
To: IDE/ATA development list <linux-ide@vger.kernel.org>,
	linux-mips <linux-mips@linux-mips.org>
Subject: [PATCH 0/2] libata: Add OCTEON Compact Flash driver (v7).
Date: Thu, 15 Jan 2009 17:44:27 -0800	[thread overview]
Message-ID: <496FE67B.9000509@caviumnetworks.com> (raw)

Linus recently merged support for the mips/Octeon cpu.

please consider adding this driver for the Compact Flash system
present on many of the OCTEON development boards.

Fixes from v6 as suggested by Alan Cox and described in patch 2/2.

This is a two part patch set, the first part adds a new column to the
ata_timing table (for dmack_hold).  This is used by the second patch
which is the driver itself.

I will reply with the two patches.

Thanks,

David Daney (2):
   libata: Add another column to the ata_timing table.
   libata: New driver for OCTEON SOC Compact Flash interface (v7).

  drivers/ata/Kconfig          |    9 +
  drivers/ata/Makefile         |    1 +
  drivers/ata/libata-core.c    |   72 ++--
  drivers/ata/pata_octeon_cf.c |  965 
++++++++++++++++++++++++++++++++++++++++++
  include/linux/libata.h       |    9 +-
  5 files changed, 1018 insertions(+), 38 deletions(-)
  create mode 100644 drivers/ata/pata_octeon_cf.c

             reply	other threads:[~2009-01-16  1:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-16  1:44 David Daney [this message]
2009-01-16  1:45 ` [PATCH 1/2] libata: Add another column to the ata_timing table David Daney
2009-01-16  1:45 ` [PATCH 2/2] libata: New driver for OCTEON SOC Compact Flash interface (v7) David Daney

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=496FE67B.9000509@caviumnetworks.com \
    --to=ddaney@caviumnetworks.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox