[git:media_stage/master] media: pixfmt-yuv-planar.rst: fix PIX_FMT labels

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: pixfmt-yuv-planar.rst: fix PIX_FMT labels Author: Hans Verkuil Date:Tue Mar 8 09:25:56 2022 +0100 Two labels used _ instead of - so were never found and one new PIX_FMT was missing th

[git:media_stage/master] media: amphion: fix an issue that using pm_runtime_get_sync incorrectly

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: amphion: fix an issue that using pm_runtime_get_sync incorrectly Author: Ming Qian Date:Thu Mar 10 07:38:56 2022 +0100 pm_runtime_get_sync() also returns 1 on success. The documentati

[git:media_stage/master] media: amphion: cleanup media device if register it fail

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: amphion: cleanup media device if register it fail Author: Ming Qian Date:Mon Mar 14 06:28:55 2022 +0100 there is issue that driver forget to call media_device_cleanup if media_device_

[git:media_stage/master] media: amphion: fix some issues to improve robust

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: amphion: fix some issues to improve robust Author: Ming Qian Date:Fri Mar 11 06:17:07 2022 +0100 fix some issues reported by Dan, 1. fix some signedness bug 2. don't use u32 as functi

[git:media_stage/master] media: vidtv: use vfree() for memory allocated with vzalloc()

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vidtv: use vfree() for memory allocated with vzalloc() Author: Yihao Han Date:Tue Mar 8 10:41:32 2022 +0100 It is allocated with vzalloc(), the corresponding release function should n

[git:media_stage/master] media: m5mols/m5mols.h: document new reset field

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: m5mols/m5mols.h: document new reset field Author: Hans Verkuil Date:Tue Mar 8 09:42:29 2022 +0100 The new reset field in struct m5mols_info was not documented, add this. This fixes a

[git:media_stage/master] media: amphion: fix some error related with undefined reference to __divdi3

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: amphion: fix some error related with undefined reference to __divdi3 Author: Ming Qian Date:Fri Mar 11 06:16:34 2022 +0100 1. use ns_to_timespec64 instead of division method 2. use t

[git:media_stage/master] media: platform: amphion: Fix build error without MAILBOX

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: amphion: Fix build error without MAILBOX Author: YueHaibing Date:Fri Mar 18 04:03:05 2022 +0100 while COMPILE_TEST is y and MAILBOX is n, build fails: ERROR: modpost: "mbox

[git:media_stage/master] media: platform: Remove unnecessary print function dev_err()

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: Remove unnecessary print function dev_err() Author: Yang Li Date:Wed Mar 16 01:14:11 2022 +0100 The print function dev_err() is redundant because platform_get_irq() already

[git:media_stage/master] media: amphion: Add missing of_node_put() in vpu_core_parse_dt()

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: amphion: Add missing of_node_put() in vpu_core_parse_dt() Author: Xiongfeng Wang Date:Wed Mar 16 09:19:38 2022 +0100 of_parse_phandle() will increment the refcount of the returned dev

[git:media_stage/master] media: mtk-vcodec: Add missing of_node_put() in mtk_vdec_hw_prob_done()

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: Add missing of_node_put() in mtk_vdec_hw_prob_done() Author: Xiongfeng Wang Date:Wed Mar 16 13:34:52 2022 +0100 of_find_compatible_node() will increment the refcount of th

[git:media_stage/master] media: platform: sun8i-rotate: move config to its own file

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: sun8i-rotate: move config to its own file Author: Mauro Carvalho Chehab Date:Fri Mar 11 12:43:29 2022 +0100 In order to better organize the platform/Kconfig, place sun8i-rot

[git:media_stage/master] media: platform: s5p-g2d: move config to its own file

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: s5p-g2d: move config to its own file Author: Mauro Carvalho Chehab Date:Fri Mar 11 12:37:24 2022 +0100 In order to better organize the platform/Kconfig, place s5p-g2d-specif

[git:media_stage/master] media: platform: vde: move config to its own file

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: vde: move config to its own file Author: Mauro Carvalho Chehab Date:Fri Mar 11 12:47:45 2022 +0100 In order to better organize the platform/Kconfig, place vde-specific confi

[git:media_stage/master] media: platform: sun8i-di: move config to its own file

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: sun8i-di: move config to its own file Author: Mauro Carvalho Chehab Date:Fri Mar 11 12:41:19 2022 +0100 In order to better organize the platform/Kconfig, place sun8i-di-spec

[git:media_stage/master] media: platform: hva: move config to its own file

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: hva: move config to its own file Author: Mauro Carvalho Chehab Date:Fri Mar 11 12:38:45 2022 +0100 In order to better organize the platform/Kconfig, place hva-specific confi

[git:media_stage/master] media: platform: stm32: move config to its own file

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: stm32: move config to its own file Author: Mauro Carvalho Chehab Date:Fri Mar 11 12:40:11 2022 +0100 In order to better organize the platform/Kconfig, place stm32-specific c

