[PATCH] staging: sm750: Fix lynxfb_ops_imageblit() if image->depth != 1

2015-04-26 Thread Huacai Chen
If image->depth != 1, lynxfb_ops_imageblit() should fallback to call cfb_imageblit(), not return directly. Otherwise it can't display the boot logo. Cc: Teddy Wang Cc: Sudip Mukherjee Signed-off-by: Huacai Chen --- drivers/staging/sm750fb/sm750.c |2 ++ 1 files changed, 2 insertions(+), 0

Re: 答复: [PATCH] staging: sm750:Fixthe Makefile option error

2015-04-26 Thread 陈华才
Hi, Sudip and Teddy, I have found the root cause of Logo problem: 1, enable hw_accel, staging driver cannot show logo. 2, disable hw_accel, staging driver can show logo. 3, both enable/disable hw_accel, my driver (1.0.8) can show logo. Deep in code: In staging driver, drivers/staging/sm750fb/sm75

[PATCH] Staging: comedi: ni_stc.h: Fixed missing blank lines after declarations

2015-04-26 Thread Nicolae-Alexandru Ivan
Signed-off-by: Nicolae-Alexandru Ivan --- drivers/staging/comedi/drivers/ni_stc.h | 4 1 file changed, 4 insertions(+) diff --git a/drivers/staging/comedi/drivers/ni_stc.h b/drivers/staging/comedi/drivers/ni_stc.h index bd69c3f..75926c1 100644 --- a/drivers/staging/comedi/drivers/ni_stc.h

[PATCH] Checkpatch fix: lines longer than 80 columns

2015-04-26 Thread Guillaume Brogi
This patch fixes lines longer than 80 columns in mac.c. 5 lines longer than 80 columns remain for the sake of readability. Signed-off-by: Guillaume Brogi --- drivers/staging/vt6655/mac.c | 49 +--- 1 file changed, 32 insertions(+), 17 deletions(-) diff --