| To: | ralf@linux-mips.org, linux-ide@vger.kernel.org, Jeff Garzik <jgarzik@pobox.com> |
|---|---|
| Subject: | [PATCH 0/2] ata: Updates for pata_octeon_cf driver. |
| From: | David Daney <ddaney.cavm@gmail.com> |
| Date: | Fri, 17 Aug 2012 16:54:31 -0700 |
| Cc: | linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, David Daney <david.daney@cavium.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=yR2IE6lhxP8aP0BbpaFTi3OaIHa+JvS2bYjFrdanyDU=; b=SdWDVXd7fiVnzIIQNYWILGr7/22Tig+bHvge3y4uj30CZ4WRDJ169XIeNH1007G+gS 78zjUzHyILtn/6OD4NzByM/XugqvPXjTXhkbACi/M1rpe5HycFjsOf1GUUu4dE5E8Tet +bq0SuNrAUQMV/6HrRsptEC1xxsq3xB+Zpx6GPvyDiqlGyG6zZMvFYtnmIaz50cSQV12 Okwy7xRVrz02qOt4FNFgEbx0Hcwigzp/SHHeTcZ/NErQx8AeK/PDp2PzQssyPRyeJgAK 9s4dlQteYXmAdcADd8utMPv9Cet5Q2NiEyk4nLF5Ohz6wAvoWUQN0css3abA4yR8hY/N Zrgw== |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: David Daney <david.daney@cavium.com>
The main update is conversion to device tree. Now the the OCTEON
device tree prerequisites are upstream, we can convert the
pata_octeon_cf driver.
The second change allows the driver to function when the kernel is
built for little-endian operation.
The only real change in the MIPS portion of the tree is deletion of
crap.
There is a dependence on patches Ralf has queued in linux-next so it
may be best to merge via the MIPS tree (as pata_octeon_cf only exists
in MIPS based OCTEON SOCs). But the ata tree would be fine by me too.
In any even we may need some cross sub-system Acked-bys.
David Daney (2):
MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.
ata: pata_octeon_cf: Use correct byte order for DMA in when built
little-endian.
arch/mips/cavium-octeon/octeon-irq.c | 1 -
arch/mips/cavium-octeon/octeon-platform.c | 102 ------
arch/mips/include/asm/mach-cavium-octeon/irq.h | 1 -
arch/mips/include/asm/octeon/octeon.h | 7 -
drivers/ata/pata_octeon_cf.c | 423 +++++++++++++++++--------
5 files changed, 288 insertions(+), 246 deletions(-)
--
1.7.11.2
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/2] ata: pata_octeon_cf: Use correct byte order for DMA in when built little-endian., David Daney |
|---|---|
| Next by Date: | [PATCH 1/2] MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree., David Daney |
| Previous by Thread: | A question on preemption during local_irq_disable() in non-mipsr2 multiprocessor, Jim Quinlan |
| Next by Thread: | [PATCH 2/2] ata: pata_octeon_cf: Use correct byte order for DMA in when built little-endian., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |