On Fri, Mar 11, 2022 at 03:55:31PM +0200, Laurent Pinchart wrote: > Hello, > > This small patch series results from work on suspend/resume support in > the (in progress) ISI driver. It drops unneeded code in the > imx-mipi-csis related to system suspend/resume, allowing a > simplification of the runtime PM handlers. I forgot to include a prerequisite in the series, renaming csi_state to mipi_csis_device. The series will thus not apply. I'll post that patch shortly, but as it's just a rename, this series should still be reviewable separately. > Laurent Pinchart (4): > media: imx: imx-mipi-csis: Don't use .s_power() > media: imx: imx-mipi-csis: Drop unneeded system PM implementation > media: imx: imx-mipi-csis: Don't stop streaming at runtime suspend > time > media: imx: imx-mipi-csis: Simplify runtime PM implementation > > drivers/media/platform/imx/imx-mipi-csis.c | 138 +++++++-------------- > 1 file changed, 44 insertions(+), 94 deletions(-) -- Regards, Laurent Pinchart