Re: [RESEND][PATCH] watchdog: add support for Sigma Designs SMP86xx

2015-11-13 Thread Guenter Roeck
On 11/13/2015 05:14 AM, Mans Rullgard wrote: This adds support for the Sigma Designs SMP86xx family built-in watchdog. Signed-off-by: Mans Rullgard --- drivers/watchdog/Kconfig | 7 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/tangox_wdt.c | 185

Re: [RESEND][PATCH] watchdog: add support for Sigma Designs SMP86xx

2015-11-13 Thread Guenter Roeck
On 11/13/2015 10:02 AM, Måns Rullgård wrote: +static const struct of_device_id tangox_wdt_dt_ids[] = { + { .compatible = "sigma,smp8642-wdt" }, So this is really for smp8642 only, not for any other chips in the series ? It's for about a dozen SMP86xx, SMP87xx, and SMP89xx chips.

Re: [RESEND][PATCH] watchdog: add support for Sigma Designs SMP86xx

2015-11-13 Thread Måns Rullgård
Guenter Roeck writes: +config TANGOX_WDT + tristate "SMP86xx watchdog" + select WATCHDOG_CORE + depends on ARCH_TANGOX + help +Watchdog driver for Sigma Designs SMP86xx. >>> >>> Not really; it is for SMP8642, and we don't know if other (later ?) chips >>>

Re: [RESEND][PATCH] watchdog: add support for Sigma Designs SMP86xx

2015-11-13 Thread Guenter Roeck
On 11/13/2015 08:53 AM, Måns Rullgård wrote: Guenter Roeck writes: On 11/13/2015 05:14 AM, Mans Rullgard wrote: This adds support for the Sigma Designs SMP86xx family built-in watchdog. Signed-off-by: Mans Rullgard --- drivers/watchdog/Kconfig | 7 ++ drivers/watchdog/Makefile

Re: [RESEND][PATCH] watchdog: add support for Sigma Designs SMP86xx

2015-11-13 Thread Måns Rullgård
Guenter Roeck writes: > On 11/13/2015 05:14 AM, Mans Rullgard wrote: >> This adds support for the Sigma Designs SMP86xx family built-in >> watchdog. >> >> Signed-off-by: Mans Rullgard >> --- >> drivers/watchdog/Kconfig | 7 ++ >> drivers/watchdog/Makefile | 1 + >>

Re: [RESEND][PATCH] watchdog: add support for Sigma Designs SMP86xx

2015-11-13 Thread Guenter Roeck
On 11/13/2015 05:14 AM, Mans Rullgard wrote: This adds support for the Sigma Designs SMP86xx family built-in watchdog. Signed-off-by: Mans Rullgard --- drivers/watchdog/Kconfig | 7 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/tangox_wdt.c | 185

[RESEND][PATCH] watchdog: add support for Sigma Designs SMP86xx

2015-11-13 Thread Mans Rullgard
This adds support for the Sigma Designs SMP86xx family built-in watchdog. Signed-off-by: Mans Rullgard --- drivers/watchdog/Kconfig | 7 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/tangox_wdt.c | 185 ++ 3 files changed, 193

Re: [RESEND][PATCH] watchdog: add support for Sigma Designs SMP86xx

2015-11-13 Thread Måns Rullgård
Guenter Roeck writes: > On 11/13/2015 05:14 AM, Mans Rullgard wrote: >> This adds support for the Sigma Designs SMP86xx family built-in >> watchdog. >> >> Signed-off-by: Mans Rullgard >> --- >> drivers/watchdog/Kconfig | 7 ++ >>

Re: [RESEND][PATCH] watchdog: add support for Sigma Designs SMP86xx

2015-11-13 Thread Guenter Roeck
On 11/13/2015 05:14 AM, Mans Rullgard wrote: This adds support for the Sigma Designs SMP86xx family built-in watchdog. Signed-off-by: Mans Rullgard --- drivers/watchdog/Kconfig | 7 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/tangox_wdt.c | 185

Re: [RESEND][PATCH] watchdog: add support for Sigma Designs SMP86xx

2015-11-13 Thread Måns Rullgård
Guenter Roeck writes: +config TANGOX_WDT + tristate "SMP86xx watchdog" + select WATCHDOG_CORE + depends on ARCH_TANGOX + help +Watchdog driver for Sigma Designs SMP86xx. >>> >>> Not really; it is for SMP8642, and we don't know if other

Re: [RESEND][PATCH] watchdog: add support for Sigma Designs SMP86xx

2015-11-13 Thread Guenter Roeck
On 11/13/2015 10:02 AM, Måns Rullgård wrote: +static const struct of_device_id tangox_wdt_dt_ids[] = { + { .compatible = "sigma,smp8642-wdt" }, So this is really for smp8642 only, not for any other chips in the series ? It's for about a dozen SMP86xx, SMP87xx, and SMP89xx chips.

Re: [RESEND][PATCH] watchdog: add support for Sigma Designs SMP86xx

2015-11-13 Thread Guenter Roeck
On 11/13/2015 08:53 AM, Måns Rullgård wrote: Guenter Roeck writes: On 11/13/2015 05:14 AM, Mans Rullgard wrote: This adds support for the Sigma Designs SMP86xx family built-in watchdog. Signed-off-by: Mans Rullgard --- drivers/watchdog/Kconfig |

Re: [RESEND][PATCH] watchdog: add support for Sigma Designs SMP86xx

2015-11-13 Thread Guenter Roeck
On 11/13/2015 05:14 AM, Mans Rullgard wrote: This adds support for the Sigma Designs SMP86xx family built-in watchdog. Signed-off-by: Mans Rullgard --- drivers/watchdog/Kconfig | 7 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/tangox_wdt.c | 185

[RESEND][PATCH] watchdog: add support for Sigma Designs SMP86xx

2015-11-13 Thread Mans Rullgard
This adds support for the Sigma Designs SMP86xx family built-in watchdog. Signed-off-by: Mans Rullgard --- drivers/watchdog/Kconfig | 7 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/tangox_wdt.c | 185 ++ 3 files