* Patch "pinctrl: cherryview: Add Setzer models to the Chromebook DMI quirk" has been added to the 4.12-stable tree
@ 2017-08-13 22:33 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2017-08-13 22:33 UTC (permalink / raw)
To: andriy.shevchenko, gregkh, linus.walleij, mika.westerberg
Cc: stable, stable-commits
This is a note to let you know that I've just added the patch titled
pinctrl: cherryview: Add Setzer models to the Chromebook DMI quirk
to the 4.12-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
pinctrl-cherryview-add-setzer-models-to-the-chromebook-dmi-quirk.patch
and it can be found in the queue-4.12 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From 2d80bd3f7eb69204cd5dec4fa7fe7e12cbfaed13 Mon Sep 17 00:00:00 2001
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: Tue, 4 Jul 2017 15:58:39 +0300
Subject: pinctrl: cherryview: Add Setzer models to the Chromebook DMI quirk
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
commit 2d80bd3f7eb69204cd5dec4fa7fe7e12cbfaed13 upstream.
Add one more model to the Chromebook DMI quirk to make it working again.
Link: https://bugzilla.kernel.org/show_bug.cgi?id=194945
Fixes: 2a8209fa6823 ("pinctrl: cherryview: Extend the Chromebook DMI quirk to Intel_Strago systems")
Reported-by: mail@abhishek.geek.nz
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/pinctrl/intel/pinctrl-cherryview.c | 7 +++++++
1 file changed, 7 insertions(+)
--- a/drivers/pinctrl/intel/pinctrl-cherryview.c
+++ b/drivers/pinctrl/intel/pinctrl-cherryview.c
@@ -1548,6 +1548,13 @@ static const struct dmi_system_id chv_no
},
},
{
+ .ident = "HP Chromebook 11 G5 (Setzer)",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "HP"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Setzer"),
+ },
+ },
+ {
.ident = "Acer Chromebook R11 (Cyan)",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "GOOGLE"),
Patches currently in stable-queue which might be from andriy.shevchenko@linux.intel.com are
queue-4.12/pinctrl-cherryview-add-setzer-models-to-the-chromebook-dmi-quirk.patch
queue-4.12/i2c-designware-some-broken-dstds-use-1mihz-instead-of-1mhz.patch
queue-4.12/pinctrl-intel-merrifield-correct-uart-pin-lists.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-08-14 0:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-13 22:33 Patch "pinctrl: cherryview: Add Setzer models to the Chromebook DMI quirk" has been added to the 4.12-stable tree gregkh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).