Re: [PATCH V2 3/5] [media] lnbh25: LNBH25 SEC controller driver

2015-05-14 Thread Mauro Carvalho Chehab
Em Wed, 15 Apr 2015 13:07:48 +0300 se...@netup.ru escreveu: From: Kozlov Sergey se...@netup.ru Add DVB SEC frontend driver for STM LNBH25PQR chip. Changes in version 2: - rename MAINTAINERS entry - fix coding style - use dynamic debug instead of module-specifig debug

Re: [PATCH V2 4/5] [media] cxd2841er: Sony CXD2841ER DVB-S/S2/T/T2/C demodulator driver

2015-05-14 Thread Mauro Carvalho Chehab
Em Wed, 15 Apr 2015 13:07:49 +0300 se...@netup.ru escreveu: From: Kozlov Sergey se...@netup.ru Add DVB-C/T/T2/S/S2 demodulator frontend driver Sony CXD2841ER chip. Changes in version 2: - rename MAINTAINERS entry - fix coding style - use dynamic debug instead of

Re: [PATCH V2 1/5] [media] horus3a: Sony Horus3A DVB-S/S2 tuner driver

2015-05-14 Thread Mauro Carvalho Chehab
Em Wed, 15 Apr 2015 13:07:46 +0300 se...@netup.ru escreveu: From: Kozlov Sergey se...@netup.ru Add DVB-S/S2 frontend driver for Sony Horus3A (CXD2832AER) chip Changes in version 2: - rename MAINTAINERS entry - fix coding style - use dynamic debug instead of module-specifig

[PATCH] saa7134: switch tuner FMD1216ME_MK3 to analog

2015-05-14 Thread Juergen Gier
Committer: Juergen Gier juergen.g...@gmx.de Signed-off-by: Juergen Gier juergen.g...@gmx.de The CTX946 TV card doesn't detect a signal after cold boot, seems the tuner FMD1216ME_MK3 suffers the same problem as FMD1216MEX_MK3, as described in saa7134-cards.c (disabled IF, enabled DVB-T). The card

Re: [PATCH V2 2/5] [media] ascot2e: Sony Ascot2e DVB-C/T/T2 tuner driver

2015-05-14 Thread Mauro Carvalho Chehab
Em Wed, 15 Apr 2015 13:07:47 +0300 se...@netup.ru escreveu: From: Kozlov Sergey se...@netup.ru Add DVB-T/T2/C frontend driver for Sony Ascot2e (CXD2861ER) chip. Changes in version 2: - rename MAINTAINERS entry - fix coding style - use dynamic debug instead of module-specifig

Re: [PATCH V2 5/5] [media] netup_unidvb: NetUP Universal DVB-S/S2/T/T2/C PCI-E card driver

2015-05-14 Thread Mauro Carvalho Chehab
Em Wed, 15 Apr 2015 13:07:50 +0300 se...@netup.ru escreveu: From: Kozlov Sergey se...@netup.ru Add NetUP Dual Universal CI PCIe board driver. The board has - two CI slots - two I2C adapters - SPI master bus for accessing flash memory containing FPGA firmware Changes

Re: ATI TV Wonder regression since at least 3.19.6

2015-05-14 Thread Patrice Levesque
Hi Hans, Can you go back to kernel 3.18 and make a small change to the cx88 driver: edit drivers/media/pci/cx88/cx88-video.c, search for the function restart_video_queue() (around line 469) and add this line: Function isn't used; when compiling I get: CC [M]

Re: [RFC PATCH 4/6] [media] rc: lirc is not a protocol or a keymap

2015-05-14 Thread Mauro Carvalho Chehab
Em Thu, 19 Mar 2015 21:50:15 + Sean Young s...@mess.org escreveu: Since the lirc bridge is not a decoder we can remove its protocol. The keymap existed only to select the protocol. This changes the userspace interface, as now it is possible to enable/disable LIRC handling from a given IR

Re: [RFC PATCH 6/6] [media] rc: teach lirc how to send scancodes

2015-05-14 Thread Mauro Carvalho Chehab
Em Thu, 19 Mar 2015 21:50:17 + Sean Young s...@mess.org escreveu: The send mode has to be switched to LIRC_MODE_SCANCODE and then you can send one scancode with a write. The encoding is the same as for receiving scancodes. FIXME: Currently only the nec encoder can encode IR. FIXME: The

Re: [RFC PATCH 2/6] [media] lirc: LIRC_[SG]ET_SEND_MODE should return -ENOSYS

2015-05-14 Thread Mauro Carvalho Chehab
Em Thu, 19 Mar 2015 21:50:13 + Sean Young s...@mess.org escreveu: If the device cannot transmit then -ENOSYS should be returned. Also clarify that the ioctl should return modes, not features. The values happen to be identical. Makes sense to me. Yet, applying it (without patch 1) causes

[PATCH] dvb-core: fix 32-bit overflow during bandwidth calculation

2015-05-14 Thread Antti Palosaari
Frontend bandwidth calculation overflows on very high DVB-S/S2 symbol rates. Use mult_frac() macro in order to keep calculation correct. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb-core/dvb_frontend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [RFC PATCH 5/6] [media] lirc: pass IR scancodes to userspace via lirc bridge

