From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 30 Jul 2013 18:01:42 +0200 (CEST) Received: from localhost.localdomain ([127.0.0.1]:59831 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S6817546Ab3G3QBkiPDg- (ORCPT ); Tue, 30 Jul 2013 18:01:40 +0200 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.14.5/8.14.4) with ESMTP id r6UG1alL005560; Tue, 30 Jul 2013 18:01:36 +0200 Received: (from ralf@localhost) by scotty.linux-mips.net (8.14.5/8.14.5/Submit) id r6UG1XY9005559; Tue, 30 Jul 2013 18:01:33 +0200 Date: Tue, 30 Jul 2013 18:01:33 +0200 From: Ralf Baechle To: David Daney Cc: linux-gpio@vger.kernel.org, Linus Walleij , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, David Daney Subject: Re: [PATCH v2 0/2] OCTEON GPIO support. Message-ID: <20130730160133.GA5411@linux-mips.org> References: <1375133350-18828-1-git-send-email-ddaney.cavm@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1375133350-18828-1-git-send-email-ddaney.cavm@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 37402 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Mon, Jul 29, 2013 at 02:29:08PM -0700, David Daney wrote: > From: David Daney > > The Cavium, OCTEON is a MIPS based SoC. Here we add support for its > on-chip GPIO lines. > > Changes from v1: Cleaned up variable names, messages and added some > comments as suggested by Linus Walleij. > > The second patch depends on the first, but is in code maintained by > Ralf. It may be best to mrege both of these together, perhaps from > the GPIO tree, with Ralf's Acked-by. Acked-by: Ralf Baechle Ralf