From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965856Ab2EQVhq (ORCPT ); Thu, 17 May 2012 17:37:46 -0400 Received: from mail3.caviumnetworks.com ([12.108.191.235]:19688 "EHLO mail3.caviumnetworks.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755167Ab2EQVho (ORCPT ); Thu, 17 May 2012 17:37:44 -0400 Message-ID: <4FB56FA7.9070401@cavium.com> Date: Thu, 17 May 2012 14:37:43 -0700 From: David Daney User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10 MIME-Version: 1.0 To: Grant Likely , "ralf@linux-mips.org" CC: David Daney , "linux-mips@linux-mips.org" , Linus Walleij , Rob Herring , "devicetree-discuss@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 2/2] gpio/MIPS/OCTEON: Add a driver for OCTEON's on-chip GPIO pins. References: <1334275820-7791-1-git-send-email-ddaney.cavm@gmail.com> <1334275820-7791-3-git-send-email-ddaney.cavm@gmail.com> <20120517205044.81B1C3E0621@localhost> In-Reply-To: <20120517205044.81B1C3E0621@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 May 2012 21:37:43.0932 (UTC) FILETIME=[4B1863C0:01CD3475] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/17/2012 01:50 PM, Grant Likely wrote: > On Thu, 12 Apr 2012 17:10:20 -0700, David Daney wrote: >> From: David Daney >> >> The SOCs in the OCTEON family have 16 (or in some cases 20) on-chip >> GPIO pins, this driver handles them all. Configuring the pins as >> interrupt sources is handled elsewhere (OCTEON's irq handling code). >> >> Signed-off-by: David Daney > > Aside from the bugs already pointed out; > > Acked-by: Grant Likely > > Will you merge this series via the MIPS tree, or do I need to pick it > up? Thanks Grant. I will make the fixes and resubmit. I expect Ralf can merge these along with the rest of the pile of OCTEON patches. David Daney > >> --- >> drivers/gpio/Kconfig | 8 ++ >> drivers/gpio/Makefile | 1 + >> drivers/gpio/gpio-octeon.c | 166 ++++++++++++++++++++++++++++++++++++++++++++ From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Daney Subject: Re: [PATCH 2/2] gpio/MIPS/OCTEON: Add a driver for OCTEON's on-chip GPIO pins. Date: Thu, 17 May 2012 14:37:43 -0700 Message-ID: <4FB56FA7.9070401@cavium.com> References: <1334275820-7791-1-git-send-email-ddaney.cavm@gmail.com> <1334275820-7791-3-git-send-email-ddaney.cavm@gmail.com> <20120517205044.81B1C3E0621@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120517205044.81B1C3E0621@localhost> Sender: linux-kernel-owner@vger.kernel.org To: Grant Likely , "ralf@linux-mips.org" Cc: David Daney , "linux-mips@linux-mips.org" , Linus Walleij , Rob Herring , "devicetree-discuss@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" List-Id: devicetree@vger.kernel.org On 05/17/2012 01:50 PM, Grant Likely wrote: > On Thu, 12 Apr 2012 17:10:20 -0700, David Daney wrote: >> From: David Daney >> >> The SOCs in the OCTEON family have 16 (or in some cases 20) on-chip >> GPIO pins, this driver handles them all. Configuring the pins as >> interrupt sources is handled elsewhere (OCTEON's irq handling code). >> >> Signed-off-by: David Daney > > Aside from the bugs already pointed out; > > Acked-by: Grant Likely > > Will you merge this series via the MIPS tree, or do I need to pick it > up? Thanks Grant. I will make the fixes and resubmit. I expect Ralf can merge these along with the rest of the pile of OCTEON patches. David Daney > >> --- >> drivers/gpio/Kconfig | 8 ++ >> drivers/gpio/Makefile | 1 + >> drivers/gpio/gpio-octeon.c | 166 ++++++++++++++++++++++++++++++++++++++++++++