[PATCH v1 0/3] media: sunxi: Resend active-state conversions
Arash Golgol <[email protected]> Tue, 4 Aug 2026 10:56:27 +0330
| Newsgroups | org.kernel.vger.linux-media,dev.linux.lists.linux-sunxi,org.infradead.lists.linux-arm-kernel |
|---|---|
| Message-ID | <[email protected]> |
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