Re: [PATCH v2 3/3] watchdog: Add tegra watchdog

2014-02-05 Thread Stephen Warren
On 02/03/2014 05:17 PM, Andrew Chew wrote: > Add a driver for the hardware watchdogs in NVIDIA Tegra SoCs (tegra30 and s/tegra30/Tegra30/ > later). This driver will configure one watchdog timer that will reset the > system in the case of a watchdog timeout. > > This driver binds to the

Re: [PATCH v2 3/3] watchdog: Add tegra watchdog

2014-02-05 Thread Stephen Warren
On 02/03/2014 05:17 PM, Andrew Chew wrote: Add a driver for the hardware watchdogs in NVIDIA Tegra SoCs (tegra30 and s/tegra30/Tegra30/ later). This driver will configure one watchdog timer that will reset the system in the case of a watchdog timeout. This driver binds to the

[PATCH v2 3/3] watchdog: Add tegra watchdog

2014-02-03 Thread Andrew Chew
Add a driver for the hardware watchdogs in NVIDIA Tegra SoCs (tegra30 and later). This driver will configure one watchdog timer that will reset the system in the case of a watchdog timeout. This driver binds to the nvidia,tegra30-timer device node and gets its register base from there.

[PATCH v2 3/3] watchdog: Add tegra watchdog

2014-02-03 Thread Andrew Chew
Add a driver for the hardware watchdogs in NVIDIA Tegra SoCs (tegra30 and later). This driver will configure one watchdog timer that will reset the system in the case of a watchdog timeout. This driver binds to the nvidia,tegra30-timer device node and gets its register base from there.