mbox series

[0/3] New hardware support

Message ID 20230519032414.94247-1-mario.limonciello@amd.com (mailing list archive)
Headers show
Series New hardware support | expand

Message

Mario Limonciello May 19, 2023, 3:24 a.m. UTC
Add support for some new CCP hardware.

Patch 1 also adds protections to prevent problems with
psp_send_platform_access_msg() when utilized with this hardware
as it only supports platform doorbell interface.

John Allen (1):
  crypto: ccp - Add support for PCI device 0x156E

Mario Limonciello (2):
  crypto: ccp - Validate that platform access mailbox registers are
    declared
  crypto: ccp - Add support for PCI device 0x17E0

 drivers/crypto/ccp/platform-access.c |  5 ++++
 drivers/crypto/ccp/sp-pci.c          | 43 ++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)


base-commit: f573db7aa528f11820dcc811bc7791b231d22b1c

Comments

Herbert Xu June 2, 2023, 10:23 a.m. UTC | #1
On Thu, May 18, 2023 at 10:24:11PM -0500, Mario Limonciello wrote:
> Add support for some new CCP hardware.
> 
> Patch 1 also adds protections to prevent problems with
> psp_send_platform_access_msg() when utilized with this hardware
> as it only supports platform doorbell interface.
> 
> John Allen (1):
>   crypto: ccp - Add support for PCI device 0x156E
> 
> Mario Limonciello (2):
>   crypto: ccp - Validate that platform access mailbox registers are
>     declared
>   crypto: ccp - Add support for PCI device 0x17E0
> 
>  drivers/crypto/ccp/platform-access.c |  5 ++++
>  drivers/crypto/ccp/sp-pci.c          | 43 ++++++++++++++++++++++++++++
>  2 files changed, 48 insertions(+)
> 
> 
> base-commit: f573db7aa528f11820dcc811bc7791b231d22b1c
> -- 
> 2.34.1

All applied.  Thanks.