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 24 04:00:16 CEST 2015
git branch: test
git hash: 4dc102b2f53d63207fa12a6ad49c7b6448bc3301
gcc versi
Currently, the warning for missing device_caps gives a backtrace like so:
[] dump_stack+0x45/0x57
[] warn_slowpath_common+0x8a/0xc0
[] warn_slowpath_null+0x1a/0x20
[] v4l_querycap+0x43/0x80 [videodev]
[] __video_do_ioctl+0x2a4/0x320 [videodev]
[] ? do_last+0x195/0x1210
[] video_usercopy+0x22e/0x5b
On 07/22/2015 04:42 PM, Shuah Khan wrote:
> This patch series updates ALSA driver, and au0828 core driver to
> use Managed Media controller API to share tuner. Please note that
> Managed Media Controller API and DVB and V4L2 drivers updates to
> use Media Controller API have been added in a prior p
On 07/23/2015 06:39 PM, Kamil Debski wrote:
Hi,
On 21 July 2015 at 15:03, Marek Szyprowski wrote:
Hello,
On 2015-07-16 15:09, Hans Verkuil wrote:
Marek, Kamil,
On 06/29/15 12:14, Hans Verkuil wrote:
From: Kamil Debski
Add CEC interface driver present in the Samsung Exynos range of
SoCs
Hi,
On 21 July 2015 at 15:03, Marek Szyprowski wrote:
> Hello,
>
> On 2015-07-16 15:09, Hans Verkuil wrote:
>>
>> Marek, Kamil,
>>
>> On 06/29/15 12:14, Hans Verkuil wrote:
>>>
>>> From: Kamil Debski
>>>
>>> Add CEC interface driver present in the Samsung Exynos range of
>>> SoCs.
>>>
>>> The fo
From: Rob Taylor
Adapt rcar_vin_querycap() so that cap->bus_info is populated with
something meaningful/unique.
Signed-off-by: Rob Taylor
Signed-off-by: William Towle
---
drivers/media/platform/soc_camera/rcar_vin.c |1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/platform
From: Rob Taylor
In videobuf_setup reject buffers that are too small for the configured
format. Fixes v4l2-compliance issue.
Signed-off-by: Rob Taylor
Reviewed-by: William Towle
Acked-by: Hans Verkuil
---
drivers/media/platform/soc_camera/rcar_vin.c |3 +++
1 file changed, 3 insertions(+
Using adv7611_read_cable_det() for ADV7612 means that full
support for '.max_port = ADV7604_PAD_HDMI_PORT_B,' isn't available
due to the need for multiple port reads to determine cable detection,
and an agreed mechanism for communicating the separate statuses.
This patch replaces adv7611_read_cabl
This adds V4L2_MBUS_FMT_RGB888_1X24 input format support
which is used by the ADV7612 chip.
Signed-off-by: Koji Matsuoka
Signed-off-by: Simon Horman
Signed-off-by: Yoshihiro Kaneko
Modified to use MEDIA_BUS_FMT_* constants
Signed-off-by: William Towle
Reviewed-by: Rob Taylor
Acked-by: Hans
Fix rcar_vin_try_fmt's use of an inappropriate pad number when calling
the subdev set_fmt function - for the ADV7612, IDs should be non-zero.
Signed-off-by: William Towle
Reviewed-by: Rob Taylor
---
drivers/media/platform/soc_camera/rcar_vin.c | 17 -
1 file changed, 12 insert
From: Rob Taylor
Fix calls to subdev try_fmt function to use valid pad numbers, fixing
the case where subdevs (eg. ADV7612) have valid pad numbers that are
non-zero.
Signed-off-by: William Towle
Reviewed-by: Rob Taylor
---
drivers/media/platform/soc_camera/soc_scale_crop.c |1 +
1 file ch
Set 'default-input' property for ADV7612. Enables image/video capture
without the need to have userspace specifying routing.
Signed-off-by: Ian Molton
Tested-by: William Towle
---
arch/arm/boot/dts/r8a7790-lager.dts |1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/r8a779
From: Hans Verkuil
Fill in the std field from the video_device tvnorms field in
enum_input.
Signed-off-by: Hans Verkuil
Signed-off-by: Rob Taylor
---
drivers/media/platform/soc_camera/soc_camera.c |3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/media/platform/soc_camera/soc_
From: Hans Verkuil
Remove unnecessary check and fix the error code for vb1 drivers.
Signed-off-by: Hans Verkuil
Signed-off-by: Rob Taylor
---
drivers/media/platform/soc_camera/soc_camera.c |8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/drivers/media/platform/so
Add DT entries for vin0, vin0_pins, and adv7612
Signed-off-by: William Towle
Signed-off-by: Rob Taylor
---
arch/arm/boot/dts/r8a7790-lager.dts | 41 ++-
1 file changed, 40 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts
b/arch/ar
Add detection of source pad number for drivers aware of the media
controller API, so that the combination of soc_camera and rcar_vin
can create device nodes to support modern drivers such as adv7604.c
(for HDMI on Lager) and the converted adv7180.c (for composite)
underneath.
Building rcar_vin gai
Prior to commit f862f57d ("[media] media: i2c: ADV7604: Migrate to
regmap"), the local variable 'val' contained the combined register
reads used in the chipset version ID test. Restore this expectation
so that the comparison works as it used to.
---
drivers/media/i2c/adv7604.c |2 +-
1 file ch
Version 5. Some successful upstreaming and some further modification
means this obsoletes version 4, as seen at:
http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/92832
This version of the patch series contains a fix for probing the
ADV7611/ADV7612 chips, a red
From: Laurent Pinchart
Add a new subdev operation to initialize a subdev pad config array, and
a helper function to allocate and initialize the array. This can be used
by bridge drivers to implement try format based on subdev pad
operations.
Signed-off-by: Laurent Pinchart
Acked-by: Vaibhav Hir
19 matches
Mail list logo