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: Thu Jan 8 04:00:07 CET 2015
git branch: test
git hash: 99f3cd52aee21091ce62442285a68873e3be833f
gcc versio
Hi Shuah,
Em Wed, 7 Jan 2015 18:44:26 -0700
Shuah Khan escreveu:
> > +
> > /* Create v4l2 device */
> > + dev->v4l2_dev.mdev = dev->media_dev;
>
> When media_device_register(mdev) fails in cx231xx_media_device_register(),
> media_dev is null? The above will simply assign null to d
On Tue, Jan 6, 2015 at 2:08 PM, Mauro Carvalho Chehab
wrote:
> Let's add media controller support for this driver and register it
> for both V4L and DVB.
>
> The media controller on this driver is not mandatory, as it can fully
> work without it. So, if the media controller register fails, just pr
It adjusts the volume linearly, while the correct behaviour is to
adjust it logarithmically (in dB...). So the volume scale is
incorrect, and the volume level isn't equal to alsamixer's. I use
plain ALSA.
VOLUME MAPPING:
In alsamixer, the volume is mapped to a value that is more natural for
a huma
Just a friendly reminder that this patch is pending review ;-P
cheers,
Nicolas
Le 2014-12-15 16:10, Nicolas Dufresne a écrit :
This patchset fixes ability to drain the decoder due to use of wrong
enumeration name and fixes implementation of display delay controls
for MFC firmware v6 and higher.
Hello.
After kernel upgrade 3.13 => 3.19 I started to receive different IOMMU
related problems:
Problem #1:
AMD-Vi: Event logged [IO_PAGE_FAULT device=08:00.0 domain=0x001c
address=0x004b5000 flags=0x]
Problem #2:
[ cut here ]
WARNING: CPU: 0 PID: 6
On Wed, Jan 7, 2015 at 10:05 PM, Andy Shevchenko
wrote:
> On Wed, Jan 7, 2015 at 9:44 PM, Guennadi Liakhovetski
> wrote:
>> Hi Andy,
>>
>> Thanks for the patch. Will queue for the next pull request.
>
> If you didn't do that please wait. It seems it has one more place with
> similar issue. Moreov
On Wed, Jan 7, 2015 at 9:44 PM, Guennadi Liakhovetski
wrote:
> Hi Andy,
>
> Thanks for the patch. Will queue for the next pull request.
If you didn't do that please wait. It seems it has one more place with
similar issue. Moreover, I would like to add a person's name who
reported this.
>
> Regar
Hi Andy,
Thanks for the patch. Will queue for the next pull request.
Regards
Guennadi
On Wed, 7 Jan 2015, Andy Shevchenko wrote:
> We have to check the pointer before dereferencing it.
>
> Signed-off-by: Andy Shevchenko
> ---
> drivers/media/platform/soc_camera/soc_camera.c | 4 +++-
> 1 fil
Good day and how do you do? I'm Mr.Chiang, and I work with Bank of China. I
need your assistance in moving a sum of $28 Million USDollars. Kindly get back
if interested.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
On 01/07/2015 05:20 PM, Steven Toth wrote:
> Is anyone planning to attend this year?
I'm planning to attend.
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.
Is anyone planning to attend this year?
- Steve
--
Steven Toth - Kernel Labs
http://www.kernellabs.com
--
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.htm
Hi Sakari,
On Tuesday 06 January 2015 01:50:13 Sakari Ailus wrote:
> Hi Laurent,
>
> Just a small fix (and a better name) for the --buffer-prefix option
> implementation. The original patch didn't quite work as intended.
Thank you for the patches. I've applied them.
--
Regards,
Laurent Pincha
Em Wed, 07 Jan 2015 16:09:04 +0200
Sakari Ailus escreveu:
> Hi Mauro,
>
> Mauro Carvalho Chehab wrote:
> > Most of the DVB subdevs have already their own devnode.
> >
> > Add support for them at the media controller API.
> >
> > Signed-off-by: Mauro Carvalho Chehab
> >
> > diff --git a/include/
Hi Mauro,
Mauro Carvalho Chehab wrote:
Most of the DVB subdevs have already their own devnode.
Add support for them at the media controller API.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/include/uapi/linux/media.h b/include/uapi/linux/media.h
index 7902e800f019..707db275f92b 100644
-
From: Akihiro Tsukada
this digital tuner chip is used in Friio (dvb-usb-friio),
and its driver code was buried in friio-fe.c.
Signed-off-by: Akihiro Tsukada
---
drivers/media/tuners/Kconfig | 7 +
drivers/media/tuners/Makefile | 1 +
drivers/media/tuners/tua6034.c | 464
From: Akihiro Tsukada
A Friio device consists of a GL861 adapter/bridge chip,
a TC90522 demod chip and a TUA6034 tuner chip, but
the friio driver was implemented as one combined driver.
This patch separates off the each chip drivers and
re-uses the existing modules: dvb-usbv2-gl861,tc90522.
It a
From: Akihiro Tsukada a
This patch series decomposes the friio driver which was monolithic
into adapter,demod,tuner modules.
Akihiro Tsukada (2):
dvb: tua6034: add a new driver for Infineon tua6034 tuner
dvb-usb-friio: split and merge into dvb-usbv2-gl861
drivers/media/tuners/Kconfig
From: Akihiro Tsukada
Signed-off-by: Akihiro Tsukada
---
drivers/media/pci/pt3/pt3.c | 89 ++---
drivers/media/pci/pt3/pt3.h | 12 +++---
2 files changed, 33 insertions(+), 68 deletions(-)
diff --git a/drivers/media/pci/pt3/pt3.c b/drivers/media/pci/pt3/
From: Akihiro Tsukada
Signed-off-by: Akihiro Tsukada
---
drivers/media/dvb-frontends/tc90522.c | 143 ++
drivers/media/dvb-frontends/tc90522.h | 8 +-
2 files changed, 63 insertions(+), 88 deletions(-)
diff --git a/drivers/media/dvb-frontends/tc90522.c
b/driv
From: Akihiro Tsukada
Signed-off-by: Akihiro Tsukada
---
drivers/media/tuners/mxl301rf.c | 50 +++--
drivers/media/tuners/mxl301rf.h | 2 +-
2 files changed, 14 insertions(+), 38 deletions(-)
diff --git a/drivers/media/tuners/mxl301rf.c b/drivers/media/tune
From: Akihiro Tsukada
Signed-off-by: Akihiro Tsukada
---
drivers/media/tuners/qm1d1c0042.c | 60 +--
drivers/media/tuners/qm1d1c0042.h | 2 --
2 files changed, 19 insertions(+), 43 deletions(-)
diff --git a/drivers/media/tuners/qm1d1c0042.c
b/drivers/media
From: Akihiro Tsukada
This patch series depends on the previous patch:
"[PATCH v2]dvb-core: add template code for i2c binding model"
<1420635900-32221-1-git-send-email-tsk...@gmail.com>
The adapter(earth-pt3), its demod (tc90522) and tuners (mxl301rf, qm1d1c0042)
are ported to dvb-core i2c templ
From: Akihiro Tsukada
Changes in v2:
- rename some varibles for consistency and readability
- (registering of tuner subdev media_entity is NOT implemented yet).
Define a standard interface for demod/tuner i2c driver modules.
A module client calls dvb_i2c_attach_{fe,tuner}(),
and a module driver
No one is interested? I'd like to get this patch to kernel to fix the
issue. Can someone here do it please?
2014-12-20 14:36 GMT+01:00 David Cimbůrek :
> Hi,
>
> with kernel 3.17 remote control for Pinnacle 73e (ID 2304:0237
> Pinnacle Systems, Inc. PCTV 73e [DiBcom DiB7000PC]) does not work
> an
Hi Tony,
On 01/07/2015 01:08 PM, Tony K Nadackal wrote:
Dear Jacek,
On Wednesday, January 07, 2015 3:15 PM Jacek Anaszewski wrote,
Hi Tony,
Sorry for late response, just got back from vacation.
On 12/19/2014 04:37 AM, Tony K Nadackal wrote:
Hi Jacek,
On Wednesday, December 17, 2014 7:46 P
Hi Prabhakar,
Em Wed, 7 Jan 2015 11:44:08 +
Prabhakar Lad escreveu:
> Hi Mauro,
>
> Thanks for the patch.
Thanks for review.
> On Tue, Jan 6, 2015 at 9:08 PM, Mauro Carvalho Chehab
> wrote:
> > Instead of keeping the media controller entity not initialized,
> > fill it and create the pad
Hi Tony,
On 01/07/2015 12:22 PM, Tony K Nadackal wrote:
Hi Jacek,
On Wednesday, January 07, 2015 3:43 PM : Jacek Anaszewski wrote,
Hi Tony,
On 12/19/2014 08:38 AM, Tony K Nadackal wrote:
Fimp_jpeg used in Exynos7 is a revised version. Some register
configurations are slightly different fro
Dear Jacek,
On Wednesday, January 07, 2015 3:15 PM Jacek Anaszewski wrote,
> Hi Tony,
>
> Sorry for late response, just got back from vacation.
>
> On 12/19/2014 04:37 AM, Tony K Nadackal wrote:
> > Hi Jacek,
> >
> > On Wednesday, December 17, 2014 7:46 PM Jacek Anaszewski wrote,
> >> Hi Tony,
Hi Jacek,
On Wednesday, January 07, 2015 3:38 PM Jacek Anaszewski wrote,
> Hi Tony,
>
> On 12/19/2014 08:37 AM, Tony K Nadackal wrote:
> > Fix the bug in modifying the interrupt enable register.
>
> For Exynos4 this was not a bug as there are only five bit fields used in the
> EXYNOS4_INT_EN_RE
Hi Mauro,
Thanks for the patch.
On Tue, Jan 6, 2015 at 9:08 PM, Mauro Carvalho Chehab
wrote:
> Instead of keeping the media controller entity not initialized,
> fill it and create the pads for cx25840.
>
> Signed-off-by: Mauro Carvalho Chehab
>
> diff --git a/drivers/media/i2c/cx25840/cx25840-c
Hi Jacek,
On Wednesday, January 07, 2015 3:43 PM : Jacek Anaszewski wrote,
> Hi Tony,
>
> On 12/19/2014 08:38 AM, Tony K Nadackal wrote:
> > Fimp_jpeg used in Exynos7 is a revised version. Some register
> > configurations are slightly different from JPEG in Exynos4.
> > Added one more variant S
"n" is a user controlled integer. The code here doesn't handle the case
where "n" is negative and this causes a static checker warning.
drivers/media/usb/gspca/gspca.c:1571 vidioc_s_parm()
warn: no lower bound on 'n'
Signed-off-by: Dan Carpenter
---
I haven't followed through to
This patch add support for the raw video stream from the Samsung SUR40
touchscreen device. Existing input device support is not affected by this
patch and can be used concurrently. videobuf2-dma-contig is used for buffer
management. All tests from current v4l2-compliance -s run pass (see
http://fl
Hi Tony,
On 12/19/2014 08:38 AM, Tony K Nadackal wrote:
Fimp_jpeg used in Exynos7 is a revised version. Some register
configurations are slightly different from JPEG in Exynos4.
Added one more variant SJPEG_EXYNOS7 to handle these differences.
Signed-off-by: Tony K Nadackal
---
.../bindings/
Hello there,
[linux-3.19-rc3/drivers/media/tuners/mxl5005s.c:1817]: (style) Same expression
in both branches of ternary operator.
[linux-3.19-rc3/drivers/media/tuners/mxl5005s.c:1818]: (style) Same expression
in both branches of ternary operator.
Source code is
status += MXL_ControlWrite(f
Hi Tony,
On 12/19/2014 08:37 AM, Tony K Nadackal wrote:
Fix the bug in modifying the interrupt enable register.
For Exynos4 this was not a bug as there are only five bit fields
used in the EXYNOS4_INT_EN_REG - all of them enable related
interrupt signal and EXYNOS4_INT_EN_ALL value is 0x1f whi
Hi Tony,
Sorry for late response, just got back from vacation.
On 12/19/2014 04:37 AM, Tony K Nadackal wrote:
Hi Jacek,
On Wednesday, December 17, 2014 7:46 PM Jacek Anaszewski wrote,
Hi Tony,
Thanks for the patches.
Thanks for the review.
Please process them with scripts/checkpatch.pl
38 matches
Mail list logo