From: Suman Anna <s-anna@ti.com>
To: Philipp Zabel <p.zabel@pengutronix.de>,
Rob Herring <robh+dt@kernel.org>,
Santosh Shilimkar <ssantosh@kernel.org>
Cc: <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
"Andrew F. Davis" <afd@ti.com>, Tero Kristo <t-kristo@ti.com>,
Nishanth Menon <nm@ti.com>, Dave Gerlach <d-gerlach@ti.com>,
Suman Anna <s-anna@ti.com>
Subject: [PATCH v5 0/2] Add TI SCI Reset Driver
Date: Wed, 24 May 2017 13:09:28 -0500 [thread overview]
Message-ID: <20170524180930.9290-1-s-anna@ti.com> (raw)
Hi Philipp,
This series adds a reset controller driver that uses the TI SCI protocol
to manage resets on some TI SoCs. It is a repost of the previous v4 [1]
submission that has already been acked by Rob and Santosh, but with some
minor changes. This series has been waiting for the ti-sci-pm-domains
series to make it to mainline and because of the dependencies against
a DT header file including the device id values. The ti-sci-pm-domains
series is now merged and available in 4.12-rc1.
The main changes in v5 is to drop the include/dt-bindings/reset/k2g.h
file based on some comments received from Arnd on a similar header usage
in the ti-sci-pm-domains series. The ti-sci-pm-domains usage is being
addressed in [2] and this reset series is refreshed to follow the same
rule and drop the reset header file.
Patches are on top of 4.12-rc1 plus the recent Kconfig name change on
the TI SYSCON reset driver [3].
Rob, Santosh,
I have retained the Acks received from you on v4, but I am not sure
since there are some minor changes to the series. Please provide any
comments if you do not agree with the changes.
regards
Suman
Changes from v4 [1]:
- Removed the include/dt-bindings/reset/k2g.h, and updated the
bindings document
- Minor checkpatch fixes to the driver patch
Changes from v3:
- Addressed Rob Herring's comments
- Added Santosh Shilimkar's Ack
Changes from v2:
- Merged DT binding patch and reset header patch
- Added locking for reset bit mask
Changes from v1:
- Revised dt binding
- CC Linux ARM list
[1] http://marc.info/?l=devicetree&m=147976458332492&w=2
[2] http://marc.info/?l=linux-arm-kernel&m=149547831708124&w=2
[3] https://patchwork.kernel.org/patch/9744909/
Andrew F. Davis (2):
Documentation: dt: reset: Add TI SCI reset binding
reset: Add the TI SCI reset driver
.../devicetree/bindings/reset/ti,sci-reset.txt | 62 +++++
MAINTAINERS | 2 +
drivers/reset/Kconfig | 8 +
drivers/reset/Makefile | 1 +
drivers/reset/reset-ti-sci.c | 269 +++++++++++++++++++++
5 files changed, 342 insertions(+)
create mode 100644 Documentation/devicetree/bindings/reset/ti,sci-reset.txt
create mode 100644 drivers/reset/reset-ti-sci.c
--
2.12.0
next reply other threads:[~2017-05-24 18:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-24 18:09 Suman Anna [this message]
2017-05-24 18:09 ` [PATCH v5 1/2] Documentation: dt: reset: Add TI SCI reset binding Suman Anna
2017-05-24 18:09 ` [PATCH v5 2/2] reset: Add the TI SCI reset driver Suman Anna
2017-06-02 16:45 ` [PATCH v5 0/2] Add TI SCI Reset Driver Suman Anna
2017-06-06 7:51 ` 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=20170524180930.9290-1-s-anna@ti.com \
--to=s-anna@ti.com \
--cc=afd@ti.com \
--cc=d-gerlach@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nm@ti.com \
--cc=p.zabel@pengutronix.de \
--cc=robh+dt@kernel.org \
--cc=ssantosh@kernel.org \
--cc=t-kristo@ti.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
all inboxes | Powered by JetHome®