On Sat, 10 Sep 2016 06:50:14 +0200,
Takashi Sakamoto wrote:
>
> 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,
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 result
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 numid;
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 dr
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 versi
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 a/drivers/media/dvb-core/dvb-usb-ids.h
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 any
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 bo
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 as const also.
>
> Th
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
b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
index 10f638f..2872
Add V4L2_PIX_FMT_MT21C format used on MT8173 driver.
It is compressed format and need MT8173 MDP driver to transfer to other
standard format.
Signed-off-by: Tiffany Lin
---
drivers/media/v4l2-core/v4l2-ioctl.c |1 +
include/uapi/linux/videodev2.h |1 +
2 files changed, 2 insertions
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
b/drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c
i
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
b/Documentation/media/uapi/v4l/pixfmt-reserved.rst
index 0dd2f7
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 V4L2_PIX_FMT_YVU420.
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 unsubscribe
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,
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
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 Kernel 4.6? if s
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 sta...@vger.kernel.o
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 dec
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 Carv
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: Ma
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
Signe
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 100644
--- a/utils/v4l2-ctl/v4l2-ctl-io.cpp
+++ b/utils/v4
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 second patch. The third
>> patch is
>> resend unchanged;
>>
>>> Am 06.09.2016 u
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 FCP-relate
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 Jonathan Corbet :
> >
> > As others have pointed out, w
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
Reviewed-by: Laurent Pinchart
Signed-off-by:
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 e175c2c891a8..863f92600607 100644
---
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
e-mail: sakari.ai...@iki.fi XMPP
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 this
case. But don't ta
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 chang
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 as
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 Lawall
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 chan
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.
>
>
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.
>
>
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
> ---
> drivers/media/platform/rcar_fdp1.c | 13 -
>
38 matches
Mail list logo