[v1,0/3] media: sunxi: Resend active-state conversions

Message ID 20260804072630.28745-1-arash.golgol@gmail.com (mailing list archive)
Headers
Series media: sunxi: Resend active-state conversions |

Message

arash golgol Aug. 4, 2026, 7:26 a.m. UTC
These three patches convert the sun6i-mipi-csi2, sun8i-a83t-mipi-csi2,
and sun6i-csi bridge drivers to use the V4L2 subdev active state API.

Each patch has already received review and testing individually in
previous postings (see the changelog and links within each patch for
that history), but none have been picked up and none currently have
a delegate on patchwork. Resending together to make it easier to
review and apply as a group.

No code changes since the last posted version of each patch.

Arash Golgol (3):
  media: sun6i-mipi-csi2: Use V4L2 subdev active state
  media: sun8i-a83t-mipi-csi2: Use V4L2 subdev active state
  media: sun6i-csi: bridge: Use V4L2 subdev active state

 .../sunxi/sun6i-csi/sun6i_csi_bridge.c        | 155 ++++++++----------
 .../sunxi/sun6i-csi/sun6i_csi_bridge.h        |   9 -
 .../sunxi/sun6i-csi/sun6i_csi_capture.c       |  27 ++-
 .../sunxi/sun6i-mipi-csi2/sun6i_mipi_csi2.c   | 107 ++++++------
 .../sunxi/sun6i-mipi-csi2/sun6i_mipi_csi2.h   |   2 -
 .../sun8i_a83t_mipi_csi2.c                    | 112 +++++++------
 .../sun8i_a83t_mipi_csi2.h                    |   2 -
 7 files changed, 194 insertions(+), 220 deletions(-)
  

Comments

arash golgol Aug. 12, 2026, 6:20 a.m. UTC | #1
Hi Hans,

On Tue, Aug 4, 2026 at 10:57 AM Arash Golgol <arash.golgol@gmail.com> wrote:
>
> These three patches convert the sun6i-mipi-csi2, sun8i-a83t-mipi-csi2,
> and sun6i-csi bridge drivers to use the V4L2 subdev active state API.
>
> Each patch has already received review and testing individually in
> previous postings (see the changelog and links within each patch for
> that history), but none have been picked up and none currently have
> a delegate on patchwork. Resending together to make it easier to
> review and apply as a group.
>
> No code changes since the last posted version of each patch.
>
> Arash Golgol (3):
>   media: sun6i-mipi-csi2: Use V4L2 subdev active state
>   media: sun8i-a83t-mipi-csi2: Use V4L2 subdev active state
>   media: sun6i-csi: bridge: Use V4L2 subdev active state
>
>  .../sunxi/sun6i-csi/sun6i_csi_bridge.c        | 155 ++++++++----------
>  .../sunxi/sun6i-csi/sun6i_csi_bridge.h        |   9 -
>  .../sunxi/sun6i-csi/sun6i_csi_capture.c       |  27 ++-
>  .../sunxi/sun6i-mipi-csi2/sun6i_mipi_csi2.c   | 107 ++++++------
>  .../sunxi/sun6i-mipi-csi2/sun6i_mipi_csi2.h   |   2 -
>  .../sun8i_a83t_mipi_csi2.c                    | 112 +++++++------
>  .../sun8i_a83t_mipi_csi2.h                    |   2 -
>  7 files changed, 194 insertions(+), 220 deletions(-)
>
> --
> 2.34.1

I've been trying to get these patches merged for a while.
Multiple pings and followups have been sent, but they haven't
been applied yet. This series is just a collection of my
individual patches.

All patches have full Reviewed-by/Tested-by coverage from
Laurent Pinchart and Paul Kocialkowski. Current status of all
patches are still New in patchwork, without a delegate.

Link: https://patchwork.linuxtv.org/project/linux-media/list/?series=28738

Given the review is complete, would you be able to pick these
up, or let me know if something else is blocking them?