2015-05-14 Thread Mauro Carvalho Chehab
Em Thu, 19 Mar 2015 21:50:16 + Sean Young s...@mess.org escreveu: The lirc interface only passes raw IR. Teach the lirc bridge how to pass scancodes (along with their IR information) to userspace. This introduces a new LIRC_MODE_SCANCODE mode where decoded IR is represented as two u32.

[PATCH RFCv1] v4l2: add support for SDR transmitter

2015-05-14 Thread Antti Palosaari
New IOCTL ops: vidioc_enum_fmt_sdr_out vidioc_g_fmt_sdr_out vidioc_s_fmt_sdr_out vidioc_try_fmt_sdr_out New vb2 buffertype: V4L2_BUF_TYPE_SDR_OUTPUT New v4l2 capability: V4L2_CAP_SDR_OUTPUT Cc: Hans Verkuil hverk...@xs4all.nl Signed-off-by: Antti Palosaari cr...@iki.fi ---

Re: [PATCH v2 1/4] break kconfig dependency loop

2015-05-14 Thread Mauro Carvalho Chehab
Em Wed, 1 Apr 2015 15:15:27 +0200 Gerd Hoffmann kra...@redhat.com escreveu: After adding virtio-gpu I get this funky kconfig dependency loop. scripts/kconfig/conf --oldconfig Kconfig drivers/video/fbdev/Kconfig:5:error: recursive dependency detected! drivers/video/fbdev/Kconfig:5: symbol

Re: ATI TV Wonder regression since at least 3.19.6

2015-05-14 Thread Hans Verkuil
On 05/14/2015 02:56 PM, Patrice Levesque wrote: Hi Hans, Can you go back to kernel 3.18 and make a small change to the cx88 driver: edit drivers/media/pci/cx88/cx88-video.c, search for the function restart_video_queue() (around line 469) and add this line: Function isn't used; when

Re: [RFC PATCH 3/6] [media] rc: lirc bridge should not be a raw decoder

2015-05-14 Thread Mauro Carvalho Chehab
Em Thu, 19 Mar 2015 21:50:14 + Sean Young s...@mess.org escreveu: The lirc bridge exists as a raw decoder. We would like to make the bridge to also work for scancode drivers in further commits, so it cannot be a raw decoder. Note that rc-code, lirc_dev, ir-lirc-codec are now calling

Re: [RFC][PATCH] rtl2832: PID filter support for slave demod

2015-05-14 Thread Mauro Carvalho Chehab
Em Tue, 17 Mar 2015 00:16:06 +0100 Benjamin Larsson benja...@southpole.se escreveu: On 03/16/2015 11:57 PM, Antti Palosaari wrote: On 03/17/2015 12:12 AM, Benjamin Larsson wrote: Is this structure ok for the slave pid implementation? Or should there be only one filters parameter? Will the

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

2015-05-14 Thread Mauro Carvalho Chehab
Em Fri, 13 Mar 2015 00:09:23 +0100 Dirk Nehring dnehr...@gmx.net escreveu: ported from the manufacturer's source tree, available from http://dvbsky.net/download/linux/media_build-bst-150211.tar.gz The better would be if the author of the remote controller support to send us the patch or to

Re: [RFC PATCH 1/6] [media] lirc: remove broken features

2015-05-14 Thread Mauro Carvalho Chehab
Sean, First of all, sorry for a late answer... I got too busy this year, and I wanted to have more time to better review those RC stuff, are there aren't many developers reviewing RC code nowadays. Em Thu, 19 Mar 2015 21:50:12 + Sean Young s...@mess.org escreveu: The LIRC_GET_FEATURES

Re: [PATCH] rc-core: use an IDA rather than a bitmap

2015-05-14 Thread Mauro Carvalho Chehab
Em Thu, 02 Apr 2015 12:18:55 +0200 David Härdeman da...@hardeman.nu escreveu: This patch changes rc-core to use the kernel facilities that are already available for handling unique numbers instead of rolling its own bitmap stuff. Stefan, this should apply cleanly to the media git

Re: [PATCH 1/2] rc-core: use the full 32 bits for NEC scancodes

2015-05-14 Thread Mauro Carvalho Chehab
Em Mon, 06 Apr 2015 13:23:08 +0200 David Härdeman da...@hardeman.nu escreveu: Using the full 32 bits for all kinds of NEC scancodes simplifies rc-core and the nec decoder without any loss of functionality. At the same time it ensures that scancodes for NEC16/NEC24/NEC32 do not overlap and

update scan file for ro-DigiTV

2015-05-14 Thread Adrian Minta
Hello, this is an updated scan file data for Romanian DigiTV http://www.rcs-rds.ro/personal-tv?t=cablupachet=digital Please make the necessary adjustments to ro-DigiTV #-- # file automatically generated by w_scan #

Re: [PATCH 4/4] ir-keytable: allow protocol for scancode-keycode mappings

