From: "Heiko Stübner" <heiko@sntech.de>
To: Guenter Roeck <linux@roeck-us.net>
Cc: linux-watchdog@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Wim Van Sebroeck <wim@iguana.be>,
linux-samsung-soc@vger.kernel.org,
Tomasz Figa <t.figa@samsung.com>,
Mike Turquette <mturquette@linaro.org>
Subject: [RFC PATCH 0/3] ARM: restart-notifier support for some architectures
Date: Sun, 06 Jul 2014 20:42:16 +0200 [thread overview]
Message-ID: <1531376.ijR0PPyvmJ@diego> (raw)
This series provides restart-notifier integration for the architectures
I care about - S3C24XX and Rockchip.
It of course depends on "kernel: Add support for restart notifier call chain"
from Guenter Roeck.
Samsung machines can generally be reset using their watchdog, but some
also provide a special software-reset register in their system controller.
The rockchip reset integration of course also depends on the core clock
support series, currently still under review.
Heiko Stuebner (3):
watchdog: s3c2410: add restart notifier
clk: samsung: register restart notifiers for s3c2412 and s3c2443
clk: rockchip: add restart notifier
drivers/clk/rockchip/clk-rk3188.c | 2 ++
drivers/clk/rockchip/clk-rk3288.c | 2 ++
drivers/clk/rockchip/clk.c | 23 +++++++++++++++++++++++
drivers/clk/rockchip/clk.h | 1 +
drivers/clk/samsung/clk-s3c2412.c | 28 ++++++++++++++++++++++++++++
drivers/clk/samsung/clk-s3c2443.c | 18 ++++++++++++++++++
drivers/watchdog/s3c2410_wdt.c | 33 +++++++++++++++++++++++++++++++++
7 files changed, 107 insertions(+)
--
1.9.0
WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 0/3] ARM: restart-notifier support for some architectures
Date: Sun, 06 Jul 2014 20:42:16 +0200 [thread overview]
Message-ID: <1531376.ijR0PPyvmJ@diego> (raw)
This series provides restart-notifier integration for the architectures
I care about - S3C24XX and Rockchip.
It of course depends on "kernel: Add support for restart notifier call chain"
from Guenter Roeck.
Samsung machines can generally be reset using their watchdog, but some
also provide a special software-reset register in their system controller.
The rockchip reset integration of course also depends on the core clock
support series, currently still under review.
Heiko Stuebner (3):
watchdog: s3c2410: add restart notifier
clk: samsung: register restart notifiers for s3c2412 and s3c2443
clk: rockchip: add restart notifier
drivers/clk/rockchip/clk-rk3188.c | 2 ++
drivers/clk/rockchip/clk-rk3288.c | 2 ++
drivers/clk/rockchip/clk.c | 23 +++++++++++++++++++++++
drivers/clk/rockchip/clk.h | 1 +
drivers/clk/samsung/clk-s3c2412.c | 28 ++++++++++++++++++++++++++++
drivers/clk/samsung/clk-s3c2443.c | 18 ++++++++++++++++++
drivers/watchdog/s3c2410_wdt.c | 33 +++++++++++++++++++++++++++++++++
7 files changed, 107 insertions(+)
--
1.9.0
next reply other threads:[~2014-07-06 18:40 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-06 18:42 Heiko Stübner [this message]
2014-07-06 18:42 ` [RFC PATCH 0/3] ARM: restart-notifier support for some architectures Heiko Stübner
2014-07-06 18:42 ` [RFC PATCH 1/3] watchdog: s3c2410: add restart notifier Heiko Stübner
2014-07-06 18:42 ` Heiko Stübner
2014-07-08 14:21 ` Tomasz Figa
2014-07-08 14:21 ` Tomasz Figa
2014-07-08 16:21 ` Guenter Roeck
2014-07-08 16:21 ` Guenter Roeck
2014-07-06 18:43 ` [RFC PATCH 2/3] clk: samsung: register restart notifiers for s3c2412 and s3c2443 Heiko Stübner
2014-07-06 18:43 ` Heiko Stübner
2014-07-08 14:24 ` Tomasz Figa
2014-07-08 14:24 ` Tomasz Figa
2014-07-08 16:23 ` Guenter Roeck
2014-07-08 16:23 ` Guenter Roeck
2014-07-06 18:43 ` [RFC PATCH 3/3] clk: rockchip: add restart notifier Heiko Stübner
2014-07-06 18:43 ` Heiko Stübner
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=1531376.ijR0PPyvmJ@diego \
--to=heiko@sntech.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=mturquette@linaro.org \
--cc=t.figa@samsung.com \
--cc=wim@iguana.be \
/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.