Re: [RFC PATCH 0/3] New device-tree format and Opal based idle save-restore

2018-08-08 Thread Gautham R Shenoy
Hello Michael, On Tue, Aug 07, 2018 at 10:15:37PM +1000, Michael Ellerman wrote: > > Skiboot patch-set for device-tree is posted here : > > https://patchwork.ozlabs.org/project/skiboot/list/?series=58934 > > I don't see a device tree binding documented anywhere? > > There is an existing binding

Re: [RFC PATCH 0/3] New device-tree format and Opal based idle save-restore

2018-08-07 Thread Michael Ellerman
Akshay Adiga writes: > Previously if a older kernel runs on a newer firmware, it may enable > all available states irrespective of its capability of handling it. > New device tree format adds a compatible flag, so that only kernel > which has the capability to handle the version of stop state

[RFC PATCH 0/3] New device-tree format and Opal based idle save-restore

2018-08-01 Thread Akshay Adiga
Previously if a older kernel runs on a newer firmware, it may enable all available states irrespective of its capability of handling it. New device tree format adds a compatible flag, so that only kernel which has the capability to handle the version of stop state will enable it. Older kernel