From: Manjunath Hadli
add pad operations support for g_mbus_fmt, enum_mbus_code,
set_pad_format, get_pad_format and media_entity_init.
The device supports 1 output pad and no input pads.
Signed-off-by: Manjunath Hadli
Signed-off-by: Lad, Prabhakar
---
drivers/media/i2c/tvp7002.c | 132 ++
From: Manjunath Hadli
A lot of SOCs including Texas Instruments Davinci family mainly use
video decoders as input devices. Here the initial subdevice node
from where the input really comes is this decoder, for which support
is needed as part of the Media Controller infrastructure. This patch
adds
From: Lad, Prabhakar
The first patch adds a entry MEDIA_ENT_T_V4L2_SUBDEV_DECODER for decoders
and second patch adds media controller support for tvp7002 decoder.
Manjunath Hadli (2):
media: add support for decoder subdevs along with sensor and others
media: tvp7002: enable TVP7002 decoder f
Hi Sylwester,
On Thursday 24 January 2013 19:30:10 Sylwester Nawrocki wrote:
> On 01/24/2013 11:16 AM, Laurent Pinchart wrote:
> [...]
>
> >> +Data interfaces on all video devices are described by their child 'port'
> >> +nodes. Configuration of a port depends on other devices participating in
>
This patch provides a Kconfig option, MEDIA_TUNER_SUPPORT, that
determines whether media/tuners is included in the build. This way,
the tuners don't have to be unconditionally included in the build.
Signed-off-by: Simon Que
---
drivers/media/Kconfig | 9 +
drivers/media/Makefile | 3 ++
On Thu, Jan 24, 2013 at 06:39:57PM -0200, Mauro Carvalho Chehab wrote:
> Steinar,
>
> Please see the comments below.
Hi,
I've given up getting DVB in Linux to work long time ago; if you do not want
the patches as-is, feel free to reject them.
/* Steinar */
--
Homepage: http://www.sesse.net/
--
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:Thu Jan 24 19:00:21 CET 2013
git hash:f67102c49a123b32a4469b28407feb52b37144f5
gcc version: i686-linux-gcc (GCC
Steinar,
Please see the comments below.
Regards,
Mauro
Em Tue, 15 Jan 2013 16:57:26 +0530
Manu Abraham escreveu:
> > Apr, 1 2012: [05/11] Slightly more friendly debugging output.
> > http://patchwork.linuxtv.org/patch/10520 "Steinar H. Gunderson"
> >
>
> Simply a cos
Em Tue, 22 Jan 2013 10:52:08 +0100
Hans de Goede escreveu:
> Hi,
>
> On 01/21/2013 01:51 PM, Peter Senna Tschudin wrote:
> > On Mon, Jan 21, 2013 at 10:47 AM, Hans de Goede wrote:
> >> Hi,
> >>
> >> Thanks for the patches I'll pick up 5 - 21 and add them to
> >> my tree for Mauro.
> > I have se
Christoph,
Please see the comments below.
Em Tue, 15 Jan 2013 16:57:26 +0530
Manu Abraham escreveu:
> > Jun, 8 2011: Add remote control support for mantis
> > http://patchwork.linuxtv.org/patch/7217 Christoph Pinkl
> >
>
>
> I did test this patch a whil
Manu,
Please reply to the original thread or c/c the original author to
let him know and answer to you.
Em Tue, 15 Jan 2013 16:57:26 +0530
Manu Abraham escreveu:
Andreas,
Please see the comment below:
> > Those patches are there for a long time. I think I'll simply apply all of
> > them, if t
Hi Chris,
try to include in kernel only acpiphp and omit pciehp. Don't use modules but
include
them statically. And try, in addition, check whether "pcie_aspm=off" in
grub.conf helped.
The best would if you subscribe to linux-pci, and read my recent threads
about similar issues I had with ex
Hi Kamil,
On Thu, Jan 24, 2013 at 04:31:26PM +0100, Kamil Debski wrote:
> Hi,
>
> > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com]
> > Sent: Thursday, January 24, 2013 1:51 PM
> >
> > Hi Kamil,
> >
> > Thanks for the patch.
> >
> > On Thursday 24 January 2013 13:35:07 Kamil
Hi Laurent,
Thanks for the review.
On 01/24/2013 11:16 AM, Laurent Pinchart wrote:
[...]
>> +Data interfaces on all video devices are described by their child 'port'
>> +nodes. Configuration of a port depends on other devices participating in
>> +the data transfer and is described by 'endpoint' s
On Thu January 24 2013 16:59:36 forum::für::umläute wrote:
> hi all,
>
> i'm currently maintainer of the "v4l2loopback" device [1], a virtual
> video device that allows applications to share video-streams via the
> v4l2 API (each device being V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_VIDEO_OUTPUT).
>
> n
On 2013-01-24 16:59, forum::für::umläute wrote:
> hi all,
just in case: please CC me, as i'm not subscribed to this list (yet).
gfadmsr
IOhannes
>
> i'm currently maintainer of the "v4l2loopback" device [1], a virtual
> video device that allows applications to share video-streams via the
> v4l2
If, for any reason, all per-layers counters stop, remove the
corresponding global counter.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb-frontends/mb86a20s.c | 12 +---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/drivers/media/dvb-frontends/mb86a20s.c
b/dr
The logic here is similar to the preBER.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb-frontends/mb86a20s.c | 220 +
1 file changed, 196 insertions(+), 24 deletions(-)
diff --git a/drivers/media/dvb-frontends/mb86a20s.c
b/drivers/media/dvb-frontends
The logic that resets the device is wrong. It should be resetting
just the layer that got read. Also, stop is needed before updating
the counters.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb-frontends/mb86a20s.c | 40 +-
1 file changed, 35 insertion
The logic that resets the device is wrong. It should be resetting
just the layer that got read. Also, stop is needed before updating
the counters.
While there, rename it, as we'll soon introduce a postBER logic
there.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb-frontends/mb86a20s.
Add both per-layer and global block error count and block count,
for PER and UCB measurements.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb-frontends/mb86a20s.c | 190 +++--
1 file changed, 180 insertions(+), 10 deletions(-)
diff --git a/drivers/media/d
hi all,
i'm currently maintainer of the "v4l2loopback" device [1], a virtual
video device that allows applications to share video-streams via the
v4l2 API (each device being V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_VIDEO_OUTPUT).
now (unfortunately for someone maintaining a driver) i have not been
follo
Hi,
> From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com]
> Sent: Thursday, January 24, 2013 1:51 PM
>
> Hi Kamil,
>
> Thanks for the patch.
>
> On Thursday 24 January 2013 13:35:07 Kamil Debski wrote:
> > Set proper timestamp type in drivers that I am sure that use either
> > MON
Hi,
> From: Hans Verkuil [mailto:hverk...@xs4all.nl]
> Sent: Thursday, January 24, 2013 1:51 PM
>
> On Thu 24 January 2013 13:35:05 Kamil Debski wrote:
> > Define video buffer flag for the COPY timestamp. In this case the
> > timestamp value is copied from the OUTPUT to the corresponding
> CAPTUR
Hi Mauro,
The following changes since commit 94a93e5f85040114d6a77c085457b3943b6da889:
[media] dvb_frontend: print a msg if a property doesn't exist (2013-01-23
19:10:57 -0200)
are available in the git repository at:
git://linuxtv.org/pinchartl/media.git omap3isp/next
for you to fetch cha
2013/1/16 Maarten Lankhorst :
> Op 16-01-13 07:28, Inki Dae schreef:
>> 2013/1/15 Maarten Lankhorst :
>>> This type of fence can be used with hardware synchronization for simple
>>> hardware that can block execution until the condition
>>> (dma_buf[offset] - value) >= 0 has been met.
>>>
>>> A soft
On 11-01-13 13:23, Mauro Carvalho Chehab wrote:
Em Fri, 11 Jan 2013 01:12:33 +
Jonathan McCrohan escreveu:
On Thu, 10 Jan 2013 21:55:28 +0100, Oliver Schinagl wrote:
Actually, there's plenty of apps etc that depend on it. I know some
distro's install it into /usr/share/dvb for all to use.
Hello,
Could you please add patch for TBS692x, because is not recognized.
Thanks
Thierry
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Hello,
There is a problem with the v4l and we want to know if the next
version will support ACM / VCM / PLS ?
Thanks,
Thierry
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.
Add both per-layer and global block error count and block count,
for PER and UCB measurements.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb-frontends/mb86a20s.c | 190 +++--
1 file changed, 180 insertions(+), 10 deletions(-)
diff --git a/drivers/media/d
On Thu 24 January 2013 13:35:05 Kamil Debski wrote:
> Define video buffer flag for the COPY timestamp. In this case the timestamp
> value is copied from the OUTPUT to the corresponding CAPTURE buffer.
>
> Signed-off-by: Kamil Debski
> Signed-off-by: Kyungmin Park
> ---
> Documentation/DocBook/m
Hi Kamil,
Thanks for the patch.
On Thursday 24 January 2013 13:35:07 Kamil Debski wrote:
> Set proper timestamp type in drivers that I am sure that use either
> MONOTONIC or COPY timestamps. Other drivers will correctly report
> UNKNOWN timestamp type instead of assuming that all drivers use mono
Hi Kamil,
Thank you for the patch.
On Thursday 24 January 2013 13:35:06 Kamil Debski wrote:
> Not all drivers use monotonic timestamps. This patch adds a way to set the
> timestamp type per every queue.
>
> Signed-off-by: Kamil Debski
> Signed-off-by: Kyungmin Park
> ---
> drivers/media/v4l2-
Not all drivers use monotonic timestamps. This patch adds a way to set the
timestamp type per every queue.
Signed-off-by: Kamil Debski
Signed-off-by: Kyungmin Park
---
drivers/media/v4l2-core/videobuf2-core.c |8 ++--
include/media/videobuf2-core.h |1 +
2 files changed, 7
Set proper timestamp type in drivers that I am sure that use either
MONOTONIC or COPY timestamps. Other drivers will correctly report
UNKNOWN timestamp type instead of assuming that all drivers use monotonic
timestamps.
Signed-off-by: Kamil Debski
Signed-off-by: Kyungmin Park
---
drivers/media/
Define video buffer flag for the COPY timestamp. In this case the timestamp
value is copied from the OUTPUT to the corresponding CAPTURE buffer.
Signed-off-by: Kamil Debski
Signed-off-by: Kyungmin Park
---
Documentation/DocBook/media/v4l/io.xml |6 ++
include/uapi/linux/videodev2.h
Hi,
This is the second version of the patch posted earlier this month.
After the discussion a WARN_ON was added to inform if the driver is not setting
timestamp type when initialising the videobuf2 queue. Also the
davinci/vpbe_display.c driver was modified to correctly report the use of
MONOTONIC
Hi Laurent,
On Thu, Jan 24, 2013 at 4:17 PM, Laurent Pinchart
wrote:
> Hi Prabhakar,
>
> Thank you for the patch.
>
> Sylwester and Guennadi have posted a DT bindings proposal for V4L2 devices.
> Shouldn't you base this patch on those bindings ?
>
Yes I'll base on it and post a v2.
Regards,
--Pr
Hi Prabhakar,
Thank you for the patch.
Sylwester and Guennadi have posted a DT bindings proposal for V4L2 devices.
Shouldn't you base this patch on those bindings ?
On Thursday 24 January 2013 14:42:20 Prabhakar Lad wrote:
> From: Lad, Prabhakar
>
> add OF support for the tvp514x driver.
>
>
Hi Sylwester,
Thanks for the patch.
On Wednesday 23 January 2013 20:31:16 Sylwester Nawrocki wrote:
> From: Guennadi Liakhovetski
>
> This patch adds a document describing common OF bindings for video
> capture, output and video processing devices. It is curently mainly
> focused on video captu
Hi Heiko,
On Thu, Jan 24, 2013 at 4:30 PM, Heiko Schocher wrote:
> Hello Prabhakar,
>
> On 24.01.2013 10:12, Prabhakar Lad wrote:
>> From: Lad, Prabhakar
>>
>> add OF support for the tvp514x driver.
>>
>> Signed-off-by: Lad, Prabhakar
>> Cc: Hans Verkuil
>> Cc: Laurent Pinchart
>> Cc: Mauro C
Hello Prabhakar,
On 24.01.2013 10:12, Prabhakar Lad wrote:
> From: Lad, Prabhakar
>
> add OF support for the tvp514x driver.
>
> Signed-off-by: Lad, Prabhakar
> Cc: Hans Verkuil
> Cc: Laurent Pinchart
> Cc: Mauro Carvalho Chehab
> Cc: Guennadi Liakhovetski
> ---
> This patch is on top of
From: Lad, Prabhakar
add OF support for the tvp514x driver.
Signed-off-by: Lad, Prabhakar
Cc: Hans Verkuil
Cc: Laurent Pinchart
Cc: Mauro Carvalho Chehab
Cc: Guennadi Liakhovetski
---
This patch is on top of following patches:
1: https://patchwork.kernel.org/patch/1930941/
2: http://patc
Hi Steffen,
On Thu, Jan 24, 2013 at 13:49:58, Steffen Trumtrar wrote:
> Thanks. I'll use that opportunity for a v17 that is rebased onto 3.8-rc4.
As you are going to have a v17, if you can fold the diff[1]
(that I mentioned earlier) into the patch,
"fbmon: add of_videomode helpers", it would be
On 01/24/2013 02:15 AM, Jose Alberto Reguero wrote:
On Jueves, 24 de enero de 2013 00:36:25 Antti Palosaari escribió:
On 01/24/2013 12:34 AM, Jose Alberto Reguero wrote:
Add lock to af9035 driver for dual mode.
May I ask why you do that?
regards
Antti
Just to avoid interference between th
On Thu, Jan 24, 2013 at 10:44:50AM +0530, Leela Krishna Amudala wrote:
> Steffen,
>
> You can add my tested-by for this series.. :)
> I have been using them for Exynos: smdk5250 board.
>
Thanks. I'll use that opportunity for a v17 that is rebased onto 3.8-rc4.
Regards,
Steffen
> On Wed, Jan 23
46 matches
Mail list logo