All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Dong Aisheng <aisheng.dong@nxp.com>,
	linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org
Cc: dongas86@gmail.com, kernel@pengutronix.de, shawnguo@kernel.org,
	linux-imx@nxp.com, abel.vesa@nxp.com,
	Dong Aisheng <aisheng.dong@nxp.com>
Subject: Re: [PATCH 6/6] clk: imx8qm: add clock valid resource checking
Date: Tue, 01 Jun 2021 18:50:06 -0700	[thread overview]
Message-ID: <162259860630.4130789.2941110953953498194@swboyd.mtv.corp.google.com> (raw)
In-Reply-To: <20210423033334.3317992-6-aisheng.dong@nxp.com>

Quoting Dong Aisheng (2021-04-22 20:33:34)
> diff --git a/drivers/clk/imx/clk-imx8qm-rsrc.c b/drivers/clk/imx/clk-imx8qm-rsrc.c
> new file mode 100644
> index 000000000000..183a071cbf20
> --- /dev/null
> +++ b/drivers/clk/imx/clk-imx8qm-rsrc.c
> @@ -0,0 +1,116 @@
> +// SPDX-License-Identifier: GPL-2.0+
> +/*
> + * Copyright 2019-2021 NXP
> + *     Dong Aisheng <aisheng.dong@nxp.com>
> + */
> +
> +#include <dt-bindings/firmware/imx/rsrc.h>
> +
> +#include "clk-scu.h"
> +
> +/* Keep sorted in the ascending order */
> +static u32 imx8qm_clk_scu_rsrc_table[] = {

const?

> +       IMX_SC_R_A53,

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@kernel.org>
To: Dong Aisheng <aisheng.dong@nxp.com>,
	linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org
Cc: dongas86@gmail.com, kernel@pengutronix.de, shawnguo@kernel.org,
	linux-imx@nxp.com, abel.vesa@nxp.com,
	Dong Aisheng <aisheng.dong@nxp.com>
Subject: Re: [PATCH 6/6] clk: imx8qm: add clock valid resource checking
Date: Tue, 01 Jun 2021 18:50:06 -0700	[thread overview]
Message-ID: <162259860630.4130789.2941110953953498194@swboyd.mtv.corp.google.com> (raw)
In-Reply-To: <20210423033334.3317992-6-aisheng.dong@nxp.com>

Quoting Dong Aisheng (2021-04-22 20:33:34)
> diff --git a/drivers/clk/imx/clk-imx8qm-rsrc.c b/drivers/clk/imx/clk-imx8qm-rsrc.c
> new file mode 100644
> index 000000000000..183a071cbf20
> --- /dev/null
> +++ b/drivers/clk/imx/clk-imx8qm-rsrc.c
> @@ -0,0 +1,116 @@
> +// SPDX-License-Identifier: GPL-2.0+
> +/*
> + * Copyright 2019-2021 NXP
> + *     Dong Aisheng <aisheng.dong@nxp.com>
> + */
> +
> +#include <dt-bindings/firmware/imx/rsrc.h>
> +
> +#include "clk-scu.h"
> +
> +/* Keep sorted in the ascending order */
> +static u32 imx8qm_clk_scu_rsrc_table[] = {

const?

> +       IMX_SC_R_A53,

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

  parent reply	other threads:[~2021-06-02  1:50 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-23  3:33 [PATCH 1/6] dt-bindings: arm: imx: scu: fix naming typo of clk compatible string Dong Aisheng
2021-04-23  3:33 ` Dong Aisheng
2021-04-23  3:33 ` [PATCH 2/6] dt-bindings: arm: imx: scu: drop deprecated legacy clock binding Dong Aisheng
2021-04-23  3:33   ` Dong Aisheng
2021-05-03 16:47   ` Rob Herring
2021-05-03 16:47     ` Rob Herring
2021-04-23  3:33 ` [PATCH 3/6] clk: imx: scu: remove legacy scu clock binding support Dong Aisheng
2021-04-23  3:33   ` Dong Aisheng
2021-05-13 20:04   ` Abel Vesa
2021-05-13 20:04     ` Abel Vesa
2021-04-23  3:33 ` [PATCH 4/6] clk: imx: scu: add gpr clocks support Dong Aisheng
2021-04-23  3:33   ` Dong Aisheng
2021-05-13  6:58   ` Abel Vesa
2021-05-13  6:58     ` Abel Vesa
2021-05-17  9:49     ` Dong Aisheng
2021-05-17  9:49       ` Dong Aisheng
2021-05-17  9:52       ` Abel Vesa
2021-05-17  9:52         ` Abel Vesa
2021-04-23  3:33 ` [PATCH 5/6] clk: imx8qxp: add clock valid checking mechnism Dong Aisheng
2021-04-23  3:33   ` Dong Aisheng
2021-05-13  7:13   ` Abel Vesa
2021-05-13  7:13     ` Abel Vesa
2021-05-17  9:48     ` Dong Aisheng
2021-05-17  9:48       ` Dong Aisheng
2021-04-23  3:33 ` [PATCH 6/6] clk: imx8qm: add clock valid resource checking Dong Aisheng
2021-04-23  3:33   ` Dong Aisheng
2021-05-13  7:17   ` Abel Vesa
2021-05-13  7:17     ` Abel Vesa
2021-06-02  1:50   ` Stephen Boyd [this message]
2021-06-02  1:50     ` Stephen Boyd
2021-06-04  6:46     ` Abel Vesa
2021-06-04  6:46       ` Abel Vesa
2021-06-04  7:04       ` Dong Aisheng
2021-06-04  7:04         ` Dong Aisheng
2021-06-04  8:20         ` Abel Vesa
2021-06-04  8:20           ` Abel Vesa
2021-05-03 16:46 ` [PATCH 1/6] dt-bindings: arm: imx: scu: fix naming typo of clk compatible string Rob Herring
2021-05-03 16:46   ` Rob Herring
2021-05-13  7:18 ` Abel Vesa
2021-05-13  7:18   ` 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=162259860630.4130789.2941110953953498194@swboyd.mtv.corp.google.com \
    --to=sboyd@kernel.org \
    --cc=abel.vesa@nxp.com \
    --cc=aisheng.dong@nxp.com \
    --cc=dongas86@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=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.