Re: [PATCH v2] [media] rtl2832: add support for slave ts pid filter

2016-06-07 Thread Antti Palosaari
Hello That patch does not apply anymore as new register access functions are now regmap ones. Also I don't see reason you set slave_ts value to false on rtl2832_init(). It just be just enough setting its value on rtl2832_slave_ts_ctrl(). regards Antti On 05/22/2016 07:03 PM, Martin

[PATCH v4 1/2] [media] atmel-isc: add the Image Sensor Controller code

2016-06-07 Thread Songjun Wu
Add driver for the Image Sensor Controller. It manages incoming data from a parallel based CMOS/CCD sensor. It has an internal image processor, also integrates a triple channel direct memory access controller master interface. Signed-off-by: Songjun Wu --- Changes in v4: -

[PATCHv2] device tree description for AD5820 camera auto-focus coil

2016-06-07 Thread Pavel Machek
Add documentation for ad5820 device tree binding. Signed-off-by: Pavel Machek Acked-by: Sakari Ailus Acked-by: Rob Herring --- v2: Fixed nit in example, added acks. diff --git

[PATCHv2] mn88472: move out of staging to media

2016-06-07 Thread Antti Palosaari
Move mn88472 DVB-T/T2/C demod driver out of staging to media. v2: Fix build error reported by kbuild test robot: drivers/staging/media/mn88472/Makefile: No such file or directory Reported-by: kbuild test robot Signed-off-by: Antti Palosaari ---

[PATCHv2] rtl28xxu: increase failed I2C msg repeat count to 3

2016-06-07 Thread Antti Palosaari
1 and 2 wasn't enough for mn88472 chip on Astrometa device, so increase it to 3. Signed-off-by: Antti Palosaari --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c

[GIT PULL 4.8] mn88472

2016-06-07 Thread Antti Palosaari
The following changes since commit 6a2cf60b3e6341a3163d3cac3f4bede126c2e894: Merge tag 'v4.7-rc1' into patchwork (2016-05-30 18:16:14 -0300) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git mn88472 for you to fetch changes up to

[GIT PULL 4.8] mn88473 fixes

2016-06-07 Thread Antti Palosaari
The following changes since commit 6a2cf60b3e6341a3163d3cac3f4bede126c2e894: Merge tag 'v4.7-rc1' into patchwork (2016-05-30 18:16:14 -0300) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git mn88473 for you to fetch changes up to

[PATCH v4 0/2] [media] atmel-isc: add driver for Atmel ISC

2016-06-07 Thread Songjun Wu
The Image Sensor Controller driver includes two parts. 1) Driver code to implement the ISC function. 2) Device tree binding documentation, it describes how to add the ISC in device tree. Changes in v4: - Modify the isc clock code since the dt is changed. - Remove the isc clock nodes. Changes

[GIT PULL 4.8] af9035

2016-06-07 Thread Antti Palosaari
The following changes since commit 94d0eaa419871a6e2783f8c131b1d76d5f2a5524: [media] mn88472: move out of staging to media (2016-06-07 15:46:47 -0300) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git af9035 for you to fetch changes up to

Re: [PATCH] fix semicolon.cocci warnings

2016-06-07 Thread Abylay Ospan
Acked-by: Abylay Ospan 2016-06-07 11:26 GMT-04:00 kbuild test robot : > drivers/media/dvb-frontends/helene.c:750:2-3: Unneeded semicolon > > > Remove unneeded semicolon. > > Generated by: scripts/coccinelle/misc/semicolon.cocci > > CC: Abylay Ospan

Re: [GIT PULL] NetUP Universal DVB (revision 1.4)

2016-06-07 Thread Abylay Ospan
yes, strange, not applied to media_tree ... just re-sent this patch to ML. thanks ! 2016-06-07 11:50 GMT-04:00 Saso Slavicic : > Hi, > > I don't see this commit in media_tree.git yet, that's why I wrote... > As long as it gets fixed... :) > > Thanks, > Saso > > From: Abylay

[PATCH] [media] Fix DVB-T tuning

