cron job: media_tree daily build: ERRORS

2015-01-07 Thread Hans Verkuil
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

Re: [PATCHv3 03/20] cx231xx: add media controller support

2015-01-07 Thread Mauro Carvalho Chehab
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

Re: [PATCHv3 03/20] cx231xx: add media controller support

2015-01-07 Thread Shuah Khan
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

[WISHLIST] Volume in tvtime not equal to alsamixer (logarithmic scale / "mapped volume" should be used)

2015-01-07 Thread George Pojar
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

Re: [PATCH 0/3] Various fixes for s5p-mfc driver

2015-01-07 Thread Nicolas Dufresne
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.

TBS 6981 & IOMMU problems

2015-01-07 Thread Raimonds Cicans
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

Re: [PATCH] [media] soc_camera: avoid potential null-dereference

2015-01-07 Thread Andy Shevchenko
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

Re: [PATCH] [media] soc_camera: avoid potential null-dereference

2015-01-07 Thread Andy Shevchenko
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

Re: [PATCH] [media] soc_camera: avoid potential null-dereference

2015-01-07 Thread Guennadi Liakhovetski
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

Greetings From China

2015-01-07 Thread Mr. Chiang
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

Re: ELC 2015 - March - San Jose

2015-01-07 Thread Hans Verkuil
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.

ELC 2015 - March - San Jose

2015-01-07 Thread Steven Toth
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

Re: [yavta PATCH 0/2] Data prefix writing fixes

2015-01-07 Thread Laurent Pinchart
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

Re: [PATCHv3 01/20] media: add new types for DVB devnodes

2015-01-07 Thread Mauro Carvalho Chehab
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/

Re: [PATCHv3 01/20] media: add new types for DVB devnodes

2015-01-07 Thread Sakari Ailus
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 -

[PATCH 1/2] dvb: tua6034: add a new driver for Infineon tua6034 tuner

2015-01-07 Thread tskd08
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

[PATCH 2/2] dvb-usb-friio: split and merge into dvb-usbv2-gl861

2015-01-07 Thread tskd08
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

[PATCH 0/2] split dvb-usb-friio into parts

2015-01-07 Thread tskd08
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

[PATCH v2 4/4] dvb: earth-pt3: use dvb-core i2c binding model template

2015-01-07 Thread tskd08
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/

[PATCH v2 3/4] dvb: tc90522: use dvb-core i2c binding model template

2015-01-07 Thread tskd08
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

[PATCH v2 2/4] dvb: mxl301rf: use dvb-core i2c binding model template

2015-01-07 Thread tskd08
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

[PATCH v2 1/4] dvb: qm1d1c0042: use dvb-core i2c binding model template

2015-01-07 Thread tskd08
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

[PATCH v2 0/4] modify earth-pt3 and its dependees to use i2c template

2015-01-07 Thread tskd08
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

[PATCH v2] dvb-core: add template code for i2c binding model

2015-01-07 Thread tskd08
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

Re: [PATCH] media: Pinnacle 73e infrared control stopped working since kernel 3.17

2015-01-07 Thread David Cimbůrek
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

Re: [PATCH] [media] s5p-jpeg: Adding Exynos7 Jpeg variant support

2015-01-07 Thread Jacek Anaszewski
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

Re: [PATCHv3 10/20] cx25840: fill the media controller entity

2015-01-07 Thread Mauro Carvalho Chehab
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

Re: [PATCH v2 2/2] [media] s5p-jpeg: Adding Exynos7 JPEG variant

2015-01-07 Thread Jacek Anaszewski
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

RE: [PATCH] [media] s5p-jpeg: Adding Exynos7 Jpeg variant support

2015-01-07 Thread Tony K Nadackal
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,

RE: [PATCH v2 1/2] [media] s5p-jpeg: Fix modification sequence of interrupt enable register

2015-01-07 Thread Tony K Nadackal
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

Re: [PATCHv3 10/20] cx25840: fill the media controller entity

2015-01-07 Thread Prabhakar Lad
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

RE: [PATCH v2 2/2] [media] s5p-jpeg: Adding Exynos7 JPEG variant

2015-01-07 Thread Tony K Nadackal
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

[patch] [media] gspca: underflow in vidioc_s_parm()

2015-01-07 Thread Dan Carpenter
"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

[PATCH] add raw video support for Samsung SUR40 touchscreen

2015-01-07 Thread Florian Echtler
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

Re: [PATCH v2 2/2] [media] s5p-jpeg: Adding Exynos7 JPEG variant

2015-01-07 Thread Jacek Anaszewski
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/

tuners/mxl5005s.c: 2 * ternary operator problems ?

2015-01-07 Thread David Binderman
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

Re: [PATCH v2 1/2] [media] s5p-jpeg: Fix modification sequence of interrupt enable register

2015-01-07 Thread Jacek Anaszewski
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

Re: [PATCH] [media] s5p-jpeg: Adding Exynos7 Jpeg variant support

2015-01-07 Thread Jacek Anaszewski
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