[git:media_stage/master] media: platform: ti-vpe: move config to its own file

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: ti-vpe: move config to its own file Author: Mauro Carvalho Chehab Date:Fri Mar 11 12:49:30 2022 +0100 In order to better organize the platform/Kconfig, place ti-vpe-specific

[git:media_stage/master] media: platform: bdisp: move config to its own file

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: bdisp: move config to its own file Author: Mauro Carvalho Chehab Date:Fri Mar 11 13:34:39 2022 +0100 In order to better organize the platform/Kconfig, place bdisp-specific c

[git:media_stage/master] media: platform: delta: move config to its own file

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: delta: move config to its own file Author: Mauro Carvalho Chehab Date:Fri Mar 11 13:29:17 2022 +0100 In order to better organize the platform/Kconfig, place delta-specific c

[git:media_stage/master] media: platform: rkisp1: move config to its own file

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rkisp1: move config to its own file Author: Mauro Carvalho Chehab Date:Fri Mar 11 13:24:31 2022 +0100 In order to better organize the platform/Kconfig, place rkisp1-specific

[git:media_stage/master] media: platform: place stm32/ and sti/ under st/ dir

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: place stm32/ and sti/ under st/ dir Author: Mauro Carvalho Chehab Date:Mon Mar 14 12:43:10 2022 +0100 As the end goal is to have platform drivers split by vendor, move both

[git:media_stage/master] media: platform: s5p-jpeg: move config to its own file

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: s5p-jpeg: move config to its own file Author: Mauro Carvalho Chehab Date:Fri Mar 11 13:38:15 2022 +0100 In order to better organize the platform/Kconfig, place s5p-jpeg-spec

[git:media_stage/master] media: platform: s5p-mfc: move config to its own file

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: s5p-mfc: move config to its own file Author: Mauro Carvalho Chehab Date:Fri Mar 11 13:36:27 2022 +0100 In order to better organize the platform/Kconfig, place s5p-mfc-specif

[git:media_stage/master] media: platform: rename coda/ to chips-media/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename coda/ to chips-media/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:11 2022 +0100 As the end goal is to have platform drivers split by vendor, rename coda/ to c

[git:media_stage/master] media: platform: Kconfig: place platform drivers on a submenu

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: Kconfig: place platform drivers on a submenu Author: Mauro Carvalho Chehab Date:Sun Mar 13 06:47:32 2022 +0100 Just like media bus drivers, place platform drivers on a subme

[git:media_stage/master] media: platform: Kconfig: sort entries

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: Kconfig: sort entries Author: Mauro Carvalho Chehab Date:Fri Mar 11 14:16:38 2022 +0100 Now that each non-generic driver has their own directory, sort the entries. Reviewed

[git:media_stage/master] media: platform: move some manufacturer entries

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: move some manufacturer entries Author: Mauro Carvalho Chehab Date:Fri Mar 11 14:20:46 2022 +0100 As there are 4 manufacturer's directories with multiple sources (qcom, rockc

[git:media_stage/master] media: platform: rename marvell-ccic/ to marvell/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename marvell-ccic/ to marvell/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:12 2022 +0100 As the end goal is to have platform drivers split by vendor, rename marvel

[git:media_stage/master] media: platform: rename mtk-vpu/ to mediatek/mtk-vpu/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename mtk-vpu/ to mediatek/mtk-vpu/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:14 2022 +0100 As the end goal is to have platform drivers split by vendor, rename mt

[git:media_stage/master] media: platform: rename mtk-vcodec/ to mediatek/mtk-vcodec/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename mtk-vcodec/ to mediatek/mtk-vcodec/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:13 2022 +0100 As the end goal is to have platform drivers split by vendor, ren

[git:media_stage/master] media: platform: rename mtk-jpeg/ to mediatek/mtk-jpeg/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename mtk-jpeg/ to mediatek/mtk-jpeg/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:13 2022 +0100 As the end goal is to have platform drivers split by vendor, rename

[git:media_stage/master] media: platform: rename mtk-mdp/ to mediatek/mtk-mdp/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename mtk-mdp/ to mediatek/mtk-mdp/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:13 2022 +0100 As the end goal is to have platform drivers split by vendor, rename mt

[git:media_stage/master] media: platform: rename meson/ge2d/ to amlogic/meson-ge2d/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename meson/ge2d/ to amlogic/meson-ge2d/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:12 2022 +0100 As the end goal is to have platform drivers split by vendor, rena

[git:media_stage/master] media: platform: rename am437x/ to ti/am437x/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename am437x/ to ti/am437x/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:19 2022 +0100 As the end goal is to have platform drivers split by vendor, rename am437x/ to

[git:media_stage/master] media: platform: rename exynos-gsc/ to samsung/exynos-gsc/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename exynos-gsc/ to samsung/exynos-gsc/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:16 2022 +0100 As the end goal is to have platform drivers split by vendor, rena

[git:media_stage/master] media: spi: Kconfig: Place SPI drivers on a single menu

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: spi: Kconfig: Place SPI drivers on a single menu Author: Mauro Carvalho Chehab Date:Tue Mar 15 07:04:01 2022 +0100 It makes no sense to have two menus for SPI drivers, each one with a

