Re: [PATCH] watchdog: add davinci watchdog driver

2015-06-01 Thread Sascha Hauer
On Sat, May 30, 2015 at 03:03:41PM +0200, Jan Luebbe wrote: > This driver is based on the Linux driver (v4.0). > > Signed-off-by: Jan Luebbe > --- > drivers/watchdog/Kconfig | 6 ++ > drivers/watchdog/Makefile | 1 + > drivers/watchdog/davinci_wdt.c | 172 > ++

[PATCH] watchdog: add davinci watchdog driver

2015-05-30 Thread Jan Luebbe
This driver is based on the Linux driver (v4.0). Signed-off-by: Jan Luebbe --- drivers/watchdog/Kconfig | 6 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/davinci_wdt.c | 172 + 3 files changed, 179 insertions(+) create mode 100644 d

Re: [PATCH] watchdog: add davinci watchdog driver

2015-04-22 Thread Antony Pavlov
On Wed, 22 Apr 2015 12:55:22 +0200 Jan Luebbe wrote: Can we use this driver for davinci's reset_cpu() reimplementation? > This driver is based on the Linux driver (v4.0). > > Signed-off-by: Jan Luebbe > --- > drivers/watchdog/Kconfig | 6 ++ > drivers/watchdog/Makefile | 1 + >

Re: [PATCH] watchdog: add davinci watchdog driver

2015-04-22 Thread Uwe Kleine-König
Hello, just a small nitpick: On Wed, Apr 22, 2015 at 12:55:22PM +0200, Jan Luebbe wrote: > + * 2007 (c) MontaVista Software, Inc. This file is licensed under > + * the terms of the GNU General Public License version 2. This program > + * is licensed "as is" without any warranty of any kind, wheth

[PATCH] watchdog: add davinci watchdog driver

2015-04-22 Thread Jan Luebbe
This driver is based on the Linux driver (v4.0). Signed-off-by: Jan Luebbe --- drivers/watchdog/Kconfig | 6 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/davinci_wdt.c | 172 + 3 files changed, 179 insertions(+) create mode 100644 d