From: plagnioj@jcrosoft.com (Jean-Christophe PLAGNIOL-VILLARD)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/11] watchdog/at91sam9_wdt: use watchdog framework, support DT
Date: Fri, 16 Nov 2012 14:50:43 +0100 [thread overview]
Message-ID: <20121116135043.GI4398@game.jcrosoft.org> (raw)
In-Reply-To: <1352877369-19740-1-git-send-email-wenyou.yang@atmel.com>
On 15:15 Wed 14 Nov , Wenyou Yang wrote:
> Hi, All
>
> The patch series is intended to convert to use the watchdog framework,
> and add support to device tree.
> It has been tested on sam9m10g45ek, sam9g20ek, sam9263ek and sam9g25ek.
you need to check Fabio wrok which is present on the ML for a while and was
reviewed and binding too
Best Regards,
J.
>
> It is based on v3.7-rc5.
>
> Best Regards
> Wenyou Yang
>
> Wenyou Yang (11):
> watchdog/at91sam9_wdt: remove the file_operations struct
> watchdog/at91sam9_wdt: change the at91wdt_private struct to the
> at91wdt_drvdata struct
> watchdog/at91sam9_wdt: change the wdt_read and wdt_write macro to the
> inline function
> watchdog/at91sam9_wdt: change "at91_wdt_settimeout" function name to
> "at91wdt_enable"
> watchdog/at91sam9_wdt: add to use the watchdog framework
> watchdog/at91sam9_wdt: change the timer function name
> watchdog/at91sam9_wdt: add nowayout helpers to Watchdog Timer Driver
> Kernel API
> watchdog/at91sam9_wdt: use module_platform_driver()
> watchdog/at91sam9_wdt: add support to device tree
> watchdog/at91sam9_wdt: using dev_info replaces pr_info, dev_crit
> repalces pr_crit
> ARM: dts: add the watchdog nodes for atmel SoC
>
> .../devicetree/bindings/watchdog/atmel-wdt.txt | 14 +
> arch/arm/boot/dts/at91sam9260.dtsi | 6 +
> arch/arm/boot/dts/at91sam9263.dtsi | 6 +
> arch/arm/boot/dts/at91sam9263ek.dts | 4 +
> arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 4 +
> arch/arm/boot/dts/at91sam9g25ek.dts | 4 +
> arch/arm/boot/dts/at91sam9g45.dtsi | 5 +
> arch/arm/boot/dts/at91sam9m10g45ek.dts | 4 +
> arch/arm/boot/dts/at91sam9n12.dtsi | 6 +
> arch/arm/boot/dts/at91sam9n12ek.dts | 4 +
> arch/arm/boot/dts/at91sam9x5.dtsi | 6 +
> drivers/watchdog/Kconfig | 1 +
> drivers/watchdog/at91sam9_wdt.c | 294 ++++++++------------
> 13 files changed, 185 insertions(+), 173 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/watchdog/atmel-wdt.txt
>
> --
> 1.7.9.5
>
next prev parent reply other threads:[~2012-11-16 13:50 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-14 7:15 [PATCH 00/11] watchdog/at91sam9_wdt: use watchdog framework, support DT Wenyou Yang
2012-11-14 7:15 ` [PATCH 01/11] watchdog/at91sam9_wdt: remove the file_operations struct Wenyou Yang
2012-11-16 13:54 ` Jean-Christophe PLAGNIOL-VILLARD
2012-12-04 3:26 ` Yang, Wenyou
2012-12-04 7:59 ` ludovic.desroches
2012-12-04 8:07 ` Yang, Wenyou
2012-11-14 7:16 ` [PATCH 02/11] watchdog/at91sam9_wdt: change the at91wdt_private struct to the at91wdt_drvdata struct Wenyou Yang
2012-11-14 7:16 ` [PATCH 03/11] watchdog/at91sam9_wdt: change the wdt_read and wdt_write macro to the inline function Wenyou Yang
2012-11-16 13:49 ` Jean-Christophe PLAGNIOL-VILLARD
2012-12-04 3:13 ` Yang, Wenyou
2012-11-14 7:16 ` [PATCH 04/11] watchdog/at91sam9_wdt: change "at91_wdt_settimeout" function name to "at91wdt_enable" Wenyou Yang
2012-11-14 7:16 ` [PATCH 05/11] watchdog/at91sam9_wdt: add to use the watchdog framework Wenyou Yang
2012-11-14 7:16 ` [PATCH 06/11] watchdog/at91sam9_wdt: change the timer function name Wenyou Yang
2012-11-14 7:16 ` [PATCH 07/11] watchdog/at91sam9_wdt: add nowayout helpers to Watchdog Timer Driver Kernel API Wenyou Yang
2012-11-14 7:16 ` [PATCH 08/11] watchdog/at91sam9_wdt: use module_platform_driver() Wenyou Yang
2012-11-14 7:16 ` [PATCH 09/11] watchdog/at91sam9_wdt: add support to device tree Wenyou Yang
2012-11-16 13:56 ` Nicolas Ferre
2012-11-14 7:16 ` [PATCH 10/11] watchdog/at91sam9_wdt: using dev_info replaces pr_info, dev_crit repalces pr_crit Wenyou Yang
2012-11-14 7:16 ` [PATCH 11/11] ARM: dts: add the watchdog nodes for atmel SoC Wenyou Yang
2012-11-16 13:50 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-12-04 3:12 ` [PATCH 00/11] watchdog/at91sam9_wdt: use watchdog framework, support DT Yang, Wenyou
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=20121116135043.GI4398@game.jcrosoft.org \
--to=plagnioj@jcrosoft.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).