Re: Extending wdt-gpio to be used on non-of (no DT) platforms

2014-03-31 Thread Guenter Roeck
On Sat, Mar 29, 2014 at 12:54:40PM +0100, Rafał Miłecki wrote: > Hi guys, > > I've noticed gpio_wdt was added to the kernel to support some devices > based on devicetree. > We used to have our own (not mainlined) gpio_wdt in OpenWrt project: > http://git.openwrt.org/?p=openwrt.git;a=blob;f=target/

Re: Extending wdt-gpio to be used on non-of (no DT) platforms

2014-03-29 Thread Alexander Shiyan
Sat, 29 Mar 2014 14:51:34 +0100 от Rafał Miłecki : > 2014-03-29 14:33 GMT+01:00 Alexander Shiyan : > > Sat, 29 Mar 2014 14:16:40 +0100 от Hauke Mehrtens : > >> The Huawei E970, the only device with a bcm47xx SoC which uses this gpio > >> watchdog I know of, needs the gpio driver very early. It is n

Re: Extending wdt-gpio to be used on non-of (no DT) platforms

2014-03-29 Thread Rafał Miłecki
2014-03-29 14:33 GMT+01:00 Alexander Shiyan : > Sat, 29 Mar 2014 14:16:40 +0100 от Hauke Mehrtens : >> The Huawei E970, the only device with a bcm47xx SoC which uses this gpio >> watchdog I know of, needs the gpio driver very early. It is not possible >> to deactivate the watchdogs, so it has to ge

Re: Extending wdt-gpio to be used on non-of (no DT) platforms

2014-03-29 Thread Alexander Shiyan
Sat, 29 Mar 2014 14:16:40 +0100 от Hauke Mehrtens : > On 03/29/2014 01:29 PM, Alexander Shiyan wrote: > > Sat, 29 Mar 2014 12:54:40 +0100 от Rafał Miłecki : > >> Hi guys, > >> > >> I've noticed gpio_wdt was added to the kernel to support some devices > >> based on devicetree. > >> We used to have o

Re: Extending wdt-gpio to be used on non-of (no DT) platforms

2014-03-29 Thread Hauke Mehrtens
On 03/29/2014 01:29 PM, Alexander Shiyan wrote: > Sat, 29 Mar 2014 12:54:40 +0100 от Rafał Miłecki : >> Hi guys, >> >> I've noticed gpio_wdt was added to the kernel to support some devices >> based on devicetree. >> We used to have our own (not mainlined) gpio_wdt in OpenWrt project: >> http://git.

Re: Extending wdt-gpio to be used on non-of (no DT) platforms

2014-03-29 Thread Alexander Shiyan
Sat, 29 Mar 2014 12:54:40 +0100 от Rafał Miłecki : > Hi guys, > > I've noticed gpio_wdt was added to the kernel to support some devices > based on devicetree. > We used to have our own (not mainlined) gpio_wdt in OpenWrt project: > http://git.openwrt.org/?p=openwrt.git;a=blob;f=target/linux/generi

Extending wdt-gpio to be used on non-of (no DT) platforms

2014-03-29 Thread Rafał Miłecki
Hi guys, I've noticed gpio_wdt was added to the kernel to support some devices based on devicetree. We used to have our own (not mainlined) gpio_wdt in OpenWrt project: http://git.openwrt.org/?p=openwrt.git;a=blob;f=target/linux/generic/patches-3.10/990-gpio_wdt.patch;hb=HEAD The main difference