cron job: media_tree daily build: WARNINGS

2016-08-12 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: Sat Aug 13 04:00:28 CEST 2016 git branch: test git hash: b6aa39228966e0d3f0bc3306be1892f87792903a gcc

Re: [PATCH 1/3] doc-rst: generic way to build only sphinx sub-folders

2016-08-12 Thread Jonathan Corbet
On Mon, 8 Aug 2016 15:14:58 +0200 Markus Heiser wrote: > Remove the 'DOC_NITPIC_TARGETS' from main $(srctree)/Makefile and add a > more generic way to build only a reST sub-folder. > > * control *sub-folders* by environment SPHINXDIRS > * control *build-theme* by

Regarding your ATM CARD

2016-08-12 Thread Mr. John Manfred
Attention, We have deposited your fund ($2.500`000USD) through UPS department after our finally meeting regarding your ATM CARD, All you will do is to contact UPS director Dr.Ibrahim Alfred E-mail:( www.up...@gmail.com ). he will give you direction on how you will be receiving your ATM CARD

Regarding your ATM CARD

2016-08-12 Thread Mr. John Manfred
Attention, We have deposited your fund ($2.500`000USD) through UPS department after our finally meeting regarding your ATM CARD, All you will do is to contact UPS director Dr.Ibrahim Alfred E-mail:( www.up...@gmail.com ). he will give you direction on how you will be receiving your ATM CARD

Re: [PATCH v5] vcodec: mediatek: Add g/s_selection support for V4L2 Encoder

