Linux on ARM based TI OMAP SoCs
 help / color / mirror / Atom feed
From: Dhruva Gole <d-gole@ti.com>
To: "Rob Herring (Arm)" <robh@kernel.org>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>,
	Viresh Kumar <viresh.kumar@linaro.org>,
	Kevin Hilman <khilman@kernel.org>, Andrew Lunn <andrew@lunn.ch>,
	Gregory Clement <gregory.clement@bootlin.com>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Nishanth Menon <nm@ti.com>, Stephen Boyd <sboyd@kernel.org>,
	<linux-arm-msm@vger.kernel.org>, <linux-pm@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, <linux-omap@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 4/6] opp: ti: Drop unnecessary of_match_ptr()
Date: Thu, 8 Aug 2024 16:18:39 +0530	[thread overview]
Message-ID: <20240808104839.honxenpw6zxpbdae@lcpd911> (raw)
In-Reply-To: <20240806-dt-api-cleanups-v1-4-459e2c840e7d@kernel.org>

On Aug 06, 2024 at 07:58:25 -0600, Rob Herring (Arm) wrote:
> of_match_ptr() is not necessary as the driver is always enabled for DT.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  drivers/opp/ti-opp-supply.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/opp/ti-opp-supply.c b/drivers/opp/ti-opp-supply.c
> index ec0056a4bb13..5f0fb3ea385b 100644
> --- a/drivers/opp/ti-opp-supply.c
> +++ b/drivers/opp/ti-opp-supply.c
> @@ -405,7 +405,7 @@ static struct platform_driver ti_opp_supply_driver = {
>  	.probe = ti_opp_supply_probe,
>  	.driver = {
>  		   .name = "ti_opp_supply",
> -		   .of_match_table = of_match_ptr(ti_opp_supply_of_match),
> +		   .of_match_table = ti_opp_supply_of_match,

Reviewed-by: Dhruva Gole <d-gole@ti.com>

-- 
Best regards,
Dhruva

  reply	other threads:[~2024-08-08 10:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-06 13:58 [PATCH 0/6] cpufreq: Enable COMPILE_TEST on Arm drivers Rob Herring (Arm)
2024-08-06 13:58 ` [PATCH 1/6] cpufreq: qcom: Add explicit io.h include for readl/writel_relaxed Rob Herring (Arm)
2024-08-06 13:58 ` [PATCH 2/6] cpufreq: omap: Drop asm includes Rob Herring (Arm)
2024-08-06 16:00   ` Kevin Hilman
2024-08-08 10:46     ` Dhruva Gole
2024-08-06 13:58 ` [PATCH 3/6] cpufreq: armada-8k: Avoid excessive stack usage Rob Herring (Arm)
2024-08-06 13:58 ` [PATCH 4/6] opp: ti: Drop unnecessary of_match_ptr() Rob Herring (Arm)
2024-08-08 10:48   ` Dhruva Gole [this message]
2024-08-06 13:58 ` [PATCH 5/6] cpufreq: Enable COMPILE_TEST on Arm drivers Rob Herring (Arm)
2024-08-06 13:58 ` [PATCH 6/6] cpufreq: Drop CONFIG_ARM and CONFIG_ARM64 dependency " Rob Herring (Arm)
2024-08-08  3:29 ` [PATCH 0/6] cpufreq: Enable COMPILE_TEST " Viresh Kumar

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=20240808104839.honxenpw6zxpbdae@lcpd911 \
    --to=d-gole@ti.com \
    --cc=andrew@lunn.ch \
    --cc=gregory.clement@bootlin.com \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=rafael@kernel.org \
    --cc=robh@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=viresh.kumar@linaro.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox