[git:v4l-utils/master] media-info: add MEDIA_ENT_F_DTV_DECODER support

2018-02-22 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree: Subject: media-info: add MEDIA_ENT_F_DTV_DECODER support Author: Hans Verkuil Date:Fri Feb 23 08:30:09 2018 +0100 Add support for this new f

[git:v4l-utils/master] v4l-utils: sync-with-kernel

2018-02-22 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree: Subject: v4l-utils: sync-with-kernel Author: Hans Verkuil Date:Fri Feb 23 08:29:03 2018 +0100 Update to the latest media_tree master branch

[git:media_tree/master] media: i2c: Add TDA1997x HDMI receiver driver

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: Add TDA1997x HDMI receiver driver Author: Tim Harvey Date:Thu Feb 15 12:55:34 2018 -0500 Add support for the TDA1997x HDMI receivers. Signed-off-by: Tim Harvey Signed-off-by: H

[git:media_tree/master] media: v4l2-dv-timings: add v4l2_hdmi_colorimetry()

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-dv-timings: add v4l2_hdmi_colorimetry() Author: Hans Verkuil Date:Thu Feb 15 12:55:29 2018 -0500 Add the v4l2_hdmi_colorimetry() function so we have a single function that determ

[git:media_tree/master] media: add digital video decoder entity functions

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: add digital video decoder entity functions Author: Tim Harvey Date:Thu Feb 15 12:55:31 2018 -0500 Add a new media entity function definition for digital TV decoders: MEDIA_ENT_F_DTV_D

[git:media_tree/master] media: v4l-ioctl: fix clearing pad for VIDIOC_DV_TIMINGS_CAP

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l-ioctl: fix clearing pad for VIDIOC_DV_TIMINGS_CAP Author: Tim Harvey Date:Thu Feb 15 12:55:30 2018 -0500 The pad field was inadvertently cleared. Fix this. It's needed for subdevs

[git:media_tree/master] media: dt-bindings: Add bindings for TDA1997X

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: Add bindings for TDA1997X Author: Tim Harvey Date:Thu Feb 15 12:55:33 2018 -0500 Define the device tree bindings for the TDA1997X. Acked-by: Rob Herring Acked-by: Sakar

[git:media_tree/master] tda1997x: get rid of an unused var

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: tda1997x: get rid of an unused var Author: Mauro Carvalho Chehab Date:Thu Feb 22 12:54:28 2018 -0500 1 warning regressions: + drivers/media/i2c/tda1997x.c: warning: variable 'last_irq_stat

[git:media_tree/master] media: MAINTAINERS: add entry for NXP TDA1997x driver

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: MAINTAINERS: add entry for NXP TDA1997x driver Author: Tim Harvey Date:Thu Feb 15 12:55:32 2018 -0500 Add new MAINTAINERS entry. Signed-off-by: Tim Harvey Signed-off-by: Hans Verkui

[git:media_tree/master] media: v4l2-subdev: clear reserved fields

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-subdev: clear reserved fields Author: Hans Verkuil Date:Sat Feb 3 08:20:21 2018 -0500 Clear the reserved fields for these ioctls according to the specification: VIDIOC_SUBDEV_EN

[git:media_tree/master] media: staging: atomisp: Drop g_parm and s_parm subdev ops use

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: atomisp: Drop g_parm and s_parm subdev ops use Author: Sakari Ailus Date:Sun Jan 21 16:49:47 2018 -0500 The s_parm and g_parm did nothing. Remove them. Signed-off-by: Sakari

[git:media_tree/master] media: staging: atomisp: i2c: Disable non-preview configurations

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: atomisp: i2c: Disable non-preview configurations Author: Sakari Ailus Date:Mon Feb 19 08:27:19 2018 -0500 These sensor drivers have use case specific mode lists. This is curr

[git:media_tree/master] media: staging: atomisp: Kill subdev s_parm abuse

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: atomisp: Kill subdev s_parm abuse Author: Sakari Ailus Date:Sun Jan 21 16:43:42 2018 -0500 Remove sensor driver's interface for setting the use case specific mode list as wel

[git:media_tree/master] media: v4l2-common: create v4l2_g/s_parm_cap helpers

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-common: create v4l2_g/s_parm_cap helpers Author: Hans Verkuil Date:Mon Jan 22 03:58:36 2018 -0500 Create helpers to handle VIDIOC_G/S_PARM by querying the g/s_frame_interval v4l2

[git:media_tree/master] media: convert g/s_parm to g/s_frame_interval in subdevs

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: convert g/s_parm to g/s_frame_interval in subdevs Author: Hans Verkuil Date:Mon Jan 22 04:00:45 2018 -0500 Convert all g/s_parm calls to g/s_frame_interval. This allows us to remove t

[git:media_tree/master] media: staging: atomisp: i2c: Drop g_parm support in sensor drivers

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: atomisp: i2c: Drop g_parm support in sensor drivers Author: Sakari Ailus Date:Sun Jan 21 16:47:29 2018 -0500 These drivers already support g_frame_interval. Therefore just dr

[git:media_tree/master] media: v4l2-subdev.h: remove obsolete g/s_parm

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-subdev.h: remove obsolete g/s_parm Author: Hans Verkuil Date:Fri Jan 19 08:57:44 2018 -0500 Signed-off-by: Hans Verkuil Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Che

[git:media_tree/master] media: vidioc-g-parm.rst: also allow _MPLANE buffer types

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vidioc-g-parm.rst: also allow _MPLANE buffer types Author: Hans Verkuil Date:Mon Jan 22 05:02:19 2018 -0500 The specification mentions that type can be V4L2_BUF_TYPE_VIDEO_CAPTURE, bu

[git:media_tree/master] media: staging: atomisp: mt9m114: Drop empty s_parm callback

2018-02-22 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: atomisp: mt9m114: Drop empty s_parm callback Author: Sakari Ailus Date:Sun Jan 21 16:48:45 2018 -0500 The s_parm callback in mt9m114 driver did nothing, remove it. Signed-of