André Roth writes:
> On Tue, 25 Mar 2014 21:51:49 +0100
> Bjørn Mork wrote:
>
>> > - * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
>> > - * Copyright (c) 2012 - Andre Roth
>> > + * Copyright (c) 2013 - Andre Roth
>> > *
>> > * This program is free software; you can redistribute it and/
Hi, all
since v4l2_clk_get() WON'T return EPROBE_DEFER. So this version of patch
is invalid.
Please drop this version of the patch.
Sorry for the noise.
Best Regards,
Josh Wu
On 3/20/2014 5:01 PM, Josh Wu wrote:
Since the the v4l2_clk_get() may return a EPROBE_DEFER during async
probing. So
Hi, Sylwester
On 3/20/2014 10:44 PM, Sylwester Nawrocki wrote:
Hi Josh,
On 19/03/14 10:17, Josh Wu wrote:
On 3/15/2014 5:17 AM, Sylwester Nawrocki wrote:
On 03/14/2014 11:12 AM, Josh Wu wrote:
+clk = v4l2_clk_get(&client->dev, "mclk");
+if (IS_ERR(clk))
+return -EPROBE_DEFER;
Hi,
I read this email thread regarding 'flush operation'in v4l2 m2m driver
framework:
http://www.spinics.net/lists/linux-media/msg42944.html
To implement a 'flush' operation, I should implement support for
'V4L2_DEC_CMD_STOP' command. Is my understanding correct?/
But my currently just implemen
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: Wed Mar 26 04:00:16 CET 2014
git branch: test
git hash: 8432164ddf7bfe40748ac49995356ab4dfda43b7
gcc versio
The HPD GPIO is used as an output but its direction is never set. Fix
it.
Signed-off-by: Laurent Pinchart
---
drivers/media/i2c/adv7604.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
This patch applies on top of the ADV7611 support series queued for v3.16.
diff --git a/drivers/media/i
The arguments used for ir-kbd-i2c's get_key() functions are not
really suited for rc-core and the ir_raw/ir_key distinction is
just confusing.
Convert all of them to return a protocol/scancode/toggle triple instead.
Signed-off-by: David Härdeman
---
drivers/media/i2c/ir-kbd-i2c.c|
The bt8xx driver does RC5 decoding for Nebula digi hardware, but includes
some pointless limitations (both start bits must be one, the
device/address/system must be 0x00). Remove those limitations and update
the keymap to use the full RC5 scancode (fortunately the 0x00 address
means that this is pe
Hi Mauro,
the following three patches provides some cleanups and documentation
that makes the scancode/protocol combination explicit in all drivers.
The information (which is the result of a lot of time spent reading through
the source/keymaps of all drivers which use rc-core...not so entertainin
Right now the protocol information is not preserved, rc-core gets handed a
scancode but has no idea which protocol it corresponds to.
This patch (which required reading through the source/keymap for all drivers,
not fun) makes the protocol information explicit which is important
documentation and
On Fri, Feb 28, 2014 at 11:28:50PM +, James Hogan wrote:
>Add a driver for the ImgTec Infrared decoder block. Two separate rc
>input devices are exposed depending on kernel configuration. One uses
>the hardware decoder which is set up with timings for a specific
>protocol and supports mask/valu
On Wed, Mar 26, 2014 at 12:39:23AM +0100, David Härdeman wrote:
>The following series implements...
Nothing...sorry, I'll send the real patchset soon :)
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo i
The following series implements...
---
David Härdeman (3):
bt8xx: fixup RC5 decoding
rc-core: improve ir-kbd-i2c get_key functions
rc-core: document the protocol type
drivers/media/i2c/ir-kbd-i2c.c | 91 +++---
drivers/media/pci/bt8xx/bttv-input
On Tue, Mar 25, 2014 at 09:12:11AM +, James Hogan wrote:
>On Tuesday 25 March 2014 00:51:46 David Härdeman wrote:
>> On Fri, Feb 28, 2014 at 11:17:02PM +, James Hogan wrote:
>> >Add generic scancode filtering of RC input events, and fall back to
>> >permitting any RC_FILTER_NORMAL scancode
On 25/03/14 23:03, Laurent Pinchart wrote:
> Hi William,
>
> On Tuesday 25 March 2014 22:56:33 William Manley wrote:
>> On 13/03/14 12:38, William Manley wrote:
>>> The uvcvideo webcam driver exposes the v4l2 control "Exposure (Absolute)"
>>> which allows the user to control the exposure time of t
On 13/03/14 12:38, William Manley wrote:
> The uvcvideo webcam driver exposes the v4l2 control "Exposure (Absolute)"
> which allows the user to control the exposure time of the webcam,
> essentially controlling the brightness of the received image. By default
> the webcam automatically adjusts the
Hi William,
On Tuesday 25 March 2014 22:56:33 William Manley wrote:
> On 13/03/14 12:38, William Manley wrote:
> > The uvcvideo webcam driver exposes the v4l2 control "Exposure (Absolute)"
> > which allows the user to control the exposure time of the webcam,
> > essentially controlling the brightn
On Tue, 25 Mar 2014 21:51:49 +0100
Bjørn Mork wrote:
> > - * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
> > - * Copyright (c) 2012 - Andre Roth
> > + * Copyright (c) 2013 - Andre Roth
> > *
> > * This program is free software; you can redistribute it and/or
> > * modify it under the
All YUV 422 has 16bit per pixels.
Signed-off-by: Nicolas Dufresne
---
drivers/media/platform/exynos4-is/fimc-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/platform/exynos4-is/fimc-core.c
b/drivers/media/platform/exynos4-is/fimc-core.c
index bfb80fb..2e
Depth and payload is defined per memory plane. It's better to iterate using
number of memory planes. This was not causing much issue since the rest
of the arrays involved where intialized to zero.
Signed-off-by: Nicolas Dufresne
---
drivers/media/platform/exynos4-is/fimc-core.c | 2 +-
drivers/m
Testing showed that HW produces BGR32 rather then RGB32 as exposed
in the driver. The documentation seems to state the pixels are stored
in little endian order.
Signed-off-by: Nicolas Dufresne
---
drivers/media/platform/exynos4-is/fimc-core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletion
This formula did not take into account the required tiled alignement for
NV12MT format. As this was already computed an stored in payload array
initially, reuse that value.
Signed-off-by: Nicolas Dufresne
---
drivers/media/platform/exynos4-is/fimc-m2m.c | 2 +-
1 file changed, 1 insertion(+), 1
André Roth writes:
> --- a/lib/libdvbv5/descriptors/pmt.c
> +++ b/lib/libdvbv5/descriptors/pmt.c
> @@ -1,6 +1,5 @@
> /*
> - * Copyright (c) 2011-2012 - Mauro Carvalho Chehab
> - * Copyright (c) 2012 - Andre Roth
> + * Copyright (c) 2013 - Andre Roth
> *
> * This program is free software; y
For tiled format, we need to allocated a multiple of the row size. A
good example is for 1280x720, wich get adjusted to 1280x736. In tiles,
this mean Y plane is 20x23 and UV plane 20x12. Because of the rounding,
the previous code would only have enough space to fit half of the last
row.
Signed-off
All YUV 422 has 16bit per pixels.
Signed-off-by: Nicolas Dufresne
---
drivers/media/platform/exynos4-is/fimc-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/platform/exynos4-is/fimc-core.c
b/drivers/media/platform/exynos4-is/fimc-core.c
index bfb80fb..2e7
Testing showed that HW produces BGR32 rather then RGB32 as exposed
in the driver. The documentation seems to state the pixels are stored
in little endian order.
Signed-off-by: Nicolas Dufresne
---
drivers/media/platform/exynos4-is/fimc-core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletion
This patch series fixes several bugs found in the s5p-fimc driver. These
bugs relate to bad parameters in the formats definition and short size
of image buffers.
Nicolas Dufresne (5):
s5p-fimc: Reuse calculated sizes
s5p-fimc: Iterate for each memory plane
s5p-fimc: Align imagesize to row si
- set list pointer to NULL in case of an error
- improve size checking
- dvb_desc_init is used only internal, remove from header
Signed-off-by: André Roth
---
lib/include/libdvbv5/descriptors.h | 2 --
lib/libdvbv5/descriptors.c | 44 ++
2 files chang
- check for correct table ID
- parse all descriptos
- improve table printing
Signed-off-by: André Roth
---
lib/include/libdvbv5/pmt.h | 10 --
lib/libdvbv5/descriptors/pmt.c | 80 --
2 files changed, 61 insertions(+), 29 deletions(-)
diff --git a/
__attribute__((packed)) is needed for nested structs and
unions to get the correct size.
Signed-off-by: André Roth
---
lib/include/libdvbv5/atsc_header.h| 2 +-
lib/include/libdvbv5/desc_atsc_service_location.h | 4 ++--
lib/include/libdvbv5/desc_cable_delivery.h| 8 ++
the dvb_table_eit_event now contains the service_id,
indicating where the events belong to.
Signed-off-by: André Roth
---
lib/include/descriptors/eit.h | 3 ++-
lib/libdvbv5/descriptors/eit.c | 35 ++-
2 files changed, 28 insertions(+), 10 deletions(-)
diff --g
The header files are not needed in the Makefile.am since
automake finds the dependencies automatically. This is not
needed for installing header files either.
Signed-off-by: André Roth
---
lib/libdvbv5/Makefile.am | 87
1 file changed, 43 insertio
Signed-off-by: André Roth
---
lib/include/libdvbv5/cat.h | 51 ++
lib/libdvbv5/Makefile.am | 2 ++
lib/libdvbv5/descriptors.c | 2 ++
lib/libdvbv5/descriptors/cat.c | 72 ++
4 files changed, 127 insertions(+)
cre
Signed-off-by: André Roth
---
lib/include/libdvbv5/desc_ca.h| 63 ++
lib/include/libdvbv5/desc_ca_identifier.h | 55 +++
lib/libdvbv5/Makefile.am | 10 +++--
lib/libdvbv5/descriptors.c| 18 +++
dvb_loginfo log support without setting output color.
Signed-off-by: André Roth
---
lib/include/dvb-log.h | 3 +++
lib/libdvbv5/dvb-log.c | 26 +-
2 files changed, 16 insertions(+), 13 deletions(-)
diff --git a/lib/include/dvb-log.h b/lib/include/dvb-log.h
index a72adc
- allow logging in dvb_vchannel
- get rid of compile warings about unused asprintf return value
Signed-off-by: André Roth
---
lib/libdvbv5/dvb-demux.c | 8 ++--
lib/libdvbv5/dvb-fe.c| 8 ++--
lib/libdvbv5/dvb-file.c | 31 +--
utils/dvb/dvbv5-zap.c|
Implement parsers for mpeg TS, PES and ES
Signed-off-by: André Roth
---
lib/include/descriptors/mpeg_es.h | 109 +
lib/include/descriptors/mpeg_pes.h | 111 +
lib/include/descriptors/mpeg_ts.h | 79 +
lib/libdvbv5/
tree: git://git.monstr.eu/linux-2.6-microblaze master-next-test
head: 4b7d2ed82a743f8f3f7fe09904e154e7b3f5d5e8
commit: f71a8a643dfe0bfc514b3223a440f0f4e4b9f39d [22/78] v4l2: add
VIDIOC_G/S_EDID support to the v4l2 core
reproduce: make C=1 CF=-D__CHECK_ENDIAN__
sparse warnings: (new ones pref
On Mon, 24 Mar 2014 23:39:01 +0100
Laurent Pinchart wrote:
> Hi Jean-François,
Hi Laurent,
> Thank you for the patch.
>
> On Friday 21 March 2014 09:17:32 Jean-Francois Moine wrote:
> > The 'slave encoder' structure of the tda998x driver asks for glue
> > between the DRM driver and the encoder
Sorry, I forgot to add the maintainer to the recipients.
> saa7134: automatic norm detection switched on
> saa7134: vidioc_querystd added
> saa7134: notification about TV norm changes via V4L2 event interface added
> videodev2: new event type added
>
> Signed-off-by: Mikhail Domrachev
>
> ---
>
Hello,
Gentle ping. I'll send a pull request in a week if I don't receive any comment
on the DT bindings in the meantime.
On Wednesday 05 March 2014 20:30:27 Laurent Pinchart wrote:
> Signed-off-by: Laurent Pinchart
> ---
> .../devicetree/bindings/media/renesas,vsp1.txt | 51 ++
On Tue, Mar 25, 2014 at 06:21:34PM +0900, Seung-Woo Kim wrote:
> Hi all,
>
> On 2014년 03월 24일 16:35, Daniel Vetter wrote:
> > Hi all,
> >
> > Adding piles more people.
> >
> > For the first case of caching the iommu mapping there's different
> > answers, depening upon the exact case:
> >
> > 1) Yo
This patch add the DT support for Atmel ISI driver.
It use the same v4l2 DT interface that defined in video-interfaces.txt.
Signed-off-by: Josh Wu
Cc: devicet...@vger.kernel.org
---
v1 --> v2:
refine the binding document.
add port node description.
removed the optional property.
.../devicetr
Now the platform data is initialized by allocation of isi
structure. In the future, we use pdata to store the dt parameters.
Signed-off-by: Josh Wu
---
v1 --> v2:
no change.
drivers/media/platform/soc_camera/atmel-isi.c | 22 +++---
1 file changed, 11 insertions(+), 11 deleti
Signed-off-by: Josh Wu
---
v1 --> v2:
no change.
drivers/media/platform/soc_camera/atmel-isi.c |5 +
include/media/atmel-isi.h |4
2 files changed, 9 insertions(+)
diff --git a/drivers/media/platform/soc_camera/atmel-isi.c
b/drivers/media/platform/soc_came
This patch series add DT support for atmel ISI driver. It can support the
common v4l2 DT interfaces.
v1 --> v2:
modified the device tree binding document to remove the a optional property.
Josh Wu (3):
[media] atmel-isi: add v4l2 async probe support
[media] atmel-isi: convert the pdata from
On Tuesday 25 March 2014 00:51:46 David Härdeman wrote:
> On Fri, Feb 28, 2014 at 11:17:02PM +, James Hogan wrote:
> >Add generic scancode filtering of RC input events, and fall back to
> >permitting any RC_FILTER_NORMAL scancode filter to be set if no s_filter
> >callback exists. This allows r
Hi all,
On 2014년 03월 24일 16:35, Daniel Vetter wrote:
> Hi all,
>
> Adding piles more people.
>
> For the first case of caching the iommu mapping there's different
> answers, depening upon the exact case:
>
> 1) You need to fix your userspace to not constantly re-establish the sharing.
>
> 2) W
48 matches
Mail list logo