[git:media_stage/master] media: cec: core: add adap_nb_transmit_canceled() callback

2023-07-28 Thread Mauro Carvalho Chehab
ted-by: Zheng Zhang Signed-off-by: Hans Verkuil Fixes: f9d0ecbf56f4 ("media: cec: correctly pass on reply results") Signed-off-by: Mauro Carvalho Chehab drivers/media/cec/core/cec-adap.c | 4 ++-- include/media/cec.h | 6 -- 2 files changed, 6 insertions(+), 4

[git:media_stage/master] media: cec: core: add adap_unconfigured() callback

2023-07-28 Thread Mauro Carvalho Chehab
-level adap_* callbacks are called with the mutex held. All other callbacks are called without that mutex held. Signed-off-by: Hans Verkuil Fixes: f1b57164305d ("media: cec: add optional adap_configured callback") Signed-off-by: Mauro Carvalho Chehab drivers/media/cec/core/cec-adap.c |

[git:media_stage/master] media: cec-pin: improve interrupt handling

2023-07-28 Thread Mauro Carvalho Chehab
that the disable_irq op is called even if the device node is unregistered, log the state of the interrupt in debugfs, and disable the interrupt when the kernel thread is stopped. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab drivers/media/cec/core/cec-pin-priv.h | 1 + drivers

[git:media_stage/master] media: Documentation: media: cec: describe new callbacks

2023-07-28 Thread Mauro Carvalho Chehab
eld or not. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab Documentation/driver-api/media/cec-core.rst | 44 ++--- 1 file changed, 34 insertions(+), 10 deletions(-) --- diff --git a/Documentation/driver-api/media/cec-core.rst b/Documentation/driver-

[git:media_stage/master] media: cec-gpio: drop the cec_gpio_free callback

2023-07-28 Thread Mauro Carvalho Chehab
when the kthread stops, there is no longer any need for the cec-gpio driver to do this in the free callback. So drop this code. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab drivers/media/cec/platform/cec-gpio/cec-gpio.c | 6 -- 1 file changed, 6 deletions(-) --- diff

[git:media_stage/master] media: cec-pin: only enable interrupts when monitoring the CEC pin

2023-07-28 Thread Mauro Carvalho Chehab
the CEC pin for an unconfigured CEC device. That gives it the most precise CEC pin debugging results. This avoids a corner case where the interrupt is enabled for a short period when the adapter is about to be configured. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab drivers

[git:media_stage/master] media: v4l: async: Add some debug prints

2023-07-28 Thread Mauro Carvalho Chehab
Carvalho Chehab drivers/media/v4l2-core/v4l2-async.c | 71 1 file changed, 63 insertions(+), 8 deletions(-) --- diff --git a/drivers/media/v4l2-core/v4l2-async.c b/drivers/media/v4l2-core/v4l2-async.c index 7831bc879290..c5781124337a 100644 --- a/drivers/media

[git:media_stage/master] media: Documentation: v4l: Fix async notifier registration example

2023-07-28 Thread Mauro Carvalho Chehab
. The name of the variable in error handling was wrong (asd vs. my_asd). Signed-off-by: Sakari Ailus Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab Documentation/driver-api/media/v4l2-subdev.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[git:media_stage/master] media: xilinx-vipp: Clean up bound async notifier callback

2023-07-28 Thread Mauro Carvalho Chehab
Tested-by: Aishwarya Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/xilinx/xilinx-vipp.c | 32 + 1 file changed, 5 insertions(+), 27 deletions(-) --- diff --git

[git:media_stage/master] media: Documentation: v4l: Document v4l2_async_nf_cleanup

2023-07-28 Thread Mauro Carvalho Chehab
an unregistered notifier's memory. Also remove the sentence regarding v4l2_async_nf_init() arguments --- those are documented in kerneldoc which is referred here. Signed-off-by: Sakari Ailus Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab Documentation/driver

[git:media_stage/master] media: Documentation: v4l: Fix async sensor subdev helper documentation

2023-07-28 Thread Mauro Carvalho Chehab
is, besider unregistered, also cleaned up using v4l2_async_unregister_subdev(). Signed-off-by: Sakari Ailus Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab Documentation/driver-api/media/v4l2-subdev.rst | 10 +- 1 file changed, 5 insertions(+), 5 deletions

[git:media_stage/master] media: v4l: async: Clean up list heads and entries

