From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org,
Mika Westerberg <mika.westerberg@linux.intel.com>,
Heikki Krogerus <heikki.krogerus@linux.intel.com>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
mail@abhishek.geek.nz
Subject: Re: [PATCH v1] pinctrl: cherryview: Add Setzer models to the Chromebook DMI quirk
Date: Mon, 17 Jul 2017 17:30:01 +0300 [thread overview]
Message-ID: <1500301801.29303.50.camel@linux.intel.com> (raw)
In-Reply-To: <20170704125839.16093-1-andriy.shevchenko@linux.intel.com>
On Tue, 2017-07-04 at 15:58 +0300, Andy Shevchenko wrote:
> Add one more model to the Chromebook DMI quirk to make it working
> again.
>
Linus, I guess it's a good material for v4.13-rc2 if no objection.
> 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>
> ---
> drivers/pinctrl/intel/pinctrl-cherryview.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/drivers/pinctrl/intel/pinctrl-cherryview.c
> b/drivers/pinctrl/intel/pinctrl-cherryview.c
> index 20f1b4493994..04e929fd0ffe 100644
> --- 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_valid_mask[] = {
> },
> },
> {
> + .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"),
--
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy
next prev parent reply other threads:[~2017-07-17 14:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-04 12:58 [PATCH v1] pinctrl: cherryview: Add Setzer models to the Chromebook DMI quirk Andy Shevchenko
2017-07-17 14:30 ` Andy Shevchenko [this message]
2017-07-26 10:11 ` Mika Westerberg
2017-08-03 8:19 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1500301801.29303.50.camel@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=dmitry.torokhov@gmail.com \
--cc=heikki.krogerus@linux.intel.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=mail@abhishek.geek.nz \
--cc=mika.westerberg@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.