Re: [RFC PATCH v2 2/4] psci: add features/reset2 support

2021-03-31 Thread Igor Opaniuk
Hi Patrick, On Wed, Mar 31, 2021 at 11:32 AM Patrick DELAUNAY < patrick.delau...@foss.st.com> wrote: > Hi Igor, > > On 3/30/21 11:16 PM, Igor Opaniuk wrote: > > From: Igor Opaniuk > > > > Adds support for: > > * PSCI_FEATURES, which was introduced in PSCI 1.0. This provides API > > that allows d

Re: [RFC PATCH v2 2/4] psci: add features/reset2 support

2021-03-31 Thread Patrick DELAUNAY
Hi Igor, On 3/30/21 11:16 PM, Igor Opaniuk wrote: From: Igor Opaniuk Adds support for: * PSCI_FEATURES, which was introduced in PSCI 1.0. This provides API that allows discovering whether a specific PSCI function is implemented and its features. * SYSTEM_RESET2, which was introduced in PSCI 1.

[RFC PATCH v2 2/4] psci: add features/reset2 support

2021-03-30 Thread Igor Opaniuk
From: Igor Opaniuk Adds support for: * PSCI_FEATURES, which was introduced in PSCI 1.0. This provides API that allows discovering whether a specific PSCI function is implemented and its features. * SYSTEM_RESET2, which was introduced in PSCI 1.1, which extends existing SYSTEM_RESET. It provides s