public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel•org>
To: Anson.Huang@nxp•com
Cc: mark.rutland@arm•com, ccaione@baylibre•com, agx@sigxcpu•org,
	angus@akkea•ca, leonard.crestez@nxp•com, festevam@gmail•com,
	linux-clk@vger•kernel.org, abel.vesa@nxp•com,
	andrew.smirnov@gmail•com, daniel.lezcano@linaro•org,
	Linux-imx@nxp•com, rui.zhang@intel•com, mturquette@baylibre•com,
	devicetree@vger•kernel.org, linux-pm@vger•kernel.org,
	s.hauer@pengutronix•de, edubezval@gmail•com, robh+dt@kernel•org,
	linux-arm-kernel@lists•infradead.org, sboyd@kernel•org,
	linux-kernel@vger•kernel.org, kernel@pengutronix•de,
	shawnguo@kernel•org, l.stach@pengutronix•de
Subject: Re: [PATCH 3/6] dt-bindings: thermal: qoriq: Add optional clocks property
Date: Mon, 22 Jul 2019 17:55:35 -0600	[thread overview]
Message-ID: <20190722235535.GA2063@bogus> (raw)
In-Reply-To: <20190705045612.27665-3-Anson.Huang@nxp.com>

On Fri,  5 Jul 2019 12:56:09 +0800, Anson.Huang@nxp•com wrote:
> From: Anson Huang <Anson.Huang@nxp•com>
> 
> Some platforms have clock control for TMU, add optional
> clocks property to the binding doc.
> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp•com>
> ---
>  Documentation/devicetree/bindings/thermal/qoriq-thermal.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

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

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

  reply	other threads:[~2019-07-22 23:55 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-05  4:56 [PATCH 1/6] thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap() Anson.Huang
2019-07-05  4:56 ` [PATCH 2/6] thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEP Anson.Huang
2019-07-05  4:56 ` [PATCH 3/6] dt-bindings: thermal: qoriq: Add optional clocks property Anson.Huang
2019-07-22 23:55   ` Rob Herring [this message]
2019-07-05  4:56 ` [PATCH 4/6] thermal: qoriq: Add clock operations Anson.Huang
2019-07-29  8:12   ` Guido Günther
2019-07-29  8:40     ` Anson Huang
2019-07-05  4:56 ` [PATCH 5/6] clk: imx8mq: Remove CLK_IS_CRITICAL flag for IMX8MQ_CLK_TMU_ROOT Anson.Huang
2019-07-05  7:01   ` Abel Vesa
2019-07-22 21:31   ` Stephen Boyd
2019-07-23  2:50   ` Shawn Guo
2019-07-26 22:26   ` Daniel Baluta
2019-07-27  6:19     ` Anson Huang
2019-07-27  6:33       ` Daniel Baluta
2019-07-27 16:17         ` Abel Vesa
2019-07-29  1:29           ` Anson Huang
2019-07-29  6:51             ` Daniel Baluta
2019-07-29  7:14               ` Anson Huang
2019-07-29  7:20                 ` Daniel Baluta
2019-07-29  7:21                   ` Daniel Baluta
2019-07-29  7:49                     ` Anson Huang
2019-07-29  8:13                       ` Daniel Baluta
2019-07-27 18:26     ` Guido Günther
2019-07-27 20:17       ` Fabio Estevam
2019-07-28  7:58         ` Guido Günther
2019-07-28 15:24           ` Fabio Estevam
2019-07-05  4:56 ` [PATCH 6/6] arm64: dts: imx8mq: Add clock for TMU node Anson.Huang
2019-07-23  2:51   ` Shawn Guo

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=20190722235535.GA2063@bogus \
    --to=robh@kernel$(echo .)org \
    --cc=Anson.Huang@nxp$(echo .)com \
    --cc=Linux-imx@nxp$(echo .)com \
    --cc=abel.vesa@nxp$(echo .)com \
    --cc=agx@sigxcpu$(echo .)org \
    --cc=andrew.smirnov@gmail$(echo .)com \
    --cc=angus@akkea$(echo .)ca \
    --cc=ccaione@baylibre$(echo .)com \
    --cc=daniel.lezcano@linaro$(echo .)org \
    --cc=devicetree@vger$(echo .)kernel.org \
    --cc=edubezval@gmail$(echo .)com \
    --cc=festevam@gmail$(echo .)com \
    --cc=kernel@pengutronix$(echo .)de \
    --cc=l.stach@pengutronix$(echo .)de \
    --cc=leonard.crestez@nxp$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-clk@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-pm@vger$(echo .)kernel.org \
    --cc=mark.rutland@arm$(echo .)com \
    --cc=mturquette@baylibre$(echo .)com \
    --cc=robh+dt@kernel$(echo .)org \
    --cc=rui.zhang@intel$(echo .)com \
    --cc=s.hauer@pengutronix$(echo .)de \
    --cc=sboyd@kernel$(echo .)org \
    --cc=shawnguo@kernel$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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