Re: [PATCH v1] schemas: Add schema for post-init-providers
Saravana Kannan <[email protected]>
| Newsgroups | org.kernel.vger.devicetree-spec |
|---|---|
| Message-ID | <CAGETcx83jn-4uhjZ31Y_TUw5kGGS7WahuWPxLCMP=ck8EmNxSQ@mail.gmail.com> |
On Wed, Mar 6, 2024 at 5:11 AM Rob Herring <[email protected]> wrote: > > On Tue, Mar 5, 2024 at 6:30 PM Saravana Kannan <[email protected]> wrote: > > > > The post-init-providers property can be used to break a dependency cycle by > > marking some provider(s) as a post device initialization provider(s). This > > allows an OS to do a better job at ordering initialization and > > suspend/resume of the devices in a dependency cycle. > > > > Signed-off-by: Saravana Kannan <[email protected]> > > --- > > dtschema/schemas/post-init-providers.yaml | 105 ++++++++++++++++++++++ > > 1 file changed, 105 insertions(+) > > create mode 100644 dtschema/schemas/post-init-providers.yaml > > > > diff --git a/dtschema/schemas/post-init-providers.yaml b/dtschema/schemas/post-init-providers.yaml > > new file mode 100644 > > index 0000000..92eb9a0 > > --- /dev/null > > +++ b/dtschema/schemas/post-init-providers.yaml > > @@ -0,0 +1,105 @@ > > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > > +# Copyright (c) 2020, Google LLC. All rights reserved. > > 2020? I can fix it up. Yes, please. Make it 2024. -Saravana