2023-07-28 Thread Mauro Carvalho Chehab
Carvalho Chehab drivers/media/pci/intel/ipu3/ipu3-cio2.c| 2 +- drivers/media/platform/xilinx/xilinx-vipp.c | 6 ++-- drivers/media/v4l2-core/v4l2-async.c| 54 ++--- drivers/staging/media/tegra-video/vi.c | 4 +-- include/media/v4l2-async.h

[git:media_stage/master] media: v4l: async: Only pass match information for async subdev validation

2023-07-28 Thread Mauro Carvalho Chehab
# rcar + adv746x Reviewed-by: Laurent Pinchart Tested-by: Aishwarya Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-async.c | 109 ++- 1 file changed, 56

[git:media_stage/master] media: v4l: async: Don't check whether asd is NULL in validity check

2023-07-28 Thread Mauro Carvalho Chehab
SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-async.c | 3 --- 1 file changed, 3 deletions(-) --- diff --git a/drivers/media/v4l2-core/v4l2-async.c b/drivers/media/v4l2-core/v4l2-async.c index 9b79bcc1af82..925ab5571cd4 100644 --- a/drivers/media/v4l2-core/v4l2-async.c

[git:media_stage/master] media: v4l: async: Make V4L2 async match information a struct

2023-07-28 Thread Mauro Carvalho Chehab
Tested-by: Aishwarya Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-async.c | 18 include/media/v4l2-async.h | 41 2 files

[git:media_stage/master] media: v4l: async: Drop duplicate handling when adding connections

2023-07-28 Thread Mauro Carvalho Chehab
Söderlund # rcar + adv746x Tested-by: Aishwarya Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-async.c | 27 --- 1 file changed, 8 insertions(+), 19 deletions

[git:media_stage/master] media: v4l: async: Rename V4L2_ASYNC_MATCH_ macros, add TYPE_

2023-07-28 Thread Mauro Carvalho Chehab
Tested-by: Philipp Zabel # imx6qp Tested-by: Niklas Söderlund # rcar + adv746x Reviewed-by: Laurent Pinchart Tested-by: Aishwarya Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-async.c | 22

[git:media_stage/master] media: v4l: async: Simplify async sub-device fwnode matching

2023-07-28 Thread Mauro Carvalho Chehab
Signed-off-by: Sakari Ailus Tested-by: Philipp Zabel # imx6qp Tested-by: Niklas Söderlund # rcar + adv746x Tested-by: Aishwarya Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/adv748x/adv748x-csi

[git:media_stage/master] media: v4l: async: Rework internal lists

2023-07-28 Thread Mauro Carvalho Chehab
+ adv746x Tested-by: Aishwarya Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/pci/intel/ipu3/ipu3-cio2.c | 2 +- .../media/platform/renesas/rcar-vin/rcar-core.c| 2 +- .../media/platform

[git:media_stage/master] media: omap3isp: Move link creation to bound callback

2023-07-28 Thread Mauro Carvalho Chehab
with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/ti/omap3isp/isp.c | 38 1 file changed, 19 insertions(+), 19 deletions(-) --- diff --git a/drivers/media/platform/ti/omap3isp/isp.c b/drivers/media

[git:media_stage/master] media: v4l: async: Drop unneeded list entry initialisation

2023-07-28 Thread Mauro Carvalho Chehab
SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-async.c | 2 -- 1 file changed, 2 deletions(-) --- diff --git a/drivers/media/v4l2-core/v4l2-async.c b/drivers/media/v4l2-core/v4l2-async.c index 6bd3e179f29f..44f72aa75c19 100644 --- a/drivers/media/v4l2-core/v4l2-async.c

[git:media_stage/master] media: Documentation: v4l: Add section titles for async

2023-07-28 Thread Mauro Carvalho Chehab
is mostly fine as-is, it has grown from its original state but remains without internal structure. Add it now. Also remove an extra newline. Signed-off-by: Sakari Ailus Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab Documentation/driver-api/media/v4l2-subdev.rst

[git:media_stage/master] media: pxa_camera: Register V4L2 device early

2023-07-28 Thread Mauro Carvalho Chehab
Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/intel/pxa_camera.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) --- diff --git a/drivers/media/platform/intel

[git:media_stage/master] media: v4l: async: Clean up error handling in v4l2_async_match_notify

2023-07-28 Thread Mauro Carvalho Chehab
RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-async.c | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) --- diff --git a/drivers/media/v4l2-core/v4l2-async.c b/drivers/media/v4l2-core/v4l2-async.c index 9964d7f38480..0a9c9fb2a42c

[git:media_stage/master] media: Documentation: v4l: Document missing async subdev function

2023-07-28 Thread Mauro Carvalho Chehab
Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab Documentation/driver-api/media/v4l2-subdev.rst | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) --- diff --git a/Documentation/driver-api/media/v4l2-subdev.rst b/Documentation/driver-api/media/v4l2

[git:media_stage/master] media: adv748x: Return to endpoint matching

2023-07-28 Thread Mauro Carvalho Chehab
Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/adv748x/adv748x-csi2.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) --- diff --git a/drivers/media/i2c/adv748x/adv748x-csi2.c b/drivers/media/i2c/adv748x/adv748x-csi2.c index b6

[git:media_stage/master] media: pxa_camera: Fix probe error handling

2023-07-28 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/intel/pxa_camera.c | 48 --- 1 file changed, 25 insertions(+), 23 deletions(-) --- diff --git a/drivers/media/platform/intel/pxa_camera.c b/drivers/media/platform/intel/pxa_camera.c index 1544102554da

[git:media_stage/master] media: v4l: async: Try more connections

2023-07-28 Thread Mauro Carvalho Chehab
RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-async.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/drivers/media/v4l2-core/v4l2-async.c b/drivers/media/v4l2-core/v4l2-async.c index 44f72aa75c19..6b3c02d27ebf 100644 --- a/drivers

[git:media_stage/master] media: xilinx-vipp: Init async notifier after registering V4L2 device

2023-07-28 Thread Mauro Carvalho Chehab
Pinchart Tested-by: Philipp Zabel # imx6qp Tested-by: Niklas Söderlund # rcar + adv746x Tested-by: Aishwarya Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/xilinx/xilinx-vipp.c | 3 ++- 1 file

[git:media_stage/master] media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection

2023-07-28 Thread Mauro Carvalho Chehab
# imx6qp Tested-by: Niklas Söderlund # rcar + adv746x Tested-by: Aishwarya Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab Documentation/driver-api/media/v4l2-subdev.rst | 51 --- drivers/media/i2c/ds90ub913.c

[git:media_stage/master] media: v4l: async: Support fwnode endpoint list matching for subdevs

2023-07-28 Thread Mauro Carvalho Chehab
# Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-async.c | 41 +++ drivers/media/v4l2-core/v4l2-subdev.c | 13 +++ include/media/v4l2-async.h| 30

[git:media_stage/master] media: am437x-vpfe: Register V4L2 device early

2023-07-28 Thread Mauro Carvalho Chehab
# Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/ti/am437x/am437x-vpfe.c | 27 +- 1 file changed, 13 insertions(+), 14 deletions(-) --- diff --git a/drivers/media/platform/ti/am437x

[git:media_stage/master] media: davinci: Init async notifier after registering V4L2 device

2023-07-28 Thread Mauro Carvalho Chehab
# imx6qp Tested-by: Niklas Söderlund # rcar + adv746x Tested-by: Aishwarya Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/ti/davinci/vpif_capture.c | 19 +-- 1 file changed, 9

[git:media_stage/master] media: v4l: async: Set v4l2_device and subdev in async notifier init

2023-07-28 Thread Mauro Carvalho Chehab
-by: Aishwarya Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/ds90ub913.c | 4 +- drivers/media/i2c/ds90ub953.c | 4 +- drivers/media/i2c/ds90ub960.c

[git:media_stage/master] media: v4l: async: Obtain async connection based on sub-device

2023-07-28 Thread Mauro Carvalho Chehab
Zabel # imx6qp Tested-by: Niklas Söderlund # rcar + adv746x Tested-by: Aishwarya Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/rockchip/rkisp1/rkisp1-csi.c | 7 ++- drivers/media/platform

[git:media_stage/master] media: omap3isp: Initialise V4L2 async notifier later

2023-07-28 Thread Mauro Carvalho Chehab
-by: Niklas Söderlund # rcar + adv746x Tested-by: Aishwarya Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/ti/omap3isp/isp.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions

[git:media_stage/master] media: Documentation: v4l: Document sub-device notifiers

2023-07-28 Thread Mauro Carvalho Chehab
with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab Documentation/driver-api/media/v4l2-subdev.rst | 11 +++ 1 file changed, 11 insertions(+) --- diff --git a/Documentation/driver-api/media/v4l2-subdev.rst b/Documentation/driver-api/media/v4l2

[git:media_stage/master] media: v4l: async: Clean up testing for duplicate async subdevs

2023-07-28 Thread Mauro Carvalho Chehab
46x Tested-by: Aishwarya Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-async.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) --- diff --git a/drivers/media

[git:media_stage/master] media: v4l: async: Allow multiple connections between entities

2023-07-28 Thread Mauro Carvalho Chehab
a pointer but a linked list. Signed-off-by: Sakari Ailus Tested-by: Philipp Zabel # imx6qp Tested-by: Niklas Söderlund # rcar + adv746x Tested-by: Aishwarya Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers

[git:media_stage/master] media: qcom: Initialise V4L2 async notifier later

2023-07-28 Thread Mauro Carvalho Chehab
-by: Niklas Söderlund # rcar + adv746x Tested-by: Aishwarya Kothari # Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/qcom/camss/camss.c | 21 ++--- 1 file changed, 10 insertions(+), 11

[git:media_stage/master] media: marvell: cafe: Register V4L2 device earlier

2023-07-28 Thread Mauro Carvalho Chehab
# Apalis i.MX6Q with TC358743 Tested-by: Lad Prabhakar # Renesas RZ/G2L SMARC Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/marvell/cafe-driver.c | 11 +-- drivers/media/platform/marvell/mcam-core.c | 9 - 2 files changed, 9 insertions(+), 11 deletions

[git:media_stage/fixes] media: uvcvideo: Fix menu count handling for userspace XU mappings

2023-07-28 Thread Mauro Carvalho Chehab
-5906239ae...@spahan.ch/ Cc: sta...@vger.kernel.org Reported-by: Poncho Fixes: 716c330433e3 ("media: uvcvideo: Use standard names for menus") Signed-off-by: Laurent Pinchart Reviewed-by: Ricardo Ribalda Signed-off-by: Mauro Carvalho Chehab drivers/media/usb/uvc/uvc_v4l2.c | 2 +- 1 file

[git:media_stage/fixes] media: mtk-jpeg: Set platform driver data earlier

2023-07-28 Thread Mauro Carvalho Chehab
platform_set_drvdata() to before devm_of_platform_populate() to fix this. Fixes: 934e8bccac95 ("mtk-jpegenc: support jpegenc multi-hardware") Signed-off-by: Chen-Yu Tsai Reviewed-by: AngeloGioacchino Del Regno Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab drivers/media/platfor

[git:media_stage/fixes] media: cec-gpio: specify IRQF_NO_AUTOEN when requesting irq

2023-07-28 Thread Mauro Carvalho Chehab
. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab drivers/media/cec/platform/cec-gpio/cec-gpio.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- diff --git a/drivers/media/cec/platform/cec-gpio/cec-gpio.c b/drivers/media/cec/platform/cec-gpio/cec-gpio.c index

[git:media_stage/fixes] media: cec-pin: only enable interrupts when monitoring the CEC pin

2023-07-28 Thread Mauro Carvalho Chehab
the CEC pin for an unconfigured CEC device. That gives it the most precise CEC pin debugging results. This avoids a corner case where the interrupt is enabled for a short period when the adapter is about to be configured. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab drivers

[git:media_stage/fixes] media: cec: core: add adap_nb_transmit_canceled() callback

2023-07-28 Thread Mauro Carvalho Chehab
ted-by: Zheng Zhang Signed-off-by: Hans Verkuil Fixes: f9d0ecbf56f4 ("media: cec: correctly pass on reply results") Signed-off-by: Mauro Carvalho Chehab drivers/media/cec/core/cec-adap.c | 4 ++-- include/media/cec.h | 6 -- 2 files changed, 6 insertions(+), 4

[git:media_stage/fixes] media: cec-pin: improve interrupt handling

2023-07-28 Thread Mauro Carvalho Chehab
that the disable_irq op is called even if the device node is unregistered, log the state of the interrupt in debugfs, and disable the interrupt when the kernel thread is stopped. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab drivers/media/cec/core/cec-pin-priv.h | 1 + drivers

[git:media_stage/fixes] media: Documentation: media: cec: describe new callbacks

2023-07-28 Thread Mauro Carvalho Chehab
eld or not. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab Documentation/driver-api/media/cec-core.rst | 44 ++--- 1 file changed, 34 insertions(+), 10 deletions(-) --- diff --git a/Documentation/driver-api/media/cec-core.rst b/Documentation/driver-

[git:media_stage/fixes] media: cec: core: add adap_unconfigured() callback

2023-07-28 Thread Mauro Carvalho Chehab
-level adap_* callbacks are called with the mutex held. All other callbacks are called without that mutex held. Signed-off-by: Hans Verkuil Fixes: f1b57164305d ("media: cec: add optional adap_configured callback") Signed-off-by: Mauro Carvalho Chehab drivers/media/cec/core/cec-adap.c |

[git:media_stage/fixes] media: cec-gpio: drop the cec_gpio_free callback

2023-07-28 Thread Mauro Carvalho Chehab
when the kthread stops, there is no longer any need for the cec-gpio driver to do this in the free callback. So drop this code. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab drivers/media/cec/platform/cec-gpio/cec-gpio.c | 6 -- 1 file changed, 6 deletions(-) --- diff

[git:media_stage/master] media: ipu3-cio2: rename ipu3-cio2-main.c back to ipu3-cio2.c

2023-07-14 Thread Mauro Carvalho Chehab
has 1 source file, then we can rename the source file back to ipu3-cio2.c. Signed-off-by: Bingbu Cao Reviewed-by: Daniel Scally Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/pci/intel/ipu3/Makefile | 2 -- drivers/media/pci/intel/ipu3

[git:media_stage/master] media: dt-bindings: cadence-csi2rx: Convert to DT schema

2023-07-14 Thread Mauro Carvalho Chehab
-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab .../devicetree/bindings/media/cdns,csi2rx.txt | 100 .../devicetree/bindings/media/cdns,csi2rx.yaml | 177 + MAINTAINERS| 1 + 3 files changed, 178 insertions

[git:media_stage/master] media: dt-bindings: cadence-csi2rx: Add resets property

2023-07-14 Thread Mauro Carvalho Chehab
Kozlowski Reviewed-by: Laurent Pinchart Signed-off-by: Jack Zhu Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab .../devicetree/bindings/media/cdns,csi2rx.yaml | 24 ++ 1 file changed, 24 insertions(+) --- diff --git a/Documentation/devicetree

[git:media_stage/master] media: cadence: Add operation on reset

2023-07-14 Thread Mauro Carvalho Chehab
Signed-off-by: Jack Zhu Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/cadence/cdns-csi2rx.c | 40 1 file changed, 35 insertions(+), 5 deletions(-) --- diff --git a/drivers/media/platform/cadence/cdns-csi2rx.c b/drivers/media

[git:media_stage/master] media: ipu-bridge: use IPU_MAX_PORTS for bridge instead of CIO2_NUM_PORTS

2023-07-14 Thread Mauro Carvalho Chehab
Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/pci/intel/ipu-bridge.c | 2 +- drivers/media/pci/intel/ipu-bridge.h | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) --- diff --git a/drivers/media/pci/intel/ipu-bridge.c b/drivers/media/pci/intel/ipu-bridge.c index

[git:media_stage/master] media: i2c: Remove Shawn's and Chiranjeevi's e-mail addresses

2023-07-14 Thread Mauro Carvalho Chehab
as they are no longer function. Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/hi556.c | 2 +- drivers/media/i2c/hi847.c | 2 +- drivers/media/i2c/imx208.c | 2 +- drivers/media/i2c/imx319.c | 2 +- drivers/media/i2c/imx355.c | 2 +- drivers/media/i2c/og01a1b.c

[git:media_stage/master] media: i2c: imx290: drop format param from imx290_ctrl_update

2023-07-14 Thread Mauro Carvalho Chehab
function, let's drop this Fixes: bc35f9a21a55 ("media: i2c: imx290: Fix the pixel rate at 148.5Mpix/s") Signed-off-by: Tommaso Merciai Reviewed-by: Dave Stevenson Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/imx290.c | 7 ++- 1 file changed, 2

[git:media_stage/master] media: MAINTAINERS: Orphan dw9768 and ov02a10 drivers

2023-07-14 Thread Mauro Carvalho Chehab
: The following message to was undeliverable. The reason for the problem: 5.1.0 - Unknown address error 550-'Relaying mail to dongchun@mediatek.com is not allowed' Mark the drivers as orphaned. Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab

[git:media_stage/master] media: cadence: Add support for JH7110 SoC

2023-07-14 Thread Mauro Carvalho Chehab
-by: Laurent Pinchart Signed-off-by: Jack Zhu Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/cadence/cdns-csi2rx.c | 1 + 1 file changed, 1 insertion(+) --- diff --git a/drivers/media/platform/cadence/cdns-csi2rx.c b/drivers/media/platform/cadence/cdns-csi2rx.c

[git:media_stage/master] media: dt-bindings: media: add TI DS90UB913 FPD-Link III Serializer

2023-07-14 Thread Mauro Carvalho Chehab
. Signed-off-by: Tomi Valkeinen Reviewed-by: Laurent Pinchart Reviewed-by: Rob Herring Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab .../bindings/media/i2c/ti,ds90ub913.yaml | 133 + 1 file changed, 133 insertions(+) --- diff --git a/Documentation

[git:media_stage/master] media: ov13b10: support new ACPI HID 'OVTI13B1'

2023-07-14 Thread Mauro Carvalho Chehab
to make driver support it. Signed-off-by: Hao Yao Signed-off-by: Bingbu Cao Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/ov13b10.c | 1 + 1 file changed, 1 insertion(+) --- diff --git a/drivers/media/i2c/ov13b10.c b/drivers/media/i2c/ov13b10.c index

[git:media_stage/master] media: MAINTAINERS: Orphan the OV7740 driver

2023-07-14 Thread Mauro Carvalho Chehab
it as orphan. Signed-off-by: Nicolas Ferre Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- diff --git a/MAINTAINERS b/MAINTAINERS index 9f20006ea269..5e4f56a19b78 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[git:media_stage/master] media: ov13b10: add PM control support based on power resources

2023-07-14 Thread Mauro Carvalho Chehab
de Goede Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/ov13b10.c | 120 1 file changed, 110 insertions(+), 10 deletions(-) --- diff --git a/drivers/media/i2c/ov13b10.c b/drivers/media/i2c/ov13b10.c index

[git:media_stage/master] media: i2c: add DS90UB913 driver

2023-07-14 Thread Mauro Carvalho Chehab
-by: Laurent Pinchart Reviewed-by: Andy Shevchenko Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/Kconfig | 13 + drivers/media/i2c/Makefile| 1 + drivers/media/i2c/ds90ub913.c | 906 ++ 3 files changed, 920

[git:media_stage/master] media: MAINTAINERS: Add an entry for V4L2 sensor and lens drivers

2023-07-14 Thread Mauro Carvalho Chehab
a specific MAINTAINERS entry for them. Add it now. Signed-off-by: Sakari Ailus Reviewed-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab MAINTAINERS | 16 1 file changed, 16 insertions(+) --- diff --git a/MAINTAINERS b/MAINTAINERS index 5adabfd795cf..607531f34ab9 100644

[git:media_stage/master] media: cadence: Add support for external dphy

2023-07-14 Thread Mauro Carvalho Chehab
Zhu Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/cadence/cdns-csi2rx.c | 66 +++- 1 file changed, 56 insertions(+), 10 deletions(-) --- diff --git a/drivers/media/platform/cadence/cdns-csi2rx.c b/drivers/media/platform/cadence

[git:media_stage/master] media: ipu3-cio2: rename cio2 bridge to ipu bridge and move out of ipu3

2023-07-14 Thread Mauro Carvalho Chehab
Carvalho Chehab drivers/media/pci/Kconfig | 2 +- drivers/media/pci/intel/Kconfig| 21 +++ drivers/media/pci/intel/Makefile | 4 +- .../pci/intel/{ipu3/cio2-bridge.c => ipu-bridge.c} | 177 +++-- .../pci/intel/{ipu3/c

[git:media_stage/master] media: MAINTAINERS: Assign Shawn Tu's sensor drivers to myself

2023-07-14 Thread Mauro Carvalho Chehab
Remote Server returned '550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup' Assign the sensor drivers Shawn maintained to myself. Reported-by: Conor Dooley Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab MAINTAINERS | 10 +- 1 file

[git:media_stage/master] media: MAINTAINERS: Pick ov5670 maintenance

2023-07-14 Thread Mauro Carvalho Chehab
.mail.protection.outlook.com Remote Server returned '550 5.4.1 Recipient address rejected: Access denied. AS(201806281)' Assign the driver to myself. Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff

[git:media_stage/master] media: ov5640: fix low resolution image abnormal issue

2023-07-14 Thread Mauro Carvalho Chehab
t;media: ov5640: Remove duplicated mode settings") Signed-off-by: Guoniu.zhou Reviewed-by: Jacopo Mondi Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/ov5640.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) --- diff --git a/drivers/media/i2

[git:media_stage/master] media: v4l2-core: Fix a potential resource leak in v4l2_fwnode_parse_link()

2023-07-14 Thread Mauro Carvalho Chehab
. Fixes: ca50c197bd96 ("[media] v4l: fwnode: Support generic fwnode for parsing standardised properties") Signed-off-by: Christophe JAILLET Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/v4l2-core/v4l2-fwnode.c | 18 ++ 1 file c

[git:media_stage/master] media: i2c: tvp5150: check return value of devm_kasprintf()

2023-07-14 Thread Mauro Carvalho Chehab
us Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/tvp5150.c | 4 1 file changed, 4 insertions(+) --- diff --git a/drivers/media/i2c/tvp5150.c b/drivers/media/i2c/tvp5150.c index c7fb35ee3f9d..e543b3f7a4d8 100644 --- a/drivers/media/i2c/tvp5150.c +++ b/drivers/media/i2c/tvp5150.c

[git:media_stage/master] media: i2c: add DS90UB953 driver

2023-07-14 Thread Mauro Carvalho Chehab
-by: Laurent Pinchart Reviewed-by: Andy Shevchenko Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/Kconfig | 13 + drivers/media/i2c/Makefile|1 + drivers/media/i2c/ds90ub953.c | 1400 + 3 files changed, 1414

[git:media_stage/master] media: i2c: add I2C Address Translator (ATR) support

2023-07-14 Thread Mauro Carvalho Chehab
Signed-off-by: Luca Ceresoli Signed-off-by: Tomi Valkeinen Reviewed-by: Andy Shevchenko Acked-by: Wolfram Sang Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab Documentation/i2c/i2c-address-translators.rst | 96 Documentation/i2c/index.rst

[git:media_stage/master] media: ov13b10: Defer probe if no endpoint found

2023-07-14 Thread Mauro Carvalho Chehab
-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/ov13b10.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) --- diff --git a/drivers/media/i2c/ov13b10.c b/drivers/media/i2c/ov13b10.c index 6110fb1e6bc6..13d18192235b 100644 --- a/drivers/media/i2c/ov13b10.c +++ b

[git:media_stage/master] media: ad5820: Drop unsupported ad5823 from i2c_ and of_device_id tables

2023-07-14 Thread Mauro Carvalho Chehab
823") Cc: Pavel Machek Cc: Ricardo Ribalda Delgado Signed-off-by: Hans de Goede Reviewed-by: Ricardo Ribalda Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/ad5820.c | 2 -- 1 file changed, 2 deletions(-) --- diff --git a/drivers/media/i2c/ad5

[git:media_stage/master] media: ov08x40: Fix hblank out of range issue

2023-07-14 Thread Mauro Carvalho Chehab
to be converted to an absolute time unit. Additionally, the hblank value need to be modified as it was previous invalid. Signed-off-by: Jason Chen Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/ov08x40.c | 14 +++--- 1 file changed, 7 insertions(+), 7

[git:media_stage/master] media: dt-bindings: media: add TI DS90UB953 FPD-Link III Serializer

2023-07-14 Thread Mauro Carvalho Chehab
. Signed-off-by: Tomi Valkeinen Reviewed-by: Laurent Pinchart Reviewed-by: Rob Herring Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab .../bindings/media/i2c/ti,ds90ub953.yaml | 134 + 1 file changed, 134 insertions(+) --- diff --git a/Documentation

[git:media_stage/master] media: dt-bindings: media: add TI DS90UB960 FPD-Link III Deserializer

2023-07-14 Thread Mauro Carvalho Chehab
. Signed-off-by: Tomi Valkeinen Reviewed-by: Rob Herring Reviewed-by: Laurent Pinchart Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab .../bindings/media/i2c/ti,ds90ub960.yaml | 427 + 1 file changed, 427 insertions(+) --- diff --git

[git:media_stage/master] media: dt-bindings: i2c: Add I2C Address Translator (ATR)

2023-07-14 Thread Mauro Carvalho Chehab
, 'i2c-alias-pool', which can be used in the bindings for the device that supports ATR. Signed-off-by: Tomi Valkeinen Acked-by: Wolfram Sang Reviewed-by: Rob Herring Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab Documentation/devicetree/bindings/i2c/i2c-atr.yaml | 34

[git:media_stage/master] media: i2c: add DS90UB960 driver

2023-07-14 Thread Mauro Carvalho Chehab
-by: Andy Shevchenko Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab MAINTAINERS |8 + drivers/media/i2c/Kconfig | 21 + drivers/media/i2c/Makefile|1 + drivers/media/i2c/ds90ub960.c | 4051 + include

[git:media_stage/master] media: i2c: mt9m111: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
=] Signed-off-by: Krzysztof Kozlowski Reviewed-by: Laurent Pinchart Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/mt9m111.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/media/i2c/mt9m111.c b/drivers/media/i2c/mt9m111.c index

[git:media_stage/master] media: i2c: ov2640: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
-off-by: Krzysztof Kozlowski Reviewed-by: Laurent Pinchart Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/ov2640.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/media/i2c/ov2640.c b/drivers/media/i2c/ov2640.c index

[git:media_stage/master] media: i2c: max9286: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
-off-by: Krzysztof Kozlowski Reviewed-by: Laurent Pinchart Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/max9286.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/media/i2c/max9286.c b/drivers/media/i2c/max9286.c index

