On Sun, Feb 11, 2024 at 6:52 AM Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > > On 10/02/2024 04:05, Saravana Kannan wrote: > > The post-init-supplier property can be used to break a dependency cycle by > > marking some supplier(s) as a post device initialization supplier(s). This > > allows the kernel to do a better job at ordering initialization and > > suspend/resume of the devices in a dependency cycle. > > ... > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 3dfe7ea25320..40fd498543a5 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -6055,10 +6055,11 @@ S: Maintained > > F: drivers/base/devcoredump.c > > F: include/linux/devcoredump.h > > > > -DEVICE DEPENDENCY HELPER SCRIPT > > +FIRMWARE DEVICE LINK (fw_devlink) > > This breaks ordering of MAINTAINERS... Oops. Thanks. Will fix it. -Saravana