[git:v4l-utils/master] cec-follower: fix bugs for tuner emulation

2019-10-01 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: cec-follower: fix bugs for tuner emulation Author: Jiunn Chang Date:Mon Sep 30 22:18:21 2019 -0500 Fix bugs for tuner emulation:

[git:media_tree/master] media: mc-device.c: fix memleak in media_device_register_entity

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mc-device.c: fix memleak in media_device_register_entity Author: zhengbin Date:Sun Aug 18 22:51:30 2019 -0300 In media_device_register_entity, if media_graph_walk_init fails, need to

[git:media_tree/master] media: vimc: Collapse component structure into a single monolithic driver

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vimc: Collapse component structure into a single monolithic driver Author: Shuah Khan Date:Tue Sep 17 13:35:08 2019 -0300 vimc uses Component API to split the driver into functional

[git:media_tree/master] media: vimc: move duplicated IS_SRC and IS_SINK to common header

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vimc: move duplicated IS_SRC and IS_SINK to common header Author: Shuah Khan Date:Tue Sep 17 13:35:10 2019 -0300 Move duplicated IS_SRC and IS_SINK dfines to common header. Rename

[git:media_tree/master] media: i2c: mt9m001: make array init_regs static, makes object smaller

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: mt9m001: make array init_regs static, makes object smaller Author: Colin Ian King Date:Thu Sep 5 15:05:32 2019 -0300 Don't populate the array init_regs on the stack but instead

[git:media_tree/master] media: MAINTAINERS: Add reviewer to vimc driver

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: MAINTAINERS: Add reviewer to vimc driver Author: Shuah Khan Date:Tue Sep 17 13:35:12 2019 -0300 After practically re-writing the driver to collpase it into a monolith, I am adding

[git:media_tree/master] media: vimc: Fix gpf in rmmod path when stream is active

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vimc: Fix gpf in rmmod path when stream is active Author: Shuah Khan Date:Tue Sep 17 13:35:09 2019 -0300 If vimc module is removed while streaming is in progress, sensor subdev

[git:media_tree/master] media: doc: media: vimc: Update module parameter usage information

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: doc: media: vimc: Update module parameter usage information Author: Shuah Khan Date:Tue Sep 17 13:35:11 2019 -0300 vimc driver is now a monolithic driver. Update the module parameter

[git:v4l-utils/master] test-media: update vimc tests

2019-10-01 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: test-media: update vimc tests Author: Hans Verkuil Date:Tue Oct 1 18:26:07 2019 +0200 The vimc driver is now a monolithic driver,

[git:media_tree/master] media: ov6650: Fix crop rectangle alignment not passed back

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov6650: Fix crop rectangle alignment not passed back Author: Janusz Krzysztofik Date:Tue Sep 3 17:11:38 2019 -0300 Commit 4f996594ceaf ("[media] v4l2: make vidioc_s_crop const")

[git:media_tree/master] media: ov6650: Fix incorrect use of JPEG colorspace

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov6650: Fix incorrect use of JPEG colorspace Author: Janusz Krzysztofik Date:Tue Sep 3 17:11:39 2019 -0300 Since its initial submission, the driver selects V4L2_COLORSPACE_JPEG for

[git:media_tree/master] media: i2c: ov2659: Add powerdown/reset gpio handling

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov2659: Add powerdown/reset gpio handling Author: Benoit Parrot Date:Mon Sep 30 10:06:42 2019 -0300 On some board it is possible that the sensor 'powerdown' and or 'reset' pin

[git:media_tree/master] media: i2c: ov2659: Switch to SPDX Licensing

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov2659: Switch to SPDX Licensing Author: Benoit Parrot Date:Mon Sep 30 10:06:44 2019 -0300 Switch to SPDX licensing and drop the redundant GPL text. Signed-off-by: Benoit

