cron job: media_tree daily build: ERRORS

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

Re: [PATCH v3 2/3] Documentation: devicetree: Add document bindings for mtk-cir

2017-01-18 Thread Sean Wang
On Wed, 2017-01-18 at 16:42 -0600, Rob Herring wrote: > On Wed, Jan 18, 2017 at 4:23 PM, Rob Herring wrote: > > On Fri, Jan 13, 2017 at 03:35:38PM +0800, sean.w...@mediatek.com wrote: > >> From: Sean Wang > >> > >> This patch adds documentation for

Re: [PATCH v3 16/24] media: Add i.MX media core driver

2017-01-18 Thread Steve Longerbeam
On 01/14/2017 02:42 PM, Steve Longerbeam wrote: +/* parse inputs property from a sensor node */ +static void of_parse_sensor_inputs(struct imx_media_dev *imxmd, + struct imx_media_subdev *sensor, + struct device_node

Re: [PATCH] pci: drop link_reset

2017-01-18 Thread Doug Ledford
On Wed, 2017-01-18 at 23:39 +0200, Michael S. Tsirkin wrote: > No hardware seems to actually call link_reset, and > no driver implements it as more than a nop stub. > > This drops the mentions of the callback from everywhere. > It's dropped from the documentation as well, but > the doc really

Re: [PATCH] [media] uvcvideo: change result code of debugfs_init to void

2017-01-18 Thread Laurent Pinchart
Hi Jaejoong, Thank you for the patch. On Thursday 12 Jan 2017 10:31:21 Jaejoong Kim wrote: > The device driver should keep going even if debugfs initialization fails. > So, change the return type to void. > > Signed-off-by: Jaejoong Kim Reviewed-by: Laurent Pinchart

[PATCH] v4l: mt9v032: Remove unneeded gpiod NULL check

2017-01-18 Thread Laurent Pinchart
The gpiod API checks for NULL descriptors, there's no need to duplicate the check in the driver. Signed-off-by: Laurent Pinchart --- drivers/media/i2c/mt9v032.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/media/i2c/mt9v032.c

Re: [PATCH] [media] ov9650: use msleep() for uncritical long delay

2017-01-18 Thread Laurent Pinchart
Hi Nicholas, Thank you for the patch. On Monday 16 Jan 2017 14:58:33 Nicholas Mc Guire wrote: > ulseep_range() uses hrtimers and provides no advantage over msleep() > for larger delays. Fix up the 25ms delays here to use msleep() and > reduce the load on the hrtimer subsystem. > > Link:

Re: [PATCH v3 2/3] Documentation: devicetree: Add document bindings for mtk-cir

2017-01-18 Thread Rob Herring
On Wed, Jan 18, 2017 at 4:23 PM, Rob Herring wrote: > On Fri, Jan 13, 2017 at 03:35:38PM +0800, sean.w...@mediatek.com wrote: >> From: Sean Wang >> >> This patch adds documentation for devicetree bindings for >> consumer Mediatek IR controller. >> >>

Re: [PATCH v3 2/3] Documentation: devicetree: Add document bindings for mtk-cir

2017-01-18 Thread Rob Herring
On Fri, Jan 13, 2017 at 03:35:38PM +0800, sean.w...@mediatek.com wrote: > From: Sean Wang > > This patch adds documentation for devicetree bindings for > consumer Mediatek IR controller. > > Signed-off-by: Sean Wang > --- >

Re: [PATCH v3 1/3] Documentation: devicetree: move shared property used by rc into a common place

2017-01-18 Thread Rob Herring
On Fri, Jan 13, 2017 at 03:35:37PM +0800, sean.w...@mediatek.com wrote: > From: Sean Wang > > Most IR drivers uses the same label to identify the > scancdoe/key table they used by multiple bindings and lack > explanation well. So move the shared property into a common >

[PATCH] pci: drop link_reset

2017-01-18 Thread Michael S. Tsirkin
No hardware seems to actually call link_reset, and no driver implements it as more than a nop stub. This drops the mentions of the callback from everywhere. It's dropped from the documentation as well, but the doc really needs to be updated to reflect reality better (e.g. on pcie slot reset is

Re: [PATCH v3] [media] coda: add Freescale firmware compatibility location

2017-01-18 Thread Baruch Siach
Hi Philipp, On Wed, Jan 18, 2017 at 12:30:29PM +0100, Philipp Zabel wrote: > On Sun, 2017-01-15 at 12:33 +0200, Baruch Siach wrote: > > The Freescale provided imx-vpu looks for firmware files under > > /lib/firmware/vpu > > by default. Make coda look there for firmware files to ease the update

[PATCH] [media] saa7164: "first image" should be "second image" in error message

2017-01-18 Thread Colin King
From: Colin Ian King The error message when the second image is not available is incorrect, replace "first image" with "second image". Fixes CoverityScan CID#1077508 ("Copy-paste error") Signed-off-by: Colin Ian King ---

Re: [PATCH 02/11] [media] s5p-mfc: Adding initial support for MFC v10.10

2017-01-18 Thread Andrzej Hajda
On 18.01.2017 11:02, Smitha T Murthy wrote: > Adding the support for MFC v10.10, with new register file and > necessary hw control, decoder, encoder and structural changes. > > CC: Rob Herring > CC: devicet...@vger.kernel.org > Signed-off-by: Smitha T Murthy

Re: [PATCH 01/11] [media] s5p-mfc: Rename IS_MFCV8 macro

2017-01-18 Thread Andrzej Hajda
On 18.01.2017 11:01, Smitha T Murthy wrote: > This patch renames macro IS_MFCV8 to IS_MFCV8_PLUS so that the MFCv8 > code can be resued for MFCv10.10 support. Since the MFCv8 specific code > holds good for MFC v10.10 also. > > Signed-off-by: Smitha T Murthy Acked-by:

Re: [PATCH] [media] s5p-mfc: Align stream buffer and CPB buffer to 512

2017-01-18 Thread Andrzej Hajda
Hi Smitha, On 18.01.2017 10:37, Smitha T Murthy wrote: > >From MFCv6 onwards encoder stream buffer and decoder CPB buffer Unexpected char at the beginning. > need to be aligned with 512. Patch below adds checks only if buffer size is multiple of 512, am I right? If yes, please precise the

Re: [PATCH v3] [media] coda: add Freescale firmware compatibility location

2017-01-18 Thread Philipp Zabel
Hi Baruch, On Sun, 2017-01-15 at 12:33 +0200, Baruch Siach wrote: > The Freescale provided imx-vpu looks for firmware files under > /lib/firmware/vpu > by default. Make coda look there for firmware files to ease the update path. > > Cc: Fabio Estevam > Signed-off-by: Baruch

[PATCH 05/11] [media] s5p-mfc: Add support for HEVC decoder

2017-01-18 Thread Smitha T Murthy
Add support for codec definition and corresponding buffer requirements for HEVC decoder. Signed-off-by: Smitha T Murthy --- drivers/media/platform/s5p-mfc/regs-mfc-v10.h |3 +++ drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c |3 +++

[PATCH 02/11] [media] s5p-mfc: Adding initial support for MFC v10.10

2017-01-18 Thread Smitha T Murthy
Adding the support for MFC v10.10, with new register file and necessary hw control, decoder, encoder and structural changes. CC: Rob Herring CC: devicet...@vger.kernel.org Signed-off-by: Smitha T Murthy --- .../devicetree/bindings/media/s5p-mfc.txt

[PATCH 09/11] [media] s5p-mfc: Add support for HEVC encoder

2017-01-18 Thread Smitha T Murthy
Add HEVC encoder support and necessary registers, V4L2 CIDs, and hevc encoder parameters Signed-off-by: Smitha T Murthy --- drivers/media/platform/s5p-mfc/regs-mfc-v10.h | 28 +- drivers/media/platform/s5p-mfc/s5p_mfc.c|1 +

[PATCH 01/11] [media] s5p-mfc: Rename IS_MFCV8 macro

2017-01-18 Thread Smitha T Murthy
This patch renames macro IS_MFCV8 to IS_MFCV8_PLUS so that the MFCv8 code can be resued for MFCv10.10 support. Since the MFCv8 specific code holds good for MFC v10.10 also. Signed-off-by: Smitha T Murthy --- drivers/media/platform/s5p-mfc/s5p_mfc_common.h |2 +-

[PATCH 08/11] [media] s5p-mfc: Add VP9 decoder support

2017-01-18 Thread Smitha T Murthy
Add support for codec definition and corresponding buffer requirements for VP9 decoder. Signed-off-by: Smitha T Murthy --- drivers/media/platform/s5p-mfc/regs-mfc-v10.h |6 + drivers/media/platform/s5p-mfc/s5p_mfc_cmd_v6.c |3 ++

[PATCH 06/11] [media] videodev2.h: Add v4l2 definition for HEVC

2017-01-18 Thread Smitha T Murthy
Add V4L2 definition for HEVC compressed format Signed-off-by: Smitha T Murthy --- include/uapi/linux/videodev2.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index 46e8a2e3..620e941

Geschäftsvorschlag

2017-01-18 Thread tester
Lieber Freund. Erlauben Sie mir, auf diese Weise auf Sie zuzugehen. Ich bin Dr. Arnold Kristofferson, ein US-Auftragnehmer, der mit Nichtkämpfer US Marine in Ba'qubah, Irak arbeitet. Ich habe die Summe von 10,6 Millionen Dollar, die ich aus einem Rohöl-Deal gemacht habe, und ich möchte, dass

[PATCH 11/11] Documention: v4l: Documentation for HEVC CIDs

2017-01-18 Thread Smitha T Murthy
Added V4l2 controls for HEVC encoder CC: Laurent Pinchart Signed-off-by: Smitha T Murthy --- Documentation/media/uapi/v4l/extended-controls.rst | 190 1 files changed, 190 insertions(+), 0 deletions(-) diff

[PATCH 04/11] [media] s5p-mfc: Support MFCv10.10 buffer requirements

2017-01-18 Thread Smitha T Murthy
Aligning the luma_dpb_size, chroma_dpb_size, mv_size and me_buffer_size for MFCv10.10. Signed-off-by: Smitha T Murthy --- drivers/media/platform/s5p-mfc/regs-mfc-v10.h | 13 +++ drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c | 97 ++-

[PATCH 10/11] [media] v4l2: Add v4l2 control IDs for HEVC encoder

2017-01-18 Thread Smitha T Murthy
Add v4l2 controls for HEVC encoder CC: Hans Verkuil CC: Wu-Cheng Li CC: Kieran Bingham CC: Vladimir Zapolskiy CC: Laurent Pinchart Signed-off-by: Smitha T Murthy

[PATCH 00/11] Add MFC v10.10 support

2017-01-18 Thread Smitha T Murthy
This patch series adds MFC v10.10 support. MFC v10.10 is used in some of Exynos7 variants. This adds support for following: * Add support for HEVC encoder and decoder * Add support for VP9 decoder * Update Documentation for control id definitions * Update computation of min scratch buffer size

[PATCH 03/11] [media] s5p-mfc: Use min scratch buffer size

2017-01-18 Thread Smitha T Murthy
After MFC v8.0, mfc f/w lets the driver know how much scratch buffer size is required for decoder. If mfc f/w has the functionality, E_MIN_SCRATCH_BUFFER_SIZE, driver can know how much scratch buffer size is required for encoder too. Signed-off-by: Smitha T Murthy ---

[PATCH] [media] s5p-mfc: Align stream buffer and CPB buffer to 512

2017-01-18 Thread Smitha T Murthy
>From MFCv6 onwards encoder stream buffer and decoder CPB buffer need to be aligned with 512. Signed-off-by: Smitha T Murthy --- drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c |9 + drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.h |3 +++ 2 files changed,