[PATCH 1/4] arm/arm64: smccc/psci: add arm_smccc_get_conduit()
Mark Rutland
mark.rutland at arm.com
Fri May 4 11:02:29 PDT 2018
On Fri, May 04, 2018 at 06:54:14PM +0100, Robin Murphy wrote:
> On 03/05/18 18:03, Mark Rutland wrote:
> > We can kill off the PSCI_CONDUIT_* definitions once we've migrated users
> > over to the nerw interface.
>
> new
Whoops; fixed locally.
[...]
> > +/**
> > + * arm_smccc_get_conduit()
> > + *
> > + * Returns the conduit to be used for SMCCCv1.1 or later.
> > + *
> > + * When SMCCCv1.1 is not present, returns SMCCC_CONDUIT_NONE.
> > + */
> > +enum arm_smccc_conduit arm_smccc_get_conduit(void);
>
> Given that implicit condition, can we save some confusion by naming this
> arm_smccc_1_1_conduit(), in line with the actual SMCCCv1.1 calls?
Sure; done.
Thanks,
Mark.
More information about the linux-arm-kernel
mailing list