From: Rob Herring <robh@kernel.org>
To: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Philipp Zabel <p.zabel@pengutronix.de>,
linux-arm-kernel@lists.infradead.org,
Lucas Stach <l.stach@pengutronix.de>
Subject: Re: [PATCH v4] reset: Add i.MX7 SRC reset driver
Date: Mon, 27 Feb 2017 14:54:08 -0600 [thread overview]
Message-ID: <20170227205408.ajeu3stjpl45dnqf@rob-hp-laptop> (raw)
In-Reply-To: <20170221161331.17012-1-andrew.smirnov@gmail.com>
On Tue, Feb 21, 2017 at 08:13:31AM -0800, Andrey Smirnov wrote:
> Add reset controller driver exposing various reset faculties,
> implemented by System Reset Controller IP block.
>
> Cc: Lucas Stach <l.stach@pengutronix.de>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: devicetree@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
> ---
>
> Changes since v3 (see [v3]):
>
> - Convert code IMX7_RESET_PCIEPHY to change G_RST and BTNRST
> simultaneously to make all resets be representable as
> signal->bit in signal->offset register
>
> - Convert assert/deassert subroutines to be special cases of a
> common reset subroutine
>
> Changes since v2 (see [v2]):
>
> - Fix typos
>
> - Kconfig/Makefile chagnes account for alphabetical sorting of
> those files
>
> - Remove redundant includes
>
> - Make use of regmap_attach_dev and avoid storing refernce to
> struct *dev in private data
>
> - Change code and headers to expose almost all of the reset
> related bits in SRC IP block
>
> Changes since v1 (see [v1]):
>
> - Various small DT bindings description fixes as per feedback
> from Rob Herring
>
>
> [v1] https://lkml.org/lkml/2017/2/6/554
> [v2] https://lkml.org/lkml/2017/2/13/488
> [v3] https://lkml.org/lkml/2017/2/20/344
>
>
> .../devicetree/bindings/reset/fsl,imx7-src.txt | 47 ++++++
Acked-by: Rob Herring <robh@kernel.org>
> drivers/reset/Kconfig | 8 ++
> drivers/reset/Makefile | 2 +
> drivers/reset/reset-imx7.c | 158 +++++++++++++++++++++
> include/dt-bindings/reset/imx7-reset.h | 62 ++++++++
> 5 files changed, 277 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/reset/fsl,imx7-src.txt
> create mode 100644 drivers/reset/reset-imx7.c
> create mode 100644 include/dt-bindings/reset/imx7-reset.h
next prev parent reply other threads:[~2017-02-27 20:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-21 16:13 [PATCH v4] reset: Add i.MX7 SRC reset driver Andrey Smirnov
2017-02-27 20:54 ` Rob Herring [this message]
2017-02-28 14:38 ` Philipp Zabel
2017-02-28 19:46 ` Andrey Smirnov
[not found] ` <CAHQ1cqG4VSr=E1U4CpruYtvzXK0xcJTow0VwurP1S4_Hi-TJzg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-01 8:53 ` 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=20170227205408.ajeu3stjpl45dnqf@rob-hp-laptop \
--to=robh@kernel.org \
--cc=andrew.smirnov@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=l.stach@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=p.zabel@pengutronix.de \
/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