Re: [PATCH 3/4] firmware: psci: bind arm smccc features when discovered

2022-06-23 Thread Tom Rini
On Wed, Jun 01, 2022 at 10:27:33AM +0200, Etienne Carriere wrote: > Use PSCI device to query Arm SMCCC v1.1 support from secure monitor > and if so, bind drivers for the SMCCC features that monitor supports. > > Drivers willing to be bound from Arm SMCCC features discovery can use > macro

[PATCH 3/4] firmware: psci: bind arm smccc features when discovered

2022-06-01 Thread Etienne Carriere
Use PSCI device to query Arm SMCCC v1.1 support from secure monitor and if so, bind drivers for the SMCCC features that monitor supports. Drivers willing to be bound from Arm SMCCC features discovery can use macro ARM_SMCCC_FEATURE_DRIVER() to register to smccc feature discovery, providing target