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
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(
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(
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?
>
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
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_
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
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