2016-08-12 Thread kbuild test robot
Hi Tiffany, [auto build test WARNING on linuxtv-media/master] [also build test WARNING on v4.8-rc1 next-20160812] [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/Tiffany-Lin/vcodec-mediatek-Add

[PATCH 3/3] doc-rst: migrated media build to parseheaders directive

2016-08-12 Thread Markus Heiser
From: Markus Heiser Remove the media-Makefile and migrate the ".. kernel-include::" directive to the new ".. parse-header::" directive. Signed-off-by: Markus Heiser --- Documentation/Makefile.sphinx | 1 -

[PATCH 1/3] doc-rst: add docutils config file

2016-08-12 Thread Markus Heiser
From: Markus Heiser To stop the sphinx-build on severe errors and exit with an exit code (to stop make) the halt_level must be set. The halt_level can't be set from sphinx, it is a docutils configuration [1]. For this a docutils.conf was added. [1]

[PATCH 2/3] doc-rst: parseheaders directive (inital)

2016-08-12 Thread Markus Heiser
From: Markus Heiser The parse-header directive includes contend from Linux kernel header files. The python-side of this feature is only an adapter of the ``parse-headers.pl`` Perl script. Overview of directive's argument and options. .. parse-header::

[PATCH 0/3] doc-rst: parseheaders directive

2016-08-12 Thread Markus Heiser
From: Markus Heiser Hi Mauro, Jani, this series imlpements a new directive ".. parseheaders::" as a replacement for the media/Makefile, suggested by Jani [1]. The first patch adds a docutils.conf with "halt_level: severe". This first patch is not needed for

Re: [PATCH v4 0/3] support of v4l2 encoder for STMicroelectronics SOC

2016-08-12 Thread Hans Verkuil
When I compile this driver using COMPILE_TEST I get: In file included from drivers/media/platform/sti/hva/hva-hw.h:11:0, from drivers/media/platform/sti/hva/hva-h264.c:9: drivers/media/platform/sti/hva/hva-mem.h:22:19: error: field ‘attrs’ has incomplete type struct dma_attrs

[PATCH] vcodec: mediatek: bug fix and code refine for mt8173 v4l2 Encoder

2016-08-12 Thread Tiffany Lin
This patch include fixs: 1. Remove unused include in mtk_vcodec_drv.h 2. Fix visible_height larger than coded_height issue in s_fmt_out 3. Add timestamp and timecode copy 4. Fix mtk_vcodec_vdec_release should be called after v4l2_m2m_ctx_release 5. Remove unused define

[GIT PULL FOR v4.9] Remove the g/s_crop subdev ops, convert bridge drivers to g/s_selection

2016-08-12 Thread Hans Verkuil
This patch series converts the subdev drivers that still use g/s_crop to g/s_selection. This in turn makes it possible to convert bridge drivers to g/s_selection as well. At the end one patch renames the cropcap subdev op to g_pixelaspect, and the last two patches update the cropping API so that

[PATCH v5] vcodec: mediatek: Add g/s_selection support for V4L2 Encoder

2016-08-12 Thread Tiffany Lin
This patch add g/s_selection for MT8173 V4L2 Encoder. Only output queue support g/s_selection to configure crop. The top/left of active rectangle should always be (0,0). Signed-off-by: Tiffany Lin --- v5: - remove visible_height change to a separate patch v4: - do not

Re: [PATCH v4 10/12] [media] videodev2.h Add HSV encoding

2016-08-12 Thread Hans Verkuil
On 07/18/2016 02:42 PM, Ricardo Ribalda Delgado wrote: > Some hardware maps the Hue between 0 and 255 instead of 0-179. Support > this format with a new field hsv_enc. > > Signed-off-by: Ricardo Ribalda Delgado > --- > include/uapi/linux/videodev2.h | 21

Re: [PATCH v4 11/12] [media] Documentation: Add HSV encodings

2016-08-12 Thread Hans Verkuil
On 07/18/2016 02:42 PM, Ricardo Ribalda Delgado wrote: > Describe the hsv_enc field and its use. > > Signed-off-by: Ricardo Ribalda Delgado > --- > Documentation/media/uapi/v4l/pixfmt-002.rst| 12 ++- > Documentation/media/uapi/v4l/pixfmt-003.rst|

Re: [PATCH v2] V4L2: Add documentation for SDI timings and related flags

2016-08-12 Thread Hans Verkuil
On 08/04/2016 05:39 PM, Charles-Antoine Couret wrote: A commit log is missing here. > Signed-off-by: Charles-Antoine Couret > --- > Documentation/media/uapi/v4l/vidioc-enuminput.rst | 31 > +- >

[GIT PULL FOR v4.9] Various fixes, enhancements

2016-08-12 Thread Hans Verkuil
Mostly cleanup patches, a tw686x fix and a cobalt and adv7180 enhancement. Regards, Hans The following changes since commit b6aa39228966e0d3f0bc3306be1892f87792903a: Merge tag 'v4.8-rc1' into patchwork (2016-08-08 07:30:25 -0300) are available in the git repository at:

Re: [PATCH v4] vcodec: mediatek: Add g/s_selection support for V4L2 Encoder

2016-08-12 Thread Hans Verkuil
On 08/10/2016 09:00 AM, Tiffany Lin wrote: No commit log? This v4 patch got lost on the mailinglist (some vger,kernel.org mishap), so a new version would be welcome anyway. The visible_height change should really be moved to a separate patch as it is independent from the part that adds

[GIT PULL FOR v4.9] Colorspace handling fixes

2016-08-12 Thread Hans Verkuil
This pull request fixes a number of bugs/documentation mistakes w.r.t. colorspaces. The main one is that the V4L2_YCBCR_ENC_SYCC was mistakenly added. It turns out it is identical to the BT.601 Y'CbCr encoding. So the use of the old SYCC define has been removed from the kernel and documentation.

[GIT PULL FOR v4.9] Add new pixelformats

2016-08-12 Thread Hans Verkuil
Fixes for existing pixelformat descriptions and new pixelformats. See the cover letter of the patch series: https://www.mail-archive.com/linux-media@vger.kernel.org/msg100998.html I agree with Sakari's reasoning: these are standard formats that many newer devices support. I also like that the

Re: [PATCH v8 10/10] Input: sur40 - use new V4L2 touch input type

2016-08-12 Thread Nick Dyer
Signed-off-by: Nick Dyer On 12 August 2016 10:41:08 BST, Hans Verkuil wrote: >Hi Nick, > >On 07/18/2016 11:10 PM, Nick Dyer wrote: >> Support both V4L2_TCH_FMT_TU08 and V4L2_PIX_FMT_GREY for backwards >> compatibility. >> >> Note: I have not tested these

Re: [PATCH] Documentation: add support for V4L touch devices

2016-08-12 Thread Hans Verkuil
Hi Nick, On 07/18/2016 11:11 PM, y...@shmanahar.org wrote: > From: Nick Dyer > > Signed-off-by: Nick Dyer I'm missing documentation for the new V4L2_CAP_TOUCH capability and the V4L2_INPUT_TYPE_TOUCH define. > diff --git

Re: [PATCH v8 10/10] Input: sur40 - use new V4L2 touch input type

2016-08-12 Thread Hans Verkuil
Hi Nick, On 07/18/2016 11:10 PM, Nick Dyer wrote: > Support both V4L2_TCH_FMT_TU08 and V4L2_PIX_FMT_GREY for backwards > compatibility. > > Note: I have not tested these changes (I have no access to the hardware) > so not signing off. I can't merge this without your Signed-off. The Signed-off

[PATCH for 4.8 0/2] pulse8-cec fixes

2016-08-12 Thread Hans Verkuil
From: Hans Verkuil Two fixes for the pulse8-cec driver. Thanks to Pulse-Eight for providing me with the additional information so I could resolve these issues. Regards, Hans Hans Verkuil (2): pulse8-cec: set correct Signal Free Time pulse8-cec: fix error

[PATCH for 4.8 1/2] pulse8-cec: set correct Signal Free Time

2016-08-12 Thread Hans Verkuil
From: Hans Verkuil Don't hardcode the signal free time to 3 bit periods, instead use the value for the signal free time as passed in by the CEC framework. Signed-off-by: Hans Verkuil --- drivers/staging/media/pulse8-cec/pulse8-cec.c | 2 +- 1

[PATCH for 4.8 2/2] pulse8-cec: fix error handling

2016-08-12 Thread Hans Verkuil
From: Hans Verkuil Support more error codes and fix a bug where MSGCODE_TRANSMIT_FAILED_LINE was mapped to CEC_TX_STATUS_ARB_LOST, which is wrong. Thanks to Pulse-Eight for providing me with the information needed to handle this correctly (I hope). Signed-off-by: Hans

Re: [PATCH v4 9/9] arm64: dts: mediatek: Add Video Decoder for MT8173

2016-08-12 Thread Tiffany Lin
Hi Matthias, On Thu, 2016-08-11 at 17:44 +0200, Matthias Brugger wrote: > > On 10/08/16 16:48, Tiffany Lin wrote: > > Add video decoder node for MT8173 > > > > Signed-off-by: Tiffany Lin > > --- > > arch/arm64/boot/dts/mediatek/mt8173.dtsi | 44 > >

Re: [RFC 2/4] dma-buf/fence: kerneldoc: remove spurious section header

2016-08-12 Thread Daniel Vetter
On Thu, Aug 11, 2016 at 04:17:58PM +0530, Sumit Semwal wrote: > Commit e941759c74a44d6ac2eed21bb0a38b21fe4559e2 ("fence: dma-buf > cross-device synchronization (v18)") had a spurious kerneldoc section > header that caused Sphinx to complain. Fix it. > > Fixes: e941759c74a4 ("fence: dma-buf

[GIT PULL FOR v4.8] cec fixes and updates

2016-08-12 Thread Hans Verkuil
Hi Mauro, This is a final set of fixes/updates for the cec framework for 4.8. It fixes some dubious locking code, two typos in cec-funcs.h, a missing reply for the Record On/Off messages, improves the documentation, adds a TODO line and adds a flag to explicitly allow fallback to Unregistered.

Re: [RFC 0/4] doc: dma-buf: sphinx conversion and cleanup

2016-08-12 Thread Daniel Vetter
On Fri, Aug 12, 2016 at 12:05:04PM +0530, Sumit Semwal wrote: > Hi Jon! > > On 11 August 2016 at 20:06, Jonathan Corbet wrote: > > On Thu, 11 Aug 2016 16:17:56 +0530 > > Sumit Semwal wrote: > > > >> Convert dma-buf documentation over to sphinx; also

[GIT PULL FOR v4.9] ad5820 lens driver

2016-08-12 Thread Sakari Ailus
Hi Mauro, These two patches add support for the ad5820 lens found e.g. in the N900. Please pull. The following changes since commit b6aa39228966e0d3f0bc3306be1892f87792903a: Merge tag 'v4.8-rc1' into patchwork (2016-08-08 07:30:25 -0300) are available in the git repository at:

[GIT PULL FOR v4.9] Remove tw686x-kh, sh_mobile_csi2 and s5p-tv

2016-08-12 Thread Hans Verkuil
Spring cleaning... The new rcar-vin driver needs a bit more work before the old soc-camera driver can be removed, so that soc-camera driver is not included in this pull request. Regards, Hans The following changes since commit b6aa39228966e0d3f0bc3306be1892f87792903a: Merge tag

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

2016-08-12 Thread Hans Verkuil
One quick question: On 08/11/2016 09:06 AM, Songjun Wu wrote: > 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. > > Test result with v4l-utils. > #

Re: [RFC 0/4] doc: dma-buf: sphinx conversion and cleanup

2016-08-12 Thread Sumit Semwal
Hi Jon! On 11 August 2016 at 20:06, Jonathan Corbet wrote: > On Thu, 11 Aug 2016 16:17:56 +0530 > Sumit Semwal wrote: > >> Convert dma-buf documentation over to sphinx; also cleanup to >> address sphinx warnings. >> >> While at that, convert