[RFC][PATCH 0/2] ALSA: control: export all of TLV related macros to user land

2016-09-09 Thread Takashi Sakamoto
Hi, Currently, TLV related protocol is not shared to user land. This is not good in a point of application interfaces, because application developers can't realize the protocol just to see UAPI headers. For this purpose, this patchset moves all of macros related to TLV to UAPI header. As a

[RFC][PATCH 1/2] ALSA: control: export layout of TLV payload to UAPI header

2016-09-09 Thread Takashi Sakamoto
In ALSA control interface, each element set can have threshold level information. This information is transferred between drivers/applications, in a shape of tlv packet. The layout of this packet is defined in 'uapi/sound/asound.h' (struct snd_ctl_tlv): struct snd_ctl_tlv { unsigned int

[RFC][PATCH 2/2] ALSA: control: replace include statements for UAPI TLV header

2016-09-09 Thread Takashi Sakamoto
A former commit moves all of macros related TLV to UAPI header and obsoletes a header for TLV just for kernel land. The aim is to share TLV packet protocol to user land. This commit changes codes to include it tree-widely. Although the obsoleted header still remains for out-of-tree drivers, the

cron job: media_tree daily build: ERRORS

2016-09-09 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 Sep 10 04:00:20 CEST 2016 git branch: test git hash: 8a5a2ba86ab8fc12267fea974b9cd730ad2dee24 gcc

[PATCH] dvb-usb-dvbsky: Add support for TechnoTrend S2-4650 CI

2016-09-09 Thread Olli Salonen
TechnoTrend TT-connect S2-4650 CI seems to be a variation of the DVBSky S960CI device. Signed-off-by: Olli Salonen --- drivers/media/dvb-core/dvb-usb-ids.h | 1 + drivers/media/usb/dvb-usb-v2/dvbsky.c | 4 2 files changed, 5 insertions(+) diff --git

STRICTLY CONFIDENTIAL

2016-09-09 Thread Acct. Dept.
I have important transaction for you as next of kin to claim US$18.37m Mail me on my private email: chimwia...@gmail.com so i can send you more details Thanks Mr.Chim Wai Kim === DISCLAIMER: This email and

Alwaleed Donation

2016-09-09 Thread emmanuelle . domingues
Did you received your Grant money?? Contact me via princebintta...@qq.com for claim This message was sent using IMP, the Internet Messaging Program. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the

Re: [PATCH] [media] platform: constify vb2_ops structures

2016-09-09 Thread Benoit Parrot
Hi, Thanks for the patch. Julia Lawall wrote on Fri [2016-Sep-09 01:59:10 +0200]: > Check for vb2_ops structures that are only stored in the ops field of a > vb2_queue structure. That field is declared const, so vb2_ops structures > that have this property can be declared

[PATCH v2 4/4] arm64: dts: mediatek: Add Video Decoder for MT8173

2016-09-09 Thread Tiffany Lin
Add video decoder node for MT8173 Signed-off-by: Tiffany Lin --- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 44 ++ 1 file changed, 44 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi

[PATCH v2 3/4] vcodec: mediatek: Add V4L2_PIX_FMT_MT21C support for v4l2 decoder

2016-09-09 Thread Tiffany Lin
Add V4L2_PIX_FMT_MT21C support Signed-off-by: Tiffany Lin --- drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c

[PATCH v2 2/4] docs-rst: Add compressed video formats used on MT8173 codec driver

2016-09-09 Thread Tiffany Lin
Add V4L2_PIX_FMT_MT21C documentation Signed-off-by: Tiffany Lin --- Documentation/media/uapi/v4l/pixfmt-reserved.rst | 10 ++ 1 file changed, 10 insertions(+) diff --git a/Documentation/media/uapi/v4l/pixfmt-reserved.rst

[PATCH v2 0/4] Add V4L2_PIX_FMT_MT21C format for MT8173 codec driver

2016-09-09 Thread Tiffany Lin
This patch series add Mediatek compressed block format V4L2_PIX_FMT_MT21C, the decoder driver will decoded bitstream to V4L2_PIX_FMT_MT21C format. User space applications could use MT8173 MDP driver to convert V4L2_PIX_FMT_MT21C to V4L2_PIX_FMT_NV12M, V4L2_PIX_FMT_YUV420M and

Re: [PATCH] [media] pci: constify vb2_ops structures

2016-09-09 Thread Julia Lawall
On Fri, 9 Sep 2016, Andrey Utkin wrote: > On Fri, Sep 09, 2016 at 10:31:30PM +0800, Julia Lawall wrote: > > Will this soon reach linux-next? > > No idea. Indeed it's simpler if you leave your patch as is, and then > later we patch this new driver separately. OK, thanks. julia -- To

IR remote repeat handling broken + patch

2016-09-09 Thread Alec Leamas
Dear list, Somewhere between 4.4.7 and 4.6.4 the IR remote repeat events broke. I eventually bisected it down to "[078600f] [media] rc-core: allow calling rc_open with device not initialized". While going further with this I discovered that a patch had been posted on this list [1]. However,

Re: [PATCH] [media] pci: constify vb2_ops structures

2016-09-09 Thread Andrey Utkin
On Fri, Sep 09, 2016 at 10:31:30PM +0800, Julia Lawall wrote: > Will this soon reach linux-next? No idea. Indeed it's simpler if you leave your patch as is, and then later we patch this new driver separately. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of

Re: [GIT PULL STABLE 4.6] af9035 regression

2016-09-09 Thread Antti Palosaari
On 09/09/2016 05:49 PM, Mauro Carvalho Chehab wrote: Hi Antti, Em Sat, 3 Sep 2016 02:40:52 +0300 Antti Palosaari escreveu: The following changes since commit 2dcd0af568b0cf583645c8a317dd12e344b1c72a: Linux 4.6 (2016-05-15 15:43:13 -0700) Is this patchset really meant to

Re: [GIT PULL STABLE 4.6] af9035 regression

2016-09-09 Thread Mauro Carvalho Chehab
Hi Antti, Em Sat, 3 Sep 2016 02:40:52 +0300 Antti Palosaari escreveu: > The following changes since commit 2dcd0af568b0cf583645c8a317dd12e344b1c72a: > >Linux 4.6 (2016-05-15 15:43:13 -0700) Is this patchset really meant to Kernel 4.6? if so, you should send the path to

Re: [PATCH] [media] pci: constify vb2_ops structures

2016-09-09 Thread Julia Lawall
On Fri, 9 Sep 2016, Andrey Utkin wrote: > On Fri, Sep 09, 2016 at 01:59:18AM +0200, Julia Lawall wrote: > > Check for vb2_ops structures that are only stored in the ops field of a > > vb2_queue structure. That field is declared const, so vb2_ops structures > > that have this property can be

[PATCH 2/2] [media] pxa_camera: remove an unused structure pointer

2016-09-09 Thread Mauro Carvalho Chehab
As reported by smatch: drivers/media/platform/pxa_camera.c: In function 'pxa_dma_start_channels': drivers/media/platform/pxa_camera.c:457:21: warning: variable 'active' set but not used [-Wunused-but-set-variable] struct pxa_buffer *active; ^~ Signed-off-by: Mauro

[PATCH 1/2] [media] pxa_camera: make soc_mbus_xlate_by_fourcc() static

2016-09-09 Thread Mauro Carvalho Chehab
As warned by smatch: drivers/media/platform/pxa_camera.c:283:39: warning: no previous prototype for 'soc_mbus_xlate_by_fourcc' [-Wmissing-prototypes] const struct soc_camera_format_xlate *soc_mbus_xlate_by_fourcc( ^~~~ Signed-off-by:

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

2016-09-09 Thread Vincent Abriou
It allow to simulate the behavior of hardware with such limitations or to connect vivid to real hardware with such limitations. Add the "allocator" module parameter option to let vivid use the dma-contig instead of vmalloc. Tested on X86 and ARM configuration. Signed-off-by: Philipp Zabel

[PATCH] v4l2-ctl: Fix unneeded dot in "no hsync lock"

2016-09-09 Thread Andrey Utkin
From: Andrey Utkin Signed-off-by: Andrey Utkin --- utils/v4l2-ctl/v4l2-ctl-io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/v4l2-ctl/v4l2-ctl-io.cpp b/utils/v4l2-ctl/v4l2-ctl-io.cpp index e778569..30798ea

Re: [PATCH v2 0/3] doc-rst:c-domain: fix some issues in the c-domain

2016-09-09 Thread Markus Heiser
Am 09.09.2016 um 14:08 schrieb Mauro Carvalho Chehab : > Em Wed, 7 Sep 2016 09:12:55 +0200 > Markus Heiser escreveu: > >> From: Markus Heiser >> >> Hi Jon, >> >> according to your remarks I fixed the first and

[GIT PULL FOR v4.9] FCP and VSP1 changes

2016-09-09 Thread Laurent Pinchart
Hi Mauro, This pull request supersedes the one sent on September the 5th under the title "[GIT PULL FOR v4.9] VSP1 changes". I've stripped the histogram-related patches that you would like to discuss, to only keep the non-controversial patches that are ready for v4.9, and added other

Re: [PATCH v2 0/3] doc-rst:c-domain: fix some issues in the c-domain

2016-09-09 Thread Mauro Carvalho Chehab
Em Wed, 7 Sep 2016 09:12:55 +0200 Markus Heiser escreveu: > From: Markus Heiser > > Hi Jon, > > according to your remarks I fixed the first and second patch. The third patch > is > resend unchanged; > > > Am 06.09.2016 um 14:28 schrieb

[PATCH] v4l: rcar-fcp: Extend compatible list to support the FDP

2016-09-09 Thread Laurent Pinchart
From: Kieran Bingham The FCP must be powered up for the FDP1 to function, even when the FDP1 does not make use of the FCNL features. Extend the compatible list to allow us to use the power domain and runtime-pm support. Signed-off-by: Kieran Bingham

[PATCH] [media] v4l2-subdev.h: fix a typo at a kernel-doc markup

2016-09-09 Thread Mauro Carvalho Chehab
One struct at the comment was not written well. Fix it. Signed-off-by: Mauro Carvalho Chehab --- include/media/v4l2-subdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h index

Re: [PATCH] [v4l-utils] libdvb5: Fix multiple definition of dvb_dev_remote_init linking error

2016-09-09 Thread Sakari Ailus
On Wed, Sep 07, 2016 at 12:53:26PM +0300, Laurent Pinchart wrote: > The function is defined in a header file when HAVE_DVBV5_REMOTE is not > set. It needs to be marked as static inline. > > Signed-off-by: Laurent Pinchart Applied. Thank you. -- Sakari Ailus

Re: [PATCH] [media] pci: constify vb2_ops structures

2016-09-09 Thread andrey_utkin
On 9 September 2016 12:34:57 EEST, Julia Lawall wrote: >Do you want the whole patch again, or would a patch on the new driver >by itself be sufficient? The changes in the different files are all >independent. I guess maintainers would want a single patch for everything in

Re: [PATCH] [media] platform: constify vb2_ops structures

2016-09-09 Thread Jacek Anaszewski
Hi Julia, On 09/09/2016 01:59 AM, Julia Lawall wrote: Check for vb2_ops structures that are only stored in the ops field of a vb2_queue structure. That field is declared const, so vb2_ops structures that have this property can be declared as const also. The semantic patch that makes this

Re: [PATCH] [media] pci: constify vb2_ops structures

2016-09-09 Thread Julia Lawall
Le 09.09.2016 17:17, Andrey Utkin a écrit : On Fri, Sep 09, 2016 at 01:59:18AM +0200, Julia Lawall wrote: Check for vb2_ops structures that are only stored in the ops field of a vb2_queue structure. That field is declared const, so vb2_ops structures that have this property can be declared

Re: [PATCH] [media] pci: constify vb2_ops structures

2016-09-09 Thread Andrey Utkin
On Fri, Sep 09, 2016 at 01:59:18AM +0200, Julia Lawall wrote: > Check for vb2_ops structures that are only stored in the ops field of a > vb2_queue structure. That field is declared const, so vb2_ops structures > that have this property can be declared as const also. > Signed-off-by: Julia

Re: [PATCH] [media] platform: constify vb2_ops structures

2016-09-09 Thread Fabien DESSENNE
Hi On 09/09/2016 01:59 AM, Julia Lawall wrote: > Check for vb2_ops structures that are only stored in the ops field of a > vb2_queue structure. That field is declared const, so vb2_ops structures > that have this property can be declared as const also. > > The semantic patch that makes this

Re: [PATCH] [media] usb: constify vb2_ops structures

2016-09-09 Thread Laurent Pinchart
Hi Julia, Thank you for the patch. On Friday 09 Sep 2016 01:59:01 Julia Lawall wrote: > Check for vb2_ops structures that are only stored in the ops field of a > vb2_queue structure. That field is declared const, so vb2_ops structures > that have this property can be declared as const also. >

Re: [PATCH] [media] platform: constify vb2_ops structures

2016-09-09 Thread Laurent Pinchart
Hi Julia, Thank you for the patch. On Friday 09 Sep 2016 01:59:10 Julia Lawall wrote: > Check for vb2_ops structures that are only stored in the ops field of a > vb2_queue structure. That field is declared const, so vb2_ops structures > that have this property can be declared as const also. >

Re: [PATCH v3 07/10] v4l: fdp1: Remove unused struct fdp1_v4l2_buffer

2016-09-09 Thread Kieran Bingham
On 07/09/16 23:25, Laurent Pinchart wrote: > The structure is not used, remove it. Ahh yes, looks like a left over from my first attempt at serialising input fields. Reviewed-by: Kieran Bingham > Signed-off-by: Laurent Pinchart