Hi Mauro
On Tue, 17 Jul 2012, Guennadi Liakhovetski wrote:
> Hi Mauro
>
> On Tue, 17 Jul 2012, Mauro Carvalho Chehab wrote:
>
> > As we did in 2012, we're planning to do a media summit again at KS/2012.
> >
> > The KS/2012 will happen in San Diego, CA, US, between Aug 26-28, just
> > before th
On Fri, 20 Jul 2012, Jesper Juhl wrote:
> This patch simply adds a newline character at end-of-file to those
> files in Documentation/ that currently lack one.
>
> This is done for a few different reasons:
>
> A) It's rather annoying when you do "cat some_file.txt" that your
>prompt/cursor e
This patch simply adds a newline character at end-of-file to those
files in Documentation/ that currently lack one.
This is done for a few different reasons:
A) It's rather annoying when you do "cat some_file.txt" that your
prompt/cursor ends up at the end of the last line of output rather
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:Fri Jul 20 19:00:22 CEST 2012
git hash:931efdf58bd83af8d0578a6cc53421675daf6d41
gcc version: i686-linux-gcc (GC
Hi,
I have been building a streaming server at Georgia Tech and I have recently run
into a build error using the media_build git repository that I have yet to find
a solution for.
The drivers built, installed, and worked about a month ago, but with the recent
git update it has failed to build
Hi Prabhakar,
Just one small comment below.
On Friday 20 July 2012 20:28:09 Prabhakar Lad wrote:
> From: Manjunath Hadli
>
> add new enum entries for supporting the media-bus formats on dm365.
> These include some bayer and some non-bayer formats.
> V4L2_MBUS_FMT_YDYUYDYV8_1X16 and V4L2_MBUS_FM
Fyi, Daniel Vetter had suggested on IRC that it would be cleaner to
have a single helper fxn that most-restrictive union of all attached
device's dma_parms. Really this should include dma_mask and
coherent_dma_mask, I think. But that touches a lot of other places in
the code. If no one objects t
First occurrence of this kind of failure with Cinergy T RC MKII :|
3.4.5-2.fc17.x86_64
0ccd:0097 TerraTec Electronic GmbH Cinergy T RC MKII
…
kernel: af9015: recv bulk message failed:-71
kernel: af9015: af9015_rc_query: failed:-1
kernel: dvb-usb: error -1 while querying for an remote control even
Hi all
mx1 camera compilation broken in current media-next
(git://linuxtv.org/media_tree.git staging/for_v3.6):
In file included from linux/drivers/media/video/mx1_camera.c:44:
linux/arch/arm/mach-imx/include/mach/dma-mx1-mx2.h:8: fatal error:
mach/dma-v1.h: No such file or directory
sorry, if
Hi Sylwester
Thank you for the great review!
On 19 July 2012 22:40, Sylwester Nawrocki wrote:
>
> Hi Sangwook,
>
> A few review comments for you below...
>
> On 07/19/2012 02:14 PM, Sangwook Lee wrote:
> > This dirver implements preview mode of the S5K4ECGX sensor.
>
> dirver -> driver
OK, I wi
Hi Mauro
This might be a bit more, than what you'd like to see in a single pull
request, sorry, but I had very little time during the last development
period, so, my reviews were always delayed - sorry to all developers
again! I'll try to do better next time. Anyway, here go:
The following change
Added "select DMA_SHARED_BUFFER" to the Kconfig of the MFC.
Signed-off-by: Kamil Debski
Signed-off-by: Kyungmin Park
---
drivers/media/video/Kconfig |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 99937c9..
Signed-off-by: Kamil Debski
Signed-off-by: Kyungmin Park
---
drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c
b/drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c
index 08a5cfe..fd62402 100644
From: Manjunath Hadli
add new macro V4L2_PIX_FMT_SGRBG10ALAW8 and associated formats
to represent Bayer format frames compressed by A-LAW algorithm,
add V4L2_PIX_FMT_UV8 to represent storage of CbCr data (UV interleaved)
only.
Signed-off-by: Manjunath Hadli
Signed-off-by: Lad, Prabhakar
Cc: La
From: Manjunath Hadli
add new enum entries for supporting the media-bus formats on dm365.
These include some bayer and some non-bayer formats.
V4L2_MBUS_FMT_YDYUYDYV8_1X16 and V4L2_MBUS_FMT_UV8_1X8 are used
internal to the hardware by the resizer.
V4L2_MBUS_FMT_SBGGR10_ALAW8_1X8 represents the ba
add mediabus formats and pixel formats supported
as part of dm365 vpfe device.
The device supports media formats(transfer and storage)
which include-
1: ALAW compressed bayer.
2: UV interleaved without Y (for resizer).
3: YDYU
Changes for v6:
1: Fixed a comment from Hans, replaced "YUYDYDYV and YV
Hi Guennadi,
On Friday 20 July 2012 15:58:25 Guennadi Liakhovetski wrote:
> On Wed, 18 Jul 2012, Laurent Pinchart wrote:
> > Instead of hardcoding register arrays, compute the values at runtime.
> >
> > Signed-off-by: Laurent Pinchart
> > ---
> >
> > drivers/media/video/ov772x.c | 162
> > ++
From: Lad, Prabhakar
By default the VPSS clocks are only enabled in capture driver.
and display wont work if the capture is not enabled. This
patch adds support to enable the VPSS clocks in VPSS driver.
This way we can enable/disable capture and display and use it
independently.
Signed-off-by: L
From: Manjunath Hadli
add Kconfig and Makefile changes to build VPBE display
driver on dm365 and dm355 along with dm644x.
Signed-off-by: Manjunath Hadli
Signed-off-by: Lad, Prabhakar
---
drivers/media/video/davinci/Kconfig | 12 ++--
drivers/media/video/davinci/Makefile |2 +-
From: Lad, Prabhakar
fix check for s_dv_preset function pointer to be NULL.
return -EINVAL if function pointer is NULL.
Signed-off-by: Lad, Prabhakar
Signed-off-by: Manjunath Hadli
---
drivers/media/video/davinci/vpbe_display.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff
Hi Laurent
Thanks for the patch
On Wed, 18 Jul 2012, Laurent Pinchart wrote:
> Instead of hardcoding register arrays, compute the values at runtime.
>
> Signed-off-by: Laurent Pinchart
> ---
> drivers/media/video/ov772x.c | 162
> +-
> 1 files changed
From: Lad, Prabhakar
Fix build error when CONFIG_VIDEO_ADV_DEBUG is enabled,
declare the vpbe_dev variable.
Signed-off-by: Lad, Prabhakar
Signed-off-by: Manjunath Hadli
---
Resending the patch since it didn't reach to the
linux-media list.
drivers/media/video/davinci/vpbe_display.c |
From: Lad, Prabhakar
Fix build error when CONFIG_VIDEO_ADV_DEBUG is enabled,
declare the vpbe_dev variable.
Signed-off-by: Lad, Prabhakar
Signed-off-by: Manjunath Hadli
---
drivers/media/video/davinci/vpbe_display.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dri
On Fri, 20 Jul 2012, javier Martin wrote:
> On 20 July 2012 13:19, Guennadi Liakhovetski wrote:
> > Hi Javier
> >
> > Thanks for the patch
> >
> > On Mon, 9 Jul 2012, javier Martin wrote:
> >
> >> On 9 July 2012 10:07, Sascha Hauer wrote:
> >> > On Mon, Jul 09, 2012 at 09:46:03AM +0200, javier M
Hi,
I have tuning problem for some analog channels with the Terratec Cinergy
XS 0ccd:0042. This card is unable to tune into some channels.
I have another version of this hardware with the ID's 0ccd:005e.
Interestingly, this Hardware-Version tunes without any problems all
available channels.
So
Signed-off-by: Nicolas Thery
---
diff --git a/drivers/media/video/videobuf2-core.c
b/drivers/media/video/videobuf2-core.c
index 4e0290a..268c7dd 100644
--- a/drivers/media/video/videobuf2-core.c
+++ b/drivers/media/video/videobuf2-core.c
@@ -715,8 +715,8 @@ static int __create_bufs(struct vb2_que
Instead of forcing all soc-camera drivers to go through the mid-layer to
handle power management, create soc_camera_power_[on|off]() functions
that can be called from the subdev .s_power() operation to manage
regulators and platform-specific power handling. This allows non
soc-camera hosts to use s
On 20 July 2012 13:19, Guennadi Liakhovetski wrote:
> Hi Javier
>
> Thanks for the patch
>
> On Mon, 9 Jul 2012, javier Martin wrote:
>
>> On 9 July 2012 10:07, Sascha Hauer wrote:
>> > On Mon, Jul 09, 2012 at 09:46:03AM +0200, javier Martin wrote:
>> >> On 9 July 2012 09:43, Sascha Hauer wrote:
On Wed, 18 Jul 2012, Laurent Pinchart wrote:
> Instead of forcing all soc-camera drivers to go through the mid-layer to
> handle power management, create soc_camera_power_[on|off]() functions
> that can be called from the subdev .s_power() operation to manage
> regulators and platform-specific pow
On Thu, 12 Jul 2012, Javier Martin wrote:
> These flags are not used any longer and can be safely removed
> since the following patch:
> http://www.spinics.net/lists/linux-media/msg50165.html
>
> Signed-off-by: Javier Martin
For the ARM tree:
Acked-by: Guennadi Liakhovetski
Thanks
Guennadi
Hi Javier
Thanks for the patch
On Mon, 9 Jul 2012, javier Martin wrote:
> On 9 July 2012 10:07, Sascha Hauer wrote:
> > On Mon, Jul 09, 2012 at 09:46:03AM +0200, javier Martin wrote:
> >> On 9 July 2012 09:43, Sascha Hauer wrote:
> >> > On Mon, Jul 09, 2012 at 09:37:25AM +0200, javier Martin w
My static checker complains that we dereference "state" inside the call
to fft_to_mode() before checking for NULL. The comments say that it is
possible for "state" to be NULL so I have moved the dereference after
the check.
Signed-off-by: Dan Carpenter
diff --git a/drivers/media/dvb/frontends/d
Hi Guennadi,
On Friday 20 July 2012 11:55:31 Guennadi Liakhovetski wrote:
> On Thu, 28 Jun 2012, Hans Verkuil wrote:
> > Hi all,
> >
> > This is the third version of this patch series.
> >
> > The first version is here:
> >
> > http://www.mail-archive.com/linux-media@vger.kernel.org/msg47558.ht
On Fri July 20 2012 11:55:31 Guennadi Liakhovetski wrote:
> Hi Hans
>
> On Thu, 28 Jun 2012, Hans Verkuil wrote:
>
> > Hi all,
> >
> > This is the third version of this patch series.
> >
> > The first version is here:
> >
> > http://www.mail-archive.com/linux-media@vger.kernel.org/msg47558.htm
Opps, the previous email has a HTML part, so resending.
Hi Sylwester
Thank for the review.
On 19 July 2012 20:40, Sylwester Nawrocki wrote:
>
> Hi Sangwook,
>
> On 07/19/2012 02:14 PM, Sangwook Lee wrote:
> > Add factory default settings for S5K4ECGX sensor registers.
> > I copied them from
Hi Hans
On Thu, 28 Jun 2012, Hans Verkuil wrote:
> Hi all,
>
> This is the third version of this patch series.
>
> The first version is here:
>
> http://www.mail-archive.com/linux-media@vger.kernel.org/msg47558.html
Nice to see an owner concept added to the vb2. In soc-camera we're also
usin
On 20-07-12 11:01, H. Cristiano Alves Machado wrote:
2012/7/20 Oliver Schinagl :
I did do see those already. Well if you have never seen it properly work in
Linux, there may be a few things to try. The easiest is an older version of
ubuntu for example. DIB7000 based devices are supported for qui
On Fri July 20 2012 11:25:05 javier Martin wrote:
> On 19 July 2012 14:14, Hans Verkuil wrote:
> > Hi Javier,
> >
> > Can you run v4l2-compliance? I have updated it today so that it is able to
> > handle m2m devices.
> >
> > It will find at least one problem since you didn't set bus_info in queryc
Hi Hans
Thanks for the patch. I guess, you'll want to pull it via your queue. Let
me know if for some reason you'd prefer me to take it.
On Sun, 24 Jun 2012, Hans Verkuil wrote:
> From: Hans Verkuil
>
> Add proper locking to the file operations, allowing for the removal
> of the V4L2_FL_LOCK_
On Fri July 20 2012 07:23:32 Soby Mathew wrote:
> Hi Hans,
>
> I think your solution is appropriate. I agree to your suggestions.
>
> Regarding the 'active space' issue for 3D formats, I was studying the
> currently the v4l2_bt_timings structure.
>
> The Vtotal is calculated for 2D timings
Hi Javier
On Fri, 20 Jul 2012, javier Martin wrote:
> On 12 July 2012 10:56, Javier Martin wrote:
> > Add explicit conversions from UYVY and YUYV to YUYV so that
> > csicr1 configuration can be set properly for each format.
> >
> > Signed-off-by: Javier Martin
> > ---
> > drivers/media/video/m
On 12 July 2012 10:56, Javier Martin wrote:
> Add explicit conversions from UYVY and YUYV to YUYV so that
> csicr1 configuration can be set properly for each format.
>
> Signed-off-by: Javier Martin
> ---
> drivers/media/video/mx2_camera.c | 40
> ++
> 1 fi
On Thu July 19 2012 23:15:42 Ezequiel Garcia wrote:
> On Thu, Jul 19, 2012 at 6:05 PM, Ezequiel Garcia
> wrote:
> > On Thu, Jul 19, 2012 at 5:45 PM, Hans Verkuil wrote:
> >> Remove the pointless video_nr++. It doesn't do anything useful and it has
> >> the unexpected side-effect of changing the
43 matches
Mail list logo