[PATCH 3/3] [media] media-entity.h: remove redundant macro definition for gobj_to_pad()

2016-08-10 Thread Liu Ying
The macro gobj_to_pad() is defined twice in media-entity.h. Let's remove one. Signed-off-by: Liu Ying --- include/media/media-entity.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/media/media-entity.h b/include/media/media-entity.h index fa874ad..7bf6885 100644 --- a/include/med

[PATCH 1/3] [media] media-entity.h: Correct KernelDoc of media_entity_enum_empty()

2016-08-10 Thread Liu Ying
The function media_entity_enum_empty() returns true when the bitmap of the input parameter media entity enumeration is empty instead of marked. This patch corrects the return value description of the function. Signed-off-by: Liu Ying --- include/media/media-entity.h | 2 +- 1 file changed, 1 ins

[PATCH 2/3] [media] media-entity.h: remove redundant macro definition for gobj_to_link()

2016-08-10 Thread Liu Ying
The macro gobj_to_link() is defined twice in media-entity.h. Let's remove one. Signed-off-by: Liu Ying --- include/media/media-entity.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/media/media-entity.h b/include/media/media-entity.h index 48b4b6b..fa874ad 100644 --- a/include/me

cron job: media_tree daily build: WARNINGS

2016-08-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: Thu Aug 11 04:00:18 CEST 2016 git branch: test git hash: b6aa39228966e0d3f0bc3306be1892f87792903a gcc versi

Re: [PATCH v3 2/4] dt-bindings: Add a binding for Mediatek MDP

2016-08-10 Thread Rob Herring
On Tue, Aug 09, 2016 at 09:58:55PM +0800, Minghsiu Tsai wrote: > Add a DT binding documentation of MDP for the MT8173 SoC > from Mediatek > > Signed-off-by: Minghsiu Tsai > --- > .../devicetree/bindings/media/mediatek-mdp.txt | 109 > > 1 file changed, 109 insertions(+

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

2016-08-10 Thread Wu, Songjun
On 8/8/2016 17:56, Hans Verkuil wrote: On 08/08/2016 11:37 AM, Hans Verkuil wrote: On 08/03/2016 10:08 AM, Songjun Wu wrote: 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

Re: [PATCH 1/4] media: pci: netup_unidvb: don't print error when adding adapter fails

2016-08-10 Thread Wolfram Sang
> if we do not remove this it's also ok, right ? What the big deal to > remove this type of messages (i'm just interested) ? * Saving memory, especially at runtime. * Giving consistent and precise error messages This series is a first step of trying to move generic error messages from drivers to

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

2016-08-10 Thread Wu, Songjun
On 8/10/2016 15:12, Hans Verkuil wrote: On 08/10/2016 07:36 AM, Wu, Songjun wrote: On 8/8/2016 17:56, Hans Verkuil wrote: On 08/08/2016 11:37 AM, Hans Verkuil wrote: On 08/03/2016 10:08 AM, Songjun Wu wrote: Add driver for the Image Sensor Controller. It manages incoming data from a paral

[PATCH 1/2] v4l-utils: add comments to the build instructions

2016-08-10 Thread Markus Heiser
From: Markus Heiser From: Heiser, Markus On Debian derivated distributions (ubuntu 16.04) the package 'autoconf-archive' is required. Signed-off-by: Markus Heiser --- README | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README b/README index 1dd5108..172bed0 1006

[PATCH 2/2] v4l-utils: fixed dvbv5 vdr format

2016-08-10 Thread Markus Heiser
From: Markus Heiser From: Heiser, Markus The vdr format was broken, I got '(null)' entries HD:11494:S1HC23I0M5N1O35:S:(null):22000:5101:5102,5103,5106,5108:0:0:10301:0:0:0: 0-:1:2--:3:4-: refering to the VDR Wikis ... * LinuxTV: http://www.linuxtv.org/vdrwiki/index.php/Sy

[PATCH 0/2] v4l-utils build instruction and dvbv5 format

2016-08-10 Thread Markus Heiser
From: Markus Heiser Hi Mauro, today I send you a small patch series for the v4l-utils project. -- Markus -- Heiser, Markus (2): v4l-utils: add comments to the build instructions v4l-utils: fixed dvbv5 vdr format README| 8 +++- lib/libdvbv5/dvb-vdr-format.c

Re: [PATCHv6] support for AD5820 camera auto-focus coil

2016-08-10 Thread Pavel Machek
On Wed 2016-08-10 15:01:05, Sakari Ailus wrote: > On Mon, Aug 08, 2016 at 11:41:32PM +0200, Pavel Machek wrote: > > On Mon 2016-08-08 11:09:56, Sakari Ailus wrote: > > > On Fri, Aug 05, 2016 at 12:26:11PM +0200, Pavel Machek wrote: > > > > > > > > This adds support for AD5820 autofocus coil, found

Re: parts of media docs sphinx re-building every time?

2016-08-10 Thread Jani Nikula
On Mon, 08 Aug 2016, Mauro Carvalho Chehab wrote: > The goal of Documentation/sphinx/parse-headers.pl script is to generate > such parsed headers, with the cross-references modified by an exceptions > file at Documentation/media/*.h.rst.exceptions. Would you be so kind as to state in a few lines

[PATCH] cec: add CEC_LOG_ADDRS_FL_ALLOW_UNREG_FALLBACK flag

2016-08-10 Thread Hans Verkuil
Currently if none of the requested logical addresses can be claimed, the framework will fall back to the Unregistered logical address. Add a flag to enable this explicitly. By default it will just go back to the unconfigured state. Usually Unregistered is not something you want since the function

Re: parts of media docs sphinx re-building every time?

2016-08-10 Thread Mauro Carvalho Chehab
Em Wed, 10 Aug 2016 10:42:27 +0300 Jani Nikula escreveu: > On Mon, 08 Aug 2016, Jani Nikula wrote: > > I wonder if it's related to Documentation/media/Makefile... which I have > > to say I am not impressed by. I was really hoping we could build all the > > documentation by standalone sphinx-buil

Re: [PATCH 05/12] [media] dvb_frontend: merge duplicate dvb_tuner_ops.release implementations

2016-08-10 Thread Max Kellermann
On 2016/08/10 01:01, kbuild test robot wrote: > url: > https://github.com/0day-ci/linux/commits/Max-Kellermann/rc-main-clear-rc_map-name-in-ir_free_table/20160810-054811 > base: git://linuxtv.org/media_tree.git master > config: i386-randconfig-n0-201632 (attached as .config) >

Re: [PATCH 1/4] media: pci: netup_unidvb: don't print error when adding adapter fails

2016-08-10 Thread Abylay Ospan
yes, you right. If we remove this message there is no big problem. But if we do not remove this it's also ok, right ? What the big deal to remove this type of messages (i'm just interested) ? For me it's ok to remove: Acked-by: Abylay Ospan 2016-08-09 10:58 GMT-04:00 Wolfram Sang : > >> Someti

Re: parts of media docs sphinx re-building every time?

2016-08-10 Thread Jonathan Corbet
On Wed, 10 Aug 2016 12:23:16 +0300 Jani Nikula wrote: > >> I just noticed running 'make htmldocs' rebuilds parts of media docs > >> every time on repeated runs. This shouldn't happen. Please investigate. > > > > I was unable to reproduce it here. Are you passing any special options > > to the b

Re: parts of media docs sphinx re-building every time?

2016-08-10 Thread Daniel Vetter
On Wed, Aug 10, 2016 at 11:15 AM, Jani Nikula wrote: > On Mon, 08 Aug 2016, Markus Heiser wrote: >> Hi Jani, >> >> Am 08.08.2016 um 17:37 schrieb Jani Nikula : >> >>> >>> Hi Mauro & co - >>> >>> I just noticed running 'make htmldocs' rebuilds parts of media docs >>> every time on repeated runs. T

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

2016-08-10 Thread Hans Verkuil
On 08/10/2016 07:36 AM, Wu, Songjun wrote: > > > On 8/8/2016 17:56, Hans Verkuil wrote: >> On 08/08/2016 11:37 AM, Hans Verkuil wrote: >>> On 08/03/2016 10:08 AM, Songjun Wu wrote: Add driver for the Image Sensor Controller. It manages incoming data from a parallel based CMOS/CCD sensor

Re: [PATCHv6] support for AD5820 camera auto-focus coil

2016-08-10 Thread Pavel Machek
On Mon 2016-08-08 11:09:56, Sakari Ailus wrote: > On Fri, Aug 05, 2016 at 12:26:11PM +0200, Pavel Machek wrote: > > > > This adds support for AD5820 autofocus coil, found for example in > > Nokia N900 smartphone. > > Thanks, Pavel! > > Let's use V4L2_CID_FOCUS_ABSOLUTE, as is in the patch. If we

Re: parts of media docs sphinx re-building every time?

2016-08-10 Thread Jani Nikula
On Wed, 10 Aug 2016, Mauro Carvalho Chehab wrote: > Em Mon, 08 Aug 2016 18:37:38 +0300 > Jani Nikula escreveu: > >> Hi Mauro & co - >> >> I just noticed running 'make htmldocs' rebuilds parts of media docs >> every time on repeated runs. This shouldn't happen. Please investigate. > > I was unabl

Re: [PATCHv6] support for AD5820 camera auto-focus coil

2016-08-10 Thread Pali Rohár
On Monday 08 August 2016 11:09:56 Sakari Ailus wrote: > On Fri, Aug 05, 2016 at 12:26:11PM +0200, Pavel Machek wrote: > > > > This adds support for AD5820 autofocus coil, found for example in > > Nokia N900 smartphone. > > Thanks, Pavel! > > Let's use V4L2_CID_FOCUS_ABSOLUTE, as is in the patch.

More than one V4L-DVB driver on the same machine

2016-08-10 Thread Dawood Alnajjar
Hi all, I have a question related to V4L-DVB drivers. Following the Building/Compiling the Latest V4L-DVB Source Code, there are 3 ways to compile. I am curious about the last approach (More "Manually Intensive" Approach). It allows me to choose the components that I wish to build and install. Som

Re: parts of media docs sphinx re-building every time?

2016-08-10 Thread Markus Heiser
Am 10.08.2016 um 15:46 schrieb Jonathan Corbet : > On Wed, 10 Aug 2016 12:23:16 +0300 > Jani Nikula wrote: > I just noticed running 'make htmldocs' rebuilds parts of media docs every time on repeated runs. This shouldn't happen. Please investigate. >>> >>> I was unable to reproduce

Re: parts of media docs sphinx re-building every time?

2016-08-10 Thread Mauro Carvalho Chehab
Em Wed, 10 Aug 2016 12:15:34 +0300 Jani Nikula escreveu: > On Mon, 08 Aug 2016, Markus Heiser wrote: > > Hi Jani, > > > > Am 08.08.2016 um 17:37 schrieb Jani Nikula : > > > >> > >> Hi Mauro & co - > >> > >> I just noticed running 'make htmldocs' rebuilds parts of media docs > >> every time o

Re: parts of media docs sphinx re-building every time?

2016-08-10 Thread Mauro Carvalho Chehab
Em Wed, 10 Aug 2016 10:46:44 +0300 Jani Nikula escreveu: > On Mon, 08 Aug 2016, Mauro Carvalho Chehab wrote: > > The goal of Documentation/sphinx/parse-headers.pl script is to generate > > such parsed headers, with the cross-references modified by an exceptions > > file at Documentation/media/*.

Re: [PATCHv6] support for AD5820 camera auto-focus coil

2016-08-10 Thread Sakari Ailus
On Wed, Aug 10, 2016 at 09:34:03AM +0200, Pali Rohár wrote: > On Monday 08 August 2016 11:09:56 Sakari Ailus wrote: > > On Fri, Aug 05, 2016 at 12:26:11PM +0200, Pavel Machek wrote: > > > > > > This adds support for AD5820 autofocus coil, found for example in > > > Nokia N900 smartphone. > > > >

Re: parts of media docs sphinx re-building every time?

2016-08-10 Thread Mauro Carvalho Chehab
Em Wed, 10 Aug 2016 11:58:48 +0200 Markus Heiser escreveu: > Am 10.08.2016 um 11:22 schrieb Mauro Carvalho Chehab : > > > Em Wed, 10 Aug 2016 12:15:34 +0300 > > Jani Nikula escreveu: > > > >> On Mon, 08 Aug 2016, Markus Heiser wrote: > >>> Hi Jani, > >>> > >>> Am 08.08.2016 um 17:37 schr

Re: [PATCHv6] support for AD5820 camera auto-focus coil

2016-08-10 Thread Pavel Machek
On Wed 2016-08-10 09:34:03, Pali Rohár wrote: > On Monday 08 August 2016 11:09:56 Sakari Ailus wrote: > > On Fri, Aug 05, 2016 at 12:26:11PM +0200, Pavel Machek wrote: > > > > > > This adds support for AD5820 autofocus coil, found for example in > > > Nokia N900 smartphone. > > > > Thanks, Pavel!

Re: parts of media docs sphinx re-building every time?

2016-08-10 Thread Mauro Carvalho Chehab
Em Mon, 08 Aug 2016 18:37:38 +0300 Jani Nikula escreveu: > Hi Mauro & co - > > I just noticed running 'make htmldocs' rebuilds parts of media docs > every time on repeated runs. This shouldn't happen. Please investigate. I was unable to reproduce it here. Are you passing any special options to

[PATCH] [media] drxd_hard: Add missing error code assignment before test

2016-08-10 Thread Christophe JAILLET
It is likely that checking the result of the 2nd 'read16' is expected here. Signed-off-by: Christophe JAILLET --- drivers/media/dvb-frontends/drxk_hard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/dvb-frontends/drxk_hard.c b/drivers/media/dvb-frontends/drx

Re: parts of media docs sphinx re-building every time?

2016-08-10 Thread Markus Heiser
Am 10.08.2016 um 11:22 schrieb Mauro Carvalho Chehab : > Em Wed, 10 Aug 2016 12:15:34 +0300 > Jani Nikula escreveu: > >> On Mon, 08 Aug 2016, Markus Heiser wrote: >>> Hi Jani, >>> >>> Am 08.08.2016 um 17:37 schrieb Jani Nikula : >>> Hi Mauro & co - I just noticed runnin

Re: parts of media docs sphinx re-building every time?

2016-08-10 Thread Mauro Carvalho Chehab
Em Wed, 10 Aug 2016 10:42:27 +0300 Jani Nikula escreveu: > On Mon, 08 Aug 2016, Jani Nikula wrote: > > I wonder if it's related to Documentation/media/Makefile... which I have > > to say I am not impressed by. I was really hoping we could build all the > > documentation by standalone sphinx-buil

[PATCH] doc-rst: build the dynamic rst files for non-html doc targets

2016-08-10 Thread Mauro Carvalho Chehab
Right now, the media makefile is called only for html docs. Call it also for the other documentation targets. Please notice that, while we added it to pdf target at Documentation/media/Makefile, it won't actually build a PDF from media, because rst2pdf can't handle complex documents. Signed-off-b

Re: [PATCHv2] s5p-tv: remove obsolete driver

2016-08-10 Thread Krzysztof Kozlowski
On 08/05/2016 03:38 PM, Hans Verkuil wrote: > The s5p-tv driver has been replaced by the exynos drm driver for quite a > long time now. Remove this driver to avoid having duplicate drivers, > of which this one is considered dead code by Samsung. > > Signed-off-by: Hans Verkuil > --- > Second vers

Re: parts of media docs sphinx re-building every time?

2016-08-10 Thread Jani Nikula
On Mon, 08 Aug 2016, Markus Heiser wrote: > Hi Jani, > > Am 08.08.2016 um 17:37 schrieb Jani Nikula : > >> >> Hi Mauro & co - >> >> I just noticed running 'make htmldocs' rebuilds parts of media docs >> every time on repeated runs. This shouldn't happen. Please investigate. >> >> I wonder if it

Re: [PATCH 1/4] media: pci: netup_unidvb: don't print error when adding adapter fails

2016-08-10 Thread Abylay Ospan
make sense. thanks for explaining and for patch ! 2016-08-10 10:56 GMT-04:00 Wolfram Sang : > >> if we do not remove this it's also ok, right ? What the big deal to >> remove this type of messages (i'm just interested) ? > > * Saving memory, especially at runtime. > * Giving consistent and precise

Re: [PATCHv6] support for AD5820 camera auto-focus coil

2016-08-10 Thread Sakari Ailus
On Mon, Aug 08, 2016 at 11:41:32PM +0200, Pavel Machek wrote: > On Mon 2016-08-08 11:09:56, Sakari Ailus wrote: > > On Fri, Aug 05, 2016 at 12:26:11PM +0200, Pavel Machek wrote: > > > > > > This adds support for AD5820 autofocus coil, found for example in > > > Nokia N900 smartphone. > > > > Than

[PATCH] cec: improve dqevent documentation

2016-08-10 Thread Hans Verkuil
The documentation for the cec_event_state_change struct was incomplete. This patch documents what happens in the corner cases. Signed-off-by: Hans Verkuil --- diff --git a/Documentation/media/uapi/cec/cec-ioc-dqevent.rst b/Documentation/media/uapi/cec/cec-ioc-dqevent.rst index 7a6d6d0..2e1e739 1

[PATCH for v4.8] cec-funcs.h: add reply argument for Record On/Off

2016-08-10 Thread Hans Verkuil
A reply parameter is added to the cec_msg_record_on/off functions in cec-funcs.h. The standard mandates that Record Status shall be replied to Record On, and it may be replied to Record Off. Signed-off-by: Johan Fjeldtvedt Signed-off-by: Hans Verkuil --- include/linux/cec-funcs.h | 5 - 1 f

Re: parts of media docs sphinx re-building every time?

2016-08-10 Thread Jani Nikula
On Mon, 08 Aug 2016, Jani Nikula wrote: > I wonder if it's related to Documentation/media/Makefile... which I have > to say I am not impressed by. I was really hoping we could build all the > documentation by standalone sphinx-build invocation too, relying only on > the conf.py so that e.g. Read t