public inbox for linux-rockchip@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] media: rkisp1: Convert to V4L2 subdev active state
@ 2023-01-27  0:31 Laurent Pinchart
  2023-01-27  0:31 ` [PATCH v1 1/3] media: rkisp1: resizer: Use " Laurent Pinchart
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Laurent Pinchart @ 2023-01-27  0:31 UTC (permalink / raw)
  To: linux-media; +Cc: Dafna Hirschfeld, Paul Elder, Heiko Stuebner, linux-rockchip

Hello,

This small patch series converts the three subdevs of the rkisp1 (CSI,
ISP and resizer) to use the V4L2 subdev active state. This simplifies
the implementation of the subdevs, as well as the locking scheme. There
isn't much else to add here, please see individual patches for details.

I have successfully tested this series on an i.MX8MP (Debix) and an
RK3399 (Rock Pi 4).

Laurent Pinchart (3):
  media: rkisp1: resizer: Use V4L2 subdev active state
  media: rkisp1: isp: Use V4L2 subdev active state
  media: rkisp1: csi: Use V4L2 subdev active state

 .../platform/rockchip/rkisp1/rkisp1-common.h  |  18 --
 .../platform/rockchip/rkisp1/rkisp1-csi.c     | 107 +++----
 .../platform/rockchip/rkisp1/rkisp1-isp.c     | 261 +++++++-----------
 .../platform/rockchip/rkisp1/rkisp1-resizer.c | 184 +++++-------
 4 files changed, 201 insertions(+), 369 deletions(-)

-- 
Regards,

Laurent Pinchart


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-04-27  3:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-27  0:31 [PATCH v1 0/3] media: rkisp1: Convert to V4L2 subdev active state Laurent Pinchart
2023-01-27  0:31 ` [PATCH v1 1/3] media: rkisp1: resizer: Use " Laurent Pinchart
2023-04-27  3:52   ` Paul Elder
2023-01-27  0:31 ` [PATCH v1 2/3] media: rkisp1: isp: " Laurent Pinchart
2023-04-27  3:51   ` Paul Elder
2023-01-27  0:31 ` [PATCH v1 3/3] media: rkisp1: csi: " Laurent Pinchart
2023-04-27  3:52   ` Paul Elder
2023-02-15 23:53 ` [PATCH v1 0/3] media: rkisp1: Convert to " Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox