Re: [PATCH] [media] cx231xx: Initial support Evromedia USB Full Hybrid Full HD

2017-01-10 Thread Oleh Kravchenko
On 11.01.17 02:16, Antti Palosaari wrote: > On 01/10/2017 11:41 PM, Oleh Kravchenko wrote: >> This patch provide only digital support. >> >> The device is based on Si2168 30-demodulator, >> Si2158-20 tuner and CX23102-11Z chipset; >> USB id: 1b80:d3b2. >> >> Status: >> - DVB-T2 works fine; >> - C

cron job: media_tree daily build: ERRORS

2017-01-10 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: Wed Jan 11 05:00:18 CET 2017 media-tree git hash:40eca140c404505c09773d1c6685d818cb55ab1a media_build git

Re: [PATCH v6] [media] vimc: Virtual Media Controller core, capture and sensor

2017-01-10 Thread Helen Koike
Hi Laurent, On 2017-01-10 04:54 PM, Laurent Pinchart wrote: Hi Helen, (CC'ing Sakari as there's a question specifically for him) Thank you for the patch, and so sorry for the late review. On Sunday 04 Sep 2016 17:02:18 Helen Koike wrote: From: Helen Fornazier First version of the Virtual M

Re: kill off pci_enable_msi_{exact,range}

2017-01-10 Thread David Miller
From: Christoph Hellwig Date: Mon, 9 Jan 2017 21:37:37 +0100 > I had hope that we could kill these old interfaces of for 4.10-rc, > but as of today Linus tree still has two users: > > (1) the cobalt media driver, for which I sent a patch long time ago, > it got missed in the merge window.

Re: [PATCH] [media] cx231xx: Initial support Evromedia USB Full Hybrid Full HD

2017-01-10 Thread Antti Palosaari
On 01/10/2017 11:41 PM, Oleh Kravchenko wrote: This patch provide only digital support. The device is based on Si2168 30-demodulator, Si2158-20 tuner and CX23102-11Z chipset; USB id: 1b80:d3b2. Status: - DVB-T2 works fine; - Composite and SVideo works fine; - Analog not implemented. Signed-off

Re: [PATCH v2 00/21] Basic i.MX IPUv3 capture support

2017-01-10 Thread Steve Longerbeam
On 01/09/2017 04:15 PM, Steve Longerbeam wrote: Hi Philipp, On 01/09/2017 11:43 AM, Philipp Zabel wrote: One is the amount and organization of subdevices/media entities visible to userspace. The SMFCs should not be user controllable subdevices, but can be implicitly enabled when a CSI is

Re: [PATCH v2 2/2] media: rc: add driver for IR remote receiver on MT7623 SoC

2017-01-10 Thread Andi Shyti
Hi Sean, >include/linux/compiler.h:253:8: sparse: attribute 'no_sanitize_address': > unknown attribute > >> drivers/media/rc/mtk-cir.c:215:41: sparse: too many arguments for function > >> devm_rc_allocate_device >drivers/media/rc/mtk-cir.c: In function 'mtk_ir_probe': >drivers/media/

[PATCH] [media] cx231xx: Initial support Evromedia USB Full Hybrid Full HD

2017-01-10 Thread Oleh Kravchenko
This patch provide only digital support. The device is based on Si2168 30-demodulator, Si2158-20 tuner and CX23102-11Z chipset; USB id: 1b80:d3b2. Status: - DVB-T2 works fine; - Composite and SVideo works fine; - Analog not implemented. Signed-off-by: Oleh Kravchenko Tested-by: Oleh Kravchenko

Re: [PATCH v6] [media] vimc: Virtual Media Controller core, capture and sensor

2017-01-10 Thread Laurent Pinchart
Hi Helen, (CC'ing Sakari as there's a question specifically for him) Thank you for the patch, and so sorry for the late review. On Sunday 04 Sep 2016 17:02:18 Helen Koike wrote: > From: Helen Fornazier > > First version of the Virtual Media Controller. > Add a simple version of the core of th

Re: [PATCH 2/3] xgbe: switch to pci_irq_alloc_vectors

2017-01-10 Thread Tom Lendacky
On 1/9/2017 2:37 PM, Christoph Hellwig wrote: > The newly added xgbe drivers uses the deprecated pci_enable_msi_exact > and pci_enable_msix_range interfaces. Switch it to use > pci_irq_alloc_vectors instead. I was just working on switching over to this API with some additional changes / simplific

Re: [PATCH v2 2/2] media: rc: add driver for IR remote receiver on MT7623 SoC

2017-01-10 Thread Sean Young
Hi Sean, The driver is looking very good, we are looking at minor details now. On Tue, Jan 10, 2017 at 09:59:49PM +0800, Sean Wang wrote: > On Tue, 2017-01-10 at 11:09 +, Sean Young wrote: > > > > +#include > > > +#include > > > +#include > > > +#include > > > +#include > > > +#include

Re: [media] uvcvideo: support for contiguous DMA buffers

2017-01-10 Thread Vincent ABRIOU
On 01/10/2017 03:41 PM, Laurent Pinchart wrote: > On Tuesday 10 Jan 2017 08:55:16 Vincent ABRIOU wrote: >> On 01/09/2017 05:59 PM, Laurent Pinchart wrote: >>> On Monday 09 Jan 2017 15:49:00 Vincent ABRIOU wrote: On 01/09/2017 04:37 PM, Laurent Pinchart wrote: > Hi Vincent, > > Th

Re: [media] uvcvideo: support for contiguous DMA buffers

2017-01-10 Thread Laurent Pinchart
On Tuesday 10 Jan 2017 08:55:16 Vincent ABRIOU wrote: > On 01/09/2017 05:59 PM, Laurent Pinchart wrote: > > On Monday 09 Jan 2017 15:49:00 Vincent ABRIOU wrote: > >> On 01/09/2017 04:37 PM, Laurent Pinchart wrote: > >>> Hi Vincent, > >>> > >>> Thank you for the patch. > >>> > >>> On Monday 03 Oct

Re: [PATCH v2 2/2] media: rc: add driver for IR remote receiver on MT7623 SoC

2017-01-10 Thread Sean Wang
On Tue, 2017-01-10 at 11:09 +, Sean Young wrote: > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > + > > +#define MTK_IR_DEV KBUILD_MODNAME > > You could remove this #define and just use KBUILD_MODNAME I preferred to use MTK_IR_DEV internally that

Re: [PATCH v2 2/2] media: rc: add driver for IR remote receiver on MT7623 SoC

2017-01-10 Thread kbuild test robot
Hi Sean, [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.10-rc3 next-20170110] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/sean-wang-mediatek-com/Documentation

Re: [PATCH v4 8/9] media: venus: hfi: add Venus HFI files

2017-01-10 Thread Stanimir Varbanov
Hi Hans, On 01/09/2017 03:04 PM, Hans Verkuil wrote: > On 12/05/2016 01:20 PM, Stanimir Varbanov wrote: >> Hi Hans, >> >> On 12/05/2016 02:05 PM, Hans Verkuil wrote: >>> On 12/01/2016 10:03 AM, Stanimir Varbanov wrote: Here is the implementation of Venus video accelerator low-level funct

[GIT PULL v2 FOR v4.10] CEC fix and update cec documentation

2017-01-10 Thread Hans Verkuil
Two cec documentation updates and one CEC framework fix. Regards, Hans The following changes since commit 40eca140c404505c09773d1c6685d818cb55ab1a: [media] mn88473: add DVB-T2 PLP support (2016-12-27 14:00:15 -0200) are available in the git repository at: git://linuxtv.org/hverku

[PATCH for v4.10] cec: fix wrong last_la determination

2017-01-10 Thread Hans Verkuil
Due to an incorrect condition the last_la used for the initial attempt at claiming a logical address could be wrong. The last_la wasn't converted to a mask when ANDing with type2mask, so that test was broken. Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/cec/cec-adap.c b/drivers/me

Re: [PATCH 08/10] media: camss: Add files which handle the video device nodes

2017-01-10 Thread Todor Tomov
Hi Laurent, Hans, On 12/05/2016 05:25 PM, Laurent Pinchart wrote: > Hi Hans, > > On Monday 05 Dec 2016 16:02:55 Hans Verkuil wrote: >> On 12/05/2016 03:45 PM, Laurent Pinchart wrote: >>> On Monday 05 Dec 2016 14:44:55 Hans Verkuil wrote: On 11/25/2016 03:57 PM, Todor Tomov wrote: > These

