From: santosh.shilimkar@ti.com (Santosh Shilimkar)
To: linux-arm-kernel@lists.infradead.org
Subject: [Patch v3 0/5] Introduce keystone reset driver
Date: Mon, 19 May 2014 11:07:24 -0400 [thread overview]
Message-ID: <537A1E2C.8040102@ti.com> (raw)
In-Reply-To: <1400495155-11136-1-git-send-email-ivan.khoronzhuk@ti.com>
On Monday 19 May 2014 06:25 AM, Ivan Khoronzhuk wrote:
> These patches introduce keystone reset driver.
>
> The keystone SoC can be rebooted in several ways. By external reset
> pin, by soft and by watchdogs. This driver allows software reset and reset
> by one of the watchdogs. Also added opportunity to set soft/hard reset type.
>
> Based on v3.15-rc5
>
Arnd,
Can I have have your ack/reviewed-by please since you did gave few comments
on previous version.
Dmitry, David W,
Are you ok to get the drivers/power/reset/ related changes merged via arm-soc
tree ? If not, we can split the series accordingly.
Am hoping to get the series merged for v3.16 so do let me know your preference
as early as you can.
> v2..v3
> Power: reset: keystone-reset: introduce keystone reset driver
> - no functional changes, only sanity
> Power: reset: add bindings for keystone reset driver
> - corrected WDT numeration in examples
> - extended description of wdt_list property
>
> v1..v2
> - re basedon on v3.15-rc1 without changes
>
> Ivan Khoronzhuk (5):
> Power: reset: keystone-reset: introduce keystone reset driver
> Power: reset: add bindings for keystone reset driver
> ARM: keystone: remove redundant reset stuff
> ARM: dts: keystone: update reset node to work with reset driver
> ARM: keystone: enable reset driver support
>
> .../bindings/power/reset/keystone-reset.txt | 61 ++++++++
> arch/arm/boot/dts/keystone.dtsi | 4 +-
> arch/arm/configs/keystone_defconfig | 3 +
> arch/arm/mach-keystone/keystone.c | 35 -----
> drivers/power/reset/Kconfig | 7 +
> drivers/power/reset/Makefile | 1 +
> drivers/power/reset/keystone-reset.c | 171 +++++++++++++++++++++
> 7 files changed, 246 insertions(+), 36 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/power/reset/keystone-reset.txt
> create mode 100644 drivers/power/reset/keystone-reset.c
>
Regards,
Santosh
WARNING: multiple messages have this Message-ID (diff)
From: Santosh Shilimkar <santosh.shilimkar@ti.com>
To: dbaryshkov@gmail.com, dwmw2@infradead.org,
ijc+devicetree@hellion.org.uk, arnd@arndb.de
Cc: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>,
robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
galak@codeaurora.org, grant.likely@linaro.org,
rdunlap@infradead.org, linux@arm.linux.org.uk,
grygorii.strashko@ti.com, olof@lixom.net, w-kwok2@ti.com,
sboyd@codeaurora.org, devicetree@vger.kernel.org,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [Patch v3 0/5] Introduce keystone reset driver
Date: Mon, 19 May 2014 11:07:24 -0400 [thread overview]
Message-ID: <537A1E2C.8040102@ti.com> (raw)
In-Reply-To: <1400495155-11136-1-git-send-email-ivan.khoronzhuk@ti.com>
On Monday 19 May 2014 06:25 AM, Ivan Khoronzhuk wrote:
> These patches introduce keystone reset driver.
>
> The keystone SoC can be rebooted in several ways. By external reset
> pin, by soft and by watchdogs. This driver allows software reset and reset
> by one of the watchdogs. Also added opportunity to set soft/hard reset type.
>
> Based on v3.15-rc5
>
Arnd,
Can I have have your ack/reviewed-by please since you did gave few comments
on previous version.
Dmitry, David W,
Are you ok to get the drivers/power/reset/ related changes merged via arm-soc
tree ? If not, we can split the series accordingly.
Am hoping to get the series merged for v3.16 so do let me know your preference
as early as you can.
> v2..v3
> Power: reset: keystone-reset: introduce keystone reset driver
> - no functional changes, only sanity
> Power: reset: add bindings for keystone reset driver
> - corrected WDT numeration in examples
> - extended description of wdt_list property
>
> v1..v2
> - re basedon on v3.15-rc1 without changes
>
> Ivan Khoronzhuk (5):
> Power: reset: keystone-reset: introduce keystone reset driver
> Power: reset: add bindings for keystone reset driver
> ARM: keystone: remove redundant reset stuff
> ARM: dts: keystone: update reset node to work with reset driver
> ARM: keystone: enable reset driver support
>
> .../bindings/power/reset/keystone-reset.txt | 61 ++++++++
> arch/arm/boot/dts/keystone.dtsi | 4 +-
> arch/arm/configs/keystone_defconfig | 3 +
> arch/arm/mach-keystone/keystone.c | 35 -----
> drivers/power/reset/Kconfig | 7 +
> drivers/power/reset/Makefile | 1 +
> drivers/power/reset/keystone-reset.c | 171 +++++++++++++++++++++
> 7 files changed, 246 insertions(+), 36 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/power/reset/keystone-reset.txt
> create mode 100644 drivers/power/reset/keystone-reset.c
>
Regards,
Santosh
WARNING: multiple messages have this Message-ID (diff)
From: Santosh Shilimkar <santosh.shilimkar@ti.com>
To: <dbaryshkov@gmail.com>, <dwmw2@infradead.org>,
<ijc+devicetree@hellion.org.uk>, <arnd@arndb.de>
Cc: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>, <robh+dt@kernel.org>,
<pawel.moll@arm.com>, <mark.rutland@arm.com>,
<galak@codeaurora.org>, <grant.likely@linaro.org>,
<rdunlap@infradead.org>, <linux@arm.linux.org.uk>,
<grygorii.strashko@ti.com>, <olof@lixom.net>, <w-kwok2@ti.com>,
<sboyd@codeaurora.org>, <devicetree@vger.kernel.org>,
<linux-doc@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [Patch v3 0/5] Introduce keystone reset driver
Date: Mon, 19 May 2014 11:07:24 -0400 [thread overview]
Message-ID: <537A1E2C.8040102@ti.com> (raw)
In-Reply-To: <1400495155-11136-1-git-send-email-ivan.khoronzhuk@ti.com>
On Monday 19 May 2014 06:25 AM, Ivan Khoronzhuk wrote:
> These patches introduce keystone reset driver.
>
> The keystone SoC can be rebooted in several ways. By external reset
> pin, by soft and by watchdogs. This driver allows software reset and reset
> by one of the watchdogs. Also added opportunity to set soft/hard reset type.
>
> Based on v3.15-rc5
>
Arnd,
Can I have have your ack/reviewed-by please since you did gave few comments
on previous version.
Dmitry, David W,
Are you ok to get the drivers/power/reset/ related changes merged via arm-soc
tree ? If not, we can split the series accordingly.
Am hoping to get the series merged for v3.16 so do let me know your preference
as early as you can.
> v2..v3
> Power: reset: keystone-reset: introduce keystone reset driver
> - no functional changes, only sanity
> Power: reset: add bindings for keystone reset driver
> - corrected WDT numeration in examples
> - extended description of wdt_list property
>
> v1..v2
> - re basedon on v3.15-rc1 without changes
>
> Ivan Khoronzhuk (5):
> Power: reset: keystone-reset: introduce keystone reset driver
> Power: reset: add bindings for keystone reset driver
> ARM: keystone: remove redundant reset stuff
> ARM: dts: keystone: update reset node to work with reset driver
> ARM: keystone: enable reset driver support
>
> .../bindings/power/reset/keystone-reset.txt | 61 ++++++++
> arch/arm/boot/dts/keystone.dtsi | 4 +-
> arch/arm/configs/keystone_defconfig | 3 +
> arch/arm/mach-keystone/keystone.c | 35 -----
> drivers/power/reset/Kconfig | 7 +
> drivers/power/reset/Makefile | 1 +
> drivers/power/reset/keystone-reset.c | 171 +++++++++++++++++++++
> 7 files changed, 246 insertions(+), 36 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/power/reset/keystone-reset.txt
> create mode 100644 drivers/power/reset/keystone-reset.c
>
Regards,
Santosh
next prev parent reply other threads:[~2014-05-19 15:07 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-19 10:25 [Patch v3 0/5] Introduce keystone reset driver Ivan Khoronzhuk
2014-05-19 10:25 ` Ivan Khoronzhuk
2014-05-19 10:25 ` Ivan Khoronzhuk
2014-05-19 10:25 ` [Patch v3 1/5] Power: reset: keystone-reset: introduce " Ivan Khoronzhuk
2014-05-19 10:25 ` Ivan Khoronzhuk
2014-05-19 10:25 ` Ivan Khoronzhuk
2014-05-19 10:25 ` [Patch v3 2/5] Power: reset: add bindings for " Ivan Khoronzhuk
2014-05-19 10:25 ` Ivan Khoronzhuk
2014-05-19 10:25 ` Ivan Khoronzhuk
2014-05-19 10:25 ` [Patch v3 3/5] ARM: keystone: remove redundant reset stuff Ivan Khoronzhuk
2014-05-19 10:25 ` Ivan Khoronzhuk
2014-05-19 10:25 ` Ivan Khoronzhuk
2014-05-19 10:25 ` [Patch v3 4/5] ARM: dts: keystone: update reset node to work with reset driver Ivan Khoronzhuk
2014-05-19 10:25 ` Ivan Khoronzhuk
2014-05-19 10:25 ` Ivan Khoronzhuk
2014-05-19 10:25 ` [Patch v3 5/5] ARM: keystone: enable reset driver support Ivan Khoronzhuk
2014-05-19 10:25 ` Ivan Khoronzhuk
2014-05-19 10:25 ` Ivan Khoronzhuk
2014-05-19 15:07 ` Santosh Shilimkar [this message]
2014-05-19 15:07 ` [Patch v3 0/5] Introduce keystone reset driver Santosh Shilimkar
2014-05-19 15:07 ` Santosh Shilimkar
2014-05-19 17:47 ` Arnd Bergmann
2014-05-19 17:47 ` Arnd Bergmann
2014-05-19 17:47 ` Arnd Bergmann
2014-05-20 13:16 ` Ivan Khoronzhuk
2014-05-20 13:16 ` Ivan Khoronzhuk
2014-05-20 13:16 ` Ivan Khoronzhuk
2014-05-20 13:44 ` Arnd Bergmann
2014-05-20 13:44 ` Arnd Bergmann
2014-05-20 13:44 ` Arnd Bergmann
2014-05-20 13:49 ` Santosh Shilimkar
2014-05-20 13:49 ` Santosh Shilimkar
2014-05-20 13:49 ` Santosh Shilimkar
2014-05-20 18:35 ` Ivan Khoronzhuk
2014-05-20 18:35 ` Ivan Khoronzhuk
2014-05-20 18:35 ` Ivan Khoronzhuk
2014-05-20 19:27 ` Arnd Bergmann
2014-05-20 19:27 ` Arnd Bergmann
2014-05-20 19:27 ` Arnd Bergmann
2014-05-21 14:28 ` Ivan Khoronzhuk
2014-05-21 14:28 ` Ivan Khoronzhuk
2014-05-21 14:28 ` Ivan Khoronzhuk
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=537A1E2C.8040102@ti.com \
--to=santosh.shilimkar@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.