[git:media_stage/master] media: i2c: isl7998x: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
=] Signed-off-by: Krzysztof Kozlowski Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/isl7998x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/media/i2c/isl7998x.c b/drivers/media/i2c/isl7998x.c index 92e49d95363d..73460688c356

[git:media_stage/master] media: i2c: ov2680: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
-off-by: Krzysztof Kozlowski Reviewed-by: Laurent Pinchart Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/ov2680.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/media/i2c/ov2680.c b/drivers/media/i2c/ov2680.c index

[git:media_stage/master] media: i2c: ov7740: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
-off-by: Krzysztof Kozlowski Reviewed-by: Laurent Pinchart Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/i2c/ov7740.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/media/i2c/ov7740.c b/drivers/media/i2c/ov7740.c index

[git:media_stage/master] media: platform: sun8i-a83t-mipi-csi2: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
: ‘sun8i_a83t_mipi_csi2_of_match’ defined but not used [-Werror=unused-const-variable=] Signed-off-by: Krzysztof Kozlowski Reviewed-by: Paul Kocialkowski Acked-by: Jernej Skrabec Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab .../media/platform/sunxi/sun8i-a83t-mipi-csi2

[git:media_stage/master] media: platform: mdp: mark OF related data as maybe unused

2023-07-14 Thread Mauro Carvalho Chehab
data unused: drivers/media/platform/mediatek/mdp/mtk_mdp_core.c:31:34: error: ‘mtk_mdp_comp_dt_ids’ defined but not used [-Werror=unused-const-variable=] Signed-off-by: Krzysztof Kozlowski Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/mediatek/mdp

[git:media_stage/master] media: platform: samsung: s5p-jpeg: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
but not used [-Werror=unused-const-variable=] Signed-off-by: Krzysztof Kozlowski Acked-by: Andrzej Pietrasiewicz Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git

[git:media_stage/master] media: cec: tegra: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
-variable=] Signed-off-by: Krzysztof Kozlowski Reviewed-by: Hans Verkuil Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/cec/platform/tegra/tegra_cec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/media/cec/platform/tegra

[git:media_stage/master] media: cec: meson: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
-by: Krzysztof Kozlowski Acked-by: Martin Blumenstingl Reviewed-by: Hans Verkuil Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/cec/platform/meson/ao-cec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/media/cec/platform/meson/ao-cec.c b

[git:media_stage/master] media: rc: gpio-ir-recv: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
-variable=] Signed-off-by: Krzysztof Kozlowski Reviewed-by: Sean Young Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/rc/gpio-ir-recv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/media/rc/gpio-ir-recv.c b/drivers/media/rc/gpio

[git:media_stage/master] media: platform: allegro-dvt: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
=unused-const-variable=] Signed-off-by: Krzysztof Kozlowski Reviewed-by: Michael Tretter Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/allegro-dvt/allegro-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/media

[git:media_stage/master] media: platform: sun6i-csi: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
[-Werror=unused-const-variable=] Signed-off-by: Krzysztof Kozlowski Reviewed-by: Paul Kocialkowski Acked-by: Jernej Skrabec Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[git:media_stage/master] media: cec: ch7322: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
Reviewed-by: Hans Verkuil Reviewed-by: Guenter Roeck Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/cec/i2c/ch7322.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/media/cec/i2c/ch7322.c b/drivers/media/cec/i2c/ch7322.c index

[git:media_stage/master] media: platform: sun6i-mipi-csi2: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
’ defined but not used [-Werror=unused-const-variable=] Signed-off-by: Krzysztof Kozlowski Acked-by: Jernej Skrabec Reviewed-by: Paul Kocialkowski Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/sunxi/sun6i-mipi-csi2/sun6i_mipi_csi2.c | 2 +- 1 file changed

[git:media_stage/master] media: platform: verisilicon: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
=unused-const-variable=] Signed-off-by: Krzysztof Kozlowski Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/verisilicon/hantro_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/media/platform/verisilicon/hantro_drv.c b

[git:media_stage/master] media: platform: marvell: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
-const-variable=] Signed-off-by: Krzysztof Kozlowski Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/marvell/mmp-driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/media/platform/marvell/mmp-driver.c b/drivers/media

[git:media_stage/master] media: platform: intel: pxa: drop of_match_ptr for ID table

2023-07-14 Thread Mauro Carvalho Chehab
=unused-const-variable=] Signed-off-by: Krzysztof Kozlowski Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab drivers/media/platform/intel/pxa_camera.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/drivers/media/platform/intel/pxa_camera.c b/drivers/media

<    6   7   8   9   10   11   12   13   14   15   >