[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <B256D81BAE5131468A838E5D7A2436413A01CE70@penmbx01>
Date: Tue, 4 Dec 2012 03:12:06 +0000
From: "Yang, Wenyou" <Wenyou.Yang@...el.com>
To: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>
CC: "linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"wim@...ana.be" <wim@...ana.be>,
"linux-watchdog@...r.kernel.org" <linux-watchdog@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"Ferre, Nicolas" <Nicolas.FERRE@...el.com>,
"Lin, JM" <JM.Lin@...el.com>
Subject: RE: [PATCH 00/11] watchdog/at91sam9_wdt: use watchdog framework,
support DT
Hi JC
> -----Original Message-----
> From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagnioj@...osoft.com]
> Sent: 2012年11月16日 21:51
> To: Yang, Wenyou
> Cc: linux-arm-kernel@...ts.infradead.org; wim@...ana.be;
> linux-watchdog@...r.kernel.org; linux-kernel@...r.kernel.org; Ferre, Nicolas; Lin,
> JM
> Subject: Re: [PATCH 00/11] watchdog/at91sam9_wdt: use watchdog framework,
> support DT
>
> 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
>
OK, I will do it, thanks.
> Best Regards,
> J.
> >
> > It is based on v3.7-rc5.
> >
> > Best Regards
> > Wenyou Yang
> >
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
> >
Powered by blists - more mailing lists