linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Daney <ddaney@caviumnetworks.com>
To: IDE/ATA development list <linux-ide@vger.kernel.org>
Cc: linux-mips <linux-mips@linux-mips.org>
Subject: [PATCH 0/3] libata: Cavium OCTEON SOC Compact Flash driver (v5)
Date: Wed, 10 Dec 2008 15:37:53 -0800	[thread overview]
Message-ID: <494052D1.10208@caviumnetworks.com> (raw)

As part of our efforts to get the Cavium OCTEON processor support
merged (see: http://marc.info/?l=linux-mips&m=122834773330212), we
have this CF driver for your consideration.

This fifth version is split into three separate patches.  The first
adds some entries to the ata_timing table in libata-core.c.  The
Second adds some special handling to ata_pio_need_iordy() for Compact
Flash devices, The final patch is is the driver proper.

I will reply with the three patches.

David Daney (3):
   libata: Add another column to the ata_timing table.
   libata: Add special ata_pio_need_iordy() handling for Compact Flash.
   libata: New driver for OCTEON SOC Compact Flash interface (v5).

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


             reply	other threads:[~2008-12-10 23:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-10 23:37 David Daney [this message]
2008-12-10 23:39 ` [PATCH 1/3] libata: Add another column to the ata_timing table David Daney
2008-12-10 23:52   ` Sergei Shtylyov
2008-12-11  1:50     ` David Daney
2008-12-11  2:11       ` David Daney
2008-12-10 23:39 ` [PATCH 2/3] libata: Add special ata_pio_need_iordy() handling for Compact Flash David Daney
2008-12-10 23:39 ` [PATCH 3/3] libata: New driver for OCTEON SOC Compact Flash interface (v5) 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=494052D1.10208@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;
as well as URLs for NNTP newsgroup(s).