From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Hans de Goede <hdegoede@redhat.com>
Cc: Cezary Rojewski <cezary.rojewski@intel.com>,
alsa-devel@alsa-project.org,
Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Gross <markgross@kernel.org>,
Mark Brown <broonie@kernel.org>,
linux-input@vger.kernel.org, platform-driver-x86@vger.kernel.org,
Andy Shevchenko <andy@infradead.org>
Subject: Re: [PATCH 3/3] Input: axp20x-pek - Use new soc_intel_is_cht() helper
Date: Mon, 18 Oct 2021 18:55:40 -0700 [thread overview]
Message-ID: <YW4lnI2fAWBlIQhw@google.com> (raw)
In-Reply-To: <20211018143324.296961-4-hdegoede@redhat.com>
On Mon, Oct 18, 2021 at 04:33:24PM +0200, Hans de Goede wrote:
> Use the new soc_intel_is_cht() helper to find out if we are running
> on a CHT device rather then checking the ACPI _HRV field.
>
> This is more reliable (some CHT devices have been found where the _HRV
> for the PMIC is 2 rather then 3) and leads to a nice cleanup.
>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Please feel free to merge with the rest of the patches.
Thanks.
--
Dmitry
WARNING: multiple messages have this Message-ID (diff)
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Hans de Goede <hdegoede@redhat.com>
Cc: Mark Gross <markgross@kernel.org>,
Andy Shevchenko <andy@infradead.org>,
Cezary Rojewski <cezary.rojewski@intel.com>,
Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
linux-input@vger.kernel.org, platform-driver-x86@vger.kernel.org,
alsa-devel@alsa-project.org
Subject: Re: [PATCH 3/3] Input: axp20x-pek - Use new soc_intel_is_cht() helper
Date: Mon, 18 Oct 2021 18:55:40 -0700 [thread overview]
Message-ID: <YW4lnI2fAWBlIQhw@google.com> (raw)
In-Reply-To: <20211018143324.296961-4-hdegoede@redhat.com>
On Mon, Oct 18, 2021 at 04:33:24PM +0200, Hans de Goede wrote:
> Use the new soc_intel_is_cht() helper to find out if we are running
> on a CHT device rather then checking the ACPI _HRV field.
>
> This is more reliable (some CHT devices have been found where the _HRV
> for the PMIC is 2 rather then 3) and leads to a nice cleanup.
>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Please feel free to merge with the rest of the patches.
Thanks.
--
Dmitry
next prev parent reply other threads:[~2021-10-19 1:57 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-18 14:33 [PATCH 0/3] ASoC/pdx86/input: Introduce and use soc_intel_is_*() helpers Hans de Goede
2021-10-18 14:33 ` Hans de Goede
2021-10-18 14:33 ` [PATCH 1/3] ASoC: Intel: Move soc_intel_is_foo() helpers to a generic header Hans de Goede
2021-10-18 14:33 ` Hans de Goede
2021-10-18 15:00 ` Andy Shevchenko
2021-10-18 15:00 ` Andy Shevchenko
2021-10-18 15:35 ` Mark Brown
2021-10-18 15:35 ` Mark Brown
2021-10-18 21:13 ` Hans de Goede
2021-10-18 21:13 ` Hans de Goede
2021-10-18 22:23 ` Mark Brown
2021-10-18 22:23 ` Mark Brown
2021-10-18 14:33 ` [PATCH 2/3] platform/x86: intel_int0002_vgpio: Use the new soc_intel_is_byt/cht helpers Hans de Goede
2021-10-18 14:33 ` Hans de Goede
2021-10-18 15:03 ` Andy Shevchenko
2021-10-18 15:03 ` Andy Shevchenko
2021-10-18 15:08 ` Andy Shevchenko
2021-10-18 15:08 ` Andy Shevchenko
2021-10-18 14:33 ` [PATCH 3/3] Input: axp20x-pek - Use new soc_intel_is_cht() helper Hans de Goede
2021-10-18 14:33 ` Hans de Goede
2021-10-19 1:55 ` Dmitry Torokhov [this message]
2021-10-19 1:55 ` Dmitry Torokhov
2021-10-18 14:58 ` [PATCH 0/3] ASoC/pdx86/input: Introduce and use soc_intel_is_*() helpers Andy Shevchenko
2021-10-18 14:58 ` Andy Shevchenko
2021-10-19 15:38 ` Hans de Goede
2021-10-19 15:38 ` Hans de Goede
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=YW4lnI2fAWBlIQhw@google.com \
--to=dmitry.torokhov@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=andy@infradead.org \
--cc=broonie@kernel.org \
--cc=cezary.rojewski@intel.com \
--cc=hdegoede@redhat.com \
--cc=lgirdwood@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=markgross@kernel.org \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=platform-driver-x86@vger.kernel.org \
/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.