All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/5] media: imx-mipi-csis: Move to subdev active state
@ 2023-01-26 21:34 Laurent Pinchart
  2023-01-26 21:34 ` [PATCH v1 1/5] media: imx-mipi-csis: Rename error labels with 'err_' prefix Laurent Pinchart
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Laurent Pinchart @ 2023-01-26 21:34 UTC (permalink / raw)
  To: linux-media; +Cc: Rui Miguel Silva, Adam Ford, kernel, linux-imx

Hello,

This small series moves the imx-mipi-csis driver to use the subdev
active state. Patches 1/5 to 3/5 are small preparatory cleanups, with
the main change in 4/5. Patch 5/5 is further cleanup that could have
been included in 4/5, but that should be easier to review as a separate
patch.

The series has been tested on the i.MX8MP with the ISI, and IMX296 and
IMX327 camera sensors.

Laurent Pinchart (5):
  media: imx-mipi-csis: Rename error labels with 'err_' prefix
  media: imx-mipi-csis: Don't take lock in runtime PM handlers
  media: imx-mipi-csis: Pass format explicitly to internal functions
  media: imx-mipi-csis: Use V4L2 subdev active state
  media: imx-mipi-csis: Implement .init_cfg() using .set_fmt()

 drivers/media/platform/nxp/imx-mipi-csis.c | 249 +++++++++------------
 1 file changed, 103 insertions(+), 146 deletions(-)

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2023-01-31  9:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-26 21:34 [PATCH v1 0/5] media: imx-mipi-csis: Move to subdev active state Laurent Pinchart
2023-01-26 21:34 ` [PATCH v1 1/5] media: imx-mipi-csis: Rename error labels with 'err_' prefix Laurent Pinchart
2023-01-27  3:34   ` Adam Ford
2023-01-27  4:30     ` Adam Ford
2023-01-26 21:34 ` [PATCH v1 2/5] media: imx-mipi-csis: Don't take lock in runtime PM handlers Laurent Pinchart
2023-01-26 21:34 ` [PATCH v1 3/5] media: imx-mipi-csis: Pass format explicitly to internal functions Laurent Pinchart
2023-01-26 21:34 ` [PATCH v1 4/5] media: imx-mipi-csis: Use V4L2 subdev active state Laurent Pinchart
2023-01-26 21:34 ` [PATCH v1 5/5] media: imx-mipi-csis: Implement .init_cfg() using .set_fmt() Laurent Pinchart
2023-01-27  1:54 ` [PATCH v1 0/5] media: imx-mipi-csis: Move to subdev active state Adam Ford
2023-01-27  2:29   ` Laurent Pinchart
2023-01-27  3:05     ` Adam Ford
2023-01-31  9:28 ` Rui Miguel Silva

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.