Jude, Naidu, On Thu, Nov 20, 2014 at 5:02 AM, <jude.abraham@xxxxxxxxxx> wrote: > From: Jude Abraham <Jude.Abraham@xxxxxxxxxx> > > This commit adds support for ImgTec PowerDown Controller Watchdog Timer. > > Signed-off-by: Jude Abraham <Jude.Abraham@xxxxxxxxxx> > Signed-off-by: Naidu Tellapati <Naidu.Tellapati@xxxxxxxxxx> Reviewed-by: Andrew Bresticker <abrestic@xxxxxxxxxxxx> Two small comments you may want to fix if you need to re-spin the series though: > +static struct watchdog_info pdc_wdt_info = { > + .options = WDIOF_SETTIMEOUT | > + WDIOF_KEEPALIVEPING | > + WDIOF_MAGICCLOSE, > + .identity = "IMG PDC Watchdog", > +}; Inconsistent spacing. > + ret = watchdog_init_timeout(&pdc_wdt->wdt_dev, timeout, &pdev->dev); > + if (ret < 0) > + pdc_wdt->wdt_dev.timeout = pdc_wdt->wdt_dev.max_timeout; Maybe print an error here? -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html