[PATCH 0/2] staging: media: davinci_vpfe: fixes and enhancement

2014-03-22 Thread Lad, Prabhakar
From: "Lad, Prabhakar" The first patch adds v4l2_fh for priority handling and the second patch makes sure that the buffers are released if start_streaming() callback fails. Lad, Prabhakar (2): staging: media: davinci: vpfe: use v4l2_fh for priority handling staging: media: davinci: vpfe: rel

[PATCH 1/2] staging: media: davinci: vpfe: use v4l2_fh for priority handling

2014-03-22 Thread Lad, Prabhakar
From: "Lad, Prabhakar" Signed-off-by: Lad, Prabhakar --- .../staging/media/davinci_vpfe/vpfe_mc_capture.h |2 -- drivers/staging/media/davinci_vpfe/vpfe_video.c|8 +++- drivers/staging/media/davinci_vpfe/vpfe_video.h|2 -- 3 files changed, 3 insertions(+), 9 deletions(

[PATCH 2/2] staging: media: davinci: vpfe: release buffers in case start_streaming call back fails

2014-03-22 Thread Lad, Prabhakar
From: "Lad, Prabhakar" this patch releases the buffer bu calling vb2_buffer_done(), with state marked as VB2_BUF_STATE_QUEUED if start_streaming() call back fails. Signed-off-by: Lad, Prabhakar --- drivers/staging/media/davinci_vpfe/vpfe_video.c | 10 +- 1 file changed, 9 insertions(

Re: [PATCH] STAGING: cxt1e1: Remove sparse warnings and resolve checkpatch issues

2014-03-22 Thread Greg Kroah-Hartman
On Sat, Mar 22, 2014 at 11:23:38PM -0500, Michael Welling wrote: > This patch resolves the following sparse warnings: > > CHECK drivers/staging/cxt1e1/pmc93x6_eeprom.c > drivers/staging/cxt1e1/pmc93x6_eeprom.c:158:1: warning: symbol > 'eeprom_put_byte' was not declared. Should it be static? >

[PATCH for v3.15] staging: media: davinci: vpfe: make sure all the buffers are released

2014-03-22 Thread Lad, Prabhakar
From: "Lad, Prabhakar" from commit-id: b3379c6201bb3555298cdbf0aa004af260f2a6a4 "vb2: only call start_streaming if sufficient buffers are queued" the vb2 framework warns on (WARN_ON()) if all the active buffers are not released when streaming is stopped, initially the vb2 silently released the bu

[PATCH] STAGING: cxt1e1: Remove sparse warnings and resolve checkpatch issues

2014-03-22 Thread Michael Welling
This patch resolves the following sparse warnings: CHECK drivers/staging/cxt1e1/pmc93x6_eeprom.c drivers/staging/cxt1e1/pmc93x6_eeprom.c:158:1: warning: symbol 'eeprom_put_byte' was not declared. Should it be static? drivers/staging/cxt1e1/pmc93x6_eeprom.c:183:1: warning: symbol 'eeprom_get_

[PATCH 1/1] staging: fix bcm/hostmibs.c checkpatch problems

2014-03-22 Thread Jake Edge
From: Jake Edge Fix 4 checkpatch errors, many warnings in bcm/hostmibs.c Against next-20140321 tree Signed-off-by: Jake Edge --- There were two > 80 lines that I couldn't find a sensible way to split up, otherwise it is checkpatch clean diff --git a/drivers/staging/bcm/hostmibs.c b/drivers

Re: [PATCH] fix a missing break in devivers/staging/iio

2014-03-22 Thread Jonathan Cameron
On 22/03/14 05:58, Jimmy Li wrote: fix a missing break. Signed-off-by: Jimmy Li Thanks. I reworded the patch title to match with convention we have ended up with for iio patches and applied to the fixes-togreg branch of iio.git This will go in shortly after the first rc. Jonathan --- driv