Re: [PATCH v4 2/5] psci: add features/reset2 support

2021-05-05 Thread Alex G.
On 4/20/21 9:21 AM, Tom Rini wrote: On Thu, Apr 01, 2021 at 02:01:53AM +0300, 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.

Re: [PATCH v4 2/5] psci: add features/reset2 support

2021-04-20 Thread Tom Rini
On Thu, Apr 01, 2021 at 02:01:53AM +0300, 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 w

[PATCH v4 2/5] psci: add features/reset2 support

2021-03-31 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