mbox series

[GIT,FIXES,FOR,6.10] IPU6 and Unicam fixes

Message ID ZjNQbS9CF1U6lGWx@valkosipuli.retiisi.eu
State New
Headers show
Series [GIT,FIXES,FOR,6.10] IPU6 and Unicam fixes | expand

Pull-request

git://linuxtv.org/sailus/media_tree.git tags/fixes-6.10-1.1-signed

Message

Sakari Ailus May 2, 2024, 8:35 a.m. UTC
Hi Hans, Mauro,

Here are a few fixes for the IPU6 and Unicam drivers, for issues found
since merging them. Most are are due to Kconfig options.

Please pull.


The following changes since commit a1c6d22421501fc1016b99ac8570a1030714c70f:

  media: staging: max96712: fix copy-paste error (2024-04-30 14:33:08 +0100)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/fixes-6.10-1.1-signed

for you to fetch changes up to f28348ebadf7c7127646672f363e055cb19f3b66:

  media: intel/ipu6: Fix build with !ACPI (2024-05-02 11:34:26 +0300)

----------------------------------------------------------------
IPU6 and Unicam fixes

----------------------------------------------------------------
Laurent Pinchart (1):
      media: bcm2835-unicam: Include v4l2-subdev.h

Ricardo Ribalda (4):
      media: bcm2835-unicam: Fix build with !PM
      media: intel/ipu6: Switch to RUNTIME_PM_OPS() and SYSTEM_SLEEP_PM_OPS
      media: intel/ipu6: Fix direct dependency Kconfig error
      media: intel/ipu6: Fix build with !ACPI

Sakari Ailus (1):
      media: intel/ipu6: Fix vmalloc memory allocation

 drivers/media/pci/intel/Kconfig                  |  3 +-
 drivers/media/pci/intel/ipu-bridge.c             | 66 +++++++++++++++++-------
 drivers/media/pci/intel/ipu6/ipu6.c              |  6 +--
 drivers/media/platform/broadcom/bcm2835-unicam.c |  3 +-
 4 files changed, 54 insertions(+), 24 deletions(-)

Comments

Mauro Carvalho Chehab May 2, 2024, 10:25 a.m. UTC | #1
Em Thu, 2 May 2024 08:35:57 +0000
Sakari Ailus <sakari.ailus@iki.fi> escreveu:

> Hi Hans, Mauro,
> 
> Here are a few fixes for the IPU6 and Unicam drivers, for issues found
> since merging them. Most are are due to Kconfig options.
> 
> Please pull.
> 
> 
> The following changes since commit a1c6d22421501fc1016b99ac8570a1030714c70f:
> 
>   media: staging: max96712: fix copy-paste error (2024-04-30 14:33:08 +0100)
> 
> are available in the Git repository at:
> 
>   git://linuxtv.org/sailus/media_tree.git tags/fixes-6.10-1.1-signed
> 
> for you to fetch changes up to f28348ebadf7c7127646672f363e055cb19f3b66:
> 
>   media: intel/ipu6: Fix build with !ACPI (2024-05-02 11:34:26 +0300)
> 
> ----------------------------------------------------------------
> IPU6 and Unicam fixes
> 
> ----------------------------------------------------------------
> Laurent Pinchart (1):
>       media: bcm2835-unicam: Include v4l2-subdev.h
> 
> Ricardo Ribalda (4):
>       media: bcm2835-unicam: Fix build with !PM
>       media: intel/ipu6: Switch to RUNTIME_PM_OPS() and SYSTEM_SLEEP_PM_OPS
>       media: intel/ipu6: Fix direct dependency Kconfig error
>       media: intel/ipu6: Fix build with !ACPI

The above were applied, thanks!

> 
> Sakari Ailus (1):
>       media: intel/ipu6: Fix vmalloc memory allocation

I didn't applied this one, as it sounds to me that the fix is
incomplete. I sent an email with the potential issues I found on it.

> 
>  drivers/media/pci/intel/Kconfig                  |  3 +-
>  drivers/media/pci/intel/ipu-bridge.c             | 66 +++++++++++++++++-------
>  drivers/media/pci/intel/ipu6/ipu6.c              |  6 +--
>  drivers/media/platform/broadcom/bcm2835-unicam.c |  3 +-
>  4 files changed, 54 insertions(+), 24 deletions(-)
>