drivers: firmware: psci: define more generic PSCI_FN_NATIVE macro
authorSudeep Holla <sudeep.holla@arm.com>
Thu, 18 Jun 2015 14:41:33 +0000 (15:41 +0100)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Fri, 2 Oct 2015 13:35:17 +0000 (14:35 +0100)
commit029180b1c99046831c33ed43fdbdb620506cb15b
tree1a5ebdb4fa30ded588cc7e74d48177570cf92862
parent0fc197c7cb3b1139fccb3b92e8db19a93f81f6fb
drivers: firmware: psci: define more generic PSCI_FN_NATIVE macro

This patch replaces the definition and usage of PSCI_0_2_FN_NATIVE with
the new and more generic macro PSCI_FN_NATIVE that can be used with any
version. This will be useful for the new features introduced in PSCIv1.0
and for any future revisions.

Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
drivers/firmware/psci.c