On Tue, 30 Apr 2013, Vladimir Barinov wrote:
[snip]
> > > > +static int rcar_vin_init_videobuf2(struct vb2_queue *vq,
> > > > + struct soc_camera_device *icd)
> > > > +{
> > > > +vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
> > > > +vq->io_modes = VB2_MMAP | VB2_USERPTR;
> >
Injects EDEADLK conditions at pseudo-random interval, with exponential
backoff up to UINT_MAX (to ensure that every lock operation still
completes in a reasonable time).
This way we can test the wound slowpath even for ww mutex users where
contention is never expected, and the ww deadlock avoidanc
On Tue, 2013-04-30 at 20:45 +0200, Daniel Vetter wrote:
> /**
> diff --git a/kernel/mutex.c b/kernel/mutex.c
> index 66807c7..1cc3487 100644
> --- a/kernel/mutex.c
> +++ b/kernel/mutex.c
> @@ -827,6 +827,35 @@ int __sched mutex_trylock(struct mutex *lock)
> EXPORT_SYMBOL(mutex_trylock);
>
> #if
On Sun, Apr 28, 2013 at 07:04:07PM +0200, Maarten Lankhorst wrote:
> Changes since RFC patch v1:
> - Updated to use atomic_long instead of atomic, since the reservation_id was
> a long.
> - added mutex_reserve_lock_slow and mutex_reserve_lock_intr_slow
> - removed mutex_locked_set_reservation_i
Injects EDEADLK conditions at pseudo-random interval, with exponential
backoff up to UINT_MAX (to ensure that every lock operation still
completes in a reasonable time).
This way we can test the wound slowpath even for ww mutex users where
contention is never expected, and the ww deadlock avoidanc
On Mon, Apr 22, 2013 at 03:23:29PM +0900, Kyungmin Park wrote:
> I don't think it's not required, each tree has each own mailing list. don't
> need to post all patches to samsung-soc list.
It can be useful to get system level input on some stuff, I guess it
mostly depends if the people on the gen
This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date: Tue Apr 30 19:00:27 CEST 2013
git branch: test
git hash: 02615ed5e1b2283db2495af3cf8f4ee172c77d80
gcc versi
Hi, Guennadi,
Thank you for the review!
Sergei Shtylyov wrote:
I also strongly suspent some #include headers are
missing
above.
Hm, I wonder which. I'm certainly not V4L2 expert...
added following:
#include
#include
#include
#include
#include
+alloc_ctxs[0] = priv->alloc_ct
Current code uses is->config_index as array subscript, thus the valid value
range is 0 ... ARRAY_SIZE(cmd) - 1.
Signed-off-by: Axel Lin
---
drivers/media/platform/exynos4-is/fimc-is-regs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/platform/exynos4-is/fimc-
Hi Sascha
On Tue, 30 Apr 2013, Sascha Hauer wrote:
> Hi Guennadi,
>
> On Fri, Apr 12, 2013 at 05:40:22PM +0200, Guennadi Liakhovetski wrote:
> > Currently bridge device drivers register devices for all subdevices
> > synchronously, tupically, during their probing. E.g. if an I2C CMOS sensor
> >
Hi Guennadi,
On Fri, Apr 12, 2013 at 05:40:22PM +0200, Guennadi Liakhovetski wrote:
> Currently bridge device drivers register devices for all subdevices
> synchronously, tupically, during their probing. E.g. if an I2C CMOS sensor
> is attached to a video bridge device, the bridge driver will crea
Hi Sascha,
On Tuesday 30 April 2013 08:16:25 Sascha Hauer wrote:
> On Mon, Apr 29, 2013 at 01:30:01PM +0530, Prabhakar Lad wrote:
> > From: Lad, Prabhakar
> >
> > add OF support for the mt9p031 sensor driver.
> >
> > +static struct mt9p031_platform_data
> > + *mt9p031_get_pdata(struct i2c_cli
Silences the following warning:
WARNING: please, no space before tabs
Signed-off-by: Sachin Kamat
---
drivers/media/i2c/soc_camera/ov9640.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/i2c/soc_camera/ov9640.c
b/drivers/media/i2c/soc_camera/ov9640.c
index
Silences the following warning:
WARNING: struct dev_pm_ops should normally be const
Signed-off-by: Sachin Kamat
---
drivers/media/i2c/soc_camera/mt9t031.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/i2c/soc_camera/mt9t031.c
b/drivers/media/i2c/soc_camera
Silences the following type of warning:
WARNING: space prohibited before semicolon
Signed-off-by: Sachin Kamat
Cc: Andrzej Hajda
---
drivers/media/i2c/s5c73m3/s5c73m3-spi.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/i2c/s5c73m3/s5c73m3-spi.c
b/driv
Hi Axel,
Thanks for the fix.
On 30.04.2013 06:42, Axel Lin wrote:
Current code uses fie->index as array subscript, thus the valid value range
is 0 ... ARRAY_SIZE(s5c73m3_intervals) - 1.
Signed-off-by: Axel Lin
Acked-by: Andrzej Hajda
---
drivers/media/i2c/s5c73m3/s5c73m3-core.c | 2 +-
16 matches
Mail list logo