(Changes since v2: drop the duplicate PSELA register)
Dump the VOU registers in log_status.
Signed-off-by: Hans Verkuil
---
drivers/media/platform/sh_vou.c | 28
1 file changed, 28 insertions(+)
diff --git a/drivers/media/platform/sh_vou.c b/drivers/media/platform/
On 06/06/2015 03:53 AM, Vaishali Thakkar wrote:
> In little endian cases, macro cpu_to_be16 unfolds to __swab16 which
> provides special case for constants. In big endian cases,
> __constant_cpu_to_be16 and cpu_to_be16 expand directly to the
> same expression. So, replace __constant_cpu_to_be16 wit
Hello again,
On 2015-06-02 10:40 AM, Damian Hobson-Garcia wrote:
> Hello All,
>
> I would like to ask for some comments about a plan to use user space
> video codecs through the V4L interface. I am thinking of a situation
> similar to the one described on the linuxtv.org wiki at
> http://www.lin
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: Mon Jun 8 04:00:19 CEST 2015
git branch: test
git hash: 839aa56d077972170a074bcbe31bf0d7eba37b24
gcc versi
Hello! this is my first post here, although I've benefited from all
the work of the contributors over the year. Thanks!
I'm looking for help getting similar signal statistics from the new
Hauppauge HVR955Q (Si2157, LGDT3306A, CX23102) USB ATSC tuner that I'm
now getting from the Hauppauge Aero-M (
Hello! this is my first post here, although I've benefited from all
the work of the contributors over the year. Thanks!
I'm looking for help getting similar signal statistics from the new
Hauppauge HVR955Q (Si2157, LGDT3306A, CX23102) USB ATSC tuner that
I'm now getting from the Hauppauge Aero-M
Hi Hurda,
What's new with that firmware?
It's twice as big as 4.0.11, so there got to be a lot of changes and fixes.
I can't tell exactly what 4.0.19 does. May be I'm wrong, but I suppose, patch
4.0.19
for B40 has so big size, because most likely it resolves the same issues as
patch 3.0.20 fo
Guennadi Liakhovetski writes:
> Hi Robert,
>
> Please, correct me if I am wrong, but doesn't this patch have to be
> updates? Elgl looking at this:
>> +for (i = 0; i < 3 && buf->descs[i]; i++) {
>> +async_tx_ack(buf->descs[i]);
>> +dmaengine_tx_release(buf->descs[i]);
Hi Robert,
I've sent you two replies, did you get them? Spam filter?
Thanks
Guennadi
On Sat, 6 Jun 2015, Robert Jarzmik wrote:
> Robert Jarzmik writes:
>
> > Robert Jarzmik writes:
> >
> >> Hi Guennadi,
> >>
> >> I've been cooking this since 2012. At that time, I thought the dmaengine
> >>
Hi Robert,
Please, correct me if I am wrong, but doesn't this patch have to be
updates? Elgl looking at this:
On Sun, 22 Mar 2015, Robert Jarzmik wrote:
> From: Robert Jarzmik
>
> Convert pxa_camera to dmaengine. This removes all DMA registers
> manipulation in favor of the more generic dmaen
What's new with that firmware?
It's twice as big as 4.0.11, so there got to be a lot of changes and fixes.
I assume the info originates from
http://beholder.ru/bb/viewtopic.php?f=11&t=14101 , but I don't understand
Russian at all.
Am 06.06.2015 22:58, schrieb linux-media-ow...@vger.kernel.org
Thanks for the patch Laurent!
I have found out now what I have missed, I did not declare the DMA
channels in my DT. I'm now able to capture frames at 720p. VGA and
QVGA frames are coming out grainy and discoloured for the moment so
this will require some further investigation. See:
QVGA - https:/
API compliance scanning with coccinelle flagged:
./drivers/media/usb/gspca/m5602/m5602_s5k83a.c:180:9-25:
WARNING: timeout (100) seems HZ dependent
Numeric constants passed to schedule_timeout() make the effective
timeout HZ dependent which makes little sense in a polling loop for
the cam
Hello.
On 6/7/2015 11:58 AM, Hans Verkuil wrote:
From: Hans Verkuil
Dump the VOU registers in log_status.
Signed-off-by: Hans Verkuil
---
drivers/media/platform/sh_vou.c | 29 +
1 file changed, 29 insertions(+)
diff --git a/drivers/media/platform/sh_vou
From: Hans Verkuil
The first two patches fix type inconsistencies, but make no other changes.
The next two add support for logging InfoFrames to both drivers.
The last two patches fix a logging bug and log two more pieces of information
regarding the colorspace handling of the adv76xx.
Regards,
From: Hans Verkuil
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/Kconfig | 1 +
drivers/media/i2c/adv7604.c | 87 ++---
2 files changed, 59 insertions(+), 29 deletions(-)
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
index c92
From: Hans Verkuil
Currently this driver mixes u8/u32 and uint8_t/uint32_t. Standardize on
u8/u32.
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/adv7842.c | 22 ++--
include/media/adv7842.h | 50 ++---
2 files changed, 36 insertio
From: Hans Verkuil
The logging of the saturator status was wrong due to an incorrect
condition.
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/adv7604.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/i2c/adv7604.c b/drivers/media/i2c/adv7604.c
index 757b6b
From: Hans Verkuil
Currently this driver mixes u8/u16 and uint8_t/uint16_t. Standardize on
u8/u16.
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/adv7511.c | 32
include/media/adv7511.h | 6 +++---
2 files changed, 19 insertions(+), 19 deletions(-)
dif
From: Hans Verkuil
The adv7511 sets up InfoFrames that are used when transmitting video.
Log the contents of those InfoFrames so it is possible to see exactly what
the transmitter is sending.
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/Kconfig| 1 +
drivers/media/i2c/ad
From: Hans Verkuil
Log the alternate gamma state and the HDMI colorspace that the adv
device detected.
Signed-off-by: Hans Verkuil
---
drivers/media/i2c/adv7604.c | 14 --
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/drivers/media/i2c/adv7604.c b/drivers/media/i2c
From: Hans Verkuil
Fix v4l2-compliance errors due to empty driver and bus_info fields.
Signed-off-by: Hans Verkuil
---
drivers/media/platform/sh_vou.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/platform/sh_vou.c b/drivers/media/platform/sh_vou.c
index 801d5ef..d7a72a9
From: Hans Verkuil
This allows us to drop the use_count and you get free G/S_PRIORITY support.
Signed-off-by: Hans Verkuil
---
drivers/media/platform/sh_vou.c | 19 ---
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/drivers/media/platform/sh_vou.c b/drivers/medi
From: Hans Verkuil
It was set to a format that wasn't supported.
Signed-off-by: Hans Verkuil
---
drivers/media/platform/sh_vou.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/platform/sh_vou.c b/drivers/media/platform/sh_vou.c
index d9a4502..262c244 100644
-
From: Hans Verkuil
This ensures that both do the same checks, and simplifies s_fmt_vid_out
a bit.
Signed-off-by: Hans Verkuil
---
drivers/media/platform/sh_vou.c | 86 +++--
1 file changed, 40 insertions(+), 46 deletions(-)
diff --git a/drivers/media/platfo
From: Hans Verkuil
Video output drivers must support these ioctls. Otherwise applications
cannot deduce that these outputs exist and what capabilities they have.
Signed-off-by: Hans Verkuil
---
drivers/media/platform/sh_vou.c | 27 +++
1 file changed, 27 insertions(+)
From: Hans Verkuil
This driver no longer works and uses old v4l2 frameworks. This patch series
updates the driver so it is once again working and is up to date.
It now passes the v4l2-compliance tests as well.
This has been tested with my Renesas R0P7724LC0011/21RL development board.
Changes s
From: Hans Verkuil
Dump the VOU registers in log_status.
Signed-off-by: Hans Verkuil
---
drivers/media/platform/sh_vou.c | 29 +
1 file changed, 29 insertions(+)
diff --git a/drivers/media/platform/sh_vou.c b/drivers/media/platform/sh_vou.c
index 9479c44..cbee361 1
From: Hans Verkuil
This converts this driver to videobuf2. As usual it is a big and hard to review
patch, but this is always a big-bang change.
It has been tested with my Renesas board.
Signed-off-by: Hans Verkuil
Tested-by: Hans Verkuil
---
drivers/media/platform/sh_vou.c | 590
From: Hans Verkuil
The bytesperline values were wrong for planar formats where bytesperline is
the line length for the first plane.
Signed-off-by: Hans Verkuil
---
drivers/media/platform/sh_vou.c | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/drivers/media/plat
From: Hans Verkuil
Implement g/s_selection. The v4l2 core will emulate g/s_crop and
cropcap on top of g/s_selection.
Signed-off-by: Hans Verkuil
---
drivers/media/platform/sh_vou.c | 71 +++--
1 file changed, 25 insertions(+), 46 deletions(-)
diff --git a/d
From: Hans Verkuil
Bitrot has set in for this driver and the sh-vou clock was never enabled,
since the clock name in clock-sh7724.c was wrong. It should be sh-vou, not
sh-vou.0.
Signed-off-by: Hans Verkuil
Thanks-to: Geert Uytterhoeven
Cc: Magnus Damm
---
arch/sh/kernel/cpu/sh4a/clock-sh7724
From: Hans Verkuil
Simplify the sh-vou clean up by using devm_* were possible.
Signed-off-by: Hans Verkuil
Cc: Magnus Damm
---
drivers/media/platform/sh_vou.c | 43 -
1 file changed, 8 insertions(+), 35 deletions(-)
diff --git a/drivers/media/platform/
On 06/06/2015 11:42 PM, Geert Uytterhoeven wrote:
> Hi Hans,
>
> On Fri, Jun 5, 2015 at 12:59 PM, Hans Verkuil wrote:
>> From: Hans Verkuil
>>
>> Bitrot has set in for this driver and the sh-vou.0 clock was never enabled,
>> so this driver didn't do anything. In addition, the clock was incorrect
34 matches
Mail list logo