Re: Exynos5 binary blobs situation on devices running GNU/Linux

2012-11-21 Thread Mans Rullgard
On 21 November 2012 07:53, Marcin Juszkiewicz wrote: > Other thing is video acceleration. I do not know is there a source for > it available or not. This is area where I do not have knowledge needed > to get it running. All I know is that Exynos5 itself is able to play > 480p DivX encoded movie -

Re: [PATCH] dt: add helper function to read u8 & u16 variables & arrays

2012-11-21 Thread Stephen Warren
On 11/19/2012 09:45 PM, Viresh Kumar wrote: > This adds following helper routines: > - of_property_read_u8_array() > - of_property_read_u16_array() > - of_property_read_u8() > - of_property_read_u16() > > This expects arrays from DT to be passed as: > - u8 array: > property = /bits/ 8 <0x50

[PATCH] flashbench: Fix --find-fat long_option

2012-11-21 Thread Andrew Bradford
Fix --find-fat long_option name so that it's consistent with the print_help() output. Signed-off-by: Andrew Bradford --- flashbench.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashbench.c b/flashbench.c index 5fffe63..22917a1 100644 --- a/flashbench.c +++ b/flashben

Fwd: Re: Fwd: trouble using wifi on Linaro Ubuntu for Pandaboard

2012-11-21 Thread Andy Green
Original Message Subject:Re: Fwd: trouble using wifi on Linaro Ubuntu for Pandaboard Date: Sun, 18 Nov 2012 22:13:57 -0800 (PST) From: Alex Stefanescu Reply-To: Alex Stefanescu To: Andy Green Thank you for the reply. It worked! -- Alex Stef

[RFC PATCH] PM / devfreq: Add runtime-pm support

2012-11-21 Thread Rajagopal Venkat
Instead of devfreq device driver explicitly calling devfreq suspend and resume apis perhaps from runtime-pm suspend and resume callbacks, let devfreq core handle it automatically. Attach devfreq core to runtime-pm framework so that, devfreq device driver pm_runtime_suspend() will automatically sus