[git:media_stage/master] media: atomisp: fix bad usage at error handling logic

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: fix bad usage at error handling logic Author: Mauro Carvalho Chehab Date:Mon Mar 14 18:11:38 2022 +0100 As warned by sparse: atomisp: drivers/staging/media/atomisp/pc

[git:media_stage/master] media: platform: rename s5p-g2d/ to samsung/s5p-g2d/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename s5p-g2d/ to samsung/s5p-g2d/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:17 2022 +0100 As the end goal is to have platform drivers split by vendor, rename s5p

[git:media_stage/master] media: platform: rename s3c-camif/ to samsung/s3c-camif/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename s3c-camif/ to samsung/s3c-camif/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:16 2022 +0100 As the end goal is to have platform drivers split by vendor, rename

[git:media_stage/master] media: Kconfig: cleanup VIDEO_DEV dependencies

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Kconfig: cleanup VIDEO_DEV dependencies Author: Mauro Carvalho Chehab Date:Sun Mar 13 07:25:46 2022 +0100 media Kconfig has two entries associated to V4L API: VIDEO_DEV and VIDEO_V4L2

[git:media_stage/master] media: platform: rename omap/ to ti/omap/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename omap/ to ti/omap/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:20 2022 +0100 As the end goal is to have platform drivers split by vendor, rename omap/ to ti/om

[git:media_stage/master] media: i2c: Kconfig: move camera drivers to the top

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: Kconfig: move camera drivers to the top Author: Mauro Carvalho Chehab Date:Tue Mar 15 06:54:42 2022 +0100 The camera drivers are the ones that suffer additions/changes on those d

[git:media_stage/master] media: platform: rename exynos4-is/ to samsung/exynos4-is/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename exynos4-is/ to samsung/exynos4-is/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:16 2022 +0100 As the end goal is to have platform drivers split by vendor, rena

[git:media_stage/master] media: platform: Create vendor/{Makefile, Kconfig} files

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: Create vendor/{Makefile,Kconfig} files Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:21 2022 +0100 Instead of placing multiple per-vendor entries at the platform/{Make

[git:media_stage/master] media: platform: ti/Kconfig: move VPE/CAL entries to it

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: ti/Kconfig: move VPE/CAL entries to it Author: Mauro Carvalho Chehab Date:Mon Mar 14 13:39:20 2022 +0100 In order to follow the changes made by the previous patch, which mov

[git:media_stage/master] media: platform/*/Kconfig: make manufacturer menus more uniform

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform/*/Kconfig: make manufacturer menus more uniform Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:34:06 2022 +0100 Do some adjustments at the per-vendor Kconfig, adding a comm

[git:media_stage/master] media: platform: rename s5p-mfc/ to samsung/s5p-mfc/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename s5p-mfc/ to samsung/s5p-mfc/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:18 2022 +0100 As the end goal is to have platform drivers split by vendor, rename s5p

[git:media_stage/master] media: platform: rename mediatek/mtk-jpeg/ to mediatek/jpeg/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename mediatek/mtk-jpeg/ to mediatek/jpeg/ Author: Mauro Carvalho Chehab Date:Mon Mar 14 16:31:09 2022 +0100 As the end goal is to have platform drivers split by vendor, re

[git:media_stage/master] media: platform: rename tegra/vde/ to nvidia/tegra-vde/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename tegra/vde/ to nvidia/tegra-vde/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:15 2022 +0100 As the end goal is to have platform drivers split by vendor, rename

[git:media_stage/master] media: platform: rename omap3isp/ to ti/omap3isp/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename omap3isp/ to ti/omap3isp/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:20 2022 +0100 As the end goal is to have platform drivers split by vendor, rename omap3i

[git:media_stage/master] media: media/*/Kconfig: sort entries

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: media/*/Kconfig: sort entries Author: Mauro Carvalho Chehab Date:Mon Mar 14 11:01:05 2022 +0100 Currently, the idems inside media Kconfig are out of order. Sort them using the script

[git:media_stage/master] media: platform: re-structure TI drivers

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: re-structure TI drivers Author: Pratyush Yadav Date:Fri Jan 21 19:59:00 2022 +0530 The ti-vpe/ sub-directory does not only contain the VPE-specific things. It also contains

[git:media_stage/master] media: platform: rename davinci/ to ti/davinci/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename davinci/ to ti/davinci/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:19 2022 +0100 As the end goal is to have platform drivers split by vendor, rename davinci/

[git:media_stage/master] media: platform: rename s5p-jpeg/ to samsung/s5p-jpeg/

2022-03-17 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: rename s5p-jpeg/ to samsung/s5p-jpeg/ Author: Mauro Carvalho Chehab Date:Sun Mar 13 11:18:17 2022 +0100 As the end goal is to have platform drivers split by vendor, rename s

[git:v4l-utils/master] v4l2-ctl: allow waiting/polling for multiple events

2022-03-17 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: v4l2-ctl: allow waiting/polling for multiple events Author: Hans Verkuil Date:Thu Mar 17 10:35:27 2022 +0100 Currently there can be