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 Sep 4 04:00:30 CEST 2015
git branch: test
git hash: 50ef28a6ac216fd8b796257a3768fef8f57b917d
gcc versi
Hans Verkuil says: "The only place querystd can be called is in the QUERYSTD
ioctl, all other ioctls should use the last set standard." So call the g_std()
subdevice method instead of querystd() in the driver's set_fmt() method.
Reported-by: Hans Verkuil
Signed-off-by: Sergei Shtylyov
---
dri
The driver was written with the 'soc_camera' use in mind, however the g_std()
video method was forgotten. Implement it at last...
Signed-off-by: Sergei Shtylyov
---
drivers/media/i2c/ml86v7667.c | 10 ++
1 file changed, 10 insertions(+)
Index: media_tree/drivers/media/i2c/ml86v7667.c
Commit cccb83f7a184 ([media] adv7180: add more subdev video ops) forgot to add
the g_std() video method. Its implementation seems identical to the querystd()
method, so we can just point at adv7180_querystd()...
Signed-off-by: Sergei Shtylyov
---
drivers/media/i2c/adv7180.c |1 +
1 file
Hello.
Here are 3 patches against the 'fixes' branch of the 'media_tree.git' repo
plus the VIN driver patch to propagate querystd() error. First we add support
for the g_std() video method to the ADV7180 and ML86V7667 I2C drivers which
is needed for the full 'soc_camera' compliance, then we rep
Hi Sakari,
On 07/16/2015 07:58 AM, Tony Lindgren wrote:
> * Laurent Pinchart [150716 05:57]:
>> The OMAP3 ISP is now fully supported in DT, remove its instantiation
>> from C code.
>
> Please feel to queue this along with the second patch in this series,
> this should not cause any merge conflic
This patch adds in the required DT node for the c8sectpfe
Linux DVB demux driver which allows the tsin channels
to be used on an upstream kernel.
Signed-off-by: Peter Griffin
Acked-by: Lee Jones
---
arch/arm/boot/dts/stihxxx-b2120.dtsi | 35 +++
1 file changed, 3
Adding these properties makes the I2C bus to the demodulators much
more reliable, and we no longer suffer from I2C errors when tuning.
Signed-off-by: Peter Griffin
Acked-by: Lee Jones
---
arch/arm/boot/dts/stihxxx-b2120.dtsi | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff
Signed-off-by: Peter Griffin
Acked-by: Lee Jones
---
.../devicetree/bindings/media/stih407-c8sectpfe.txt| 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/Documentation/devicetree/bindings/media/stih407-c8sectpfe.txt
b/Documentation/devicetree/bindings/me
Hi Mauro,
This series includes a couple of fixes for the c8sectpfe Linux dvb driver.
The only difference versus v5 is on RobH advice we are back to "reset-gpios"
for the binding.
One was caused by omitting a patch from the original c8sectpfe series which
defined the ssc2 and ssc3 dt nodes, which
Signed-off-by: Peter Griffin
---
drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c
b/drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c
index c691e13..ce72ffb 1
reset-gpios is more clear than rst-gpio.
This change has been done as one atomic commit but it
does breaks compatability with older dtbs.
Signed-off-by: Peter Griffin
Acked-by: Lee Jones
---
Documentation/devicetree/bindings/media/stih407-c8sectpfe.txt | 6 +++---
arch/arm/boot/dts/stihxxx-b21
LIBELF_32 is not defined in Kconfig, and is left over legacy
which is not required in the upstream driver, so remove it.
Suggested-by: Valentin Rothberg
Signed-off-by: Peter Griffin
Acked-by: Lee Jones
---
drivers/media/platform/sti/c8sectpfe/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff
Em Thu, 3 Sep 2015 17:23:16 +0200
Hans Verkuil escreveu:
> From: Hans Verkuil
>
> The argp.h functionality is not always available on embedded systems
> (android!). A number of utilities depend on this and running configure
> will fail if argp.h is missing.
>
> Add a new configure option --wi
The omap4iss driver initializes the entities and creates the pads links
before the entities are registered with the media device. This does not
work now that object IDs are used to create links so the media_device
has to be set.
Split out the pads links creation from the entity initialization so a
The uvc driver creates the pads links before the media entity is
registered with the media device. This doesn't work now that obj
IDs are used to create links so the media_device has to be set.
Move entities registration logic before pads links creation.
Signed-off-by: Javier Martinez Canillas
-
Hello,
This series changes all the MC media drivers that are currently creating
pads links before registering the media entities with the media device.
The patches are similar to the ones posted for the OMAP3 ISP driver [0]
and depends on Mauro's "[PATCH v8 00/55] MC next generation patches" [1].
The vsp1 driver creates the pads links before the media entities are
registered with the media device. This doesn't work now that object
IDs are used to create links so the media_device has to be set.
Move entities registration logic before pads links creation.
Signed-off-by: Javier Martinez Cani
The vsp1 driver initializes the entities and creates the pads links
before the entities are registered with the media device. This doesn't
work now that object IDs are used to create links so the media_device
has to be set.
Split out the pads links creation from the entity initialization so are
ma
The smiapp driver creates the pads links before the media entity is
registered with the media device. This doesn't work now that object
IDs are used to create links so the media_device has to be set.
Move entity registration logic before pads links creation.
Signed-off-by: Javier Martinez Canilla
From: Hans Verkuil
The argp.h functionality is not always available on embedded systems
(android!). A number of utilities depend on this and running configure
will fail if argp.h is missing.
Add a new configure option --without-argp to disable that argp.h check
and instead skip any utilities tha
From: Hans Verkuil
Sometimes you want to compile these two utilities without the libv4l2 wrapper.
This patch adds new configure options to do this:
--disable-v4l2-compliance-libv4l
--disable-v4l2-ctl-libv4l
This is useful when building for an embedded system where you do not want
to use the lib
Gregor,
Can you take a look at this to see if I did this correctly? I'm no
autoconf hero, so before I push I'd like some feedback.
The main reason for these changes is that I need to build v4l2-ctl for
an embedded system and rather than having to hack on my side, I prefer
to add configure options
23 matches
Mail list logo