mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/3] provide watchdog support on ar9344 SoC
@ 2017-11-22 15:38 Oleksij Rempel
  2017-11-22 15:38 ` [PATCH v2 1/3] watchdog: add ar9344-wdt driver Oleksij Rempel
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Oleksij Rempel @ 2017-11-22 15:38 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

This patch set is providing watchdog driver for QCA/Atheros AR9344 WiSoC

changes v2:
- spell fixes
- remove casting from container_of
- release priv if dev_request_mem_resource filed
- provide error message if clk_get filed

Oleksij Rempel (3):
  watchdog: add ar9344-wdt driver
  MIPS: dts: ar9344: add watchdog node
  MIPS: dts: tl_wdr4300: enable watchdog node

 arch/mips/dts/ar9344-tl-wdr4300-v1.7.dts |   4 +
 arch/mips/dts/ar9344.dtsi                |   7 ++
 drivers/watchdog/Kconfig                 |   6 ++
 drivers/watchdog/Makefile                |   1 +
 drivers/watchdog/ar9344_wdt.c            | 138 +++++++++++++++++++++++++++++++
 5 files changed, 156 insertions(+)
 create mode 100644 drivers/watchdog/ar9344_wdt.c

-- 
2.7.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2017-11-24  8:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-22 15:38 [PATCH v2 0/3] provide watchdog support on ar9344 SoC Oleksij Rempel
2017-11-22 15:38 ` [PATCH v2 1/3] watchdog: add ar9344-wdt driver Oleksij Rempel
2017-11-22 17:12   ` Sam Ravnborg
2017-11-22 15:39 ` [PATCH v2 2/3] MIPS: dts: ar9344: add watchdog node Oleksij Rempel
2017-11-22 15:39 ` [PATCH v2 3/3] MIPS: dts: tl_wdr4300: enable " Oleksij Rempel
2017-11-24  8:25 ` [PATCH v2 0/3] provide watchdog support on ar9344 SoC Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox