From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754736AbdEQK0I (ORCPT ); Wed, 17 May 2017 06:26:08 -0400 Received: from mga14.intel.com ([192.55.52.115]:35826 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753397AbdEQKZt (ORCPT ); Wed, 17 May 2017 06:25:49 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,353,1491289200"; d="scan'208";a="1148846848" From: Mika Westerberg To: Linus Walleij , Jean Delvare Cc: Heikki Krogerus , Andy Shevchenko , Dmitry Torokhov , Wei Yongjun , bbaude@redhat.com, mildred-bug.kernel@mildred.fr, barnacs@justletit.be, lvuksta@gmail.com, Mika Westerberg , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Kelly French Subject: [PATCH v2 0/3] pinctrl: cherryview: Extend the DMI quirk to Intel_Strago systems Date: Wed, 17 May 2017 13:25:11 +0300 Message-Id: <20170517102514.89744-1-mika.westerberg@linux.intel.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, It turned out that there are bunch of other Chromebooks that need the DMI quirk as well. Most of these are based on Intel_Strago reference design so we can identify them by using DMI_PRODUCT_FAMILY introduced in this series. The systems without the family string we add them separately. Related bugzilla entry: https://bugzilla.kernel.org/show_bug.cgi?id=194945 I'm including fix from Yongjun as well because I did not find it in v4.12-rc1 possibly because it just was forgotten. Changes from v1: * Drop BIOS date, we can't use it because there are many different Celes Chromebooks out there but their BIOS release date varies (and they miss the prodyct family information as well). * Name the machines consistently. Mika Westerberg (2): firmware: dmi: Add DMI_PRODUCT_FAMILY identification string pinctrl: cherryview: Extend the Chromebook DMI quirk to Intel_Strago systems Wei Yongjun (1): pinctrl: cherryview: Add terminate entry for dmi_system_id tables drivers/firmware/dmi-id.c | 2 ++ drivers/firmware/dmi_scan.c | 1 + drivers/pinctrl/intel/pinctrl-cherryview.c | 24 +++++++++++++++++++----- include/linux/mod_devicetable.h | 1 + 4 files changed, 23 insertions(+), 5 deletions(-) -- 2.11.0