[git:v4l-utils/master] compiler.h: fix compilation with libcxx

2020-05-05 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: compiler.h: fix compilation with libcxx Author: Rosen Penev Date:Tue Apr 28 21:06:25 2020 -0700 The fallthrough define doesn't work

[git:v4l-utils/master] compiler.h: fix compilation with clang + std=c++98 + glibcxx

2020-05-05 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: compiler.h: fix compilation with clang + std=c++98 + glibcxx Author: Rosen Penev Date:Tue Apr 28 21:06:26 2020 -0700 It seems clang

[git:media_tree/master] media: venus: core: Add missing mutex destroy

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: core: Add missing mutex destroy Author: Stanimir Varbanov Date:Tue Mar 31 16:54:28 2020 +0200 This adds missing mutex_destroy in remove method of venus core driver. Signed-off

[git:media_tree/master] media: venus: helpers: Done buffers per queue type

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: helpers: Done buffers per queue type Author: Stanimir Varbanov Date:Tue Mar 31 17:47:38 2020 +0200 Currently calling venus_helper_buffers_done() will return buffers to user for

[git:media_tree/master] media: venus: vdec: Init registered list unconditionally

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: vdec: Init registered list unconditionally Author: Stanimir Varbanov Date:Fri Apr 3 15:10:13 2020 +0200 Presently the list initialization is done only in dynamic-resolution-cha

[git:media_tree/master] media: venus: Mark last capture buffer

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: Mark last capture buffer Author: Stanimir Varbanov Date:Fri Apr 3 17:56:29 2020 +0200 According to stateful Codec API the decoder will process all remaining buffers from before

[git:media_tree/master] media: venus: core: Constify codec frequency data array

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: core: Constify codec frequency data array Author: Stanimir Varbanov Date:Tue Mar 31 17:42:52 2020 +0200 The array is not changed in the code, so make it const. Signed-off-by:

[git:media_tree/master] media: venus: venc, vdec: Return EBUSY on S_FMT while streaming

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: venc,vdec: Return EBUSY on S_FMT while streaming Author: Stanimir Varbanov Date:Sat Apr 18 11:06:22 2020 +0200 According to the v4l spec s_fmt must return EBUSY while the parti

[git:media_tree/master] media: venus: core: Fix mutex destroy in remove

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: core: Fix mutex destroy in remove Author: Stanimir Varbanov Date:Tue Mar 31 17:37:02 2020 +0200 The hfi_destroy function is called too early in remove method. It destroys a mut

[git:media_tree/master] media: venus: vdec: Mark flushed buffers with error state

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: venus: vdec: Mark flushed buffers with error state Author: Stanimir Varbanov Date:Tue Mar 31 18:19:51 2020 +0200 Once the hfi_session_flush is issued by the vdec all queued buffers to

[git:media_tree/master] media: ipu3.rst: add explanation for running mode

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ipu3.rst: add explanation for running mode Author: Bingbu Cao Date:Fri Apr 17 11:34:33 2020 +0200 Add some explanation of the ImgU running mode and add more information about firmware

[git:media_tree/master] media: MAINTAINERS: ipu3-imgu: Add Tian Shu and Bingbu as reviewers

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: MAINTAINERS: ipu3-imgu: Add Tian Shu and Bingbu as reviewers Author: Sakari Ailus Date:Wed Apr 22 20:13:26 2020 +0200 Add Bingbu Cao and Tian Shu Qiu as reviewers for the IPU3 ImgU dr

[git:media_tree/master] media: staging: ipu3: Fix stale list entries on parameter queue failure

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: ipu3: Fix stale list entries on parameter queue failure Author: Tomasz Figa Date:Sat Apr 11 19:37:10 2020 +0200 When queuing parameters fails, current code bails out without

[git:media_tree/master] media: staging: ipu3-imgu: Add a sanity check for the parameter struct size

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: ipu3-imgu: Add a sanity check for the parameter struct size Author: Sakari Ailus Date:Thu Apr 16 09:45:07 2020 +0200 There have been cases where seemingly innocuous patches

[git:media_tree/master] media: staging: ipu3-imgu: Move alignment attribute to field

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: ipu3-imgu: Move alignment attribute to field Author: Sakari Ailus Date:Wed Apr 15 17:40:09 2020 +0200 Move the alignment attribute of struct ipu3_uapi_awb_fr_config_s to the

[git:media_tree/master] media: Revert "staging: imgu: Address a compiler warning on alignment"

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Revert "staging: imgu: Address a compiler warning on alignment" Author: Sakari Ailus Date:Wed Apr 15 17:34:05 2020 +0200 This reverts commit c9d52c114a9fcc61c30512c7f810247a9f2812af.

[git:media_tree/master] media: staging: media: imx: no need to check return value of debugfs_create functions

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: imx: no need to check return value of debugfs_create functions Author: Greg Kroah-Hartman Date:Tue Apr 28 19:04:05 2020 +0200 When calling debugfs functions, there is

[git:media_tree/master] media: staging: rkisp1: rsz: remove redundant if statement and add inline doc

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: rkisp1: rsz: remove redundant if statement and add inline doc Author: Dafna Hirschfeld Date:Sun Apr 12 14:05:02 2020 +0200 The statement "if (rsz->fmt_type == V4L2_PIXEL_ENC

[git:media_tree/master] media: staging: media: usbvision: usbvision-core Correct spelling

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: usbvision: usbvision-core Correct spelling Author: John Oldman Date:Tue Apr 28 19:26:55 2020 +0200 Correct spelling in comment Signed-off-by: John Oldman Signed-off-

