ivtv: PVR family datasheet ?

2015-11-15 Thread Ran Shalit
Hello, I was seaching for datasheet of Hauppauge PVR-150 (or other), but can't find it. Does anyone know where it can be found ? Best Regards, Ran -- 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

Re: ivtv: PVR family datasheet ?

2015-11-15 Thread Devin Heitmueller
> I actually refer to CX23418 chip, which I don't find its datasheet (I > saw in code that cx18 can work in YUV raw capture, so I wanted to > verify that CX23418 can capture YUV raw format). The cx23418 datasheets are not publicly available, although I have them under NDA and can likely answer

[GIT PULL] soc-camera: first 4.5 batch

2015-11-15 Thread Guennadi Liakhovetski
Hi Mauro, I've got 9 patches from Josh Wu for 4.5. Please, note, that patches 2-4 also touch vore v4l2-clock files, so, maybe you or someone else want to look at them too. The following changes since commit 79f5b6ae960d380c829fb67d5dadcd1d025d2775: [media] c8sectpfe: Remove select on

[PATCH] drivers/media/platform/s5p-tv: constify mxr_layer_ops structures

2015-11-15 Thread Julia Lawall
The mxr_layer_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/media/platform/s5p-tv/mixer.h |2 +- drivers/media/platform/s5p-tv/mixer_grp_layer.c |2 +-

Trying to enable RC6 IR for PCTV T2 290e

2015-11-15 Thread Chris Rankin
Hi, My Hauppauge RC5 remote control finally broke, and the PCTV T2 290e's native RC5 remote control isn't suitable for VDR, and so I bought a cheap RC6 remote as a replacement. The unit I chose was the Ortek VRC-1100 Vista MCE Remote Control, USB ID 05a4:9881. I've been able to switch the PCTV

Re: Trying to enable RC6 IR for PCTV T2 290e

2015-11-15 Thread Devin Heitmueller
On Sun, Nov 15, 2015 at 3:49 PM, Chris Rankin wrote: > Hi, > > My Hauppauge RC5 remote control finally broke, and the PCTV T2 290e's > native RC5 remote control isn't suitable for VDR, and so I bought a > cheap RC6 remote as a replacement. The unit I chose was the Ortek >

Re: Trying to enable RC6 IR for PCTV T2 290e

2015-11-15 Thread Chris Rankin
Hi, I've dug a bit deeper and discovered that the reason the em28xx_info(...) lines that I'd added to em2874_polling_getkey() weren't appearing is because I'd loaded the wrong version of the em28xx-rc module! (Doh!) The polling function *is* being called regularly, but em28xx_ir_handle_key()

Re: [PATCH] [media] media: videobuf2: fix compare_const_fl.cocci warnings

2015-11-15 Thread Sakari Ailus
On Fri, Nov 13, 2015 at 11:46:00AM +0100, Julia Lawall wrote: > Move constants to the right of binary operators. > > Generated by: scripts/coccinelle/misc/compare_const_fl.cocci > > CC: Junghak Sung > Signed-off-by: Fengguang Wu >

Re: [PATCH] media: fix kernel hang in media_device_unregister() during device removal

2015-11-15 Thread Sakari Ailus
Hi Shuah, On Thu, Nov 12, 2015 at 07:41:47AM -0700, Shuah Khan wrote: > Media core drivers (dvb, v4l2, bridge driver) unregister > their entities calling media_device_unregister_entity() > during device removal from their unregister paths. In > addition media_device_unregister() tries to

Re: Trying to enable RC6 IR for PCTV T2 290e

2015-11-15 Thread Chris Rankin
> How are you "switching back to RC5"? I use the command "ir-keytable -p rc-5" or "ir-keytable -p rc-6" to switch between IR protocols, which does seem to invoke the em2874_ir_change_protocol() function. I'm not sure that I have a suitable RC6 keymap for this IR, and was expecting to have to

[Patch v4 1/2] media: v4l: ti-vpe: Add CAL v4l2 camera capture driver

2015-11-15 Thread Benoit Parrot
The Camera Adaptation Layer (CAL) is a block which consists of a dual port CSI2/MIPI camera capture engine. Port #0 can handle CSI2 camera connected to up to 4 data lanes. Port #1 can handle CSI2 camera connected to up to 2 data lanes. The driver implements the required API/ioctls to be V4L2

[Patch v4 2/2] media: v4l: ti-vpe: Document CAL driver

2015-11-15 Thread Benoit Parrot
Device Tree bindings for the Camera Adaptation Layer (CAL) driver Signed-off-by: Benoit Parrot --- Documentation/devicetree/bindings/media/ti-cal.txt | 70 ++ 1 file changed, 70 insertions(+) create mode 100644

[Patch v4 0/2] media: v4l: ti-vpe: Add CAL v4l2 camera capture driver

2015-11-15 Thread Benoit Parrot
The Camera Adaptation Layer (CAL) is a block which consists of a dual port CSI2/MIPI camera capture engine. This camera engine is currently found on DRA72xx family of devices. Port #0 can handle CSI2 camera connected to up to 4 data lanes. Port #1 can handle CSI2 camera connected to up to 2 data

lening

2015-11-15 Thread BARCLAYS LOANS COMPANY
Goede dag, We zijn BARCLAYS LOANS COMPANY het geven van leningen per post advertentie. Wij bieden verschillende soorten leningen (korte en lange termijn leningen, persoonlijke leningen, leningen aan bedrijven etc.) met 2% rente. We geven leningen aan mensen in nood niet,

[PATCH] Add support for dvb usb stick Hauppauge WinTV-soloHD