2016-06-07 Thread Abylay Ospan
can't tune to DVB-T because 10 bytes can't be written to tuner Signed-off-by: Abylay Ospan --- drivers/media/dvb-frontends/ascot2e.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/dvb-frontends/ascot2e.c

cron job: media_tree daily build: ERRORS

2016-06-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: Wed Jun 8 04:00:25 CEST 2016 git branch: test git hash: 4566b2543d89542cdd7fe940579787a160eba883 gcc

Re: [PATCH v3 0/9] Add MT8173 Video Decoder Driver

2016-06-07 Thread Hans Verkuil
On 06/07/2016 11:22 PM, Mauro Carvalho Chehab wrote: Em Mon, 30 May 2016 20:29:14 +0800 Tiffany Lin escreveu: == Introduction == The purpose of this series is to add the driver for video codec hw embedded in the Mediatek's MT8173 SoCs.

Re: [PATCH 1/3] ARM: dts: exynos: replace hardcoded reserved memory ranges with auto-allocated ones

2016-06-07 Thread Javier Martinez Canillas
Hello Marek, On 06/07/2016 08:03 AM, Marek Szyprowski wrote: > Generic reserved memory regions bindings allow to automatically allocate > region of given parameters (alignment and size), so use this feature > instead of the hardcoded values, which had no dependency on the real > hardware. This

[PATCH v3] [media] rtl2832: add support for slave ts pid filter

2016-06-07 Thread Martin Blumenstingl
The rtl2832 demod has 2 sets of PID filters. This patch enables the filter support when using a slave demod. Signed-off-by: Benjamin Larsson Signed-off-by: Martin Blumenstingl --- changes since v2: - rebased to make the patch apply

Re: [PATCH 2/3] ARM: dts: exynos: move MFC reserved memory regions from boards to .dtsi

2016-06-07 Thread Javier Martinez Canillas
Hello Marek, On 06/07/2016 08:03 AM, Marek Szyprowski wrote: > This patch moves assigning reserved memory regions from each board dts > to common exynos-mfc-reserved-memory.dtsi file, where those regions are > defined. > > Signed-off-by: Marek Szyprowski > ---

Re: [PATCH 3/3] ARM: dts: exynos: enable MFC device for all boards

2016-06-07 Thread Javier Martinez Canillas
Hello Marek, On 06/07/2016 08:03 AM, Marek Szyprowski wrote: > MFC device can be used without any external hardware dependencies (when > IOMMU is enabled), so it can be enabled by default (like it has been > already done for Exynos 542x platforms). This unifies handling of this > device for

Re: [PATCH 2/2] [media] media-device: dynamically allocate struct media_devnode

2016-06-07 Thread Mauro Carvalho Chehab
Em Mon, 6 Jun 2016 17:13:12 -0600 Shuah Khan escreveu: > > A few general comments on the patch --- I agree we've had the problem from > > the day one, but it's really started showing up recently. I agree with the > > taken approach of separating the lifetimes of both

[PATCH] media: s5p-mfc: fix compilation issue on archs other than ARM (32bit)

2016-06-07 Thread Marek Szyprowski
This patch fixes build break caused by lack of dma-iommu API on ARM64 (this API is specific to ARM 32bit architecture). Signed-off-by: Marek Szyprowski --- drivers/media/platform/s5p-mfc/s5p_mfc_iommu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 3/3] ARM: dts: exynos: enable MFC device for all boards

2016-06-07 Thread Marek Szyprowski
MFC device can be used without any external hardware dependencies (when IOMMU is enabled), so it can be enabled by default (like it has been already done for Exynos 542x platforms). This unifies handling of this device for Exynos3250, Exynos4 and Exynos542x platforms. Board can still include

[PATCH 2/3] ARM: dts: exynos: move MFC reserved memory regions from boards to .dtsi

2016-06-07 Thread Marek Szyprowski
This patch moves assigning reserved memory regions from each board dts to common exynos-mfc-reserved-memory.dtsi file, where those regions are defined. Signed-off-by: Marek Szyprowski --- arch/arm/boot/dts/exynos-mfc-reserved-memory.dtsi | 4

