Re: [PATCH v4] watchdog: Add MOXA ART watchdog driver

2013-07-21 Thread Guenter Roeck
On Fri, Jul 19, 2013 at 12:23:22PM +0200, Jonas Jensen wrote: > Add watchdog driver for MOXA ART SoCs. > > Signed-off-by: Jonas Jensen > --- > > Notes: > v4 should fix remaining issues pointed out by Guenter. > > Changes since v3: > > 1. remove unnecessary header includes:

Re: [PATCH v4] watchdog: Add MOXA ART watchdog driver

2013-07-20 Thread Arnd Bergmann
On Friday 19 July 2013, Jonas Jensen wrote: > diff --git > a/Documentation/devicetree/bindings/watchdog/moxa,moxart-watchdog.txt > b/Documentation/devicetree/bindings/watchdog/moxa,moxart-watchdog.txt > new file mode 100644 > index 000..5507f2b > --- /dev/null > +++ b/Documentation/devicetree

[PATCH v4] watchdog: Add MOXA ART watchdog driver

2013-07-19 Thread Jonas Jensen
Add watchdog driver for MOXA ART SoCs. Signed-off-by: Jonas Jensen --- Notes: v4 should fix remaining issues pointed out by Guenter. Changes since v3: 1. remove unnecessary header includes: linux/of.h linux/of_address.h linux/err.h linux/init.h