2015-11-15 Thread Arno Bauernöppel
This patch adds support for the DVB-T/C/T2 usb stick WinTV-soloHD from Hauppauge. It adds the usb ID 2040:0264 Hauppauge to the cards of the driver em28xx. I successfully tested DVB-T/C and the IR remote control with the firmware dvb-demod-si2168-b40-01.fw. Signed-off-by: Arno Bauernoeppel

Re: Trying to enable RC6 IR for PCTV T2 290e

2015-11-15 Thread Mauro Carvalho Chehab
Em Sun, 15 Nov 2015 22:18:48 + Chris Rankin escreveu: > > How are you "switching back to RC5"? > > I use the command "ir-keytable -p rc-5" or "ir-keytable -p rc-6" to > switch between IR protocols, which does seem to invoke the > em2874_ir_change_protocol()

Re: Trying to enable RC6 IR for PCTV T2 290e

2015-11-15 Thread Chris Rankin
Hi, I'm not seeing anything when I use "ir-keytable -t /dev/input/" for my RC node in RC6 mode, although it does respond correctly in RC5 mode. FWIW, I've realised that the 05a4:9881 IR dongle is actually responding to all of its remote's keys. The problem is that USBHID creates two

[Patch v3 1/2] media: v4l: ti-vpe: Add CAL v4l2 camera capture driver

2015-11-15 Thread Benoit Parrot
The Camera Adaptation Layer (CAL) is a block which consists of a dual port CSI2/MIPI camera capture engine. Port #0 can handle CSI2 camera connected to up to 4 data lanes. Port #1 can handle CSI2 camera connected to up to 2 data lanes. The driver implements the required API/ioctls to be V4L2

[Patch v3 2/2] media: v4l: ti-vpe: Document CAL driver

2015-11-15 Thread Benoit Parrot
Device Tree bindings for the Camera Adaptation Layer (CAL) driver Signed-off-by: Benoit Parrot --- Documentation/devicetree/bindings/media/ti-cal.txt | 70 ++ 1 file changed, 70 insertions(+) create mode 100644

[Patch v3 0/2] media: v4l: ti-vpe: Add CAL v4l2 camera capture driver

2015-11-15 Thread Benoit Parrot
The Camera Adaptation Layer (CAL) is a block which consists of a dual port CSI2/MIPI camera capture engine. This camera engine is currently found on DRA72xx family of devices. Port #0 can handle CSI2 camera connected to up to 4 data lanes. Port #1 can handle CSI2 camera connected to up to 2 data

Re: Trying to enable RC6 IR for PCTV T2 290e

2015-11-15 Thread Devin Heitmueller
> I've dug a bit deeper and discovered that the reason the > em28xx_info(...) lines that I'd added to em2874_polling_getkey() > weren't appearing is because I'd loaded the wrong version of the > em28xx-rc module! (Doh!) Ok, good. > The polling function *is* being called regularly, but >

[PATCH 0/4] VSP1: Add support for lookup tables

2015-11-15 Thread Laurent Pinchart
Hello, The VSP1 includes two lookup table modules, a 1D LUT and a 3D cubic lookup table (CLU). This patch series fixes the LUT implementation and adds support for the CLU. The patches are based on top of git://linuxtv.org/media_tree.git master and have been tested on a Koelsch board.

[PATCH 1/4] v4l: vsp1: Fix LUT format setting

2015-11-15 Thread Laurent Pinchart
The LUT set format handler overrides the requested format by mistake. Fix it. Signed-off-by: Laurent Pinchart --- drivers/media/platform/vsp1/vsp1_lut.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/platform/vsp1/vsp1_lut.c

cron job: media_tree daily build: ERRORS

2015-11-15 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: Mon Nov 16 04:00:18 CET 2015 git branch: test git hash: 79f5b6ae960d380c829fb67d5dadcd1d025d2775 gcc

[PATCH 3/4] ARM: Renesas: r8a7790: Enable CLU support in VSPS

2015-11-15 Thread Laurent Pinchart
The VSPS includes a CLU module, describe it in DT. Signed-off-by: Laurent Pinchart --- arch/arm/boot/dts/r8a7790.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index

[PATCH 2/4] v4l: vsp1: Add Cubic Look Up Table (CLU) support

2015-11-15 Thread Laurent Pinchart
The CLU processing block is a 3D lookup table that converts the input three color component data into desired three color components using a lookup table. Signed-off-by: Laurent Pinchart --- .../devicetree/bindings/media/renesas,vsp1.txt | 3 +

[PATCH 4/4] ARM: Renesas: r8a7791: Enable CLU support in VSPS

2015-11-15 Thread Laurent Pinchart
The VSPS includes a CLU module, describe it in DT. Signed-off-by: Laurent Pinchart --- arch/arm/boot/dts/r8a7791.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index

Re: [PATCH 2/4] v4l: vsp1: Add Cubic Look Up Table (CLU) support

2015-11-15 Thread kbuild test robot
Hi Laurent, [auto build test ERROR on: renesas/next] [also build test ERROR on: v4.4-rc1 next-20151116] url: https://github.com/0day-ci/linux/commits/Laurent-Pinchart/VSP1-Add-support-for-lookup-tables/20151116-124808 base: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git

Re: ivtv: PVR family datasheet ?

2015-11-15 Thread Ran Shalit
On Sun, Nov 15, 2015 at 4:29 PM, Ran Shalit wrote: > Hello, > > I was seaching for datasheet of Hauppauge PVR-150 (or other), but can't find > it. > Does anyone know where it can be found ? Hi, I actually refer to CX23418 chip, which I don't find its datasheet (I saw in