All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Abel Vesa <abel.vesa@linaro.org>, Peng Fan (OSS) <peng.fan@oss.nxp.com>
Cc: abelvesa@kernel.org, mturquette@baylibre.com,
	shawnguo@kernel.org, s.hauer@pengutronix.de,
	kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Peng Fan <peng.fan@nxp.com>,
	kernel test robot <lkp@intel.com>
Subject: Re: [PATCH V3 2/8] clk: imx93: drop of_match_ptr
Date: Wed, 28 Sep 2022 18:37:56 -0700	[thread overview]
Message-ID: <20220929013758.36271C433D6@smtp.kernel.org> (raw)
In-Reply-To: <YxJL6re6XuCPGlta@linaro.org>

Quoting Abel Vesa (2022-09-02 11:31:06)
> On 22-08-30 11:31:31, Peng Fan (OSS) wrote:
> > From: Peng Fan <peng.fan@nxp.com>
> > 
> > There is build warning when CONFIG_OF is not selected.
> > >> drivers/clk/imx/clk-imx93.c:324:34: warning: 'imx93_clk_of_match'
> > >> defined but not used [-Wunused-const-variable=]
> >      324 | static const struct of_device_id imx93_clk_of_match[] = {
> >          |                                  ^~~~~~~~~~~~~~~~~~
> > 
> > The driver only support DT table, no sense to use of_match_ptr.
> > 
> > Fixes: 24defbe194b6 ("clk: imx: add i.MX93 clk")
> > Reported-by: kernel test robot <lkp@intel.com>
> > Signed-off-by: Peng Fan <peng.fan@nxp.com>
> 
> Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
> 
> Stephen will you pick this patch?

Ok. Got it for fixes.

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@kernel.org>
To: Abel Vesa <abel.vesa@linaro.org>, Peng Fan (OSS) <peng.fan@oss.nxp.com>
Cc: abelvesa@kernel.org, mturquette@baylibre.com,
	shawnguo@kernel.org, s.hauer@pengutronix.de,
	kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Peng Fan <peng.fan@nxp.com>,
	kernel test robot <lkp@intel.com>
Subject: Re: [PATCH V3 2/8] clk: imx93: drop of_match_ptr
Date: Wed, 28 Sep 2022 18:37:56 -0700	[thread overview]
Message-ID: <20220929013758.36271C433D6@smtp.kernel.org> (raw)
In-Reply-To: <YxJL6re6XuCPGlta@linaro.org>

Quoting Abel Vesa (2022-09-02 11:31:06)
> On 22-08-30 11:31:31, Peng Fan (OSS) wrote:
> > From: Peng Fan <peng.fan@nxp.com>
> > 
> > There is build warning when CONFIG_OF is not selected.
> > >> drivers/clk/imx/clk-imx93.c:324:34: warning: 'imx93_clk_of_match'
> > >> defined but not used [-Wunused-const-variable=]
> >      324 | static const struct of_device_id imx93_clk_of_match[] = {
> >          |                                  ^~~~~~~~~~~~~~~~~~
> > 
> > The driver only support DT table, no sense to use of_match_ptr.
> > 
> > Fixes: 24defbe194b6 ("clk: imx: add i.MX93 clk")
> > Reported-by: kernel test robot <lkp@intel.com>
> > Signed-off-by: Peng Fan <peng.fan@nxp.com>
> 
> Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
> 
> Stephen will you pick this patch?

Ok. Got it for fixes.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-09-29  1:38 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-30  3:31 [PATCH V3 0/8] clk: imx93: new gate API and composite update Peng Fan (OSS)
2022-08-30  3:31 ` Peng Fan (OSS)
2022-08-30  3:31 ` [PATCH V3 1/8] dt-bindings: clock: imx93-clock: add more MU/SAI clocks Peng Fan (OSS)
2022-08-30  3:31   ` Peng Fan (OSS)
2022-08-30  3:31 ` [PATCH V3 2/8] clk: imx93: drop of_match_ptr Peng Fan (OSS)
2022-08-30  3:31   ` Peng Fan (OSS)
2022-09-02 18:31   ` Abel Vesa
2022-09-02 18:31     ` Abel Vesa
2022-09-29  1:37     ` Stephen Boyd [this message]
2022-09-29  1:37       ` Stephen Boyd
2022-08-30  3:31 ` [PATCH V3 3/8] clk: imx: clk-composite-93: check slice busy Peng Fan (OSS)
2022-08-30  3:31   ` Peng Fan (OSS)
2022-08-30  3:31 ` [PATCH V3 4/8] clk: imx: clk-composite-93: check white_list Peng Fan (OSS)
2022-08-30  3:31   ` Peng Fan (OSS)
2022-08-30  3:31 ` [PATCH V3 5/8] clk: imx: add i.MX93 clk gate Peng Fan (OSS)
2022-08-30  3:31   ` Peng Fan (OSS)
2022-09-02 18:35   ` Abel Vesa
2022-09-02 18:35     ` Abel Vesa
2022-08-30  3:31 ` [PATCH V3 6/8] clk: imx93: switch to use new clk gate API Peng Fan (OSS)
2022-08-30  3:31   ` Peng Fan (OSS)
2022-08-30  3:31 ` [PATCH V3 7/8] clk: imx93: add MU1/2 clock Peng Fan (OSS)
2022-08-30  3:31   ` Peng Fan (OSS)
2022-08-30  3:31 ` [PATCH V3 8/8] clk: imx93: add SAI IPG clk Peng Fan (OSS)
2022-08-30  3:31   ` Peng Fan (OSS)
2022-09-02 19:35 ` [PATCH V3 0/8] clk: imx93: new gate API and composite update Abel Vesa
2022-09-02 19:35   ` Abel Vesa

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=20220929013758.36271C433D6@smtp.kernel.org \
    --to=sboyd@kernel.org \
    --cc=abel.vesa@linaro.org \
    --cc=abelvesa@kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=mturquette@baylibre.com \
    --cc=peng.fan@nxp.com \
    --cc=peng.fan@oss.nxp.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@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.