From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753868Ab3AVIJR (ORCPT ); Tue, 22 Jan 2013 03:09:17 -0500 Received: from mail-pa0-f42.google.com ([209.85.220.42]:43215 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752540Ab3AVIJP (ORCPT ); Tue, 22 Jan 2013 03:09:15 -0500 Date: Tue, 22 Jan 2013 00:09:20 -0800 From: Olof Johansson To: Linus Walleij Cc: Maxime Ripard , arm@kernel.org, Arnd Bergmann , Stefan Roese , Alejandro Mery , linux-arm-kernel@lists.infradead.org, Grant Likely , Rob Herring , Rob Landley , Russell King , devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/7] ARM: sunxi: Add pinctrl driver for Allwinner SoCs Message-ID: <20130122080920.GB27384@quad.lixom.net> References: <1358544639-14761-1-git-send-email-maxime.ripard@free-electrons.com> <1358544639-14761-3-git-send-email-maxime.ripard@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 21, 2013 at 11:09:07PM +0100, Linus Walleij wrote: > On Fri, Jan 18, 2013 at 10:30 PM, Maxime Ripard > wrote: > > The Allwinner SoCs have an IP module that handle both the muxing and the > > GPIOs. > > > > This IP has 8 banks of 32 bits, with a number of pins actually useful > > for each of these banks varying from one to another, and depending on > > the SoC used on the board. > > > > This driver only implements the pinctrl part, the gpio part will come > > eventually. > > > > Signed-off-by: Maxime Ripard > > Patch title says "ARM: " but all changed except one line is to the pinctrl > tree so I have applied it to the pinctrl tree on a separate allwinner > branch for now (will merge it to devel when deemde stable). > > ARM SoC boys: can I have an ACK on this oneliner? Acked-by: Olof Johansson -Olof From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Tue, 22 Jan 2013 00:09:20 -0800 Subject: [PATCH 2/7] ARM: sunxi: Add pinctrl driver for Allwinner SoCs In-Reply-To: References: <1358544639-14761-1-git-send-email-maxime.ripard@free-electrons.com> <1358544639-14761-3-git-send-email-maxime.ripard@free-electrons.com> Message-ID: <20130122080920.GB27384@quad.lixom.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Jan 21, 2013 at 11:09:07PM +0100, Linus Walleij wrote: > On Fri, Jan 18, 2013 at 10:30 PM, Maxime Ripard > wrote: > > The Allwinner SoCs have an IP module that handle both the muxing and the > > GPIOs. > > > > This IP has 8 banks of 32 bits, with a number of pins actually useful > > for each of these banks varying from one to another, and depending on > > the SoC used on the board. > > > > This driver only implements the pinctrl part, the gpio part will come > > eventually. > > > > Signed-off-by: Maxime Ripard > > Patch title says "ARM: " but all changed except one line is to the pinctrl > tree so I have applied it to the pinctrl tree on a separate allwinner > branch for now (will merge it to devel when deemde stable). > > ARM SoC boys: can I have an ACK on this oneliner? Acked-by: Olof Johansson -Olof