All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] libata: Cavium OCTEON SOC Compact Flash driver (v4)
@ 2008-12-09  1:37 David Daney
  2008-12-09  1:39 ` [PATCH 1/3] libata: Add two more columns to the ata_timing table David Daney
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: David Daney @ 2008-12-09  1:37 UTC (permalink / raw)
  To: IDE/ATA development list; +Cc: linux-mips

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 version is split into three separate patches.  The first adds
some entries to the ata_timing table in libata-core.  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 two more columns 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 (v3).

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-12-10 12:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-09  1:37 [PATCH 0/3] libata: Cavium OCTEON SOC Compact Flash driver (v4) David Daney
2008-12-09  1:39 ` [PATCH 1/3] libata: Add two more columns to the ata_timing table David Daney
2008-12-10 11:42   ` Sergei Shtylyov
2008-12-10 12:12     ` Sergei Shtylyov
2008-12-09  1:39 ` [PATCH 2/3] libata: Add special ata_pio_need_iordy() handling for Compact Flash David Daney
2008-12-09  1:39 ` [PATCH 3/3] libata: New driver for OCTEON SOC Compact Flash interface (v3) David Daney

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.