Re: [PATCH 08/10] media: camss: Add files which handle the video device nodes

2017-01-10 Thread Todor Tomov
Hi Hans, Thank you for the extensive review. On 12/05/2016 03:44 PM, Hans Verkuil wrote: > A few comments below: > > On 11/25/2016 03:57 PM, Todor Tomov wrote: >> These files handle the video device nodes of the camss driver. >> >> Signed-off-by: Todor Tomov >> --- >> drivers/media/platform/qc

Re: [PATCH v2] [media] vivid: support for contiguous DMA buffers

2017-01-10 Thread Vincent ABRIOU
On 01/09/2017 04:10 PM, Hans Verkuil wrote: > On 09/12/2016 10:47 AM, Vincent Abriou wrote: >> It allows to simulate the behavior of hardware with such limitations or >> to connect vivid to real hardware with such limitations. >> >> Add the "allocators" module parameter option to let vivid use th

Re: [PATCH v2 2/2] media: rc: add driver for IR remote receiver on MT7623 SoC

2017-01-10 Thread Sean Young
Hi Sean Some more review comments. On Tue, Jan 10, 2017 at 05:13:51PM +0800, sean.w...@mediatek.com wrote: > From: Sean Wang > > This patch adds driver for IR controller on MT7623 SoC. > and should also work on similar Mediatek SoC. Currently > testing successfully on NEC and SONY remote contr

Re: [PATCH 0/6] R-Car DU: Fix IOMMU operation when connected to VSP

2017-01-10 Thread Geert Uytterhoeven
Hi Laurent, On Fri, Aug 19, 2016 at 10:39 AM, Laurent Pinchart wrote: > This patch series fixes the rcar-du-drm driver to support VSP plane sources > with an IOMMU. It is available for convenience at > > git://linuxtv.org/pinchartl/media.git iommu/devel/du Dropped from renesas-drivers, a

RE: [PATCH v2 6/7] dt-bindings: media: Add Renesas R-Car DRIF binding

2017-01-10 Thread Ramesh Shanmugasundaram
Hi Laurent, > > >>> On Wednesday 21 Dec 2016 08:10:37 Ramesh Shanmugasundaram wrote: > > Add binding documentation for Renesas R-Car Digital Radio > > Interface > > (DRIF) controller. > > > > Signed-off-by: Ramesh Shanmugasundaram > > --- > > > > .../devic

[PATCH v2 1/2] Documentation: devicetree: Add document bindings for mtk-cir

2017-01-10 Thread sean.wang
From: Sean Wang This patch adds documentation for devicetree bindings for Mediatek consumer IR controller. Signed-off-by: Sean Wang --- .../devicetree/bindings/media/mtk-cir.txt | 24 ++ 1 file changed, 24 insertions(+) create mode 100644 Documentation/devicetree/

[PATCH v2 0/2] media: rc: add support for IR receiver on MT7623 SoC

2017-01-10 Thread sean.wang
From: Sean Wang This patchset introduces consumer IR (CIR) support on MT7623 SoC that also works on other similar SoCs and implements raw mode for more compatibility with different protocols. The driver simply reports the duration of pulses and spaces to rc-core logic to decode. Changes since v

[PATCH v2 2/2] media: rc: add driver for IR remote receiver on MT7623 SoC

2017-01-10 Thread sean.wang
From: Sean Wang This patch adds driver for IR controller on MT7623 SoC. and should also work on similar Mediatek SoC. Currently testing successfully on NEC and SONY remote controller only but it should work on others (lirc, rc-5 and rc-6). Signed-off-by: Sean Wang Reviewed-by: Sean Young ---

Re: [media] uvcvideo: support for contiguous DMA buffers

2017-01-10 Thread Vincent ABRIOU
Hi Laurent, On 01/09/2017 05:59 PM, Laurent Pinchart wrote: > Hi Vincent, > > (CC'ing Nicolas) > > On Monday 09 Jan 2017 15:49:00 Vincent ABRIOU wrote: >> On 01/09/2017 04:37 PM, Laurent Pinchart wrote: >>> Hi Vincent, >>> >>> Thank you for the patch. >>> >>> On Monday 03 Oct 2016 13:27:16 Vincent