From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753497Ab3LCNEE (ORCPT ); Tue, 3 Dec 2013 08:04:04 -0500 Received: from mga09.intel.com ([134.134.136.24]:48127 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752485Ab3LCNEA (ORCPT ); Tue, 3 Dec 2013 08:04:00 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,817,1378882800"; d="scan'208";a="437717111" Date: Tue, 3 Dec 2013 15:10:36 +0200 From: Mika Westerberg To: Heikki Krogerus Cc: Linus Walleij , "Rafael J. Wysocki" , Chris Ball , Johannes Berg , Rhyland Klein , Adrian Hunter , Alexandre Courbot , Mathias Nyman , Rob Landley , Stephen Warren , Thierry Reding , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: [PATCHv4] ARM: tegra: add gpiod_lookup table for paz00 Message-ID: <20131203131036.GP2281@intel.com> References: <1385460350-17543-2-git-send-email-mika.westerberg@linux.intel.com> <1386074998-17833-1-git-send-email-heikki.krogerus@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1386074998-17833-1-git-send-email-heikki.krogerus@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo 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 Tue, Dec 03, 2013 at 02:49:58PM +0200, Heikki Krogerus wrote: > This makes it possible to request the gpio descriptors in > rfkill_gpio driver regardless of the platform. > > Signed-off-by: Heikki Krogerus > --- > arch/arm/mach-tegra/board-paz00.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > Changes since v3: > ----------------- > Rebased on top of Alexandre's patch "gpio: better lookup method for > platform GPIOs". Thanks Heikki. Linus, are you OK with picking patches 2-6 from this series and replacing patch 1 with this v4 from Heikki or should I resend the whole series?