From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753235AbeEWEg6 (ORCPT ); Wed, 23 May 2018 00:36:58 -0400 Received: from mga17.intel.com ([192.55.52.151]:7538 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750744AbeEWEg4 (ORCPT ); Wed, 23 May 2018 00:36:56 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,431,1520924400"; d="scan'208";a="230996004" Date: Wed, 23 May 2018 07:36:51 +0300 From: Mika Westerberg To: Dmitry Torokhov Cc: Linus Walleij , Heikki Krogerus , Andy Shevchenko , Guenter Roeck , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] pinctrl: cherryview: limit Strago DMI workarounds to version 1.0 Message-ID: <20180523043651.GD15419@lahna.fi.intel.com> References: <20180522204753.GA260493@dtor-ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180522204753.GA260493@dtor-ws> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 22, 2018 at 01:47:53PM -0700, Dmitry Torokhov wrote: > As Google/Intel will fix the BIOS/Coreboot issues with hardcoding > virtual interrupt numbers for keyboard/touchpad/touchscreen controllers > in ACPI tables, they will also update BOARD 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 older BIOSes. > > Note that ideally not BOARD but BIOS version should have been updated. > However the BIOS version used by Chrome devices has format of > Google_BUILD.BRANCH.PATCH which is not well suited for DMI matching as > we do not have "less than" match mode for DMI data. > > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=197953 > Signed-off-by: Dmitry Torokhov Acked-by: Mika Westerberg