2015-05-14 Thread Mauro Carvalho Chehab
Em Mon, 06 Apr 2015 13:26:18 +0200 David Härdeman da...@hardeman.nu escreveu: Introduce a list of kernel ir protocols (e.g. sony12 instead of sony) and extend the set-key command to ir-keytable to allow for a mapping of the form protocol:scancode=keycode in addition to the old scancode=keycode

Re: [PULL] For 4.2 (or even 4.1?) add support for cx24120/Technisat SkyStar S2

2015-05-14 Thread Mauro Carvalho Chehab
Em Wed, 29 Apr 2015 08:55:26 -0300 Mauro Carvalho Chehab mche...@osg.samsung.com escreveu: Em Wed, 29 Apr 2015 13:35:01 +0200 Patrick Boettcher patrick.boettc...@posteo.de escreveu: Hi Mauro, On Mon, 27 Apr 2015 21:40:22 -0300 Mauro Carvalho Chehab mche...@osg.samsung.com wrote:

Re: [PATCH] rc-core: use an IDA rather than a bitmap

2015-05-14 Thread Stefan Lippers-Hollmann
Hi On 2015-05-14, Mauro Carvalho Chehab wrote: Em Thu, 02 Apr 2015 12:18:55 +0200 David Härdeman da...@hardeman.nu escreveu: This patch changes rc-core to use the kernel facilities that are already available for handling unique numbers instead of rolling its own bitmap stuff.

[PATCH] ov2659: Don't depend on subdev API

2015-05-14 Thread Mauro Carvalho Chehab
The subdev API is optional. No driver should depend on it. Avoid compilation breakages if subdev API is not selected: drivers/media/i2c/ov2659.c: In function ‘ov2659_get_fmt’: drivers/media/i2c/ov2659.c:1054:3: error: implicit declaration of function ‘v4l2_subdev_get_try_format’

Re: [PATCHv3 1/4] phy: phy-core: Make GENERIC_PHY an invisible option

2015-05-14 Thread Mauro Carvalho Chehab
Em Wed, 22 Apr 2015 16:04:10 -0700 Arun Ramamurthy arun.ramamur...@broadcom.com escreveu: Most of the phy providers use select to enable GENERIC_PHY. Since select is only recommended when the config is not visible, GENERIC_PHY is changed an invisible option. To maintain consistency, all phy

Re: [PATCH 2/2] rc-core: don't throw away protocol information

2015-05-14 Thread Mauro Carvalho Chehab
Em Mon, 06 Apr 2015 13:23:13 +0200 David Härdeman da...@hardeman.nu escreveu: It is currently impossible to distinguish between scancodes which have been generated using different protocols (and scancodes can, and will, overlap). For example: RC5 message to address 0x00, command 0x03 has

Re: [PATCHv3 1/4] phy: phy-core: Make GENERIC_PHY an invisible option

2015-05-14 Thread Felipe Balbi
Hi, On Wed, Apr 22, 2015 at 04:04:10PM -0700, Arun Ramamurthy wrote: Most of the phy providers use select to enable GENERIC_PHY. Since select is only recommended when the config is not visible, GENERIC_PHY is changed an invisible option. To maintain consistency, all phy providers are changed

Re: [PATCH 9/9] drm/exynos: Convert g2d_userptr_get_dma_addr() to use get_vaddr_frames()

2015-05-14 Thread Jan Kara
On Thu 14-05-15 19:51:23, Inki Dae wrote: Hi, On 2015년 05월 13일 22:08, Jan Kara wrote: Convert g2d_userptr_get_dma_addr() to pin pages using get_vaddr_frames(). This removes the knowledge about vmas and mmap_sem locking from exynos driver. Also it fixes a problem that the function has

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

2015-05-14 Thread Nibble Max
Hello, Just find a minor issue to do smi_ir_exit. Best Regards, Max On 2015-05-15 00:06:33, Mauro Carvalho Chehab mche...@osg.samsung.com wrote: Em Fri, 13 Mar 2015 00:09:23 +0100 Dirk Nehring dnehr...@gmx.net escreveu: ported from the manufacturer's source tree, available from

[patch] [media] rtl2832_sdr: cleanup some set_bit() calls

2015-05-14 Thread Dan Carpenter
This code works fine but static checkers complain. The test_bit() function takes the bit number and not a mask. Then the other issue is that we were using USB_STATE_URB_BUF which is BIT(0) instead of URB_BUF. Also we were open coding that instead of using the test/clear/set_bit() functions.

Re: [PATCH 9/9] drm/exynos: Convert g2d_userptr_get_dma_addr() to use get_vaddr_frames()

2015-05-14 Thread Inki Dae
Hi, On 2015년 05월 13일 22:08, Jan Kara wrote: Convert g2d_userptr_get_dma_addr() to pin pages using get_vaddr_frames(). This removes the knowledge about vmas and mmap_sem locking from exynos driver. Also it fixes a problem that the function has been mapping user provided address without holding

cron job: media_tree daily build: ERRORS

2015-05-14 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: Fri May 15 04:00:15 CEST 2015 git branch: test git hash: 0fae1997f09796aca8ada5edc028aef587f6716c gcc