From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Sat, 25 Aug 2012 10:22:31 +0200 Subject: [PATCH 01/11] pinctrl: mvebu: pinctrl driver core In-Reply-To: References: <1344689809-6223-1-git-send-email-sebastian.hesselbarth@gmail.com> <1344689809-6223-2-git-send-email-sebastian.hesselbarth@gmail.com> Message-ID: <20120825082231.GG9886@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Aug 20, 2012 at 11:09:51AM +0200, Linus Walleij wrote: > On Sat, Aug 11, 2012 at 2:56 PM, Sebastian Hesselbarth > wrote: > > > This patch adds a pinctrl driver core for Marvell SoCs plus DT > > binding documentation. This core driver will be used by SoC family > > specific drivers, i.e. Armada XP, Armada 370, Dove, Kirkwood, aso. > > Thanks for dealing with this, much appreaciated! > > Are you taking this patch series through some Marvell tree or do you want > me to carry it in the pinctrl tree? Hi Linus We can carry it thought the Marvell tree. Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH 01/11] pinctrl: mvebu: pinctrl driver core Date: Sat, 25 Aug 2012 10:22:31 +0200 Message-ID: <20120825082231.GG9886@lunn.ch> References: <1344689809-6223-1-git-send-email-sebastian.hesselbarth@gmail.com> <1344689809-6223-2-git-send-email-sebastian.hesselbarth@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Linus Walleij Cc: Thomas Petazzoni , Lior Amsalem , Russell King , Andrew Lunn , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Ben Dooks , Gregory CLEMENT , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Sebastian Hesselbarth List-Id: devicetree@vger.kernel.org On Mon, Aug 20, 2012 at 11:09:51AM +0200, Linus Walleij wrote: > On Sat, Aug 11, 2012 at 2:56 PM, Sebastian Hesselbarth > wrote: > > > This patch adds a pinctrl driver core for Marvell SoCs plus DT > > binding documentation. This core driver will be used by SoC family > > specific drivers, i.e. Armada XP, Armada 370, Dove, Kirkwood, aso. > > Thanks for dealing with this, much appreaciated! > > Are you taking this patch series through some Marvell tree or do you want > me to carry it in the pinctrl tree? Hi Linus We can carry it thought the Marvell tree. Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755345Ab2HYIXI (ORCPT ); Sat, 25 Aug 2012 04:23:08 -0400 Received: from londo.lunn.ch ([80.238.139.98]:53308 "EHLO londo.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753893Ab2HYIXB (ORCPT ); Sat, 25 Aug 2012 04:23:01 -0400 Date: Sat, 25 Aug 2012 10:22:31 +0200 From: Andrew Lunn To: Linus Walleij Cc: Sebastian Hesselbarth , Thomas Petazzoni , Grant Likely , Rob Herring , Rob Landley , Russell King , Lior Amsalem , Andrew Lunn , Gregory CLEMENT , Ben Dooks , devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stephen Warren Subject: Re: [PATCH 01/11] pinctrl: mvebu: pinctrl driver core Message-ID: <20120825082231.GG9886@lunn.ch> References: <1344689809-6223-1-git-send-email-sebastian.hesselbarth@gmail.com> <1344689809-6223-2-git-send-email-sebastian.hesselbarth@gmail.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, Aug 20, 2012 at 11:09:51AM +0200, Linus Walleij wrote: > On Sat, Aug 11, 2012 at 2:56 PM, Sebastian Hesselbarth > wrote: > > > This patch adds a pinctrl driver core for Marvell SoCs plus DT > > binding documentation. This core driver will be used by SoC family > > specific drivers, i.e. Armada XP, Armada 370, Dove, Kirkwood, aso. > > Thanks for dealing with this, much appreaciated! > > Are you taking this patch series through some Marvell tree or do you want > me to carry it in the pinctrl tree? Hi Linus We can carry it thought the Marvell tree. Andrew