Re: [PATCH v4 13/13] firmware: arm_sdei: Discover SDEI support via ACPI

2017-10-18 Thread Catalin Marinas
On Tue, Oct 17, 2017 at 06:44:32PM +0100, James Morse wrote: > SDEI defines a new ACPI table to indicate the presence of the interface. > The conduit is discovered in the same way as PSCI. > > For ACPI we need to create the platform device ourselves as SDEI doesn't > have an entry in the DSDT. >

[PATCH v4 13/13] firmware: arm_sdei: Discover SDEI support via ACPI

2017-10-17 Thread James Morse
SDEI defines a new ACPI table to indicate the presence of the interface. The conduit is discovered in the same way as PSCI. For ACPI we need to create the platform device ourselves as SDEI doesn't have an entry in the DSDT. The SDEI platform device should be created after ACPI has been initialise