[PATCH] video: ocfb: Fix data type warning

2014-12-05 Thread Qiang Chen
3 of ‘dma_alloc_attrs’ from incompatible pointer type [enabled by default] Signed-off-by: Qiang Chen --- drivers/video/fbdev/ocfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/ocfb.c b/drivers/video/fbdev/ocfb.c index 7f9dc9b..de98196 100644

[PATCH] video: ocfb: Fix data type warning

2014-12-05 Thread Qiang Chen
3 of ‘dma_alloc_attrs’ from incompatible pointer type [enabled by default] Signed-off-by: Qiang Chen qiang2.c...@sonymobile.com --- drivers/video/fbdev/ocfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/ocfb.c b/drivers/video/fbdev/ocfb.c index

[PATCH] video: ARM CLCD: Remove duplicated include in amba-clcd.c

2014-11-17 Thread Qiang Chen
This patch fixes duplicated include dma-mapping.h in drivers/video/fbdev/amba-clcd.c Signed-off-by: Qiang Chen --- drivers/video/fbdev/amba-clcd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/fbdev/amba-clcd.c b/drivers/video/fbdev/amba-clcd.c index 6ad23bd..32c0b6b 100644

[PATCH] video: ARM CLCD: Remove duplicated include in amba-clcd.c

2014-11-17 Thread Qiang Chen
This patch fixes duplicated include dma-mapping.h in drivers/video/fbdev/amba-clcd.c Signed-off-by: Qiang Chen qiang2.c...@sonymobile.com --- drivers/video/fbdev/amba-clcd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/fbdev/amba-clcd.c b/drivers/video/fbdev/amba-clcd.c index

[PATCH] ARM: decompressor: disable branch profiling

2014-05-12 Thread Qiang Chen
The early kernel decrompressing code can't call into the kernel in order to profile branches. This patch fixes below link error: arch/arm/boot/compressed/decompress.o: In function `lzo1x_decompress_safe': undefined reference to `ftrace_likely_update' Signed-off-by: Qiang Chen --- arch/arm/boot

[PATCH] ARM: decompressor: disable branch profiling

2014-05-12 Thread Qiang Chen
The early kernel decrompressing code can't call into the kernel in order to profile branches. This patch fixes below link error: arch/arm/boot/compressed/decompress.o: In function `lzo1x_decompress_safe': undefined reference to `ftrace_likely_update' Signed-off-by: Qiang Chen qiang2.c