This series implements suspend and resume operation for StarFive Camera Subsystem on JH7110 SoC. It supports hibernation during streaming and resume streaming when the system wake-up stage. Changhuang Liang (3): media: cadence: csi2rx: Add suspend and resume support staging: media: starfive: Extract the ISP stream on as a helper function staging: media: starfive: Add suspend and resume support Jayshri Pawar (1): media: cadence: csi2rx: Support runtime PM drivers/media/platform/cadence/cdns-csi2rx.c | 44 ++++++++++++++++- .../staging/media/starfive/camss/stf-camss.c | 49 +++++++++++++++++++ .../staging/media/starfive/camss/stf-isp.c | 27 ++++++---- .../staging/media/starfive/camss/stf-isp.h | 2 + 4 files changed, 111 insertions(+), 11 deletions(-) -- 2.25.1