From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932157AbdK1T3x (ORCPT ); Tue, 28 Nov 2017 14:29:53 -0500 Received: from mga09.intel.com ([134.134.136.24]:55987 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752654AbdK1T3v (ORCPT ); Tue, 28 Nov 2017 14:29:51 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,468,1505804400"; d="scan'208";a="1249600799" Date: Tue, 28 Nov 2017 21:29:47 +0200 From: Mika Westerberg To: Dmitry Torokhov Cc: Heikki Krogerus , Andy Shevchenko , Guenter Roeck , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] pinctrl: cherryview: limit Strago DMI workarounds to version 1.0 Message-ID: <20171128192947.GI22431@lahna.fi.intel.com> References: <20171128191435.uxftu3bl4x4f2fxi@dtor-ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171128191435.uxftu3bl4x4f2fxi@dtor-ws> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 28, 2017 at 11:14:35AM -0800, Dmitry Torokhov wrote: > As Google/Intel will fix the BIOS/Coreboot issues with hardcoding > virtual interrupt numbers for keyboard/touchpa/touchscreen controllers > in ACPI tables, they will also update BIOS version number from 1.0 > to 1.1. Let's limit the DMI quirks that try to preserve virtual IRQ > numbers on Strago boards to those that still carry BIOSes 1.0. > > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=197953 > Signed-off-by: Dmitry Torokhov Acked-by: Mika Westerberg Assuming there is no version "0.9" or so having the same issue.