All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: "A.s. Dong" <aisheng.dong@nxp.com>
Cc: "linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"sboyd@kernel.org" <sboyd@kernel.org>,
	"mturquette@baylibre.com" <mturquette@baylibre.com>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	dl-linux-imx <linux-imx@nxp.com>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	"A.s. Dong" <aisheng.dong@nxp.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [PATCH V6 4/6] dt-bindings: clock: add imx8qxp lpcg clock binding
Date: Sun, 11 Nov 2018 16:40:20 -0600	[thread overview]
Message-ID: <20181111224020.GA2539@bogus> (raw)
In-Reply-To: <1541862894-8209-5-git-send-email-aisheng.dong@nxp.com>

On Sat, 10 Nov 2018 15:20:01 +0000, "A.s. Dong" wrote:
> The Low-Power Clock Gate (LPCG) modules contain a local programming
> model to control the clock gates for the peripherals. An LPCG module
> is used to locally gate the clocks for the associated peripheral.
> 
> Note:
> This level of clock gating is provided after the clocks are generated
> by the SCU resources and clock controls. Thus even if the clock is
> enabled by these control bits, it might still not be running based
> on the base resource.
> 
> Cc: Stephen Boyd <sboyd@kernel.org>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Sascha Hauer <kernel@pengutronix.de>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
>  .../devicetree/bindings/clock/imx8qxp-lpcg.txt     |  51 +++++++
>  include/dt-bindings/clock/imx8qxp-clock.h          | 153 +++++++++++++++++++++
>  2 files changed, 204 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/clock/imx8qxp-lpcg.txt
> 

Reviewed-by: Rob Herring <robh@kernel.org>

WARNING: multiple messages have this Message-ID (diff)
From: robh@kernel.org (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V6 4/6] dt-bindings: clock: add imx8qxp lpcg clock binding
Date: Sun, 11 Nov 2018 16:40:20 -0600	[thread overview]
Message-ID: <20181111224020.GA2539@bogus> (raw)
In-Reply-To: <1541862894-8209-5-git-send-email-aisheng.dong@nxp.com>

On Sat, 10 Nov 2018 15:20:01 +0000, "A.s. Dong" wrote:
> The Low-Power Clock Gate (LPCG) modules contain a local programming
> model to control the clock gates for the peripherals. An LPCG module
> is used to locally gate the clocks for the associated peripheral.
> 
> Note:
> This level of clock gating is provided after the clocks are generated
> by the SCU resources and clock controls. Thus even if the clock is
> enabled by these control bits, it might still not be running based
> on the base resource.
> 
> Cc: Stephen Boyd <sboyd@kernel.org>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Sascha Hauer <kernel@pengutronix.de>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: devicetree at vger.kernel.org
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
>  .../devicetree/bindings/clock/imx8qxp-lpcg.txt     |  51 +++++++
>  include/dt-bindings/clock/imx8qxp-clock.h          | 153 +++++++++++++++++++++
>  2 files changed, 204 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/clock/imx8qxp-lpcg.txt
> 

Reviewed-by: Rob Herring <robh@kernel.org>

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
Cc: "A.s. Dong" <aisheng.dong@nxp.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"sboyd@kernel.org" <sboyd@kernel.org>,
	"mturquette@baylibre.com" <mturquette@baylibre.com>,
	dl-linux-imx <linux-imx@nxp.com>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	"linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH V6 4/6] dt-bindings: clock: add imx8qxp lpcg clock binding
Date: Sun, 11 Nov 2018 16:40:20 -0600	[thread overview]
Message-ID: <20181111224020.GA2539@bogus> (raw)
In-Reply-To: <1541862894-8209-5-git-send-email-aisheng.dong@nxp.com>

On Sat, 10 Nov 2018 15:20:01 +0000, "A.s. Dong" wrote:
> The Low-Power Clock Gate (LPCG) modules contain a local programming
> model to control the clock gates for the peripherals. An LPCG module
> is used to locally gate the clocks for the associated peripheral.
> 
> Note:
> This level of clock gating is provided after the clocks are generated
> by the SCU resources and clock controls. Thus even if the clock is
> enabled by these control bits, it might still not be running based
> on the base resource.
> 
> Cc: Stephen Boyd <sboyd@kernel.org>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Sascha Hauer <kernel@pengutronix.de>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
>  .../devicetree/bindings/clock/imx8qxp-lpcg.txt     |  51 +++++++
>  include/dt-bindings/clock/imx8qxp-clock.h          | 153 +++++++++++++++++++++
>  2 files changed, 204 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/clock/imx8qxp-lpcg.txt
> 

Reviewed-by: Rob Herring <robh@kernel.org>

  reply	other threads:[~2018-11-11 22:40 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-10 15:19 [PATCH V6 0/6] clk: imx: add imx8qxp clock support A.s. Dong
2018-11-10 15:19 ` A.s. Dong
2018-11-10 15:19 ` [PATCH V6 1/6] clk: imx: add scu clock common part A.s. Dong
2018-11-10 15:19   ` A.s. Dong
2018-11-10 15:19 ` [PATCH V6 2/6] dt-bindings: clock: imx8qxp: add SCU clock IDs A.s. Dong
2018-11-10 15:19   ` A.s. Dong
2018-11-10 15:19   ` A.s. Dong
2018-11-11 22:38   ` Rob Herring
2018-11-11 22:38     ` Rob Herring
2018-11-11 22:38     ` Rob Herring
2018-11-10 15:19 ` [PATCH V6 3/6] clk: imx: add imx8qxp clk driver A.s. Dong
2018-11-10 15:19   ` A.s. Dong
2018-11-10 15:20 ` [PATCH V6 4/6] dt-bindings: clock: add imx8qxp lpcg clock binding A.s. Dong
2018-11-10 15:20   ` A.s. Dong
2018-11-10 15:20   ` A.s. Dong
2018-11-11 22:40   ` Rob Herring [this message]
2018-11-11 22:40     ` Rob Herring
2018-11-11 22:40     ` Rob Herring
2018-11-10 15:20 ` [PATCH V6 5/6] clk: imx: add lpcg clock support A.s. Dong
2018-11-10 15:20   ` A.s. Dong
2018-11-20 20:14   ` Stephen Boyd
2018-11-20 20:14     ` Stephen Boyd
2018-11-21  1:54     ` Aisheng DONG
2018-11-21  1:54       ` Aisheng DONG
2018-11-10 15:20 ` [PATCH V6 6/6] clk: imx: add imx8qxp lpcg driver A.s. Dong
2018-11-10 15:20   ` A.s. Dong
2018-11-14 23:28   ` Stephen Boyd
2018-11-14 23:28     ` Stephen Boyd
2018-11-15  1:28     ` A.s. Dong
2018-11-15  1:28       ` A.s. Dong
2018-11-20 18:55       ` Stephen Boyd
2018-11-20 18:55         ` Stephen Boyd
2018-11-21  1:50         ` Aisheng DONG
2018-11-21  1:50           ` Aisheng DONG
2018-12-03 18:55           ` Stephen Boyd
2018-12-03 18:55             ` Stephen Boyd

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=20181111224020.GA2539@bogus \
    --to=robh@kernel.org \
    --cc=aisheng.dong@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=fabio.estevam@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@kernel.org \
    --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.