Re: [PATCH v2 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-18 Thread Markus Mayer
On 15 November 2013 20:27, Guenter Roeck wrote: > On 11/15/2013 12:58 PM, Markus Mayer wrote: >> >> This commit adds support for the watchdog timer used on the BCM281xx >> family of SoCs. >> >> Signed-off-by: Markus Mayer > > > You are using two different e-mail addresses, the one here and the on

Re: [PATCH v2 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-15 Thread Guenter Roeck
On 11/15/2013 12:58 PM, Markus Mayer wrote: This commit adds support for the watchdog timer used on the BCM281xx family of SoCs. Signed-off-by: Markus Mayer You are using two different e-mail addresses, the one here and the one in MODULE_AUTHOR. Any chance to use only one ? Of course, there

Re: [PATCH v2 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-15 Thread One Thousand Gnomes
> > + > > +#define BCM_KONA_WDT_NAME "bcm-kona-wdt" > > I just noticed that this should be "bcm_kona_wdt" instead. Otherwise looks good. Alan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majord

Re: [PATCH v2 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-15 Thread Markus Mayer
On 15 November 2013 12:58, Markus Mayer wrote: > This commit adds support for the watchdog timer used on the BCM281xx > family of SoCs. > > Signed-off-by: Markus Mayer > Reviewed-by: Matt Porter > --- > drivers/watchdog/Kconfig| 22 +++ > drivers/watchdog/Makefile |1 + > dr

[PATCH v2 1/2] watchdog: bcm281xx: Watchdog Driver

2013-11-15 Thread Markus Mayer
This commit adds support for the watchdog timer used on the BCM281xx family of SoCs. Signed-off-by: Markus Mayer Reviewed-by: Matt Porter --- drivers/watchdog/Kconfig| 22 +++ drivers/watchdog/Makefile |1 + drivers/watchdog/bcm_kona_wdt.c | 367