[PATCH 1/3] [media] dvb-frontends: Make all DVB Frontends visible if COMPILE_TEST=y

2015-06-29 Thread Geert Uytterhoeven
Make the DVB Frontends menu visible when compile-testing, to allow selecting additional drivers on top of the drivers that are already automatically selected if MEDIA_SUBDRV_AUTOSELECT is enabled. Without this, many drivers stay disabled during e.g. allmodconfig. Signed-off-by: Geert

[PATCH 3/3] [media] tuners: Make all TV tuners visible if COMPILE_TEST=y

2015-06-29 Thread Geert Uytterhoeven
Make the TV tuners menu visible when compile-testing, to allow selecting additional drivers on top of the drivers that are already automatically selected if MEDIA_SUBDRV_AUTOSELECT is enabled. Without this, many drivers stay disabled during e.g. allmodconfig. Signed-off-by: Geert Uytterhoeven

[PATCH] [media] adv7604/cobalt: Allow compile test if !GPIOLIB

2015-06-29 Thread Geert Uytterhoeven
The GPIO subsystem provides dummy GPIO consumer functions if GPIOLIB is not enabled. Hence drivers that depend on GPIOLIB, but use GPIO consumer functionality only, can still be compiled if GPIOLIB is not enabled. Relax the dependency of VIDEO_ADV7604 and VIDEO_COBALT (the latter selects the

[PATCH 2/3] [media] i2c: Make all i2c devices visible if COMPILE_TEST=y

2015-06-29 Thread Geert Uytterhoeven
Make the i2c devices menu visible when compile-testing, to allow selecting additional drivers on top of the drivers that are already automatically selected if MEDIA_SUBDRV_AUTOSELECT is enabled. Without this, many drivers stay disabled during e.g. allmodconfig. Signed-off-by: Geert Uytterhoeven

[PATCH 1/1] SMI PCIe IR driver for DVBSky cards

2015-06-29 Thread Nibble Max
ported from the manufacturer's source tree, available from http://dvbsky.net/download/linux/media_build-bst-150211.tar.gz This is the second patch after a public review. Acked-by: Nibble Max nibble@gmail.com Reviewd-by: Nibble Max nibble@gmail.com Signed-off-by: Dirk Nehring

[PATCHv7 09/15] DocBook/media: add CEC documentation

2015-06-29 Thread Hans Verkuil
From: Hans Verkuil hverk...@xs4all.nl Add DocBook documentation for the CEC API. Signed-off-by: Hans Verkuil hansv...@cisco.com [k.deb...@samsung.com: add documentation for passthrough mode] [k.deb...@samsung.com: minor fixes and change of reserved field sizes] Signed-off-by: Kamil Debski

[PATCH 1/4] Makefile.am: copy cec headers with make sync-with-kernel

2015-06-29 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Copy the new cec headers. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- Makefile.am | 4 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 1a61592..b8c450d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6

[PATCH 0/4] cec-ctl/compliance: new CEC utilities

2015-06-29 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com This patch series adds two new utilities to the v4l-utils git repository (http://git.linuxtv.org/cgit.cgi/v4l-utils.git/). It assumes that the new CEC framework available in the kernel:

[PATCH 2/4] sync-with-kernel

2015-06-29 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- contrib/freebsd/include/linux/input.h| 13 + include/linux/cec-funcs.h| 1516 ++ include/linux/cec.h | 709

[PATCH 3/4] cec-compliance: add new CEC compliance utility

2015-06-29 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com This utility will attempt to test whether the CEC protocol was implemented correctly. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- configure.ac| 1 + utils/Makefile.am | 1 +

[PATCH 4/4] cec-ctl: CEC control utility

2015-06-29 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Generic CEC utility that can be used to send/receive/monitor CEC messages. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- configure.ac |1 + utils/Makefile.am |1 + utils/cec-ctl/Makefile.am |8 +

[PATCHv7 00/15] HDMI CEC framework

2015-06-29 Thread Hans Verkuil
Hi all, The seventh version of this patchset addresses comments on the mailing list and many changes due to the work I did on the cec-compliance and cec-ctl utilities (will be posted in a separate patch series). Please see the changelog below for details. Note: I have taken over from Kamil: he

[PATCHv7 03/15] dts: exynos4412-odroid*: enable the HDMI CEC device

2015-06-29 Thread Hans Verkuil
From: Kamil Debski ka...@wypas.org Add a dts node entry and enable the HDMI CEC device present in the Exynos4 family of SoCs. Signed-off-by: Kamil Debski ka...@wypas.org Signed-off-by: Hans Verkuil hans.verk...@cisco.com Acked-by: Krzysztof Kozlowski k.kozlow...@samsung.com ---

[PATCHv7 06/15] rc: Add HDMI CEC protocol handling

2015-06-29 Thread Hans Verkuil
From: Kamil Debski ka...@wypas.org Add handling of remote control events coming from the HDMI CEC bus. This patch includes a new keymap that maps values found in the CEC messages to the keys pressed and released. Also, a new protocol has been added to the core. Signed-off-by: Kamil Debski

[PATCHv7 01/15] dts: exynos4*: add HDMI CEC pin definition to pinctrl

2015-06-29 Thread Hans Verkuil
From: Kamil Debski ka...@wypas.org Add pinctrl nodes for the HDMI CEC device to the Exynos4210 and Exynos4x12 SoCs. These are required by the HDMI CEC device. Signed-off-by: Kamil Debski ka...@wypas.org Signed-off-by: Hans Verkuil hans.verk...@cisco.com Acked-by: Krzysztof Kozlowski

[PATCHv7 02/15] dts: exynos4: add node for the HDMI CEC device

2015-06-29 Thread Hans Verkuil
From: Kamil Debski ka...@wypas.org This patch adds HDMI CEC node specific to the Exynos4210/4x12 SoC series. Signed-off-by: Kamil Debski ka...@wypas.org Signed-off-by: Hans Verkuil hans.verk...@cisco.com Acked-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi |

Re: cx23885 risc op code error with DvbSKY T982

2015-06-29 Thread Jouni Karvo
22.06.2015, 12:55, Tycho Lürsen kirjoitti: I've got a couple of T982 cards. Running Debian Jessie, with kernel 4.1-rc8, I cannot reproduce your errors. Only difference might be: I synced the silabs drivers with upstream and used the patch from: hi, I tested with 4.1.0 (which produced the

[PATCH] [media] mt9v032: Add missing initialization of pdata in mt9v032_get_pdata()

2015-06-29 Thread Geert Uytterhoeven
drivers/media/i2c/mt9v032.c: In function ‘mt9v032_get_pdata’: drivers/media/i2c/mt9v032.c:885: warning: ‘pdata’ may be used uninitialized in this function If parsing the endpoint node properties fails, mt9v032_get_pdata() will return an uninitialized pointer value. Signed-off-by: Geert

[PATCHv7 10/15] v4l2-subdev: add HDMI CEC ops

2015-06-29 Thread Hans Verkuil
Add CEC callbacks to the v4l2_subdev_video_ops. These are the low-level CEC ops that subdevs that support CEC have to implement. Signed-off-by: Hans Verkuil hansv...@cisco.com [k.deb...@samsung.com: Merged changes from CEC Updates commit by Hans Verkuil] Signed-off-by: Kamil Debski

[PATCHv7 07/15] cec: add HDMI CEC framework

2015-06-29 Thread Hans Verkuil
The added HDMI CEC framework provides a generic kernel interface for HDMI CEC devices. Signed-off-by: Hans Verkuil hansv...@cisco.com [k.deb...@samsung.com: Merged CEC Updates commit by Hans Verkuil] [k.deb...@samsung.com: Merged Update author commit by Hans Verkuil] [k.deb...@samsung.com: change

[PATCHv7 08/15] cec.txt: add CEC framework documentation

2015-06-29 Thread Hans Verkuil
From: Hans Verkuil hansv...@cisco.com Document the new HDMI CEC framework. Signed-off-by: Hans Verkuil hansv...@cisco.com [k.deb...@samsung.com: add DocBook documentation by Hans Verkuil, with Signed-off-by: Kamil Debski ka...@wypas.org Signed-off-by: Hans Verkuil hans.verk...@cisco.com ---

[PATCHv7 12/15] adv7842: add cec support

2015-06-29 Thread Hans Verkuil
Add CEC support to the adv7842 driver. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/i2c/adv7842.c | 211 +++- 1 file changed, 208 insertions(+), 3 deletions(-) diff --git a/drivers/media/i2c/adv7842.c b/drivers/media/i2c/adv7842.c

[PATCHv7 15/15] cobalt: add cec support

2015-06-29 Thread Hans Verkuil
Add CEC support to the cobalt driver. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/pci/cobalt/cobalt-driver.c | 37 +-- drivers/media/pci/cobalt/cobalt-driver.h | 2 + drivers/media/pci/cobalt/cobalt-v4l2.c | 110 +-- 3 files

[PATCHv7 04/15] HID: add HDMI CEC specific keycodes

2015-06-29 Thread Hans Verkuil
From: Kamil Debski ka...@wypas.org Add HDMI CEC specific keycodes to the keycodes definition. Signed-off-by: Kamil Debski ka...@wypas.org Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- include/uapi/linux/input.h | 12 1 file changed, 12 insertions(+) diff --git

[PATCHv7 05/15] input.h: add BUS_CEC type

2015-06-29 Thread Hans Verkuil
Inputs can come in over the HDMI CEC bus, so add a new type for this. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- include/uapi/linux/input.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/input.h b/include/uapi/linux/input.h index 7430a3f..0af80b2 100644 ---

[PATCHv7 13/15] cec: adv7511: add cec support.

2015-06-29 Thread Hans Verkuil
Add CEC support to the adv7511 driver. Signed-off-by: Hans Verkuil hansv...@cisco.com [k.deb...@samsung.com: Merged changes from CEC Updates commit by Hans Verkuil] Signed-off-by: Kamil Debski ka...@wypas.org Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/i2c/adv7511.c |

[PATCHv7 11/15] cec: adv7604: add cec support.

2015-06-29 Thread Hans Verkuil
From: Hans Verkuil hverk...@xs4all.nl Add CEC support to the adv7604 driver. Signed-off-by: Hans Verkuil hansv...@cisco.com [k.deb...@samsung.com: Merged changes from CEC Updates commit by Hans Verkuil] [k.deb...@samsung.com: add missing methods cec/io_write_and_or] [k.deb...@samsung.com: change

[PATCHv7 14/15] cec: s5p-cec: Add s5p-cec driver

2015-06-29 Thread Hans Verkuil
From: Kamil Debski ka...@wypas.org Add CEC interface driver present in the Samsung Exynos range of SoCs. The following files were based on work by SangPil Moon: - exynos_hdmi_cec.h - exynos_hdmi_cecctl.c Signed-off-by: Kamil Debski ka...@wypas.org Signed-off-by: Hans Verkuil

Re: [PATCH 1/1] SMI PCIe IR driver for DVBSky cards

2015-06-29 Thread Ole Ernst
Hi Max, Am 29.06.2015 um 16:09 schrieb Nibble Max: ported from the manufacturer's source tree, available from http://dvbsky.net/download/linux/media_build-bst-150211.tar.gz This is the second patch after a public review. just for the sake of clarity: I see commented out bits and pieces of

Kedves Email felhasználói;

2015-06-29 Thread rendszer Administrator®
Kedves Email felhasználói; Túllépte a határt 23432 tárolása e-mail fiókkal által beállított Web Service / adminisztrátor, és akkor sikerül a küld#337; és a bejöv#337; üzenetek, amíg meg újból érvényesíti az e-mail címre. A szükséges eljárások nyújtottak be az alábbiakban a nézetet,

KINDLY VIEW THE ATTACHED FILE,AND GET BACK TO ME GOD BE WITH YOU.

2015-06-29 Thread FROM MRS. GRACE MANDA
I PRAY THAT THIS MAIL GET TO YOU IN GOOD HEALTH. From Mrs Grace Manda.rtf Description: MS-Word document

Re: XC5000C 0x14b4 status

2015-06-29 Thread Unembossed Name
I just received a confirmation, that firmware in file latest-dvb-fe-xc5000c-0.6.30.5.fw is working. xc5000: Firmware latest-dvb-fe-xc5000c-0.6.30.5.fw loaded and running xc5000: *** HW: V6.0, FW: V 0.6.40990 So, it's has a build number 40990 -- To unsubscribe from this list: send the line

Re: Re: [PATCH 1/1] SMI PCIe IR driver for DVBSky cards

2015-06-29 Thread Nibble Max
Hello Ole, Due to the hardware limitation, it can not support arbitrary IR codes. The current patch supports RC5 only. On 2015-06-29 22:40:04, Ole Ernst olebo...@gmx.com wrote: Hi Max, Am 29.06.2015 um 16:09 schrieb Nibble Max: ported from the manufacturer's source tree, available from

Re: [PATCH v3 1/7] rc: rc-ir-raw: Add scancode encoder callback

2015-06-29 Thread David Härdeman
On Tue, Jun 23, 2015 at 10:45:42PM +0200, David Härdeman wrote: On 2015-06-18 23:23, Mauro Carvalho Chehab wrote: Em Sun, 14 Jun 2015 01:44:54 +0200 David Härdeman da...@hardeman.nu escreveu: Maurowake up? I hope you're not planning to push the current code upstream??? What's there are

[Patch v2 1/1] media: am437x-vpfe: Fix a race condition during release

2015-06-29 Thread Benoit Parrot
There was a race condition where during cleanup/release operation on-going streaming would cause a kernel panic because the hardware module was disabled prematurely with IRQ still pending. Fixes: 417d2e507ed [media] media: platform: add VPFE capture driver support for AM437X Cc:

[Patch v3 1/1] media: am437x-vpfe: Fix a race condition during release

2015-06-29 Thread Benoit Parrot
There was a race condition where during cleanup/release operation on-going streaming would cause a kernel panic because the hardware module was disabled prematurely with IRQ still pending. Fixes: 417d2e507edc ([media] media: platform: add VPFE capture driver support for AM437X) Cc:

[Patch v3 1/1] media: am437x-vpfe: Requested frame size and fmt overwritten by current sensor setting

2015-06-29 Thread Benoit Parrot
Upon a S_FMT the input/requested frame size and pixel format is overwritten by the current sub-device settings. Fix this so application can actually set the frame size and format. Fixes: 417d2e507edc ([media] media: platform: add VPFE capture driver support for AM437X) Cc: sta...@vger.kernel.org

Re: XC5000C 0x14b4 status

2015-06-29 Thread Unembossed Name
IMHO, the best is to get the latest firmware licensed is the best thing to do. Does that new xc5000c come with a firmware pre-loaded already? I've got firmware here that is indicated as being for the xc5300 (i.e. 0x14b4). That said, I am not sure if it's the same as the original 5000c

[Patch v2 1/1] media: am437x-vpfe: Requested frame size and fmt overwritten by current sensor setting

2015-06-29 Thread Benoit Parrot
Upon a S_FMT the input/requested frame size and pixel format is overwritten by the current sub-device settings. Fix this so application can actually set the frame size and format. Fixes: 417d2e507ed [media] media: platform: add VPFE capture driver support for AM437X Cc: sta...@vger.kernel.org #

Re: [Patch 1/1] media: am437x-vpfe: Requested frame size and fmt overwritten by current sensor setting

2015-06-29 Thread Felipe Balbi
On Mon, Jun 29, 2015 at 02:42:20PM -0500, Benoit Parrot wrote: Upon a S_FMT the input/requeated frame size and pixel format is overwritten by the current subdevice settings. Fix this so application can actually set the frame size and format. Signed-off-by: Benoit Parrot bpar...@ti.com

Re: [PATCH] [media] v4l2-subdev: return -EPIPE instead of -EINVAL in link validate default

2015-06-29 Thread Laurent Pinchart
Hi Sakari, On Monday 29 June 2015 10:23:34 Sakari Ailus wrote: Helen Fornazier wrote: According to the V4L2 API, the VIDIOC_STREAMON ioctl should return EPIPE when the pipeline configuration is invalid. As the .vidioc_streamon in the v4l2_ioctl_ops usually forwards the error caused by

Re: [PATCH] [media] v4l2-subdev: return -EPIPE instead of -EINVAL in link validate default

2015-06-29 Thread Sakari Ailus
Hi Helen, Helen Fornazier wrote: According to the V4L2 API, the VIDIOC_STREAMON ioctl should return EPIPE when the pipeline configuration is invalid. As the .vidioc_streamon in the v4l2_ioctl_ops usually forwards the error caused by the v4l2_subdev_link_validate_default (if it is in use),

Re: [PATCH v2 2/2] x86/mm/pat, drivers/media/ivtv: move pat warn and replace WARN() with pr_warn()

2015-06-29 Thread Ingo Molnar
* Andy Walls a...@silverblocksystems.net wrote: On Fri, 2015-06-26 at 10:45 +0200, Ingo Molnar wrote: * Luis R. Rodriguez mcg...@suse.com wrote: On Thu, Jun 25, 2015 at 08:51:47AM +0200, Ingo Molnar wrote: * Luis R. Rodriguez mcg...@do-not-panic.com wrote: From: Luis

cron job: media_tree daily build: OK

2015-06-29 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: Tue Jun 30 04:00:19 CEST 2015 git branch: test git hash: faebbd8f134f0c054f372982c8ddd1bbcc41b440 gcc

Re: [PATCHv7 04/15] HID: add HDMI CEC specific keycodes

2015-06-29 Thread Dmitry Torokhov
On Mon, Jun 29, 2015 at 12:14:49PM +0200, Hans Verkuil wrote: From: Kamil Debski ka...@wypas.org Add HDMI CEC specific keycodes to the keycodes definition. Signed-off-by: Kamil Debski ka...@wypas.org Signed-off-by: Hans Verkuil hans.verk...@cisco.com Could you please describe the intended

Re: [PATCHv7 05/15] input.h: add BUS_CEC type

2015-06-29 Thread Dmitry Torokhov
On Mon, Jun 29, 2015 at 12:14:50PM +0200, Hans Verkuil wrote: Inputs can come in over the HDMI CEC bus, so add a new type for this. Signed-off-by: Hans Verkuil hans.verk...@cisco.com Acked-by: Dmitry Torokhov dmitry.torok...@gmail.com --- include/uapi/linux/input.h | 1 + 1 file changed,

[Patch 1/1] media: am437x-vpfe: Fix a race condition during release

2015-06-29 Thread Benoit Parrot
There was a race condition where during cleanup/release operation on-going streaming would cause a kernel panic because the hardware module was disabled prematurely with IRQ still pending. Signed-off-by: Benoit Parrot bpar...@ti.com --- drivers/media/platform/am437x/am437x-vpfe.c | 11

[Patch 1/1] media: am437x-vpfe: Requested frame size and fmt overwritten by current sensor setting

2015-06-29 Thread Benoit Parrot
Upon a S_FMT the input/requeated frame size and pixel format is overwritten by the current subdevice settings. Fix this so application can actually set the frame size and format. Signed-off-by: Benoit Parrot bpar...@ti.com --- drivers/media/platform/am437x/am437x-vpfe.c | 2 +- 1 file changed, 1

Re: [Patch 1/1] media: am437x-vpfe: Fix a race condition during release

2015-06-29 Thread Felipe Balbi
On Mon, Jun 29, 2015 at 02:41:53PM -0500, Benoit Parrot wrote: There was a race condition where during cleanup/release operation on-going streaming would cause a kernel panic because the hardware module was disabled prematurely with IRQ still pending. Signed-off-by: Benoit Parrot