From: Jeongtae Park
Adds register definitions for MFC v6.x firmware
Signed-off-by: Jeongtae Park
Signed-off-by: Janghyuck Kim
Signed-off-by: Jaeryul Oh
Signed-off-by: Naveen Krishna Chatradhi
Signed-off-by: Arun Kumar K
---
drivers/media/platform/s5p-mfc/regs-mfc-v6.h | 408 ++
MFC variant data replaces various macros used in the driver
which will change in a different version of MFC hardware.
Also does a cleanup of MFC context structure and common files.
Signed-off-by: Jeongtae Park
Signed-off-by: Janghyuck Kim
Signed-off-by: Jaeryul Oh
Signed-off-by: Naveen Krishna
New controls are added for supporting H264 encoding features like
- MVC frame packing
- Flexible macroblock ordering
- Arbitrary slice ordering
- Hierarchical coding
Signed-off-by: Jeongtae Park
Signed-off-by: Naveen Krishna Chatradhi
Signed-off-by: Arun Kumar K
---
Documentation/DocBook/media
Adds the following new fourcc definitions.
For multiplanar YCbCr
- V4L2_PIX_FMT_NV21M
- V4L2_PIX_FMT_NV12MT_16X16
and compressed formats
- V4L2_PIX_FMT_H264_MVC
- V4L2_PIX_FMT_VP8
Signed-off-by: Jeongtae Park
Signed-off-by: Naveen Krishna Chatradhi
Signed-off-by:
The patchset adds support for MFCv6 firmware in s5p-mfc driver.
The patches are rebased to the latest media-tree.
Changelog v9
- Addressed review comments by Hans Verkuil
http://www.mail-archive.com/linux-media@vger.kernel.org/msg53016.html
Changelog v8
- Addressed review comments by Sylwester Na
On Mon October 1 2012 20:24:56 Mauro Carvalho Chehab wrote:
> Em Wed, 26 Sep 2012 10:33:51 +0200
> Hans Verkuil escreveu:
>
> > On Tue 25 September 2012 13:56:34 Hans Verkuil wrote:
> > > Hi Mauro,
> > >
> > > As requested!
> >
> > I've respun this tree, fixing one documentation bug (the max va
From: Hans Verkuil
The maximum size of an EDID is 32768 bytes, which is 32768 / 128 = 256 blocks.
Return -EINVAL if blocks > 256 to ensure that the memory allocation is sane.
Signed-off-by: Hans Verkuil
Reported-by: Dan Carpenter
---
drivers/media/v4l2-core/v4l2-ioctl.c |4
1 file c
From: Hans Verkuil
Since the prt_names() macro is always called with an unsigned index the
((a) >= 0) condition is always true and gives a compiler warning when
compiling with W=1.
Rewrite the macro to avoid that warning, but cast the index to unsigned
just in case it is ever called with a signe
The first ensures the memory allocation remains sane, the second fixes a
bunch of warnings.
Regards,
Hans
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordo
On 10/01/2012 11:47 AM, Maarten Lankhorst wrote:
Op 28-09-12 21:42, Thomas Hellstrom schreef:
On 09/28/2012 04:14 PM, Maarten Lankhorst wrote:
Hey,
Op 28-09-12 14:41, Maarten Lankhorst schreef:
Documentation says that code requiring dma-buf should add it to
select, so inline fallbacks are not
On Mon October 1 2012 22:01:38 Mauro Carvalho Chehab wrote:
> Em Thu, 27 Sep 2012 08:44:25 +0200
> Hans Verkuil escreveu:
>
> > On Wed September 26 2012 12:50:11 Laurent Pinchart wrote:
>
> > > > + if (notify == NULL) {
> > > > + ctrl->call_notify = 0;
> > > > +
Hi Jeongtae Park,
I have verified the calculation.
The ALIGN macro is giving a wrong result and I used the macro DIV_ROUND_UP
in the v8 patchset which is giving the proper result.
Regards
Arun
On Tue, Oct 2, 2012 at 10:58 AM, JeongTae Park wrote:
> Hi Arun and Sylwester,
>
> Please make sure th
Hi Hans,
Thank you for the review.
Will make all the suggested changes and post updated patch.
Regards
Arun
--- Original Message ---
Sender : Hans Verkuil
Date : Oct 01, 2012 19:57 (GMT+05:30)
Title : Re: [PATCH v8 2/6] [media] v4l: Add control definitions for new H264
encoder featur
Hi Arun and Sylwester,
Please make sure that below calculations are same.
> +#define S5P_FIMV_ME_BUFFER_SIZE_V6(imw, imh, mbw, mbh) \r
> + (imw+63)/64) * 16) * \r
> + (((imh+63)/64) * 16)) + \r
> +
Signed-off-by: Michael Krufky
---
MAINTAINERS | 10 ++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 4e07521..b436561 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7001,6 +7001,16 @@ T: git git://linuxtv.org/anttip/media_tree.git
S: Maintaine
The following changes since commit 34a6b7d093d8fe738ada191b36648d00bc18b7eb:
[media] v4l2-ctrls: add a filter function to v4l2_ctrl_add_handler
(2012-10-01 17:07:07 -0300)
are available in the git repository at:
git://git.linuxtv.org/mkrufky/tuners maintainers
for you to fetch changes up to
Signed-off-by: Michael Krufky
---
MAINTAINERS | 10 ++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 3d43576..a21df13 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7061,6 +7061,16 @@ T: git git://linuxtv.org/mkrufky/tuners.git
S: Maintained
Signed-off-by: Michael Krufky
---
MAINTAINERS | 10 ++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1a4d7dd..3d43576 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7061,6 +7061,16 @@ T: git git://linuxtv.org/mkrufky/tuners.git
S: Maintained
Signed-off-by: Michael Krufky
---
MAINTAINERS | 10 ++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 99bb052..9ba5feb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4349,6 +4349,16 @@ W: http://legousb.sourceforge.net/
S: Maintained
F: dr
Signed-off-by: Michael Krufky
---
MAINTAINERS | 10 ++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 9ba5feb..1a4d7dd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2559,6 +2559,16 @@ T: git git://linuxtv.org/anttip/media_tree.git
S: Maintaine
Signed-off-by: Michael Krufky
---
MAINTAINERS | 10 ++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index fc4a6e4..99bb052 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4349,6 +4349,16 @@ W: http://legousb.sourceforge.net/
S: Maintained
F: dr
Signed-off-by: Michael Krufky
---
MAINTAINERS | 10 ++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index f3a39e8..fc4a6e4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2579,6 +2579,16 @@ T: git git://linuxtv.org/anttip/media_tree.git
S: Maintaine
Signed-off-by: Michael Krufky
---
MAINTAINERS | 10 ++
1 file changed, 10 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index b436561..f3a39e8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4805,6 +4805,16 @@ T: git
git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.
On Mon, Oct 1, 2012 at 9:58 PM, Devin Heitmueller
wrote:
> On Mon, Oct 1, 2012 at 8:52 PM, Antti Palosaari wrote:
>> New drxk firmware download does not work with tda18271. Actual
>> reason is more drxk driver than tda18271. Anyhow, tda18271c2dd
>> will work as it does not do as much I/O during a
if the configuration option 'delay_cal' is set, prevent any register
access during attach(), delaying both IR & RF calibration until init()
both module option 'cal' or configuration option 'rf_cal_on_startup'
will override this delay. it makes no sense to mix 'delay_cal' with
'rf_cal_on_startup' a
On Mon, Oct 1, 2012 at 8:52 PM, Antti Palosaari wrote:
> New drxk firmware download does not work with tda18271. Actual
> reason is more drxk driver than tda18271. Anyhow, tda18271c2dd
> will work as it does not do as much I/O during attach than tda18271.
>
> Root of cause is tuner I/O during drx-
On Mon, Oct 1, 2012 at 8:52 PM, Antti Palosaari wrote:
> New drxk firmware download does not work with tda18271. Actual
> reason is more drxk driver than tda18271. Anyhow, tda18271c2dd
> will work as it does not do as much I/O during attach than tda18271.
>
> Root of cause is tuner I/O during drx-
Martin Burnicki wrote:
Hi,
>
> Mauro Carvalho Chehab wrote:
> > Em Sun, 30 Sep 2012 20:52:42 +0200
> >
> > Martin Burnicki escreveu:
> > > Hi all,
> > >
> > > is anybody out there who can help me with the media_build system?
> > > I'm trying to build the current modules on an openSUSE 12.1 sy
New drxk firmware download does not work with tda18271. Actual
reason is more drxk driver than tda18271. Anyhow, tda18271c2dd
will work as it does not do as much I/O during attach than tda18271.
Root of cause is tuner I/O during drx-k asynchronous firmware
download. request_firmware_nowait()... :-
Ping!
u.data is defined __u32. Does it mean we could only use unsigned values
when DVB API v5 ?
If yes, I will change LNA according to that and use 32bit maximum as
LNA_AUTO.
struct dtv_property {
__u32 cmd;
__u32 reserved[3];
union {
__u32 data;
Move some of the definitions in plat/iommu.h that can be made local to
either drivers/iommu or arch/arm/mach-omap2. This minimizes the number
of global definitions once plat/iommu.h moves to platform_data/ as part
of the single zImage effort.
Signed-off-by: Ido Yariv
---
arch/arm/mach-omap2/iomm
The iopgtable header file is only used by the iommu & iovmm drivers, so
move it to drivers/iommu/, as part of the single zImage effort.
Signed-off-by: Ido Yariv
---
drivers/iommu/omap-iommu-debug.c | 3 +--
drivers/iommu/omap-iommu.c
Move iommu/iovmm headers from plat/ to platform_data/ as part of the
single zImage work.
Signed-off-by: Ido Yariv
---
arch/arm/mach-omap2/devices.c | 2 +-
arch/arm/mach-omap2/iommu2.c| 2 +-
arch/arm/mach-omap2/omap-i
Since iommu is not supported on OMAP1 and will not likely to ever be
supported, merge plat/iommu2.h into iommu.h so only one file would have
to move to platform_data/ as part of the single zImage effort.
Signed-off-by: Ido Yariv
---
arch/arm/plat-omap/include/plat/iommu.h | 88 +
Commit c49f34bc ("ARM: OMAP2+ Move SoC specific headers to be local to
mach-omap2") moved omap34xx.h to mach-omap2. This broke omap3isp, as it
includes omap34xx.h.
Instead of moving omap34xx to platform_data, simply add the two
definitions the driver needs and remove the include altogether.
Signe
On 09/27/2012 04:07 PM, Guennadi Liakhovetski wrote:
> Add a V4L2 OF parser, implementing bindings, documented in
> Documentation/devicetree/bindings/media/v4l2.txt.
>
> Signed-off-by: Guennadi Liakhovetski
> ---
> drivers/media/v4l2-core/Makefile |3 +
> drivers/media/v4l2-core/v4l2-of.c
On 10/1/2012 10:25 AM, Stephen Warren wrote:
> On 10/01/2012 01:16 PM, Mitch Bradley wrote:
>> On 10/1/2012 6:53 AM, Stephen Warren wrote:
>>> On 09/24/2012 09:35 AM, Steffen Trumtrar wrote:
Parse a display-node with timings and hardware-specs from devictree.
>>>
diff --git a/Documentatio
Hi Guennadi,
On 09/27/2012 04:07 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 | 162
> +
On 10/01/2012 01:16 PM, Mitch Bradley wrote:
> On 10/1/2012 6:53 AM, Stephen Warren wrote:
>> On 09/24/2012 09:35 AM, Steffen Trumtrar wrote:
>>> Parse a display-node with timings and hardware-specs from devictree.
>>
>>> diff --git a/Documentation/devicetree/bindings/video/display
>>> b/Documenta
Em Thu, 27 Sep 2012 08:44:25 +0200
Hans Verkuil escreveu:
> On Wed September 26 2012 12:50:11 Laurent Pinchart wrote:
> > > + if (notify == NULL) {
> > > + ctrl->call_notify = 0;
> > > + return;
> > > + }
> > > + /* Only one notifier is allowed. Should we ever need to support
> >
Em Mon, 01 Oct 2012 22:38:07 +0300
Antti Palosaari escreveu:
> On 10/01/2012 10:32 PM, Mauro Carvalho Chehab wrote:
> > Em Sat, 29 Sep 2012 21:41:41 +0300
> > Antti Palosaari escreveu:
> >
> >> Updated, one new USB ID for RTL2832U.
> >>
> >> The following changes since commit
> >> 8928b6d1568eb
Em Mon, 1 Oct 2012 21:31:12 +0200
Martin Burnicki escreveu:
> Hi,
>
> Mauro Carvalho Chehab wrote:
> > Em Sun, 30 Sep 2012 20:52:42 +0200
> >
> > Martin Burnicki escreveu:
> > > Hi all,
> > >
> > > is anybody out there who can help me with the media_build system? I'm
> > > trying to build the c
On 10/01/2012 10:32 PM, Mauro Carvalho Chehab wrote:
Em Sat, 29 Sep 2012 21:41:41 +0300
Antti Palosaari escreveu:
Updated, one new USB ID for RTL2832U.
The following changes since commit 8928b6d1568eb9104cc9e2e6627d7086437b2fb3:
[media] media: mx2_camera: use managed functions to clean u
Em Sat, 29 Sep 2012 21:41:41 +0300
Antti Palosaari escreveu:
> Updated, one new USB ID for RTL2832U.
>
> The following changes since commit 8928b6d1568eb9104cc9e2e6627d7086437b2fb3:
>
>[media] media: mx2_camera: use managed functions to clean up code
> (2012-09-27 15:56:47 -0300)
>
> are
Hi,
Mauro Carvalho Chehab wrote:
> Em Sun, 30 Sep 2012 20:52:42 +0200
>
> Martin Burnicki escreveu:
> > Hi all,
> >
> > is anybody out there who can help me with the media_build system? I'm
> > trying to build the current modules on an openSUSE 12.1 system (kernel
> > 3.1.10, x86_64), but I'm get
unsubscribe linux-media
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On 10/1/2012 6:53 AM, Stephen Warren wrote:
> On 09/24/2012 09:35 AM, Steffen Trumtrar wrote:
>> Parse a display-node with timings and hardware-specs from devictree.
>
>> diff --git a/Documentation/devicetree/bindings/video/display
>> b/Documentation/devicetree/bindings/video/display
>> new file
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 Oct 1 19:00:19 CEST 2012
git hash:8928b6d1568eb9104cc9e2e6627d7086437b2fb3
gcc version: i686-linux-gcc (GC
Em Wed, 26 Sep 2012 10:33:51 +0200
Hans Verkuil escreveu:
> On Tue 25 September 2012 13:56:34 Hans Verkuil wrote:
> > Hi Mauro,
> >
> > As requested!
>
> I've respun this tree, fixing one documentation bug (the max value for
> 'blocks' is 256, not 255) and adding an overflow check in v4l2-ioctl
Hi Hans
Thanks for the review. As you might have seen, I just posted v2 of this
driver. In it I addressed almost all your comments. As for the rest:
On Tue, 11 Sep 2012, Hans Verkuil wrote:
> On Tue 11 September 2012 15:01:19 Guennadi Liakhovetski wrote:
[snip]
> > +struct sh_veu_dev;
> > +
>
tda1004x doesn't allow firmware loads while it is busy with something
else. Avoid it to happen by locking the I2C bus during firmware transfer.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb-frontends/tda1004x.c | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --gi
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
On Thu, Sep 13, 2012 at 03:40:13PM -0700, Andrey Smirnov wrote:
> This commit add a sound codec driver for Silicon Laboratories 476x
> series of AM/FM radio chips.
*Always* CC both maintainers and lists on patches. There's a few
problems here, though none of them terribly substantial.
> se
On Thu, Sep 13, 2012 at 03:40:11PM -0700, Andrey Smirnov wrote:
> + core = kzalloc(sizeof(*core), GFP_KERNEL);
devm_kzalloc()
> + if (!core) {
> + pr_err("si476x-core: failed to allocate " \
> +"'struct si476x_core'\n");
> + return -ENOMEM;
> +
On 2012-09-23 23:06, Anders Thomson wrote:
Awfully sorry about this. After having had the familty sit in and check
the differences,
I must say that the patch does not fix the issue. This time around I
have x11grabs with
ffmpeg to show if you want.
I'll be away from the card until the end of the
On 09/24/2012 09:35 AM, Steffen Trumtrar wrote:
> Parse a display-node with timings and hardware-specs from devictree.
> diff --git a/Documentation/devicetree/bindings/video/display
> b/Documentation/devicetree/bindings/video/display
> new file mode 100644
> index 000..722766a
> --- /dev/null
Signed-off-by: Ezequiel Garcia
---
Changes from v1: Fix my mail address
MAINTAINERS |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0750c24..17f6fb0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3168,6 +3168,13 @@ T: git
git:
On Mon, Oct 1, 2012 at 1:32 PM, Antti Palosaari wrote:
> On 10/01/2012 05:20 PM, Ezequiel Garcia wrote:
>>
>> Signed-off-by: Ezequiel Garcia
>> ---
>> MAINTAINERS |7 +++
>> 1 files changed, 7 insertions(+), 0 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 0750c24..
On 10/01/2012 05:20 PM, Ezequiel Garcia wrote:
Signed-off-by: Ezequiel Garcia
---
MAINTAINERS |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0750c24..17f6fb0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3168,6 +3168,13 @@ T:
All those are media modules, mostly digital television drivers.
Signed-off-by: Antti Palosaari
---
MAINTAINERS | 231
1 file changed, 231 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0750c24..8c8839d 100644
--- a/MAINTAI
Like order...
MEDIA FOO
MEDIA BAR
MEDIA BAZ
?
Antti Palosaari (1):
MAINTAINERS: add modules I am responsible
MAINTAINERS | 231
1 file changed, 231 insertions(+)
--
1.7.11.4
--
To unsubscribe from this list: send the line "unsubsc
Hi Mauro,
The following changes since commit 8928b6d1568eb9104cc9e2e6627d7086437b2fb3:
[media] media: mx2_camera: use managed functions to clean up code (2012-09-27
15:56:47 -0300)
are available in the git repository at:
git://git.infradead.org/users/kmpark/linux-samsung v4l_for_mauro
for
On Mon, Oct 1, 2012 at 11:44 AM, Sylwester Nawrocki
wrote:
> On 10/01/2012 04:28 PM, Hans Verkuil wrote:
>> On Mon October 1 2012 16:05:15 Ezequiel Garcia wrote:
>>> Mauro and folks,
>>>
>>> On Mon, Oct 1, 2012 at 10:35 AM, Mauro Carvalho Chehab
>>> wrote:
Hi Anti/Sylwester,
Em 01-
On 10/01/2012 04:28 PM, Hans Verkuil wrote:
> On Mon October 1 2012 16:05:15 Ezequiel Garcia wrote:
>> Mauro and folks,
>>
>> On Mon, Oct 1, 2012 at 10:35 AM, Mauro Carvalho Chehab
>> wrote:
>>> Hi Anti/Sylwester,
>>>
>>> Em 01-10-2012 08:50, Antti Palosaari escreveu:
Hello
I have had si
On Mon October 1 2012 16:05:15 Ezequiel Garcia wrote:
> Mauro and folks,
>
> On Mon, Oct 1, 2012 at 10:35 AM, Mauro Carvalho Chehab
> wrote:
> > Hi Anti/Sylwester,
> >
> > Em 01-10-2012 08:50, Antti Palosaari escreveu:
> >> Hello
> >> I have had similar problems too. We need badly find out better
Hi Arun,
I've got a bunch of comments below, all pretty much small stuff...
On Tue October 2 2012 00:04:55 Arun Kumar K wrote:
> New controls are added for supporting H264 encoding features like
> - MVC frame packing
> - Flexible macroblock ordering
> - Arbitrary slice ordering
> - Hierarchial co
Signed-off-by: Ezequiel Garcia
---
MAINTAINERS |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0750c24..17f6fb0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3168,6 +3168,13 @@ T: git
git://git.kernel.org/pub/scm/linux/kernel/
From: Jeongtae Park
Adds register definitions for MFC v6.x firmware
Signed-off-by: Jeongtae Park
Signed-off-by: Janghyuck Kim
Signed-off-by: Jaeryul Oh
Signed-off-by: Naveen Krishna Chatradhi
Signed-off-by: Arun Kumar K
---
drivers/media/platform/s5p-mfc/regs-mfc-v6.h | 409 ++
MFC variant data replaces various macros used in the driver
which will change in a different version of MFC hardware.
Also does a cleanup of MFC context structure and common files.
Signed-off-by: Jeongtae Park
Signed-off-by: Janghyuck Kim
Signed-off-by: Jaeryul Oh
Signed-off-by: Naveen Krishna
New controls are added for supporting H264 encoding features like
- MVC frame packing
- Flexible macroblock ordering
- Arbitrary slice ordering
- Hierarchial coding
Signed-off-by: Jeongtae Park
Signed-off-by: Naveen Krishna Chatradhi
Signed-off-by: Arun Kumar K
---
Documentation/DocBook/media/
Adds the following new fourcc definitions.
For multiplanar YCbCr
- V4L2_PIX_FMT_NV21M
- V4L2_PIX_FMT_NV12MT_16X16
and compressed formats
- V4L2_PIX_FMT_H264_MVC
- V4L2_PIX_FMT_VP8
Signed-off-by: Jeongtae Park
Signed-off-by: Naveen Krishna Chatradhi
Signed-off-by:
The patchset adds support for MFCv6 firmware in s5p-mfc driver.
The patches are rebased to the latest media-tree.
Changelog v8
- Addressed comments by Sylwester Nawrocki
http://www.mail-archive.com/linux-media@vger.kernel.org/msg52942.html
Changelog v7
- Removed unused macros from register files
Hi Andreas,
On Monday 01 October 2012 15:07:26 Andreas Nagel wrote:
> Hi Laurent,
>
> thanks for your reply.
>
> Using a current mainline kernel is a little problematic. Recently I
> compiled the 2.6.39 and it wasn't able to boot at all. The reason for
> this are probably the chips, that are bui
From: Lad, Prabhakar
add support for per color component digital gain controls
and also their corresponding offset.
Signed-off-by: Lad, Prabhakar
Signed-off-by: Manjunath Hadli
Cc: Sakari Ailus
Cc: Laurent Pinchart
Cc: Guennadi Liakhovetski
Cc: Sylwester Nawrocki
Cc: Hans Verkuil
Cc: Hans
Mauro and folks,
On Mon, Oct 1, 2012 at 10:35 AM, Mauro Carvalho Chehab
wrote:
> Hi Anti/Sylwester,
>
> Em 01-10-2012 08:50, Antti Palosaari escreveu:
>> Hello
>> I have had similar problems too. We need badly find out better procedures
>> for patch handling. Something like parches are updated a
Em Sun, 30 Sep 2012 20:52:42 +0200
Martin Burnicki escreveu:
> Hi all,
>
> is anybody out there who can help me with the media_build system? I'm trying
> to build the current modules on an openSUSE 12.1 system (kernel 3.1.10,
> x86_64), but I'm getting compilation errors because the s5k4ecgx d
Hi Anti/Sylwester,
Em 01-10-2012 08:50, Antti Palosaari escreveu:
> Hello
> I have had similar problems too. We need badly find out better procedures for
> patch handling. Something like parches are updated about once per week to the
> master. I have found I lose quite much time rebasing and res
On 09/04/2012 06:40 AM, Hiroshi Doyu wrote:
> dev_dbg_reatelimited() without DEBUG printed "217078 callbacks
> suppressed". This shouldn't print anything without DEBUG.
>
> With CONFIG_DYNAMIC_DEBUG, the print should be configured as expected.
>
> Signed-off-by: Hiroshi Doyu
> Reported-by: Hin-T
Hi Laurent,
thanks for your reply.
Using a current mainline kernel is a little problematic. Recently I
compiled the 2.6.39 and it wasn't able to boot at all. The reason for
this are probably the chips, that are built on the CPU module. Usually,
a working kernel for this module was undergoing
From: Lad, Prabhakar
V4L2_CID_TEST_PATTERN is now a standard control.
This patch replaces the user defined control for test
pattern to make use of standard control V4L2_CID_TEST_PATTERN.
Signed-off-by: Lad, Prabhakar
Signed-off-by: Manjunath Hadli
Cc: Laurent Pinchart
Cc: Sakari Ailus
Cc: Pa
From: Lad, Prabhakar
recent patch with commit id 4f996594ceaf6c3f9bc42b40c40b0f7f87b79c86
which makes vidioc_s_crop const, was causing a following build error.
vpfe_capture.c: In function 'vpfe_s_crop':
vpfe_capture.c:1695: error: assignment of read-only location '*crop'
vpfe_capture.c:1706: war
Ensure that unnecessary features are powered down at the end of the
attach() function on attach of the tuner's first instance. If the
configuration requires the loop thru or xtout features, they will
remain enabled.
This must *only* be done after attaching the first instance of the tuner.
If there
Ensure that unnecessary features are powered down at the end of the
attach() function. If the configuration requires the loop thru or
xtout features, they will remain enabled.
Thanks to Antti Palosaari for noticing the additional power consumption.
Cc: Antti Palosaari
Signed-off-by: Michael Kru
The following changes since commit 8928b6d1568eb9104cc9e2e6627d7086437b2fb3:
[media] media: mx2_camera: use managed functions to clean up code
(2012-09-27 15:56:47 -0300)
are available in the git repository at:
git://linuxtv.org/mkrufky/tuners tda18271
for you to fetch changes up to d48ecc4
Em 01-10-2012 08:31, Antti Palosaari escreveu:
> On 10/01/2012 01:42 PM, Mauro Carvalho Chehab wrote:
>> Em Fri, 28 Sep 2012 21:31:07 +0300
>> Antti Palosaari escreveu:
>>
>>> Hello,
>>> Did not fix the issue. Problem remains same.
>>
>> Ok, that's what I was afraid: there's likely something at dr
Hi Prashanth,
Thank you for the patch. I've personally considered Aptina to be the most
open-source friendly sensor vendor for some time, and I'm very happy to see
direct contributions to the Linux kernel :-)
How different are the AR0130 and the AR0330 ? Would it make sense to have a
single dr
Em 27-09-2012 16:49, Sakari Ailus escreveu:
> Hi Mauro,
>
> Mauro Carvalho Chehab wrote:
>> Em Fri, 14 Sep 2012 23:57:48 +0200
>> Laurent Pinchart escreveu:
...
>>> struct omap3isp_stat_data {
>>> -struct timeval ts;
>>> +struct timespec ts;
>>
>> NACK. That breaks userspace API, as thi
Hello
I have had similar problems too. We need badly find out better
procedures for patch handling. Something like parches are updated about
once per week to the master. I have found I lose quite much time
rebasing and res-sending stuff all the time.
What I propose:
1) module maintainers send
On 10/01/2012 02:39 PM, Antti Palosaari wrote:
On 10/01/2012 10:33 AM, Patrick Boettcher wrote:
Hi Mauro,
If it is not too late could you please incorporate the following patch
to 3.7.
It fixed the autoloading of the technisat-ubs2-module when the device
is actually detected.
- [PATCH] [medi
On 10/01/2012 10:33 AM, Patrick Boettcher wrote:
Hi Mauro,
If it is not too late could you please incorporate the following patch to 3.7.
It fixed the autoloading of the technisat-ubs2-module when the device is
actually detected.
- [PATCH] [media]: add MODULE_DEVICE_TABLE to technisat-usb2
On 10/01/2012 01:42 PM, Mauro Carvalho Chehab wrote:
Em Fri, 28 Sep 2012 21:31:07 +0300
Antti Palosaari escreveu:
Hello,
Did not fix the issue. Problem remains same.
Ok, that's what I was afraid: there's likely something at drxk firmware that
it is needed for tda18271 to be visible - maybe g
On 8/8/2012 6:00 PM, Prabhakar Lad wrote:
> From: Hans Verkuil
>
> Signed-off-by: Hans Verkuil
> Signed-off-by: Lad, Prabhakar
> Signed-off-by: Manjunath Hadli
Please have a patch description. For the DaVinci platform portion:
Acked-by: Sekhar Nori
Thanks,
Sekhar
--
To unsubscribe from thi
On 10/01/2012 02:15 PM, Mauro Carvalho Chehab wrote:
Em Sun, 30 Sep 2012 19:36:50 +0200
Damien Bally escreveu:
Le 29/09/2012 19:33, Mauro Carvalho Chehab a écrit :
It seems that the it931x variant has bcdDevice equal to 2.00,
from Damien's email:
idVendor 0x0ccd TerraTec
Em Sun, 30 Sep 2012 19:36:50 +0200
Damien Bally escreveu:
>
>
> Le 29/09/2012 19:33, Mauro Carvalho Chehab a écrit :
> It seems that the it931x variant has bcdDevice equal to 2.00,
> > from Damien's email:
> >
> > idVendor 0x0ccd TerraTec Electronic GmbH
> > idProduct
On Monday 01 October 2012 12:49:48 Enric Balletbò i Serra wrote:
> 2012/10/1 Laurent Pinchart :
> > On Friday 28 September 2012 17:32:36 Enric Balletbò i Serra wrote:
> >> 2012/9/28 Laurent Pinchart :
> >> > On Friday 28 September 2012 10:21:56 Enric Balletbò i Serra wrote:
> >> >> 2012/9/28 Lauren
2012/10/1 Laurent Pinchart :
> Hi Enric,
>
> On Friday 28 September 2012 17:32:36 Enric Balletbò i Serra wrote:
>> 2012/9/28 Laurent Pinchart :
>> > On Friday 28 September 2012 10:21:56 Enric Balletbò i Serra wrote:
>> >> 2012/9/28 Laurent Pinchart :
>> >> > On Thursday 27 September 2012 18:05:56 E
Em Fri, 28 Sep 2012 21:31:07 +0300
Antti Palosaari escreveu:
> Hello,
> Did not fix the issue. Problem remains same.
Ok, that's what I was afraid: there's likely something at drxk firmware that
it is needed for tda18271 to be visible - maybe gpio settings.
> With the sleep + that patch
> it w
Hi Mauro, Andy,
This is a series of ivtv compliance fixes. All video nodes except for the PCM
capture
node (obviously) and the YUV output node (a remaining issue with FIELD_ANY) now
pass
the tests.
Regards,
Hans
The following changes since commit 8928b6d1568eb9104cc9e2e6627d7086437b2f
Hi Enric,
On Friday 28 September 2012 17:32:36 Enric Balletbò i Serra wrote:
> 2012/9/28 Laurent Pinchart :
> > On Friday 28 September 2012 10:21:56 Enric Balletbò i Serra wrote:
> >> 2012/9/28 Laurent Pinchart :
> >> > On Thursday 27 September 2012 18:05:56 Enric Balletbò i Serra wrote:
> >> >> 2
Hi Sylwester
On Thu, 27 Sep 2012, Sylwester Nawrocki wrote:
> Hi,
>
> On 09/27/2012 08:49 PM, Hans Verkuil wrote:
> > 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:
>
1 - 100 of 112 matches
Mail list logo