Re: [PATCH v3 1/1] watchdog: Add tegra watchdog

2014-02-06 Thread Stephen Warren
On 02/05/2014 08:38 PM, Andrew Chew wrote: > 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

Re: [PATCH v3 1/1] watchdog: Add tegra watchdog

2014-02-06 Thread Stephen Warren
On 02/05/2014 08:38 PM, Andrew Chew wrote: 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

Re: [PATCH v3 1/1] watchdog: Add tegra watchdog

2014-02-05 Thread Guenter Roeck
On 02/05/2014 07:38 PM, Andrew Chew wrote: 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

[PATCH v3 1/1] watchdog: Add tegra watchdog

2014-02-05 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 v3 1/1] watchdog: Add tegra watchdog

2014-02-05 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.

Re: [PATCH v3 1/1] watchdog: Add tegra watchdog

2014-02-05 Thread Guenter Roeck
On 02/05/2014 07:38 PM, Andrew Chew wrote: 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