On Tue September 11 2012 21:21:03 Sylwester Nawrocki wrote:
> Hi Sakari,
>
> On 08/27/2012 09:28 PM, Sakari Ailus wrote:
> >>> How about using bytes on video nodes and bus and media bus code specific
> >>> extended samples (or how we should call pixels in uncompressed formats and
> >>> units of da
It is not good idea to return error for missing callback
handler as whole callback as optional and could be missing
by intentionally.
Signed-off-by: Antti Palosaari
---
drivers/media/usb/dvb-usb-v2/af9035.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/drivers/media/
Signed-off-by: Antti Palosaari
---
drivers/media/dvb-frontends/rtl2832.c | 64 +++---
drivers/media/dvb-frontends/rtl2832.h | 2 +-
drivers/media/dvb-frontends/rtl2832_priv.h | 15 ---
3 files changed, 33 insertions(+), 48 deletions(-)
diff --git a/drivers/
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/tua9001.c | 31 ++-
1 file changed, 22 insertions(+), 9 deletions(-)
diff --git a/drivers/media/tuners/tua9001.c b/drivers/media/tuners/tua9001.c
index 6147eee..e6394fc 100644
--- a/drivers/media/tuners/tua9001.c
Signed-off-by: Antti Palosaari
---
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 95 +++--
1 file changed, 92 insertions(+), 3 deletions(-)
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
index a62238f..31c9f44 100644
--- a/
Signed-off-by: Antti Palosaari
---
drivers/media/dvb-frontends/rtl2832.c | 8 +---
drivers/media/dvb-frontends/rtl2832.h | 1 +
drivers/media/dvb-frontends/rtl2832_priv.h | 27 +++
3 files changed, 33 insertions(+), 3 deletions(-)
diff --git a/drivers/medi
There is three pins used for controlling that tuner.
Implement those using frontend callback.
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/tua9001.c | 66 ++
drivers/media/tuners/tua9001.h | 20 +
2 files changed, 81 insertions(+), 5
Signed-off-by: Antti Palosaari
---
drivers/media/dvb-frontends/rtl2832.h | 4
1 file changed, 4 deletions(-)
diff --git a/drivers/media/dvb-frontends/rtl2832.h
b/drivers/media/dvb-frontends/rtl2832.h
index 5da0cc4..270fd1e 100644
--- a/drivers/media/dvb-frontends/rtl2832.h
+++ b/drivers/me
It is first step closer to support multiple tuners.
Signed-off-by: Antti Palosaari
---
drivers/media/dvb-frontends/rtl2832.c | 58 --
drivers/media/dvb-frontends/rtl2832.h | 5 ++-
drivers/media/dvb-frontends/rtl2832_priv.h | 33 +
drivers/m
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:Tue Sep 11 19:00:27 CEST 2012
git hash:79e8c7bebb467bbc3f2514d75bba669a3f354324
gcc version: i686-linux-gcc (GC
Em 16-08-2012 23:03, Antti Palosaari escreveu:
> Common routine for use of dvb-core, demodulator and tuner for check
> given DTMB parameters correctness.
I won't repeat myself on the stuff I commented on patch 1/4.
I dunno much about this standard, nor I have the specs, so, I'm
assuming that you
Em 16-08-2012 23:03, Antti Palosaari escreveu:
> Common routine for use of dvb-core, demodulator and tuner for check
> given DVB-C annex A parameters correctness.
>
> Signed-off-by: Antti Palosaari
I won't repeat myself on the stuff I commented on patch 1/4.
> ---
> drivers/media/dvb-core/dvb_
Em 16-08-2012 23:03, Antti Palosaari escreveu:
> Common routine for use of dvb-core, demodulator and tuner for check
> given DVB-T2 parameters correctness.
>
> Signed-off-by: Antti Palosaari
> ---
> drivers/media/dvb-core/dvb_frontend.c | 118
> ++
> drivers/medi
Em 16-08-2012 23:03, Antti Palosaari escreveu:
> Common routine for use of dvb-core, demodulator and tuner for check
> given DVB-T parameters correctness.
>
> Signed-off-by: Antti Palosaari
> ---
> drivers/media/dvb-core/dvb_frontend.c | 136
> ++
> drivers/media
Hi Sakari,
On 08/27/2012 09:28 PM, Sakari Ailus wrote:
>>> How about using bytes on video nodes and bus and media bus code specific
>>> extended samples (or how we should call pixels in uncompressed formats and
>>> units of data in compressed formats?) on subdevs? The information how the
>>> forme
Em 16-08-2012 22:35, Antti Palosaari escreveu:
> Signed-off-by: Antti Palosaari
> ---
> Documentation/DocBook/media/dvb/dvbproperty.xml | 16
> 1 file changed, 16 insertions(+)
>
> diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml
> b/Documentation/DocBook/media/dvb/
uw wemail quota heeft overschreden de limiet van 20GB. U bent nu draait op
20,89. kopieer of klik op de link hierboven om opnieuw te activeren en
verlengen van uw webmail quotum.
http://updateee.info/upgrade1/
Doet u dit niet kan leiden tot een beperkte toegang tot uw webmail account.
dank
L
2012/9/11 Peter Senna Tschudin :
> From: Peter Senna Tschudin
>
> The semantic patch that finds this problem is as follows:
> (http://coccinelle.lip6.fr/)
>
> //
> @r exists@
> position p1,p2;
> expression x;
> @@
>
> if (x@p1 == NULL) { ... kfree@p2(x); ... return ...; }
>
> @unchanged exists@
>
Em 20-08-2012 21:42, CrazyCat escreveu:
> Multistream support with all recommendations.
>
> Signed-off-by: Evgeny Plehov
> diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
> index bb51edf..a6a6839 100644
> --- a/include/linux/dvb/frontend.h
> +++ b/include/linux/dvb/fronte
From: Peter Senna Tschudin
The semantic patch that finds this problem is as follows:
(http://coccinelle.lip6.fr/)
//
@r exists@
position p1,p2;
expression x;
@@
if (x@p1 == NULL) { ... kfree@p2(x); ... return ...; }
@unchanged exists@
position r.p1,r.p2;
expression e <= r.x,x,e1;
iterator I;
Hi Guennadi,
On 09/11/2012 05:51 PM, Guennadi Liakhovetski wrote:
> This patch adds a document, describing common V4L2 device tree bindings.
>
> Co-authored-by: Sylwester Nawrocki
> Signed-off-by: Guennadi Liakhovetski
> ---
> Documentation/devicetree/bindings/media/v4l2.txt | 143
>
This patch adds a document, describing common V4L2 device tree bindings.
Co-authored-by: Sylwester Nawrocki
Signed-off-by: Guennadi Liakhovetski
---
Documentation/devicetree/bindings/media/v4l2.txt | 143 ++
1 files changed, 143 insertions(+), 0 deletions(-)
create mode 10
On 09/11/2012 08:02 AM, Guennadi Liakhovetski wrote:
> Hi Stephen
>
> Thanks for the review.
>
> On Wed, 5 Sep 2012, Stephen Warren wrote:
>
>> On 09/05/2012 04:57 AM, Guennadi Liakhovetski wrote:
>>> Hi all
>>>
>>> Version 5 of this RFC is a result of a discussion of its version 4, which
>>> t
On Tue 11 September 2012 16:23:38 Prabhakar Lad wrote:
> From: Lad, Prabhakar
>
> Add a helper function to modify the menu, max and default value
> to set.
>
> Signed-off-by: Lad, Prabhakar
> Signed-off-by: Manjunath Hadli
> Cc: Hans Verkuil
> Cc: Sakari Ailus
> Cc: Sylwester Nawrocki
> Cc:
From: Lad, Prabhakar
Add a helper function to modify the menu, max and default value
to set.
Signed-off-by: Lad, Prabhakar
Signed-off-by: Manjunath Hadli
Cc: Hans Verkuil
Cc: Sakari Ailus
Cc: Sylwester Nawrocki
Cc: Laurent Pinchart
Cc: Mauro Carvalho Chehab
Cc: Hans de Goede
Cc: Kyungmin
Hi Stephen
Thanks for the review.
On Wed, 5 Sep 2012, Stephen Warren wrote:
> On 09/05/2012 04:57 AM, Guennadi Liakhovetski wrote:
> > Hi all
> >
> > Version 5 of this RFC is a result of a discussion of its version 4, which
> > took place during the recent Linux Plumbers conference in San Dieg
Hello,
I've spotted a minor issue while glancing through the code.
Cheers,
Nicolas
On 2012-09-07 11:30, Prashanth Subramanya wrote:
> This driver adds basic support for Aptina ar0130 1.2M sensor.
>
> Signed-off-by: Prashanth Subramanya
> ---
[snip]
> +/*
On Tue 11 September 2012 15:01:19 Guennadi Liakhovetski wrote:
> Video Engine Unit (VEU) is an IP block, found in multiple SuperH and ARM-
> based sh-mobile and r-mobile SoCs, capable of processing video data. It
> can perform colour-space conversion, scaling and several filtering
> transformations
Video Engine Unit (VEU) is an IP block, found in multiple SuperH and ARM-
based sh-mobile and r-mobile SoCs, capable of processing video data. It
can perform colour-space conversion, scaling and several filtering
transformations. This patch adds an initial implementation of a mem2mem
V4L2 driver fo
The mem2mem core doesn't change struct m2m_ops, provided by the driver,
make references to it const.
Signed-off-by: Guennadi Liakhovetski
---
drivers/media/v4l2-core/v4l2-mem2mem.c |4 ++--
include/media/v4l2-mem2mem.h |2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
di
Using list_first_entry() improves code readability and makes it less
error-prone.
Signed-off-by: Guennadi Liakhovetski
---
drivers/media/v4l2-core/v4l2-mem2mem.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/media/v4l2-core/v4l2-mem2mem.c
b/drivers/media/
Hi Javier,
Am Dienstag, den 11.09.2012, 12:50 +0200 schrieb javier Martin:
> On 10 September 2012 17:29, Philipp Zabel wrote:
> > Signed-off-by: Philipp Zabel
> > ---
> > drivers/media/platform/coda.c | 29 +++--
> > 1 file changed, 23 insertions(+), 6 deletions(-)
> >
Hi Javier,
Am Dienstag, den 11.09.2012, 12:52 +0200 schrieb javier Martin:
> On 10 September 2012 17:30, Philipp Zabel wrote:
> > Increases the maximum encoded frame buffer size to 1 MiB.
> >
> > Signed-off-by: Philipp Zabel
> > ---
> > drivers/media/platform/coda.c | 11 +--
> > driv
These should be -ENOSYS because not -EINVAL.
Reported-by: Sean Young
Signed-off-by: Dan Carpenter
diff --git a/drivers/media/rc/ir-lirc-codec.c b/drivers/media/rc/ir-lirc-codec.c
index 6ad4a07..c0dc1b9 100644
--- a/drivers/media/rc/ir-lirc-codec.c
+++ b/drivers/media/rc/ir-lirc-codec.c
@@ -203,
"carrier" comes from a get_user() in ir_lirc_ioctl(). We need to test
that it's not zero before using it as a divisor. It might have been
nice to test for this ir_lirc_ioctl() but the mceusb driver uses zero to
disable carrier modulation.
The bug in redrat3 is a little more subtle. The ->carrie
On 10 September 2012 17:30, Philipp Zabel wrote:
> Increases the maximum encoded frame buffer size to 1 MiB.
>
> Signed-off-by: Philipp Zabel
> ---
> drivers/media/platform/coda.c | 11 +--
> drivers/media/platform/coda.h |3 ++-
> 2 files changed, 7 insertions(+), 7 deletions(-)
>
On 10 September 2012 17:29, Philipp Zabel wrote:
> Signed-off-by: Philipp Zabel
> ---
> drivers/media/platform/coda.c | 29 +++--
> 1 file changed, 23 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c
> index 81
On 10 September 2012 17:29, Philipp Zabel wrote:
> The hardware can also rotate in 90° steps, but there is no
> corresponding V4L2_CID defined yet.
>
> Signed-off-by: Philipp Zabel
> ---
> drivers/media/platform/coda.c | 19 ++-
> drivers/media/platform/coda.h |9 +
On 10 September 2012 17:29, Philipp Zabel wrote:
> VIDIOC_TRY_FMT would incorrectly return bytesperline * height,
> instead of width * height * 3 / 2.
>
> Signed-off-by: Philipp Zabel
> ---
> drivers/media/platform/coda.c | 10 +++---
> 1 file changed, 3 insertions(+), 7 deletions(-)
>
> d
On 10 September 2012 17:29, Philipp Zabel wrote:
> While the CODA is running a PIC_RUN command, its registers are
> not to be touched.
>
> Signed-off-by: Philipp Zabel
> ---
> Changes since v3:
> - Complete dev->done in coda_timeout.
> ---
> drivers/media/platform/coda.c | 42
> +
On 10 September 2012 17:29, Philipp Zabel wrote:
> USERPTR buffer support is provided by the videobuf2 framework.
>
> Signed-off-by: Philipp Zabel
> ---
> drivers/media/platform/coda.c |4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/media/platform/coda.c b
On 10 September 2012 17:29, Philipp Zabel wrote:
> Add a 1 second timeout for each PIC_RUN command to the CODA. In
> case it locks up, stop all queues and dequeue remaining buffers.
>
> Signed-off-by: Philipp Zabel
> ---
> Changes since v3:
> - Add struct coda_dev *dev pointer in coda_start_stre
On 10 September 2012 17:29, Philipp Zabel wrote:
> Determining the next free instance just by incrementing and decrementing
> an instance counter does not work: if there are two instances opened,
> 0 and 1, and instance 0 is released, the next call to coda_open will
> create a new instance with in
On 10 September 2012 17:29, Philipp Zabel wrote:
> job_ready is supposed to signal whether a context is ready to be
> added to the job queue, not whether the CODA is ready to run it
> immediately.
> Calling v4l2_m2m_job_finish at the end of coda_irq_handler already
> guarantees that the coda is re
On 10 September 2012 17:29, Philipp Zabel wrote:
> Some codecs running on CODA need internal framebuffers for reference and
> reconstructed frames. Allocate them separately, and do not use the input
> vb2_buffers: those will be handed off to userspace regularly, and there
> is no way to signal to
On 10 September 2012 17:29, Philipp Zabel wrote:
> This uses the ARCH_MXC specific iram_alloc API to allocate a work
> buffer in the SoC's on-chip SRAM and sets up the AXI_SRAM_USE
> register. In the future, the allocation will be converted to use
> the genalloc API.
>
> Signed-off-by: Philipp Zab
On 10 September 2012 17:29, Philipp Zabel wrote:
> Signed-off-by: Philipp Zabel
> ---
> drivers/media/platform/coda.c | 31 +++
> 1 file changed, 31 insertions(+)
>
> diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c
> index d4a5dd0..8ec2ff4
On 10 September 2012 17:29, Philipp Zabel wrote:
> Add support for loading a raw firmware with 16-bit chars ordered in
> little-endian 64-bit words, corresponding to the memory access pattern
> of CODA7 and above: When writing the boot code into the code download
> register, the chars have to be r
Hi Francesco
Thanks for your advice.
@ Sylwester
Thanks for your nice patch, and I will squash and then send it again.
Thanks
Sangwook
On 10 September 2012 21:29, Sylwester Nawrocki
wrote:
> On 09/10/2012 08:52 PM, Francesco Lavra wrote:
>> On 09/10/2012 05:04 PM, Sylwester Nawrocki wrote:
Hi Mauro
The following changes since commit 79e8c7bebb467bbc3f2514d75bba669a3f354324:
Merge tag 'v3.6-rc3' into staging/for_v3.7 (2012-08-24 11:25:10 -0300)
are available in the git repository at:
git://linuxtv.org/gliakhovetski/v4l-dvb.git for-3.7-set_2
Javier Martin (1):
media: mx2
On Fri, 24 Aug 2012, Anatolij Gustschin wrote:
> On Fri, 24 Aug 2012 13:23:22 +0200 (CEST)
> Guennadi Liakhovetski wrote:
>
> > On Fri, 24 Aug 2012, Anatolij Gustschin wrote:
> >
> > > Set "y_skip_top" to zero and remove comment as I do not see this
> > > line corruption on two different mt9v02
Hi Anatolij
On Tue, 28 Aug 2012, Anatolij Gustschin wrote:
> Hi Guennadi,
>
> On Fri, 24 Aug 2012 23:23:37 +0200 (CEST)
> Guennadi Liakhovetski wrote:
> ...
> > > Every time the sensor is reset, it resets this register. Without setting
> > > the register after sensor reset to the needed value I
Hi Hans,
Thanks for the review.
On Tue, Sep 11, 2012 at 1:25 PM, Hans Verkuil wrote:
> Hi Pradhakar,
>
> Looks good, but I have a number of style/grammar issues which I've corrected
> below.
>
> On Tue 11 September 2012 09:39:02 Prabhakar Lad wrote:
>> From: Lad, Prabhakar
>>
>> Add a helper fu
Hi Pradhakar,
Looks good, but I have a number of style/grammar issues which I've corrected
below.
On Tue 11 September 2012 09:39:02 Prabhakar Lad wrote:
> From: Lad, Prabhakar
>
> Add a helper function to modify the menu, max and default value
> to set.
>
> Signed-off-by: Lad, Prabhakar
> Sig
From: Lad, Prabhakar
Add a helper function to modify the menu, max and default value
to set.
Signed-off-by: Lad, Prabhakar
Signed-off-by: Manjunath Hadli
Cc: Hans Verkuil
Cc: Sakari Ailus
Cc: Sylwester Nawrocki
Cc: Laurent Pinchart
Cc: Mauro Carvalho Chehab
Cc: Hans de Goede
Cc: Kyungmin
Hi,
On 09/10/2012 10:33 PM, Frank Schäfer wrote:
And if AWB is on, the WB control should be disabled, right ?
No, the software AWB works by applying software rgb gains, so the
hardware
control is still useful, as the better the color balance of the input,
the better the end-result will be.
Hi,
On 09/10/2012 10:24 PM, Frank Schäfer wrote:
libv4lconvert should be modifed to do the rotation regardless of what
comes out of the kernel whenever V4LCONTROL_ROTATED flag is set.
This way it becomes just a normal software control (like software h/v-flip).
At the moment, it can only hand
57 matches
Mail list logo