Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755565Ab2HRATc (ORCPT ); Fri, 17 Aug 2012 20:19:32 -0400 Received: from mail-gg0-f174.google.com ([209.85.161.174]:41856 "EHLO mail-gg0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754519Ab2HRATX (ORCPT ); Fri, 17 Aug 2012 20:19:23 -0400 Message-ID: <502EDF87.4070402@pobox.com> Date: Fri, 17 Aug 2012 20:19:19 -0400 From: Jeff Garzik User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: David Daney CC: ralf@linux-mips.org, linux-ide@vger.kernel.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, David Daney Subject: Re: [PATCH 0/2] ata: Updates for pata_octeon_cf driver. References: <1345247673-25086-1-git-send-email-ddaney.cavm@gmail.com> In-Reply-To: <1345247673-25086-1-git-send-email-ddaney.cavm@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1586 Lines: 41 On 08/17/2012 07:54 PM, David Daney wrote: > From: David Daney > > 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(-) patches 1 and 2 are Acked-by: Jeff Garzik -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/