Re: [PATCH v3 2/9] crypto: ccp: Add a header for multiple drivers to use `__psp_pa`

From: Sean Christopherson
Date: Tue Mar 07 2023 - 18:42:46 EST


On Fri, Mar 03, 2023, Mario Limonciello wrote:
> The TEE subdriver for CCP, the amdtee driver and the i2c-designware-amdpsp
> drivers all include `psp-sev.h` even though they don't use SEV
> functionality.
>
> Move the definition of `__psp_pa` into a common header to be included
> by all of these drivers.
>
> Reviewed-by: Jan Dabros <jsd@xxxxxxxxxxxx>
> Acked-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx> # For the drivers/i2c/busses/i2c-designware-amdpsp.c
> Acked-by: Sumit Garg <sumit.garg@xxxxxxxxxx> # For TEE subsystem bits
> Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxx>
> ---

Acked-by: Sean Christopherson <seanjc@xxxxxxxxxx> # KVM