Re: [PATCH v2] watchdog: Add Broadcom BCM2835 watchdog timer driver

2013-03-26 Thread Guenter Roeck
On Tue, Mar 26, 2013 at 06:47:55PM +0100, Lubomir Rintel wrote: > On Sun, 2013-03-24 at 09:12 -0700, Guenter Roeck wrote: > > On Sun, Mar 24, 2013 at 03:22:53PM +0100, Lubomir Rintel wrote: > > > This adds a driver for watchdog timer hardware present on Broadcom > > > BCM2835 SoC, > > > used in Ra

Re: [PATCH v2] watchdog: Add Broadcom BCM2835 watchdog timer driver

2013-03-26 Thread Lubomir Rintel
On Sun, 2013-03-24 at 09:12 -0700, Guenter Roeck wrote: > On Sun, Mar 24, 2013 at 03:22:53PM +0100, Lubomir Rintel wrote: > > This adds a driver for watchdog timer hardware present on Broadcom BCM2835 > > SoC, > > used in Raspberry Pi and Roku 2 devices. > > > > Interface to the Broadcom BCM2835

Re: [PATCH v2] watchdog: Add Broadcom BCM2835 watchdog timer driver

2013-03-24 Thread Guenter Roeck
On Sun, Mar 24, 2013 at 03:22:53PM +0100, Lubomir Rintel wrote: > This adds a driver for watchdog timer hardware present on Broadcom BCM2835 > SoC, > used in Raspberry Pi and Roku 2 devices. > > Interface to the Broadcom BCM2835 watchdog timer hardware is based on > "bcm2708_wdog" driver written

[PATCH v2] watchdog: Add Broadcom BCM2835 watchdog timer driver

2013-03-24 Thread Lubomir Rintel
This adds a driver for watchdog timer hardware present on Broadcom BCM2835 SoC, used in Raspberry Pi and Roku 2 devices. Interface to the Broadcom BCM2835 watchdog timer hardware is based on "bcm2708_wdog" driver written by Luke Diamand that was obtained from branch "rpi-3.6.y" of git://github.com