From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933635Ab3LINXH (ORCPT ); Mon, 9 Dec 2013 08:23:07 -0500 Received: from mga09.intel.com ([134.134.136.24]:63962 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932698Ab3LINXF (ORCPT ); Mon, 9 Dec 2013 08:23:05 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,857,1378882800"; d="scan'208";a="449177747" Date: Mon, 9 Dec 2013 15:29:15 +0200 From: Mika Westerberg To: Linus Walleij Cc: linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Andy Shevchenko , Mathias Nyman Subject: Re: [PATCH v3] pinctrl: baytrail: lock IRQs when starting them Message-ID: <20131209132915.GF2281@intel.com> References: <1386338592-1088-1-git-send-email-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1386338592-1088-1-git-send-email-linus.walleij@linaro.org> 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 Fri, Dec 06, 2013 at 03:03:12PM +0100, Linus Walleij wrote: > This uses the new API for tagging GPIO lines as in use by > IRQs. This enforces a few semantic checks on how the underlying > GPIO line is used. > > Cc: Andy Shevchenko > Cc: Mika Westerberg Tested-by: Mika Westerberg > Cc: Mathias Nyman > Signed-off-by: Linus Walleij