Re: [OpenWrt-Devel] rdc gpio and watchdog driver

2010-03-04 Thread Florian Fainelli
Hi Bernhard, Le jeudi 4 mars 2010 03:05:02, Bernhard Loos a écrit : > 2010/3/3 Florian Fainelli : > > Hi Bernhard, > > > > Le dimanche 21 février 2010 17:54:10, Bernhard Loos a écrit : > >> Annnd, I forgot to add the patch :/ > >> Sorry about all the noise. > >> > >>Bernhard > > > > Why did yo

Re: [OpenWrt-Devel] rdc gpio and watchdog driver

2010-03-03 Thread Bernhard Loos
2010/3/3 Florian Fainelli : > Hi Bernhard, > > Le dimanche 21 février 2010 17:54:10, Bernhard Loos a écrit : >> Annnd, I forgot to add the patch :/ >> Sorry about all the noise. >> >>    Bernhard >> > > Why did you move the reboot fixup function to a separate file and why does it > have to overried

Re: [OpenWrt-Devel] rdc gpio and watchdog driver

2010-03-03 Thread Florian Fainelli
Hi Bernhard, Le dimanche 21 février 2010 17:54:10, Bernhard Loos a écrit : > Annnd, I forgot to add the patch :/ > Sorry about all the noise. > >Bernhard > Why did you move the reboot fixup function to a separate file and why does it have to overried the machine_emergency_restart callback?

Re: [OpenWrt-Devel] rdc gpio and watchdog driver

2010-02-21 Thread Bernhard Loos
Annnd, I forgot to add the patch :/ Sorry about all the noise. Bernhard rdc.diff Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] rdc gpio and watchdog driver

2010-02-21 Thread Bernhard Loos
2010/2/21 Florian Fainelli : > Hi Bernhard, > > Le jeudi 18 février 2010 12:54:28, Bernhard Loos a écrit : >> Hello >> This patch adds an pci driver for the rdc southbridge, where the gpio >> and wdt config registers are located. >> The custom reboot function is needed, beacuse the wdt works by >>

Re: [OpenWrt-Devel] rdc gpio and watchdog driver

2010-02-21 Thread Florian Fainelli
Hi Bernhard, Le jeudi 18 février 2010 12:54:28, Bernhard Loos a écrit : > Hello > This patch adds an pci driver for the rdc southbridge, where the gpio > and wdt config registers are located. > The custom reboot function is needed, beacuse the wdt works by > creating a nmi interrupt, and the norma

Re: [OpenWrt-Devel] rdc gpio and watchdog driver

2010-02-20 Thread Travis Kemen
This is something that florian has to look at when he is not quite so busy. He is aware it is here tho. Travis On Thu, Feb 18, 2010 at 5:54 AM, Bernhard Loos wrote: > > Hello > This patch adds an pci driver for the rdc southbridge, where the gpio > and wdt config registers are located. > The cus

[OpenWrt-Devel] rdc gpio and watchdog driver

2010-02-18 Thread Bernhard Loos
Hello This patch adds an pci driver for the rdc southbridge, where the gpio and wdt config registers are located. The custom reboot function is needed, beacuse the wdt works by creating a nmi interrupt, and the normal reboot fixups don't work in irq context. The code in platfrom.c is rather messed