[git:media_tree/master] media: rcar-csi2: Fix comment of VCDT/VCDT2 register

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rcar-csi2: Fix comment of VCDT/VCDT2 register Author: Koji Matsuoka Date:Fri Apr 24 12:39:45 2020 +0200 According to latest H/W manual v1.50, the description of channel number in the

[git:media_tree/master] media: vimc: Support multiple media bus codes for each pixelformat

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vimc: Support multiple media bus codes for each pixelformat Author: Nícolas F. R. A. Prado Date:Fri May 1 15:11:02 2020 +0200 Change vimc_pix_map_list to allow multiple media bus code

[git:media_tree/master] media: staging: rkisp1: rsz: get the capture format info from the capture struct

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: rkisp1: rsz: get the capture format info from the capture struct Author: Dafna Hirschfeld Date:Sun Apr 12 14:05:01 2020 +0200 Currently the format info of the capture is ret

[git:media_tree/master] media: staging: rkisp1: cap: enable RGB capture format with YUV media bus

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: rkisp1: cap: enable RGB capture format with YUV media bus Author: Dafna Hirschfeld Date:Sun Apr 12 14:05:04 2020 +0200 In selfpath, RGB capture formats are received in the s

[git:media_tree/master] media: dt-bindings: media: rockchip-vpu: fix interrupt-names

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: media: rockchip-vpu: fix interrupt-names Author: Johan Jonker Date:Tue Apr 21 17:51:31 2020 +0200 A test with the command below gives for example this error: arch/arm64/

[git:media_tree/master] media: cx231xx: Remove unneeded semicolon

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cx231xx: Remove unneeded semicolon Author: Zou Wei Date:Tue Apr 28 14:08:09 2020 +0200 Fixes coccicheck warnings: drivers/media/usb/cx231xx/cx231xx-avcore.c:610:3-4: Unneeded semicol

[git:media_tree/master] media: staging: rkisp1: rsz: change (hv)div only if capture format is YUV

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: rkisp1: rsz: change (hv)div only if capture format is YUV Author: Dafna Hirschfeld Date:Sun Apr 12 14:05:03 2020 +0200 RGB formats in selfpath should receive input format as

[git:media_tree/master] media: meson: vdec: enable mcrcc for VP9

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: meson: vdec: enable mcrcc for VP9 Author: Maxime Jourdan Date:Tue Apr 28 14:50:34 2020 +0200 The motion compensation reference cache controller allows caching parts of reference frame

[git:media_tree/master] media: MAINTAINERS: update the Amlogic VDEC driver maintainer entry

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: MAINTAINERS: update the Amlogic VDEC driver maintainer entry Author: Neil Armstrong Date:Tue Apr 28 14:50:36 2020 +0200 Add myself as co-maintainer of the Amlogic VDEC driver, and add

[git:media_tree/master] media: vimc: Add missing {RGB, BGR, GBR}888 media bus codes

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vimc: Add missing {RGB,BGR,GBR}888 media bus codes Author: Nícolas F. R. A. Prado Date:Fri May 1 15:11:12 2020 +0200 Add missing RGB888_*, BGR888_* and GBR888_* media bus codes in the

[git:media_tree/master] media: sun8i: Fix an error handling path in 'deinterlace_runtime_resume()'

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: sun8i: Fix an error handling path in 'deinterlace_runtime_resume()' Author: Christophe JAILLET Date:Tue May 5 09:50:34 2020 +0200 It is spurious to call 'clk_disable_unprepare()' whe

[git:media_tree/master] media: vimc: deb: Add support for {RGB, BGR, GBR}888 bus formats on source pad

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vimc: deb: Add support for {RGB,BGR,GBR}888 bus formats on source pad Author: Nícolas F. R. A. Prado Date:Fri May 1 15:11:23 2020 +0200 Add support for RGB888_*, BGR888_* and GBR888_

[git:media_tree/master] media: ti-vpe: avoid gcc-9 warning

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ti-vpe: avoid gcc-9 warning Author: Arnd Bergmann Date:Tue Apr 28 23:34:19 2020 +0200 gcc warns about empty array declarations, which we get in this driver when compile-testing withou

[git:media_tree/master] media: cec: silence shift wrapping warning in __cec_s_log_addrs()

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: silence shift wrapping warning in __cec_s_log_addrs() Author: Dan Carpenter Date:Tue May 5 10:25:56 2020 +0200 The log_addrs->log_addr_type[i] value is a u8 which is controlled b

[git:media_tree/master] media: imx: utils: Default colorspace to SRGB

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx: utils: Default colorspace to SRGB Author: Steve Longerbeam Date:Tue Apr 21 18:29:40 2020 +0200 The function imx_media_init_mbus_fmt() initializes the imx subdevice mbus colorimet

[git:media_tree/master] media: admin-guide: make clear about PCI subsystem IDs

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: admin-guide: make clear about PCI subsystem IDs Author: Mauro Carvalho Chehab Date:Wed Apr 22 09:25:00 2020 +0200 On several parts of the document, it mentions "PCI ID", when it is ac

[git:media_tree/master] media: admin-guide: split cardlist.rst file

2020-05-05 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: admin-guide: split cardlist.rst file Author: Mauro Carvalho Chehab Date:Wed Apr 22 10:44:21 2020 +0200 After adding all cardlists, this file became too big. Split it on smaller files,