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
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
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?
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
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
>>
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
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
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