Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 0/2] libata: Add OCTEON Compact Flash driver.
@ 2009-01-15 20:56 David Daney
  2009-01-15 20:57 ` [PATCH 1/2] libata: Add another column to the ata_timing table David Daney
  2009-01-15 20:57 ` [PATCH 2/2] libata: New driver for OCTEON SOC Compact Flash interface (v6) David Daney
  0 siblings, 2 replies; 5+ messages in thread
From: David Daney @ 2009-01-15 20:56 UTC (permalink / raw)
  To: IDE/ATA development list, linux-mips

Greetings ata hackers,

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.

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 (v6).

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

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

end of thread, other threads:[~2009-01-15 21:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15 20:56 [PATCH 0/2] libata: Add OCTEON Compact Flash driver David Daney
2009-01-15 20:57 ` [PATCH 1/2] libata: Add another column to the ata_timing table David Daney
2009-01-15 20:57 ` [PATCH 2/2] libata: New driver for OCTEON SOC Compact Flash interface (v6) David Daney
2009-01-15 21:13   ` Alan Cox
2009-01-15 21:13     ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox