[git:media_tree/master] media: lgdt3306a: Add a check against null-pointer-def

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: lgdt3306a: Add a check against null-pointer-def Author: Zheyu Ma Date:Tue Apr 5 10:50:18 2022 +0100 The driver should check whether the client provides the platform_data. The

[git:media_tree/master] media: cec: cec.h: 2.1 ms -> 2100 ms

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: cec.h: 2.1 ms -> 2100 ms Author: Hans Verkuil Date:Fri Aug 18 13:12:48 2023 +0100 The transfer timeout is 2100 ms, not 2.1 ms. Fix this in the kerneldoc comment. Link:

[git:media_tree/master] media: s2255: Use refcount_t instead of atomic_t for num_channels

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: s2255: Use refcount_t instead of atomic_t for num_channels Author: Ricardo Ribalda Date:Mon Apr 29 16:04:50 2024 +0100 Use an API that resembles more the actual use of num_channels.

[git:media_tree/master] media: IR remote control for AVerMedia TD310

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: IR remote control for AVerMedia TD310 Author: Alex Volkov Date:Sun Mar 19 08:23:15 2023 + Uses NEC defaults as other non-eeprom devices. Link:

[git:media_tree/master] media: intel/ipu6: Fix direct dependency Kconfig error

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: intel/ipu6: Fix direct dependency Kconfig error Author: Ricardo Ribalda Date:Wed May 1 14:08:12 2024 +0100 VIDEO_INTEL_IPU6 selects IPU6_BRIDGE, but they have different set of

[git:media_tree/master] media: pci: mgb4: Refactor struct resources

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: pci: mgb4: Refactor struct resources Author: Ricardo Ribalda Date:Mon Apr 29 16:04:40 2024 +0100 The struct resource end field signifies the end address not the relative offset from

[git:media_tree/master] media: intel/ipu6: Fix build with !ACPI

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: intel/ipu6: Fix build with !ACPI Author: Ricardo Ribalda Date:Wed May 1 14:08:13 2024 +0100 Modify the code so it can be compiled tested in configurations that do not have ACPI

[git:media_tree/master] media: mtk-vcodec: potential null pointer deference in SCP

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: potential null pointer deference in SCP Author: Fullway Wang Date:Thu Jan 18 02:35:06 2024 + The return value of devm_kzalloc() needs to be checked to avoid NULL

[git:media_tree/master] media: mxl5xx: Move xpt structures off stack

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mxl5xx: Move xpt structures off stack Author: Nathan Chancellor Date:Fri Jan 12 00:40:36 2024 + When building for LoongArch with clang 18.0.0, the stack usage of probe() is

[git:media_tree/master] media: platform: mtk-mdp3: Use refcount_t for job_count

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: mtk-mdp3: Use refcount_t for job_count Author: Ricardo Ribalda Date:Mon Apr 29 16:04:51 2024 +0100 Use an API that resembles more the actual use of job_count. Found by

[git:media_tree/master] media: dw2102: fix a potential buffer overflow

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dw2102: fix a potential buffer overflow Author: Mauro Carvalho Chehab Date:Mon Apr 29 15:15:05 2024 +0100 As pointed by smatch: drivers/media/usb/dvb-usb/dw2102.c:802

[git:media_tree/master] media: common: saa7146: Use min macro

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: common: saa7146: Use min macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:52 2024 +0100 Simplifies the code. Found by cocci: drivers/media/common/saa7146/saa7146_hlp.c:125:36-37:

[git:media_tree/master] media: dvb-frontends: drx39xyj: Use min macro

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dvb-frontends: drx39xyj: Use min macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:53 2024 +0100 Replace ternary assignments with min() to simplify and make the code more readable.

[git:media_tree/master] media: imx214: Fix the error handling in imx214_probe()

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx214: Fix the error handling in imx214_probe() Author: Zheyu Ma Date:Tue May 10 12:48:52 2022 +0100 The driver should disable regulators when fails to probe. Link:

[git:media_tree/master] media: verisilicon: Correct a typo in H1_REG_MAD_CTRL_MAD_THRESHOLD

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: verisilicon: Correct a typo in H1_REG_MAD_CTRL_MAD_THRESHOLD Author: Andrzej Pietrasiewicz Date:Thu Nov 16 15:48:12 2023 + It's a THRESHOLD and not a THREDHOLD. Link:

[git:media_tree/master] media: cec: cec-adap: always cancel work in cec_transmit_msg_fh

2024-05-16 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: always cancel work in cec_transmit_msg_fh Author: Hans Verkuil Date:Fri Feb 23 12:24:38 2024 + Do not check for !data->completed, just always call

[git:media_tree/master] media: dt-bindings: media: i2c: Rename ov8856.yaml

2024-05-16 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: i2c: Rename ov8856.yaml Author: Lad Prabhakar Date:Fri Sep 16 12:09:55 2022 +0100 Rename 'ov8856.yaml' as 'ovti,ov8856.yaml' and update the MAINTAINERS file entry

[git:media_tree/master] media: bcm2835-unicam: Fix build with !PM

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bcm2835-unicam: Fix build with !PM Author: Ricardo Ribalda Date:Wed May 1 14:08:09 2024 +0100 The driver can only match the device vide the DT table, so the table should always be

[git:media_tree/master] media: si2165: Remove redundant NULL check before release_firmware() call

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: si2165: Remove redundant NULL check before release_firmware() call Author: Minghao Chi Date:Mon Jun 6 02:44:33 2022 +0100 release_firmware() checks for NULL pointers internally so

[git:media_tree/master] media: as102: avoid GFP_ATOMIC

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: as102: avoid GFP_ATOMIC Author: Oliver Neukum Date:Tue May 17 12:10:49 2022 +0100 No need for GFP_ATOMIC during probe() Link:

[git:media_tree/master] media: staging: media: starfive: Clean pad selection in isp_try_format()

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: starfive: Clean pad selection in isp_try_format() Author: Changhuang Liang Date:Tue Mar 12 02:45:20 2024 + The code to select isp_dev->formats[] is overly

[git:media_tree/master] media: cec: core: avoid confusing "transmit timed out" message

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: core: avoid confusing "transmit timed out" message Author: Hans Verkuil Date:Tue Apr 30 11:13:47 2024 +0100 If, when waiting for a transmit to finish, the wait is interrupted,

[git:media_tree/master] media: intel/ipu6: Switch to RUNTIME_PM_OPS() and SYSTEM_SLEEP_PM_OPS

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: intel/ipu6: Switch to RUNTIME_PM_OPS() and SYSTEM_SLEEP_PM_OPS Author: Ricardo Ribalda Date:Wed May 1 14:08:11 2024 +0100 Replace the old helpers with its modern alternative. Now we

[git:media_tree/master] media: flexcop: unneeded ATOMIC

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: flexcop: unneeded ATOMIC Author: Oliver Neukum Date:Tue May 17 14:11:08 2022 +0100 No need for GFP_ATOMIC during probe() Link:

[git:media_tree/master] media: verisilicon Correct a typo in H1_REG_ENC_CTRL2_DEBLOCKING_FILTER_MODE

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: verisilicon Correct a typo in H1_REG_ENC_CTRL2_DEBLOCKING_FILTER_MODE Author: Andrzej Pietrasiewicz Date:Thu Nov 16 15:48:11 2023 + It's a FILTER and not FILETER. Link:

[git:media_tree/master] media: sunxi: a83-mips-csi2: also select GENERIC_PHY

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: sunxi: a83-mips-csi2: also select GENERIC_PHY Author: Randy Dunlap Date:Wed Sep 27 05:04:38 2023 +0100 When selecting GENERIC_PHY_MIPI_DPHY, also select GENERIC_PHY to prevent

[git:media_tree/master] media: ipu3: Use MODULE_FIRMWARE to add firmware files metadata

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ipu3: Use MODULE_FIRMWARE to add firmware files metadata Author: Víctor Gonzalo Date:Thu Sep 14 14:51:00 2023 +0100 The ipu3 driver requests firmware files but does not use the

[git:media_tree/master] media: atomisp-mt9m114: adjust macro parameter name

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp-mt9m114: adjust macro parameter name Author: Julia Lawall Date:Wed Mar 15 09:09:04 2023 + The macro parameter name, sd, captures the field name in the third argument of

[git:media_tree/master] media: bcm2835-unicam: Include v4l2-subdev.h

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bcm2835-unicam: Include v4l2-subdev.h Author: Laurent Pinchart Date:Wed May 1 14:08:10 2024 +0100 The unicam driver uses the v4l2_subdev structure. Include the corresponding header

[git:media_tree/master] media: cec: cec-api: add locking in cec_release()

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: cec-api: add locking in cec_release() Author: Hans Verkuil Date:Fri Feb 23 12:25:55 2024 + When cec_release() uses fh->msgs it has to take fh->lock, otherwise the list can

[git:media_tree/master] media: staging: max96712: fix copy-paste error

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: max96712: fix copy-paste error Author: Ihor Matushchak Date:Sat Oct 14 15:38:43 2023 +0100 Link:

[git:media_tree/master] media: cec: core: avoid recursive cec_claim_log_addrs

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: core: avoid recursive cec_claim_log_addrs Author: Hans Verkuil Date:Thu Feb 22 16:17:33 2024 + Keep track if cec_claim_log_addrs() is running, and return -EBUSY if it is

[git:media_tree/master] media: bcm2835-unicam: Convert to platform remove callback returning void

2024-05-16 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bcm2835-unicam: Convert to platform remove callback returning void Author: Uwe Kleine-König Date:Mon May 6 12:09:16 2024 +0200 The .remove() callback for a platform driver returns

[git:media_tree/master] media: bcm2835-unicam: Do not print error when irq not found

2024-05-16 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bcm2835-unicam: Do not print error when irq not found Author: Ricardo Ribalda Date:Mon May 6 19:24:47 2024 + platform_get_irq() already prints an error for us. Fix this cocci

[git:media_tree/master] media: bcm2835-unicam: Do not replace IRQ retcode during probe

2024-05-16 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bcm2835-unicam: Do not replace IRQ retcode during probe Author: Ricardo Ribalda Date:Mon May 6 19:24:46 2024 + platform_get_irq() cannot return the value 0. It will either return

[git:media_tree/master] media: ov2740: Ensure proper reset sequence on probe()

2024-05-16 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2740: Ensure proper reset sequence on probe() Author: Hans de Goede Date:Mon May 6 15:24:38 2024 +0200 Before this commit on probe() the driver would do: reset=1//

[git:media_tree/master] media: bcm2835-unicam: Fix driver path in MAINTAINERS

2024-05-16 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bcm2835-unicam: Fix driver path in MAINTAINERS Author: Laurent Pinchart Date:Wed May 1 14:54:39 2024 +0300 The MAINTAINERS file entry for the bcm2835-unicam driver incorrectly

[git:media_tree/master] Merge tag 'media-fixes-unicam-20240510' of https://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux into media_stage

2024-05-16 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Merge tag 'media-fixes-unicam-20240510' of https://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux into media_stage Author: Hans Verkuil Date:Fri May 10 09:53:11 2024 +0200

[git:media_tree/master] Revert "media: v4l2-ctrls: show all owned controls in log_status"

2024-05-16 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Revert "media: v4l2-ctrls: show all owned controls in log_status" Author: Hans Verkuil Date:Fri May 10 09:11:46 2024 +0200 This reverts commit 9801b5b28c6929139d6fc8d739cc67bb2739.

[git:media_tree/master] media: bcm2835-unicam: Depend on COMMON_CLK

2024-05-16 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bcm2835-unicam: Depend on COMMON_CLK Author: Laurent Pinchart Date:Mon May 13 01:21:04 2024 +0300 The bcm2835-unicam driver calls the clk_set_min_rate() function, which is declared

[git:media_tree/master] media: bcm2835-unicam: Fix a NULL vs IS_ERR() check

2024-05-16 Thread Laurent Pinchart
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bcm2835-unicam: Fix a NULL vs IS_ERR() check Author: Dan Carpenter Date:Wed May 8 15:31:00 2024 +0300 The media_pad_remote_pad_unique() function returns error pointers, not NULL.

[git:media_tree/master] media: intel/ipu6: Don't print user-triggerable errors to kernel log

2024-05-16 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: intel/ipu6: Don't print user-triggerable errors to kernel log Author: Sakari Ailus Date:Thu May 2 18:21:30 2024 +0300 Use dev_dbg() for printing messages on user-triggerable

[git:media_tree/master] media: flexcop: allow for modern speeds

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: flexcop: allow for modern speeds Author: Oliver Neukum Date:Tue May 17 14:11:09 2022 +0100 High speed is no longer the ultimate in speed. Link:

[git:media_tree/master] media: flexcop-usb: fix sanity check of bNumEndpoints

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: flexcop-usb: fix sanity check of bNumEndpoints Author: Dongliang Mu Date:Thu Jun 2 06:50:24 2022 +0100 Commit d725d20e81c2 ("media: flexcop-usb: sanity checking of endpoint type ")

[git:media_tree/master] media: stb0899: Simplify check

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: stb0899: Simplify check Author: Ricardo Ribalda Date:Mon Apr 29 16:04:41 2024 +0100 chip_id is an unsigned number, it can never be < 0 Fixes cocci check:

[git:media_tree/master] media: stm32-dcmipp: Remove redundant printk

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: stm32-dcmipp: Remove redundant printk Author: Ricardo Ribalda Date:Mon Apr 29 16:04:45 2024 +0100 platform_get_irq() already prints an error message. Also platform_get_irq() can

