From: Rob Herring <robh@kernel.org>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: linux-kernel@vger.kernel.org,
Philipp Zabel <p.zabel@pengutronix.de>,
devicetree@vger.kernel.org, Guenter Roeck <linux@roeck-us.net>,
"David S. Miller" <davem@davemloft.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-arm-kernel@lists.infradead.org,
Geert Uytterhoeven <geert@linux-m68k.org>,
Mark Rutland <mark.rutland@arm.com>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH v3] reset: uniphier: add reset controller driver for UniPhier SoCs
Date: Thu, 4 Aug 2016 12:05:33 -0500 [thread overview]
Message-ID: <20160804170533.GA11467@rob-hp-laptop> (raw)
In-Reply-To: <1470111510-21247-1-git-send-email-yamada.masahiro@socionext.com>
On Tue, Aug 02, 2016 at 01:18:29PM +0900, Masahiro Yamada wrote:
> This is the initial commit for UniPhier reset controller driver.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
> Changes in v3:
> - Fix examples in binding document to add specific compatible string
> - Assign each reset signal with a separate ID
> - Simplify reset_control operations
> - Unify to a single file because code is short enough now.
>
> Changes in v2:
> Changes suggested by Philipp Zabel:
> - Unify multiple module_platform_driver() boilerplates into one
> - Unify tiny driver code and decrease the number of files
> - Invert the logic of .deassert_val, changing it into .assert_val
> - Show error code when failed to get regmap
> - Add a binding document
> - Support more reset signals
>
> .../devicetree/bindings/reset/uniphier-reset.txt | 93 +++++
Acked-by: Rob Herring <robh@kernel.org>
> MAINTAINERS | 1 +
> drivers/reset/Kconfig | 10 +
> drivers/reset/Makefile | 1 +
> drivers/reset/reset-uniphier.c | 440 +++++++++++++++++++++
> 5 files changed, 545 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/reset/uniphier-reset.txt
> create mode 100644 drivers/reset/reset-uniphier.c
next prev parent reply other threads:[~2016-08-04 17:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-02 4:18 [PATCH v3] reset: uniphier: add reset controller driver for UniPhier SoCs Masahiro Yamada
2016-08-04 17:05 ` Rob Herring [this message]
[not found] ` <1470111510-21247-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
2016-08-05 9:06 ` Philipp Zabel
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=20160804170533.GA11467@rob-hp-laptop \
--to=robh@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=geert@linux-m68k.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=mark.rutland@arm.com \
--cc=p.zabel@pengutronix.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox