On Fri, Sep 22, 2023 at 10:43 PM Arnd Bergmann <arnd@xxxxxxxx> wrote: > > On Tue, Sep 19, 2023, at 12:15, Huacai Chen wrote: > > On Tue, Sep 19, 2023 at 11:48 PM Conor Dooley <conor@xxxxxxxxxx> wrote: > >> On Tue, Sep 19, 2023 at 08:36:50AM -0700, Randy Dunlap wrote: > >> > >> Seemingly this was sent again in isolation 2 weeks ago, but neither the > >> maintainer (Huacai) nor soc@xxxxxxxxxx were on cc: > >> > >> https://lore.kernel.org/all/20230905123629.4510-1-zhuyinbo@xxxxxxxxxxx/ > > v3 indeed cc-ed soc@xxxxxxxxxx. :) > > > > Arnd, could you please take this series to the soc tree? And also this > > series: > > https://lore.kernel.org/loongarch/cover.1693534134.git.zhoubinbin@xxxxxxxxxxx/T/#t > > Sorry, I have been traveling and not pushed out the tree yet. > > Can you confirm that the input dependency is required for 6.6 > and the other series can wait until 6.7? When you send patches > to soc@xxxxxxxxxx, please always mention which tree you intend > them for. I might disagree, but it's better than having to guess. > Hi Arnd: Thanks for your reply. As we know, this driver was just merged in during the v6.6 window, and no release will use it until now: commit 67694c076bd7 soc: loongson2_pm: add power management support commit 6054a676e969 soc: dt-bindings: add loongson-2 pm Now, since the Loongson-2K series SoCs are indifferent at the driver level, we used fallback compatible and added syscon-reboot/syscon-poweroff subnodes for power on/off functionality. These somewhat break the original devicetree rules. So, I think these patches need to be merged in before the v6.6 release to avoid unnecessary compatibility issues. Of course, I added the "Fixes:" tag in the corresponding patch. Thanks. Binbin > Arnd