From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752529AbaEWHTI (ORCPT ); Fri, 23 May 2014 03:19:08 -0400 Received: from mga02.intel.com ([134.134.136.20]:42095 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752069AbaEWHTH (ORCPT ); Fri, 23 May 2014 03:19:07 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.98,892,1392192000"; d="scan'208";a="545386054" Date: Fri, 23 May 2014 10:18:45 +0300 From: Mika Westerberg To: Linus Walleij Cc: "Rafael J. Wysocki" , Jin Yao , Aubrey Li , ACPI Devel Maling List , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/2] pinctrl: baytrail: Add back Baytrail-T ACPI ID Message-ID: <20140523071845.GN1651@lahna.fi.intel.com> References: <1400167727-20233-1-git-send-email-mika.westerberg@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 22, 2014 at 11:50:00PM +0200, Linus Walleij wrote: > On Thu, May 15, 2014 at 5:28 PM, Mika Westerberg > wrote: > > > From: Jin Yao > > > > Now that the x86 dynamic IRQ allocation problem has been resolved with > > commmit 62a08ae2a576 (genirq: x86: Ensure that dynamic irq allocation does > > not conflict), we can add back Baytrail-T ACPI ID to the pinctrl driver. > > > > This makes the driver to work on Asus T100 where it is needed for several > > things like ACPI GPIO events and SD card detection. > > > > References: https://bugzilla.kernel.org/show_bug.cgi?id=68291 > > Signed-off-by: Jin Yao > > Signed-off-by: Mika Westerberg > > Patch applied with Rafael's ACK. > > Applying this and 2/2 to v3.16 though, protest if there is a problem with this. v3.16 is fine. Thanks!