[PATCH 1/3] ARM: dts: exynos: replace hardcoded reserved memory ranges with auto-allocated ones

2016-06-07 Thread Marek Szyprowski
Generic reserved memory regions bindings allow to automatically allocate region of given parameters (alignment and size), so use this feature instead of the hardcoded values, which had no dependency on the real hardware. This patch also increases "left" region from 8MiB to 16MiB to make the codec

Re: [PATCHv2] rtl28xxu: increase failed I2C msg repeat count to 3

2016-06-07 Thread Benjamin Larsson
On 2016-06-07 09:52, Antti Palosaari wrote: 1 and 2 wasn't enough for mn88472 chip on Astrometa device, so increase it to 3. Signed-off-by: Antti Palosaari ACK MvH Benjamin Larsson -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a

Re: [PATCH v3 0/9] Add MT8173 Video Decoder Driver

2016-06-07 Thread Mauro Carvalho Chehab
Em Mon, 30 May 2016 20:29:14 +0800 Tiffany Lin escreveu: > == > Introduction > == > > The purpose of this series is to add the driver for video codec hw embedded > in the Mediatek's MT8173 SoCs. > Mediatek Video Codec is able to handle video

[GIT PULL] mem2mem changes

2016-06-07 Thread Kamil Debski
The following changes since commit 9bd5d8696fd50a10d830e2ad7f9d4e67e0bbbae2: [media] s5p-mfc: don't close instance after free OUTPUT buffers (2016-06-07 10:45:37 -0300) are available in the git repository at: git://linuxtv.org/kdebski/media_tree_2.git master-20160607 for you to fetch

Re: [GIT PULL] NetUP Universal DVB (revision 1.4)

2016-06-07 Thread Mauro Carvalho Chehab
Em Tue, 07 Jun 2016 11:37:27 -0400 Abylay Ospan escreveu: > Hi Mauro, > > Please find MAINTAINERs update on the same repository: > https://github.com/aospan/linux-netup-1.4/commit/4d8465b74fc6614d9093f595e69a0517a2a5c3f8 Added. Next time, please send it as a patch to the ML.

Re: [GIT PULL] NetUP Universal DVB (revision 1.4)

2016-06-07 Thread Mauro Carvalho Chehab
Em Mon, 16 May 2016 11:58:15 -0400 Abylay Ospan escreveu: > Hi Mauro, > > Please pull code from my repository (details below). Repository is > based on linux-next. If it's better to send patch-by-patch basis > please let me know - i will prepare emails. > > This patches adding

RE: [GIT PULL] NetUP Universal DVB (revision 1.4)

2016-06-07 Thread Saso Slavicic
Hi, Please check the ASCOT2E issue for the NetUP card as well. https://patchwork.linuxtv.org/patch/34451 Regards, Saso -Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media-ow...@vger.kernel.org] On Behalf Of Mauro Carvalho Chehab Sent: Tuesday, June 07, 2016

RE: [GIT PULL] NetUP Universal DVB (revision 1.4)

2016-06-07 Thread Saso Slavicic
Hi, I don't see this commit in media_tree.git yet, that's why I wrote... As long as it gets fixed... :) Thanks, Saso From: Abylay Ospan [mailto:aos...@netup.ru] Sent: Tuesday, June 07, 2016 5:41 PM To: Saso Slavicic Cc: Mauro Carvalho Chehab; linux-media Subject: Re: [GIT PULL] NetUP Universal

[PATCH] fix semicolon.cocci warnings

2016-06-07 Thread kbuild test robot
drivers/media/dvb-frontends/helene.c:750:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Abylay Ospan Signed-off-by: Fengguang Wu --- helene.c |2 +- 1 file changed, 1 insertion(+), 1

[linuxtv-media:master 185/203] drivers/media/dvb-frontends/helene.c:750:2-3: Unneeded semicolon

2016-06-07 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: 4cf11a481f0be471e069d2e61372875e0f12c166 commit: 2dc1ed4edbac1d08e5bb73ae4a00a592011bde64 [185/203] [media] Add support Sony HELENE Sat/Ter Tuner coccinelle warnings: (new ones prefixed by >>) >>