On 16.08.2023 16:57, Abel Vesa wrote: > From: Jagadeesh Kona <quic_jkona@xxxxxxxxxxx> > > HW_CTRL moves the GDSC to HW control mode as part of GDSC enable itself. > Use HW_CTRL_TRIGGER flag instead of HW_CTRL flag for video GDSC's to > switch the GDSC to HW/SW control modes only when consumer requested to > switch GDSC mode using dev_pm_genpd_set_hwmode. > > Signed-off-by: Jagadeesh Kona <quic_jkona@xxxxxxxxxxx> > --- Any reason for it to be a separate patch? I'd say either keep all changes separate (for easier bisecting) or keep them all in a single commit. Konrad