All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] parse watchdog node to read PMU registers addresses
@ 2013-07-24  9:38 Leela Krishna Amudala
  2013-07-24  9:38 ` [PATCH 1/3] watchdog: s3c2410_wdt: parse watchdog dt node to read PMU registers adresses Leela Krishna Amudala
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Leela Krishna Amudala @ 2013-07-24  9:38 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: kgene.kim, dianders, jg1.han, t.figa, sachin.kamat

This patch set does the following things
	- add the clock entries to watchdog node.
	- parse the watchdog device node to read pmu wdt sys registers
	  addresses and do mask/unmask enable/disable of WDT in probe
	  and s2r scenarios.

This patch set is rebased on Kgene's for-next branch and is dependent on
http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg20582.html

Note: Tested WDT reset on SMDK5420.

Leela Krishna Amudala (3):
  watchdog: s3c2410_wdt: parse watchdog dt node to read PMU registers
    adresses
  ARM: exynos5420: dt: add clock entries to watchdog node
  ARM: dts: exynos: add PMU registers addresses and mask bit to
    watchdog node

 .../devicetree/bindings/watchdog/samsung-wdt.txt   |   14 ++++-
 arch/arm/boot/dts/exynos5.dtsi                     |    2 +-
 arch/arm/boot/dts/exynos5420.dtsi                  |    7 +++
 drivers/watchdog/s3c2410_wdt.c                     |   56 ++++++++++++++++++++
 4 files changed, 77 insertions(+), 2 deletions(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2013-08-10 21:32 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-24  9:38 [PATCH 0/3] parse watchdog node to read PMU registers addresses Leela Krishna Amudala
2013-07-24  9:38 ` [PATCH 1/3] watchdog: s3c2410_wdt: parse watchdog dt node to read PMU registers adresses Leela Krishna Amudala
2013-07-24 12:39   ` Kukjin Kim
2013-07-25 10:27   ` Tomasz Figa
2013-07-26  0:32     ` Doug Anderson
2013-08-10 21:32       ` Olof Johansson
2013-07-24  9:38 ` [PATCH 2/3] ARM: exynos5420: dt: add clock entries to watchdog node Leela Krishna Amudala
2013-07-24  9:48   ` Sachin Kamat
2013-07-24  9:54     ` Tomasz Figa
2013-07-24 10:01       ` Sachin Kamat
2013-07-24 10:44         ` Leela Krishna Amudala
2013-07-24 11:12         ` Tomasz Figa
2013-07-24 11:21           ` Sachin Kamat
2013-07-24 11:56             ` Kukjin Kim
2013-07-24 14:09               ` Tomasz Figa
2013-07-24 14:52                 ` Sylwester Nawrocki
2013-07-24 15:23                   ` Tomasz Figa
2013-07-24 14:14             ` Tomasz Figa
2013-07-25 18:18               ` Stephen Warren
2013-07-24  9:38 ` [PATCH 3/3] ARM: dts: exynos: add PMU registers addresses and mask bit " Leela Krishna Amudala
2013-07-24  9:46   ` Sachin Kamat
2013-07-24 10:54     ` Leela Krishna Amudala
2013-07-24 11:00       ` Sachin Kamat

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.