[git:media_tree/master] media: go7007: Use min and max macros

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: go7007: Use min and max macros Author: Ricardo Ribalda Date:Mon Apr 29 16:04:44 2024 +0100 Replace ternary inline selection of f1 and f2 min max values with min() and max() helper

[git:media_tree/master] media: dvb-frontends: tda18271c2dd: Remove casting during div

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dvb-frontends: tda18271c2dd: Remove casting during div Author: Ricardo Ribalda Date:Mon Apr 29 16:04:47 2024 +0100 do_div() divides 64 bits by 32. We were adding a casting to the

[git:media_tree/master] media: uvcvideo: Use max() macro

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: uvcvideo: Use max() macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:43 2024 +0100 It makes the code slightly more clear and makes cocci incredibly happy:

[git:media_tree/master] media: staging: media: tegra-video: Use swap macro

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: tegra-video: Use swap macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:49 2024 +0100 Makes the code simpler and cocci happier:

[git:media_tree/master] media: staging: sun6i-isp: Remove redundant printk

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: sun6i-isp: Remove redundant printk Author: Ricardo Ribalda Date:Mon Apr 29 16:04:46 2024 +0100 platform_get_irq() already prints an error for us. Found by cocci:

[git:media_tree/master] media: netup_unidvb: Use min macro

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: netup_unidvb: Use min macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:54 2024 +0100 Simplify the code. Found by cocci:

[git:media_tree/master] media: flexcop-usb: Use min macro

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: flexcop-usb: Use min macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:56 2024 +0100 Simplifies the code. Found by cocci: drivers/media/usb/b2c2/flexcop-usb.c:201:8-9: WARNING

[git:media_tree/master] media: gspca: cpia1: Use min macro

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: gspca: cpia1: Use min macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:57 2024 +0100 Simplifies the code. Found by cocci: drivers/media/usb/gspca/cpia1.c:607:30-31: WARNING

[git:media_tree/master] media: au0828: Use umin macro

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: au0828: Use umin macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:55 2024 +0100 Simplifies the code. Found by cocci: drivers/media/usb/au0828/au0828-video.c:605:11-12: WARNING

[git:media_tree/master] media: stk1160: Use min macro

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: stk1160: Use min macro Author: Ricardo Ribalda Date:Mon Apr 29 16:04:58 2024 +0100 Instead of a custom min() implementation, use the real macro. Mitigates the following cocci

[git:media_tree/master] media: tegra-vde: Refactor timeout handling

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: tegra-vde: Refactor timeout handling Author: Ricardo Ribalda Date:Mon Apr 29 16:04:59 2024 +0100 Reorder the branches a bit, so cocci stops complaining about the code.

[git:media_tree/master] media: i2c: st-mipid02: Use the correct div function

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: st-mipid02: Use the correct div function Author: Ricardo Ribalda Date:Mon Apr 29 16:05:00 2024 +0100 link_freq does not fit in 32 bits. Found by cocci:

[git:media_tree/master] media: tc358746: Use the correct div_ function

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: tc358746: Use the correct div_ function Author: Ricardo Ribalda Date:Mon Apr 29 16:05:01 2024 +0100 fin does not fit in 32 bits in some arches. Found by cocci:

[git:media_tree/master] media: dvb-frontends: tda10048: Fix integer overflow

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dvb-frontends: tda10048: Fix integer overflow Author: Ricardo Ribalda Date:Mon Apr 29 16:05:04 2024 +0100 state->xtal_hz can be up to 16M, so it can overflow a 32 bit integer when

[git:media_tree/master] media: intel/ipu6: Don't re-allocate memory for firmware

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: intel/ipu6: Don't re-allocate memory for firmware Author: Sakari Ailus Date:Thu May 2 16:49:50 2024 +0100 The ipu6 driver allocated vmalloc memory for the firmware if

[git:media_tree/master] media: intel/ipu6: explicitly include vmalloc.h

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: intel/ipu6: explicitly include vmalloc.h Author: Stephen Rothwell Date:Tue May 7 14:35:28 2024 +0200 linux/vmalloc.h needs to be included explicitly nowadays. Do it. Link:

[git:media_tree/master] media: media: intel/ipu6: Fix spelling mistake "remappinp" -> "remapping"

2024-05-16 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: media: intel/ipu6: Fix spelling mistake "remappinp" -> "remapping" Author: Colin Ian King Date:Wed May 8 10:17:12 2024 +0200 There is a spelling mistake in a dev_err_probe message.