Looks like you didn't take my comments for v5.
http://www.spinics.net/lists/arm-kernel/msg162903.html
Regards
Richard
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev
On Sat, Mar 10, 2012 at 9:43 PM, Hui Zhang wrote:
> Hi Christian,
> thank you for the information!
> Yes, I eventually decided not to use XBMC on hardware without 3D, and use
> qtmediahub instead.
>
> And, I have run XBMC on pandaboard and found out that XBMC requires a lot
> of CPU(often
Hi Amit,
I am new here; so please bear with my questions/doubts :)
On Wed, Feb 22, 2012 at 3:44 PM, Amit Daniel Kachhap
wrote:
> This patch adds support for generic cpu thermal cooling low level
> implementations using frequency scaling up/down based on the request
> from user. Different cpu rel
Hi Christian,
thank you for the information!
Yes, I eventually decided not to use XBMC on hardware without 3D, and use
qtmediahub instead.
And, I have run XBMC on pandaboard and found out that XBMC requires a
lot of CPU(often 90%+). So on hardware without 3D, it is impossilbe to
run...
On
Thanks for your comment.
Finally, i find out that i made a mistake. The uart(8250) have not been
restore after resume, instead, it use the configuration got from boot. The
uart have not been restored correctly, so that "ls" can not output result
correctly resulting in it seems that the busybox can
On Fri, Mar 09, 2012 at 11:54:22PM -0800, Mike Turquette wrote:
> Provide documentation for the common clk structures and APIs. This code
> can be found in drivers/clk/ and include/linux/clk*.h.
Hi Mike
Please feel free to add:
Reviewed-by: Andrew Lunn
Andrew
___
Signed-off-by: Mircea Gherzan
---
arch/arm/mach-omap2/board-omap4panda.c |5 -
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/arch/arm/mach-omap2/board-omap4panda.c
b/arch/arm/mach-omap2/board-omap4panda.c
index 084e0a6..77ab174 100644
--- a/arch/arm/mach-omap2/board-omap
drivers/dsp/syslink/multicore_ipc/heap.c:36:2:
error: implicit declaration of function 'BUILD_BUG_ON'
Signed-off-by: Mircea Gherzan
---
drivers/dsp/syslink/multicore_ipc/heap.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/dsp/syslink/multicore_ipc/he
On Fri, 9 Mar 2012, Mike Turquette wrote:
> +inline unsigned long __clk_get_enable_count(struct clk *clk)
> +{
> + return !clk ? -EINVAL : clk->enable_count;
Returning negative error codes in a function with a return value
unsigned long is a bit strange at least. Shouldn't that be long ?
> +#
The symbols are currently used the the omap-abe-dsp code.
Signed-off-by: Mircea Gherzan
---
drivers/base/power/opp.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/base/power/opp.c b/drivers/base/power/opp.c
index b1e333a..069d7e5 100644
--- a/drivers/base/pow
On Fri, Mar 09, 2012 at 11:54:24PM -0800, Mike Turquette wrote:
> Many platforms support simple gateable clocks, fixed-rate clocks,
> adjustable divider clocks and multi-parent multiplexer clocks.
Hi Mike
Please feel free to add:
Reviewed-by: Andrew Lunn
Tested-by: Andrew Lunn
Andr
On Fri, Mar 09, 2012 at 11:54:23PM -0800, Mike Turquette wrote:
> The common clock framework defines a common struct clk useful across
> most platforms as well as an implementation of the clk api that drivers
> can use safely for managing clocks.
Hi Mike
Please feel free to add:
Tested-by: Andre
This way, tiler can be built as a module.
Signed-off-by: Mircea Gherzan
---
drivers/media/video/tiler/tcm/tcm-sita.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/tiler/tcm/tcm-sita.c
b/drivers/media/video/tiler/tcm/tcm-sita.c
index d0784c6..d081d
Required when building DSS and the generic DPI panel driver as
modules.
Signed-off-by: Mircea Gherzan
---
drivers/video/omap2/dss/core.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/video/omap2/dss/core.c b/drivers/video/omap2/dss/core.c
index 108aa24..b937f2
Thanks for your comment.
Finally, i find out that i made a mistake. The uart(8250) have not been
restore after resume, instead, it use the configuration got from boot. The
uart have not been restored correctly, so that "ls" can not output result
correctly resulting in it seems that the busybo
Signed-off-by: Mircea Gherzan
---
drivers/media/video/omap/omap_vout.c | 12 +++-
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/drivers/media/video/omap/omap_vout.c
b/drivers/media/video/omap/omap_vout.c
index 0d036b1..fdc1fb1 100644
--- a/drivers/media/video/omap/omap
I am doing the suspend and resume of s3cfb on exynos. the clk_on and
clk_off just failed. I think this is a related issue.
On 29 February 2012 13:45, Tushar Behera wrote:
> Hi Kukjin,
>
> On 12/01/2011 11:20 AM, Tushar Behera wrote:
> > The framebuffer driver needs the clock named 'lcd' as its b
17 matches
Mail list logo