[GIT PULL FOR v7.3] vsp1 driver changes
Laurent Pinchart <[email protected]> Fri, 31 Jul 2026 03:52:02 +0300
| Newsgroups | org.kernel.vger.linux-media |
|---|---|
| Message-ID | <[email protected]> |
Hi Hans, Mauro,
The following changes since commit 465425926ff36b9f5fb1f069e4277918e6109f5a:
media: rppx1: lin: Add support for gamma sensor linearization (2026-07-30 20:51:35 +0300)
are available in the Git repository at:
https://gitlab.freedesktop.org/linux-media/users/pinchartl.git tags/next-media-renesas-20260731
for you to fetch changes up to bcd5448bca74c9295dfe7df8bcc63e6c099b6972:
media: renesas: vsp1: Declare index variables in for loop statement (2026-07-31 03:14:15 +0300)
----------------------------------------------------------------
vsp1 driver changes:
- RZ/T2H and RZ/N2H support
- Misc modernization
----------------------------------------------------------------
Lad Prabhakar (3):
media: dt-bindings: media: renesas,fcp: Document RZ/T2H and RZ/N2H SoCs
media: dt-bindings: media: renesas,vsp1: Document RZ/T2H and RZ/N2H SoCs
media: renesas: vsp1: Make reset control optional to support platforms without a reset line
Laurent Pinchart (1):
media: renesas: vsp1: Declare index variables in for loop statement
.../devicetree/bindings/media/renesas,fcp.yaml | 18 ++++++++-
.../devicetree/bindings/media/renesas,vsp1.yaml | 17 ++++++++-
drivers/media/platform/renesas/vsp1/vsp1_brx.c | 7 +---
drivers/media/platform/renesas/vsp1/vsp1_clu.c | 3 +-
drivers/media/platform/renesas/vsp1/vsp1_dl.c | 12 ++----
drivers/media/platform/renesas/vsp1/vsp1_drm.c | 14 +++----
drivers/media/platform/renesas/vsp1/vsp1_drv.c | 44 +++++++++-------------
drivers/media/platform/renesas/vsp1/vsp1_entity.c | 4 +-
drivers/media/platform/renesas/vsp1/vsp1_hgo.c | 7 ++--
drivers/media/platform/renesas/vsp1/vsp1_hgt.c | 13 +++----
drivers/media/platform/renesas/vsp1/vsp1_lut.c | 3 +-
drivers/media/platform/renesas/vsp1/vsp1_pipe.c | 5 +--
drivers/media/platform/renesas/vsp1/vsp1_video.c | 34 ++++++-----------
drivers/media/platform/renesas/vsp1/vsp1_wpf.c | 8 ++--
14 files changed, 90 insertions(+), 99 deletions(-)
--
Regards,
Laurent Pinchart