[git:media_tree/master] media: ov6650: Fix control handler not freed on init error

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov6650: Fix control handler not freed on init error Author: Janusz Krzysztofik Date:Tue Sep 3 17:11:37 2019 -0300 Since commit afd9690c72c3 ("[media] ov6650: convert to the control

[git:media_tree/master] media: max2175: Fix build error without CONFIG_REGMAP_I2C

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: max2175: Fix build error without CONFIG_REGMAP_I2C Author: YueHaibing Date:Tue Sep 3 09:09:45 2019 -0300 If CONFIG_REGMAP_I2C is not set, building fails:

[git:media_tree/master] media: i2c: ov2659: Fix missing 720p register config

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov2659: Fix missing 720p register config Author: Benoit Parrot Date:Mon Sep 30 10:06:43 2019 -0300 The initial registers sequence is only loaded at probe time. Afterward only

[git:media_tree/master] media: ov6650: Fix some format attributes not under control

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov6650: Fix some format attributes not under control Author: Janusz Krzysztofik Date:Tue Sep 3 17:11:40 2019 -0300 User arguments passed to .get/set_fmt() pad operation callbacks may

[git:media_tree/master] media: dt-bindings: ov2659: add powerdown/reset-gpios optional property

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: ov2659: add powerdown/reset-gpios optional property Author: Benoit Parrot Date:Mon Sep 30 10:06:41 2019 -0300 Add powerdown-gpios and reset-gpios to the list of optional

[git:media_tree/master] media: v4l: Put camera sensor, lens and flash drivers under MEDIA_CAMERA_SUPPORT

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l: Put camera sensor, lens and flash drivers under MEDIA_CAMERA_SUPPORT Author: Sakari Ailus Date:Mon Sep 23 05:51:24 2019 -0300 Instead of individually depending on

[git:media_tree/master] media: i2c: ov5695: Modify the function of async register subdev related devices

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov5695: Modify the function of async register subdev related devices Author: Dongchun Zhu Date:Fri Sep 27 04:18:24 2019 -0300 This patch adds support for registering a sensor

[git:media_tree/master] media: ov6650: Fix stored frame format not in sync with hardware

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov6650: Fix stored frame format not in sync with hardware Author: Janusz Krzysztofik Date:Tue Sep 3 17:11:43 2019 -0300 The driver stores frame format settings supposed to be in line

[git:media_tree/master] media: ov6650: Fix stored crop rectangle not in sync with hardware

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov6650: Fix stored crop rectangle not in sync with hardware Author: Janusz Krzysztofik Date:Tue Sep 3 17:11:44 2019 -0300 The driver stores crop rectangle settings supposed to be in

[git:media_tree/master] media: v4l: fwnode: Make v4l2_fwnode_endpoint_free() safer

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l: fwnode: Make v4l2_fwnode_endpoint_free() safer Author: Sakari Ailus Date:Mon Sep 23 06:09:46 2019 -0300 Assign vep->link_frequencies to NULL after releasing its memory. Without

[git:media_tree/master] media: i2c: ov2659: Fix sensor detection to actually fail when device is not present

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov2659: Fix sensor detection to actually fail when device is not present Author: Benoit Parrot Date:Mon Sep 30 10:06:38 2019 -0300 Make sure that if the expected sensor device

[git:media_tree/master] media: i2c: ov2659: Fix for image wrap-around in lower resolution

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov2659: Fix for image wrap-around in lower resolution Author: Benoit Parrot Date:Mon Sep 30 10:06:37 2019 -0300 Based on recently found sensor configuration examples, it was

[git:media_tree/master] media: ov6650: Fix .get_fmt() V4L2_SUBDEV_FORMAT_TRY support

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov6650: Fix .get_fmt() V4L2_SUBDEV_FORMAT_TRY support Author: Janusz Krzysztofik Date:Tue Sep 3 17:11:41 2019 -0300 Commit da298c6d98d5 ("[media] v4l2: replace video op g_mbus_fmt by

[git:media_tree/master] media: i2c: ov2659: Cleanup include file list

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov2659: Cleanup include file list Author: Benoit Parrot Date:Mon Sep 30 10:06:39 2019 -0300 Several of include files listed are not explicitly needed. If they are need then they

[git:media_tree/master] media: ov6650: Fix default format not applied on device probe

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov6650: Fix default format not applied on device probe Author: Janusz Krzysztofik Date:Tue Sep 3 17:11:42 2019 -0300 It is not clear what pixel format is actually configured in

[git:media_tree/master] media: ov6650: Fix MODULE_DESCRIPTION

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov6650: Fix MODULE_DESCRIPTION Author: Janusz Krzysztofik Date:Tue Sep 3 17:11:36 2019 -0300 Commit 23a52386fabe ("media: ov6650: convert to standalone v4l2 subdevice") converted the

[git:media_tree/master] media: i2c: ov2659: fix s_stream return value

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov2659: fix s_stream return value Author: Benoit Parrot Date:Mon Sep 30 10:06:40 2019 -0300 In ov2659_s_stream() return value for invoked function should be checked and

[git:media_tree/master] media: uapi: h264: clarify num_ref_idx_l[01]_(default_)active fields

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: uapi: h264: clarify num_ref_idx_l[01]_(default_)active fields Author: Philipp Zabel Date:Tue Sep 10 07:22:39 2019 -0300 Since the uapi does not contain the

[git:media_tree/master] media: mtk-vcodec: vdec: set VPI IPI handler in one place

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: vdec: set VPI IPI handler in one place Author: Alexandre Courbot Date:Fri Sep 6 08:55:02 2019 -0300 Each of the supported decoder formats used to set the same RPC

[git:media_tree/master] media: vim2m: Fix BUG_ON in vim2m_device_release()

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vim2m: Fix BUG_ON in vim2m_device_release() Author: Kefeng Wang Date:Sun Sep 8 01:12:54 2019 -0300 If v4l2_m2m_init() fails, m2m_dev pointer will be set ERR_PTR(-ENOMEM), then kfree

[git:media_tree/master] media: imx: enable V4L2_PIX_FMT_XBGR32, _BGRX32, and _RGBX32

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx: enable V4L2_PIX_FMT_XBGR32, _BGRX32, and _RGBX32 Author: Philipp Zabel Date:Thu Sep 12 13:01:20 2019 -0300 Now that proper V4L2 pixel formats exist for all 32-bit RGB

[git:media_tree/master] media: cedrus: fill in bus_info for media device

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cedrus: fill in bus_info for media device Author: Hans Verkuil Date:Fri Aug 30 06:26:22 2019 -0300 Fixes this compliance warning: $ v4l2-compliance -m0 v4l2-compliance SHA:

[git:media_tree/master] media: vim2m: Fix abort issue

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vim2m: Fix abort issue Author: Jernej Skrabec Date:Thu Sep 12 15:55:55 2019 -0300 Currently, if start streaming -> stop streaming -> start streaming sequence is executed, driver will

[git:media_tree/master] media: rcar-vin: Do not reset the crop and compose rectangles in s_fmt

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rcar-vin: Do not reset the crop and compose rectangles in s_fmt Author: Niklas Söderlund Date:Wed Sep 4 18:54:07 2019 -0300 The crop and compose rectangles are reset when s_fmt is

[git:media_tree/master] media: hantro: h264: Fix a comment in b1_ref_list_cmp()

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: hantro: h264: Fix a comment in b1_ref_list_cmp() Author: Boris Brezillon Date:Mon Sep 9 04:28:13 2019 -0300 So it matches the code and the spec. Signed-off-by: Boris Brezillon

[git:media_tree/master] media: rcar-vin: Make use of V4L2_FIELD_IS_INTERLACED() macro

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rcar-vin: Make use of V4L2_FIELD_IS_INTERLACED() macro Author: Niklas Söderlund Date:Wed Sep 4 18:54:05 2019 -0300 The V4L2_FIELD_IS_INTERLACED() can be used to make the code more

[git:media_tree/master] media: rcar-vin: Fix incorrect return statement in rvin_try_format()

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rcar-vin: Fix incorrect return statement in rvin_try_format() Author: Niklas Söderlund Date:Wed Sep 4 18:54:04 2019 -0300 While refactoring code the return statement became

[git:media_tree/master] media: hantro: streamline open, reuse error path

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: hantro: streamline open, reuse error path Author: Philipp Zabel Date:Thu Sep 5 07:25:54 2019 -0300 This adds a label to the error path to avoid calling v4l2_m2m_ctx_init() and

[git:media_tree/master] media: cedrus: fix various format-related compliance issues

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cedrus: fix various format-related compliance issues Author: Hans Verkuil Date:Fri Aug 30 06:26:24 2019 -0300 Initialize the context on open() with valid capture and output formats.

[git:media_tree/master] media: am437x-vpfe: Fix missing first line

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: am437x-vpfe: Fix missing first line Author: Benoit Parrot Date:Fri Sep 20 14:05:43 2019 -0300 Previous generation of this driver were hard coded to handle encoder/decoder where the

[git:media_tree/master] media: am437x-vpfe: Streamlined vb2 buffer cleanup

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: am437x-vpfe: Streamlined vb2 buffer cleanup Author: Benoit Parrot Date:Fri Sep 20 14:05:47 2019 -0300 Returning queued vb2 buffers back to user space is a common task best handled by

[git:media_tree/master] media: am437x-vpfe: TRY_FMT ioctl is not really trying anything

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: am437x-vpfe: TRY_FMT ioctl is not really trying anything Author: Benoit Parrot Date:Fri Sep 20 14:05:51 2019 -0300 The try_fmt was not actually trying out the provided format but

[git:media_tree/master] media: am437x-vpfe: Remove per bus width static data

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: am437x-vpfe: Remove per bus width static data Author: Benoit Parrot Date:Fri Sep 20 14:05:52 2019 -0300 The bus related static data included in the vpfe_fmt static table can be

[git:media_tree/master] media: am437x-vpfe: Switch to SPDX Licensing

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: am437x-vpfe: Switch to SPDX Licensing Author: Benoit Parrot Date:Fri Sep 20 14:05:53 2019 -0300 Switch to SPDX licensing and drop the redundant GPL text. Signed-off-by: Benoit

[git:media_tree/master] media: am437x-vpfe: Fix suspend path to always handle pinctrl config

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: am437x-vpfe: Fix suspend path to always handle pinctrl config Author: Dave Gerlach Date:Fri Sep 20 14:05:42 2019 -0300 Currently if vpfe is not active then it returns immediately in

[git:media_tree/master] media: am437x-vpfe: fix start streaming error path

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: am437x-vpfe: fix start streaming error path Author: Benoit Parrot Date:Fri Sep 20 14:05:46 2019 -0300 When start_streaming fails the h/w module might be left enabled inadvertently.

[git:media_tree/master] media: am437x-vpfe: Setting STD to current value is not an error

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: am437x-vpfe: Setting STD to current value is not an error Author: Benoit Parrot Date:Fri Sep 20 14:05:48 2019 -0300 VIDIOC_S_STD should not return an error if the value is identical

[git:media_tree/master] media: am437x-vpfe: Wait for end of frame before tear-down

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: am437x-vpfe: Wait for end of frame before tear-down Author: Benoit Parrot Date:Fri Sep 20 14:05:45 2019 -0300 We were originally attempting to stop all processing as soon as

[git:media_tree/master] media: am437x-vpfe: Rework ISR routine for clarity

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: am437x-vpfe: Rework ISR routine for clarity Author: Benoit Parrot Date:Fri Sep 20 14:05:44 2019 -0300 Make the ISR code simpler to follow by removing goto and relocating/eliminating

[git:media_tree/master] media: am437x-vpfe: fix function trace debug log

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: am437x-vpfe: fix function trace debug log Author: Benoit Parrot Date:Fri Sep 20 14:05:50 2019 -0300 checkpatch.pl nows reports several: WARNING: Prefer using '"%s...", __func__' to

[git:media_tree/master] media: cec: document CEC_ADAP_G_CONNECTOR_INFO and capability

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: document CEC_ADAP_G_CONNECTOR_INFO and capability Author: Dariusz Marcinkiewicz Date:Fri Aug 23 09:20:59 2019 -0300 Document the new CEC_ADAP_G_CONNECTOR_INFO ioctl and the new

[git:media_tree/master] media: uapi/linux/cec.h: add defines for the CEC UI Command Operand

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: uapi/linux/cec.h: add defines for the CEC UI Command Operand Author: Hans Verkuil Date:Thu Sep 5 04:33:39 2019 -0300 These defines were never added to this CEC header, likely due to

[git:media_tree/master] media: cec/cec-adap.c: use new UI_CMD defines

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec/cec-adap.c: use new UI_CMD defines Author: Hans Verkuil Date:Thu Sep 5 04:33:40 2019 -0300 Instead of hardcoding the UI Command key values, use the new defines. Signed-off-by:

[git:media_tree/master] media: cec.h: CEC_OP_REC_FLAG_ values were swapped

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec.h: CEC_OP_REC_FLAG_ values were swapped Author: Hans Verkuil Date:Mon Sep 16 02:47:41 2019 -0300 CEC_OP_REC_FLAG_NOT_USED is 0 and CEC_OP_REC_FLAG_USED is 1, not the other way

[git:media_tree/master] media: cx231xx: convert to the vb2 framework

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cx231xx: convert to the vb2 framework Author: Hans Verkuil Date:Thu Sep 5 08:31:11 2019 -0300 This patch converts the cx231xx driver to the vb2 framework. Since you can't do a

[git:media_tree/master] media: vivid: Set vid_cap_streaming and vid_out_streaming to true

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vivid: Set vid_cap_streaming and vid_out_streaming to true Author: Vandana BN Date:Mon Sep 9 06:43:31 2019 -0300 When vbi stream is started, followed by video streaming, the

[git:media_tree/master] media: hantro: h264: Fix the frame_num wraparound case

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: hantro: h264: Fix the frame_num wraparound case Author: Boris Brezillon Date:Mon Sep 9 04:28:15 2019 -0300 Step '8.2.4.1 Decoding process for picture numbers' was missing in the

[git:media_tree/master] media: hantro: Simplify macroblock macros

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: hantro: Simplify macroblock macros Author: Ezequiel Garcia Date:Tue Sep 3 15:17:08 2019 -0300 It seems all codecs are using a 16x16 size macroblock, and so it's possible to have just

[git:media_tree/master] media: uapi: h264: clarify dec_ref_pic_marking_bit_size fields

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: uapi: h264: clarify dec_ref_pic_marking_bit_size fields Author: Philipp Zabel Date:Thu Sep 5 10:12:54 2019 -0300 Since dec_ref_pic_marking_bit_size is not a syntax element itself,

[git:media_tree/master] media: s3c-camif: make array 'registers' static const, makes object smaller

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: s3c-camif: make array 'registers' static const, makes object smaller Author: Colin Ian King Date:Fri Sep 6 05:11:33 2019 -0300 Don't populate the array 'registers' on the stack but

[git:media_tree/master] media: seco-cec: Add a missing 'release_region()' in an error handling path

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: seco-cec: Add a missing 'release_region()' in an error handling path Author: Christophe JAILLET Date:Sat Aug 31 03:42:58 2019 -0300 At the beginning of the probe function, we have a

[git:media_tree/master] media: ext-ctrls-flash.rst: fix typo

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ext-ctrls-flash.rst: fix typo Author: Hans Verkuil Date:Sun Sep 1 07:09:21 2019 -0300 to synchronises -> to synchronise Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho

[git:media_tree/master] media: hantro: Simplify buffer helpers

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: hantro: Simplify buffer helpers Author: Ezequiel Garcia Date:Tue Sep 3 15:17:09 2019 -0300 Modify hantro_get_ref() and hantro_h264_get_ref_buf() helpers to return the buffer DMA

[git:media_tree/master] media: rcar-vin: Add support for V4L2_FIELD_ALTERNATE

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rcar-vin: Add support for V4L2_FIELD_ALTERNATE Author: Niklas Söderlund Date:Wed Sep 4 18:54:08 2019 -0300 The hardware is capable to passing V4L2_FIELD_ALTERNATE to user-space.

[git:media_tree/master] media: mtk-vcodec: vdec: clean up vidioc_vdec_s_fmt a bit

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: vdec: clean up vidioc_vdec_s_fmt a bit Author: Alexandre Courbot Date:Fri Sep 6 08:55:03 2019 -0300 Check for a potentially NULL pointer that was overlooked and use

[git:media_tree/master] media: mtk-vcodec: vdec: fix incorrect pointer dereference

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: vdec: fix incorrect pointer dereference Author: Yunfei Dong Date:Fri Sep 6 08:55:01 2019 -0300 mtk_q_data::fmt is actually a pointer and must be dereferenced as such.

[git:media_tree/master] media: v4l2-dv-timings.c: fix format string

2019-10-01 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.c: fix format string Author: Hans Verkuil Date:Mon Sep 9 04:16:27 2019 -0300 It should be "%u.%02u" instead of "%u.%u". Signed-off-by: Hans Verkuil Reported-by:

[git:media_tree/master] media: rcar-vin: Rename rectangle holding the video source information

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rcar-vin: Rename rectangle holding the video source information Author: Niklas Söderlund Date:Wed Sep 4 18:54:06 2019 -0300 The variable to hold the video source information

[git:media_tree/master] media: vidioc-g-fbuf.rst: remove duplicate 'struct'

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vidioc-g-fbuf.rst: remove duplicate 'struct' Author: Hans Verkuil Date:Wed Sep 25 11:09:37 2019 -0300 "struct struct" -> "struct" Signed-off-by: Hans Verkuil Signed-off-by: Mauro

[git:media_tree/master] media: em28xx: make various arrays static const, makes object smaller

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: em28xx: make various arrays static const, makes object smaller Author: Colin Ian King Date:Fri Sep 6 05:58:39 2019 -0300 Don't populate the arrays on the stack but instead make them

[git:media_tree/master] media: hantro: h264: Rename POC_CMP() into HANTRO_CMP()

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: hantro: h264: Rename POC_CMP() into HANTRO_CMP() Author: Boris Brezillon Date:Mon Sep 9 04:28:14 2019 -0300 And use it for all native type comparisons, even if it's not strictly

[git:media_tree/master] media: uapi: h264: clarify V4L2_PIX_FMT_H264_SLICE format

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: uapi: h264: clarify V4L2_PIX_FMT_H264_SLICE format Author: Philipp Zabel Date:Tue Sep 10 07:20:30 2019 -0300 Document that the slice headers must be included for the benefit of

[git:media_tree/master] media: cec-gpio: add notifier support

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec-gpio: add notifier support Author: Hans Verkuil Date:Thu Sep 19 08:15:53 2019 -0300 Add support for cec-notifier to the cec-gpio driver. This makes it possible to associate the

[git:media_tree/master] media: cec: expose the new connector info API

2019-10-01 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: expose the new connector info API Author: Dariusz Marcinkiewicz Date:Fri Aug 23 09:20:58 2019 -0300 Until now the connector info API was a kernel-internal API only. This moves