| To: | IDE/ATA development list <linux-ide@vger.kernel.org>, linux-mips <linux-mips@linux-mips.org> |
|---|---|
| Subject: | [PATCH 0/2] libata: Cavium OCTEON SOC Compact Flash driver (v3) |
| From: | David Daney <ddaney@caviumnetworks.com> |
| Date: | Fri, 05 Dec 2008 15:06:42 -0800 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 2.0.0.18 (X11/20081119) |
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 two separate patches. The first adds some entries to the ata_timing table in libata-core. The second is the driver proper. I will reply with the two patches. Thanks, David Daney (2): libata: Add two more columns to the ata_timing table. libata: New driver for OCTEON SOC Compact Flash interface (v3). drivers/ata/Kconfig | 9 + drivers/ata/Makefile | 1 + drivers/ata/libata-core.c | 74 ++--drivers/ata/pata_octeon_cf.c | 956 ++++++++++++++++++++++++++++++++++++++++++ include/linux/libata.h | 12 +- 5 files changed, 1014 insertions(+), 38 deletions(-) create mode 100644 drivers/ata/pata_octeon_cf.c |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Fix incorrect use of loose in vpe.c, Nick Andrew |
|---|---|
| Next by Date: | [PATCH 1/2] libata: Add two more columns to the ata_timing table., David Daney |
| Previous by Thread: | Re: [PATCH 1/2] INPUT: remove IP22-specific code from sgi_btns, Vorobiev Dmitri |
| Next by Thread: | [PATCH 1/2] libata: Add two more columns to the ata_timing table., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |