All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Keiji Hayashibara <hayashibara.keiji@socionext.com>
Cc: broonie@kernel.org, mark.rutland@arm.com,
	yamada.masahiro@socionext.com, linux-spi@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	masami.hiramatsu@linaro.org, jaswinder.singh@linaro.org,
	linux-kernel@vger.kernel.org,
	Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Subject: Re: [PATCH v2 1/2] dt-bindings: spi: add DT bindings for UniPhier SPI controller
Date: Mon, 30 Jul 2018 15:47:05 -0600	[thread overview]
Message-ID: <20180730214705.GA25882@rob-hp-laptop> (raw)
In-Reply-To: <1532588943-19481-2-git-send-email-hayashibara.keiji@socionext.com>

On Thu, Jul 26, 2018 at 04:09:02PM +0900, Keiji Hayashibara wrote:
> From: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
> 
> Add DT bindings for SPI controller implemented in UniPhier SoCs.
> 
> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
> Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>
> ---
>  .../devicetree/bindings/spi/spi-uniphier.txt       | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/spi/spi-uniphier.txt

Please add acks/reviewed-bys when posting new versions.

Rob

WARNING: multiple messages have this Message-ID (diff)
From: robh@kernel.org (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/2] dt-bindings: spi: add DT bindings for UniPhier SPI controller
Date: Mon, 30 Jul 2018 15:47:05 -0600	[thread overview]
Message-ID: <20180730214705.GA25882@rob-hp-laptop> (raw)
In-Reply-To: <1532588943-19481-2-git-send-email-hayashibara.keiji@socionext.com>

On Thu, Jul 26, 2018 at 04:09:02PM +0900, Keiji Hayashibara wrote:
> From: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
> 
> Add DT bindings for SPI controller implemented in UniPhier SoCs.
> 
> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
> Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>
> ---
>  .../devicetree/bindings/spi/spi-uniphier.txt       | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/spi/spi-uniphier.txt

Please add acks/reviewed-bys when posting new versions.

Rob

  reply	other threads:[~2018-07-30 21:47 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-26  7:09 [PATCH v2 0/2] add SPI controller driver for UniPhier SoCs Keiji Hayashibara
2018-07-26  7:09 ` Keiji Hayashibara
2018-07-26  7:09 ` [PATCH v2 1/2] dt-bindings: spi: add DT bindings for UniPhier SPI controller Keiji Hayashibara
2018-07-26  7:09   ` Keiji Hayashibara
2018-07-30 21:47   ` Rob Herring [this message]
2018-07-30 21:47     ` Rob Herring
2018-07-30 23:44     ` Keiji Hayashibara
2018-07-30 23:44       ` Keiji Hayashibara
2018-07-26  7:09 ` [PATCH v2 2/2] spi: add SPI controller driver for UniPhier SoC Keiji Hayashibara
2018-07-26  7:09   ` Keiji Hayashibara
2018-07-26  8:46   ` Andy Shevchenko
2018-07-26  8:46     ` Andy Shevchenko
2018-07-26  9:38     ` Keiji Hayashibara
2018-07-26  9:38       ` Keiji Hayashibara
2018-07-26 10:57       ` Radu Pirea
2018-07-26 10:57         ` Radu Pirea
2018-07-30  1:15         ` Keiji Hayashibara
2018-07-30  1:15           ` Keiji Hayashibara
2018-07-30  1:15           ` Keiji Hayashibara
2018-07-26 13:44       ` Andy Shevchenko
2018-07-26 13:44         ` Andy Shevchenko
2018-07-30  1:46         ` Keiji Hayashibara
2018-07-30  1:46           ` Keiji Hayashibara
2018-07-26 17:01     ` Trent Piepho
2018-07-26 17:01       ` Trent Piepho
2018-07-30  5:30       ` Keiji Hayashibara
2018-07-30  5:30         ` Keiji Hayashibara
2018-07-30  5:30         ` Keiji Hayashibara
2018-07-30  8:39         ` Andy Shevchenko
2018-07-30  8:39           ` Andy Shevchenko
2018-07-26  9:12   ` Masahiro Yamada
2018-07-26  9:12     ` Masahiro Yamada
2018-07-26  9:49     ` Keiji Hayashibara
2018-07-26  9:49       ` Keiji Hayashibara

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=20180730214705.GA25882@rob-hp-laptop \
    --to=robh@kernel.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=hayashi.kunihiko@socionext.com \
    --cc=hayashibara.keiji@socionext.com \
    --cc=jaswinder.singh@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=masami.hiramatsu@linaro.org \
    --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.