public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel•org>
To: Anson Huang <anson.huang@nxp•com>
Cc: "mark.rutland@arm•com" <mark.rutland@arm•com>,
	"heiko@sntech•de" <heiko@sntech•de>,
	"catalin.marinas@arm•com" <catalin.marinas@arm•com>,
	"will.deacon@arm•com" <will.deacon@arm•com>,
	"bjorn.andersson@linaro•org" <bjorn.andersson@linaro•org>,
	"LW@KARO-electronics•de" <LW@KARO-electronics•de>,
	"daniel.lezcano@linaro•org" <daniel.lezcano@linaro•org>,
	dl-linux-imx <linux-imx@nxp•com>,
	Andy Gross <andy.gross@linaro•org>,
	"rui.zhang@intel•com" <rui.zhang@intel•com>,
	"devicetree@vger•kernel.org" <devicetree@vger•kernel.org>,
	"arnd@arndb•de" <arnd@arndb•de>,
	"linux-pm@vger•kernel.org" <linux-pm@vger•kernel.org>,
	"edubezval@gmail•com" <edubezval@gmail•com>,
	"enric.balletbo@collabora•com" <enric.balletbo@collabora•com>,
	"robh+dt@kernel•org" <robh+dt@kernel•org>,
	"horms+renesas@verge•net.au" <horms+renesas@verge•net.au>,
	"ezequiel@collabora•com" <ezequiel@collabora•com>,
	"linux-arm-kernel@lists•infradead.org"
	<linux-arm-kernel@lists•infradead.org>,
	Aisheng DONG <aisheng.dong@nxp•com>,
	"linux-kernel@vger•kernel.org" <linux-kernel@vger•kernel.org>,
	"amit.kucheria@linaro•org" <amit.kucheria@linaro•org>,
	"olof@lixom•net" <olof@lixom•net>,
	"shawnguo@kernel•org" <shawnguo@kernel•org>
Subject: Re: [PATCH V4 1/4] dt-bindings: fsl: scu: add thermal binding
Date: Fri, 7 Dec 2018 17:13:23 -0600	[thread overview]
Message-ID: <20181207231323.GA10231@bogus> (raw)
In-Reply-To: <1543458696-4741-2-git-send-email-Anson.Huang@nxp.com>

On Thu, 29 Nov 2018 02:37:24 +0000, Anson Huang wrote:
> NXP i.MX8QXP is an ARMv8 SoC with a Cortex-M4 core inside as
> system controller, the system controller is in charge of system
> power, clock and thermal sensors etc. management, Linux kernel
> has to communicate with system controller via MU (message unit)
> IPC to get temperature from thermal sensors, this patch adds
> binding doc for i.MX system controller thermal driver.
> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp•com>
> ---
> ChangeLog:
> V3->V4:
>   *move binding doc to SCU since it is belonging to SCU;
>   *change compatile string to start with "fsl" instead of "nxp" to align with other nodes in dtb.
> ---
>  .../devicetree/bindings/arm/freescale/fsl,scu.txt        | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 

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:[~2018-12-07 23:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-29  2:37 [PATCH V4 0/4] Add i.MX System Controller thermal driver support Anson Huang
2018-11-29  2:37 ` [PATCH V4 1/4] dt-bindings: fsl: scu: add thermal binding Anson Huang
2018-12-07 23:13   ` Rob Herring [this message]
2018-11-29  2:37 ` [PATCH V4 2/4] thermal: imx_sc: add i.MX system controller thermal support Anson Huang
2018-11-29 16:49   ` Eduardo Valentin
2018-11-30  1:18     ` Anson Huang
2018-11-29  2:37 ` [PATCH V4 3/4] defconfig: arm64: " Anson Huang
2018-11-29  2:37 ` [PATCH V4 4/4] ARM64: dts: imx: add i.MX8QXP " Anson Huang
2018-11-29 16:50   ` Eduardo Valentin
2018-11-29 16:50   ` Eduardo Valentin
2018-11-30  1:11     ` Anson Huang

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=20181207231323.GA10231@bogus \
    --to=robh@kernel$(echo .)org \
    --cc=LW@KARO-electronics$(echo .)de \
    --cc=aisheng.dong@nxp$(echo .)com \
    --cc=amit.kucheria@linaro$(echo .)org \
    --cc=andy.gross@linaro$(echo .)org \
    --cc=anson.huang@nxp$(echo .)com \
    --cc=arnd@arndb$(echo .)de \
    --cc=bjorn.andersson@linaro$(echo .)org \
    --cc=catalin.marinas@arm$(echo .)com \
    --cc=daniel.lezcano@linaro$(echo .)org \
    --cc=devicetree@vger$(echo .)kernel.org \
    --cc=edubezval@gmail$(echo .)com \
    --cc=enric.balletbo@collabora$(echo .)com \
    --cc=ezequiel@collabora$(echo .)com \
    --cc=heiko@sntech$(echo .)de \
    --cc=horms+renesas@verge$(echo .)net.au \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-imx@nxp$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-pm@vger$(echo .)kernel.org \
    --cc=mark.rutland@arm$(echo .)com \
    --cc=olof@lixom$(echo .)net \
    --cc=robh+dt@kernel$(echo .)org \
    --cc=rui.zhang@intel$(echo .)com \
    --cc=shawnguo@kernel$(echo .)org \
    --cc=will.deacon@arm$(echo .)com \
    /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