From: Hans de Goede <hdegoede@redhat.com>
To: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
"Andy Shevchenko" <andy@kernel.org>,
"Daniel Scally" <djrscally@gmail.com>,
"Daniel Scally" <dan.scally@ideasonboard.com>,
bingbu.cao@linux.intel.com, platform-driver-x86@vger.kernel.org,
"Sakari Ailus" <sakari.ailus@linux.intel.com>,
linux-media@vger.kernel.org, "Bingbu Cao" <bingbu.cao@intel.com>,
"Hao Yao" <hao.yao@intel.com>
Subject: Re: [PATCH v2] platform/x86: int3472: Evaluate device's _DSM method to control imaging clock
Date: Tue, 6 Jun 2023 11:23:13 +0200 [thread overview]
Message-ID: <b1cdf8b7-ae9b-a86d-5298-bd0cfa70f9cb@redhat.com> (raw)
In-Reply-To: <CAHp75VfZN5M8LiP3nw0NT5p3WyJJJJm6w2OZKgm28b6aokzopQ@mail.gmail.com>
HI,
On 5/31/23 19:56, Andy Shevchenko wrote:
> On Wed, May 31, 2023 at 4:44 PM Hans de Goede <hdegoede@redhat.com> wrote:
>>
>> From: Bingbu Cao <bingbu.cao@intel.com>
>>
>> On some platforms, the imaging clock should be controlled by evaluating
>> specific clock device's _DSM method instead of setting gpio, so this
>> change register clock if no gpio based clock and then use the _DSM method
>> to enable and disable clock.
>
> ...
>
>> + if (clk->ena_gpio)
>> + gpiod_set_value_cansleep(clk->ena_gpio, 1);
>> + else
>> + skl_int3472_enable_clk_acpi_method(clk, 1);
>
> Looking at this, can we avoid duplicative validation of the GPIO?
> Perhaps skl_int3472_enable_clk_acpi_method() can have embedded another
> check so they won't be called together?
>
> ...
>
>> + if (clk->ena_gpio)
>> + gpiod_set_value_cansleep(clk->ena_gpio, 0);
>> + else
>> + skl_int3472_enable_clk_acpi_method(clk, 0);
>
> Ditto.
Ack, I've squashed a fix for this into this patch while merging it into
my review-hans branch.
Regards,
Hans
next prev parent reply other threads:[~2023-06-06 9:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-31 13:44 [PATCH v2] platform/x86: int3472: Evaluate device's _DSM method to control imaging clock Hans de Goede
2023-05-31 14:45 ` Dan Scally
2023-06-06 9:20 ` Hans de Goede
[not found] ` <CAHp75VfZN5M8LiP3nw0NT5p3WyJJJJm6w2OZKgm28b6aokzopQ@mail.gmail.com>
2023-06-06 9:23 ` Hans de Goede [this message]
2023-06-06 11:26 ` Andy Shevchenko
2023-06-06 11:29 ` Andy Shevchenko
2023-06-06 13:13 ` Hans de Goede
2023-06-06 13:23 ` Andy Shevchenko
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=b1cdf8b7-ae9b-a86d-5298-bd0cfa70f9cb@redhat.com \
--to=hdegoede@redhat.com \
--cc=andy.shevchenko@gmail.com \
--cc=andy@kernel.org \
--cc=bingbu.cao@intel.com \
--cc=bingbu.cao@linux.intel.com \
--cc=dan.scally@ideasonboard.com \
--cc=djrscally@gmail.com \
--cc=hao.yao@intel.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=linux-media@vger.kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
--cc=sakari.ailus@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox