All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Cc: rui.zhang@intel.com, edubezval@gmail.com,
	linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, mark.rutland@arm.com,
	devicetree@vger.kernel.org, yamada.masahiro@socionext.com,
	masami.hiramatsu@linaro.org, jaswinder.singh@linaro.org
Subject: Re: [PATCH 2/4] dt-bindings: thermal: add binding documentation for UniPhier thermal monitor
Date: Mon, 5 Jun 2017 12:28:36 -0500	[thread overview]
Message-ID: <20170605172836.pxfctpqdyvbiiucv@rob-hp-laptop> (raw)
In-Reply-To: <1496049345-14649-3-git-send-email-hayashi.kunihiko@socionext.com>

On Mon, May 29, 2017 at 06:15:43PM +0900, Kunihiko Hayashi wrote:
> Add devicetree binding documentation for thermal monitor implemented on
> Socionext UniPhier SoCs.
> 
> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
> ---
>  .../bindings/thermal/uniphier-thermal.txt          | 54 ++++++++++++++++++++++
>  1 file changed, 54 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/thermal/uniphier-thermal.txt

Acked-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 2/4] dt-bindings: thermal: add binding documentation for UniPhier thermal monitor
Date: Mon, 5 Jun 2017 12:28:36 -0500	[thread overview]
Message-ID: <20170605172836.pxfctpqdyvbiiucv@rob-hp-laptop> (raw)
In-Reply-To: <1496049345-14649-3-git-send-email-hayashi.kunihiko@socionext.com>

On Mon, May 29, 2017 at 06:15:43PM +0900, Kunihiko Hayashi wrote:
> Add devicetree binding documentation for thermal monitor implemented on
> Socionext UniPhier SoCs.
> 
> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
> ---
>  .../bindings/thermal/uniphier-thermal.txt          | 54 ++++++++++++++++++++++
>  1 file changed, 54 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/thermal/uniphier-thermal.txt

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

  reply	other threads:[~2017-06-05 17:28 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-29  9:15 [PATCH 0/4] add UniPhier thermal support Kunihiko Hayashi
2017-05-29  9:15 ` Kunihiko Hayashi
2017-05-29  9:15 ` [PATCH 1/4] thermal: uniphier: add UniPhier thermal driver Kunihiko Hayashi
2017-05-29  9:15   ` Kunihiko Hayashi
2017-05-29  9:15   ` Kunihiko Hayashi
2017-05-29 10:23   ` Keerthy
2017-05-29 10:23     ` Keerthy
2017-05-29 10:23     ` Keerthy
2017-05-30  2:47     ` Kunihiko Hayashi
2017-05-30  2:47       ` Kunihiko Hayashi
2017-05-30  2:47       ` Kunihiko Hayashi
2017-05-30  3:21       ` Keerthy
2017-05-30  3:21         ` Keerthy
2017-05-30  3:21         ` Keerthy
2017-05-30  4:09         ` Kunihiko Hayashi
2017-05-30  4:09           ` Kunihiko Hayashi
2017-05-30  4:09           ` Kunihiko Hayashi
2017-05-29 16:48   ` Eduardo Valentin
2017-05-29 16:48     ` Eduardo Valentin
2017-05-30  9:21     ` Kunihiko Hayashi
2017-05-30  9:21       ` Kunihiko Hayashi
2017-06-05  8:42       ` Masahiro Yamada
2017-06-05  8:42         ` Masahiro Yamada
2017-06-05  8:42         ` Masahiro Yamada
2017-05-29  9:15 ` [PATCH 2/4] dt-bindings: thermal: add binding documentation for UniPhier thermal monitor Kunihiko Hayashi
2017-05-29  9:15   ` Kunihiko Hayashi
2017-06-05 17:28   ` Rob Herring [this message]
2017-06-05 17:28     ` Rob Herring
2017-06-06  2:46   ` Masahiro Yamada
2017-06-06  2:46     ` Masahiro Yamada
2017-05-29  9:15 ` [PATCH 3/4] ARM: dts: uniphier: add nodes of thermal monitor and thermal zone for PXs2 Kunihiko Hayashi
2017-05-29  9:15   ` Kunihiko Hayashi
2017-05-29 16:30   ` Eduardo Valentin
2017-05-29 16:30     ` Eduardo Valentin
2017-05-30  9:25     ` Kunihiko Hayashi
2017-05-30  9:25       ` Kunihiko Hayashi
2017-05-30  9:25       ` Kunihiko Hayashi
2017-05-29  9:15 ` [PATCH 4/4] arm64: dts: uniphier: add nodes of thermal monitor and thermal zone for LD20 Kunihiko Hayashi
2017-05-29  9:15   ` Kunihiko Hayashi
2017-06-06  3:04   ` Masahiro Yamada
2017-06-06  3:04     ` Masahiro Yamada

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=20170605172836.pxfctpqdyvbiiucv@rob-hp-laptop \
    --to=robh@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=edubezval@gmail.com \
    --cc=hayashi.kunihiko@socionext.com \
    --cc=jaswinder.singh@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=masami.hiramatsu@linaro.org \
    --cc=rui.zhang@intel.com \
    --cc=yamada.masahiro@socionext.com \
    /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.