Re: [linux-sunxi] [PATCH] sunxi watchdog: setting the system reset function correctly

2015-07-20 Thread Andrea Venturi
hi, sorry if i top reply on my own post.. :-) but i've been just made aware on linux-sunxi IRC channel that the watchdog oneliner patch has been finally submitted on LKML: https://marc.info/?l=linux-kernelm=143620559723693w=2 bye On Wednesday, July 1, 2015 at 11:11:06 AM UTC+2, Andrea

Re: [linux-sunxi] [PATCH] sunxi watchdog: setting the system reset function correctly

2015-07-01 Thread Andrea Venturi
hello, i have been testing the watchdog feature on sun7i today, and it was not triggering the reset. i was a bit puzzled because i supposed it was a simple well working feature but.. there's still a known bug and the relative patch has not been applied! funny! please help me understand if

Re: [linux-sunxi] [PATCH] sunxi watchdog: setting the system reset function correctly

2014-12-24 Thread tandresen1977
It's a small video transmission device with bidirectional audio support (speex). But i want to be able to switch between line in and microphone input. I don't know much about alsa but is this easy to add to the existing driver? Am Dienstag, 23. Dezember 2014 22:19:24 UTC+1 schrieb Emilio

[linux-sunxi] [PATCH] sunxi watchdog: setting the system reset function correctly

2014-12-23 Thread Tobias Andresen
--- drivers/watchdog/sunxi_wdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/sunxi_wdt.c b/drivers/watchdog/sunxi_wdt.c index b62301e..00de94b 100644 --- a/drivers/watchdog/sunxi_wdt.c +++ b/drivers/watchdog/sunxi_wdt.c @@ -184,7 +184,7 @@ static int

[linux-sunxi] [PATCH] sunxi watchdog: setting the system reset function correctly

2014-12-23 Thread Tobias Andresen
--- drivers/watchdog/sunxi_wdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/sunxi_wdt.c b/drivers/watchdog/sunxi_wdt.c index b62301e..00de94b 100644 --- a/drivers/watchdog/sunxi_wdt.c +++ b/drivers/watchdog/sunxi_wdt.c @@ -184,7 +184,7 @@ static int

Re: [linux-sunxi] [PATCH] sunxi watchdog: setting the system reset function correctly

2014-12-23 Thread Emilio López
Hi Tobias, El 23/12/14 a las 10:28, Tobias Andresen escibió: --- drivers/watchdog/sunxi_wdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/sunxi_wdt.c b/drivers/watchdog/sunxi_wdt.c index b62301e..00de94b 100644 --- a/drivers/watchdog/sunxi_wdt.c +++

Re: [linux-sunxi] [PATCH] sunxi watchdog: setting the system reset function correctly

2014-12-23 Thread Chen-Yu Tsai
On Tue, Dec 23, 2014 at 10:44 PM, Emilio López emi...@elopez.com.ar wrote: Hi Tobias, El 23/12/14 a las 10:28, Tobias Andresen escibió: --- drivers/watchdog/sunxi_wdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/sunxi_wdt.c

Re: [linux-sunxi] [PATCH] sunxi watchdog: setting the system reset function correctly

2014-12-23 Thread tandresen1977
Hi, thanks for your response. I will fix the remaining issues. @Emilio: Do you have any news regarding audio for me? Tobias Am Dienstag, 23. Dezember 2014 15:52:41 UTC+1 schrieb Chen-Yu Tsai: On Tue, Dec 23, 2014 at 10:44 PM, Emilio López emi...@elopez.com.ar javascript: wrote: Hi

Re: [linux-sunxi] [PATCH] sunxi watchdog: setting the system reset function correctly

2014-12-23 Thread Emilio López
Hi, El 23/12/14 a las 18:05, tandresen1...@gmail.com escibió: Hi, thanks for your response. I will fix the remaining issues. @Emilio: Do you have any news regarding audio for me? Nothing really interesting to report; I've been improving the DMA driver a bit and I'll get back to the audio