Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH] crypto: ccp - Add support for PCI device 0x17D8
@ 2025-05-12 18:17 John Allen
  2025-05-19  5:58 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: John Allen @ 2025-05-12 18:17 UTC (permalink / raw)
  To: linux-crypto, herbert, thomas.lendacky
  Cc: linux-kernel, mario.limonciello, John Allen

Add a new CCP/PSP PCI device ID.

Signed-off-by: John Allen <john.allen@amd.com>
---
 drivers/crypto/ccp/sp-pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/crypto/ccp/sp-pci.c b/drivers/crypto/ccp/sp-pci.c
index 2ebc878da160..54ab3279f521 100644
--- a/drivers/crypto/ccp/sp-pci.c
+++ b/drivers/crypto/ccp/sp-pci.c
@@ -535,6 +535,7 @@ static const struct pci_device_id sp_pci_table[] = {
 	{ PCI_VDEVICE(AMD, 0x1134), (kernel_ulong_t)&dev_vdata[7] },
 	{ PCI_VDEVICE(AMD, 0x17E0), (kernel_ulong_t)&dev_vdata[7] },
 	{ PCI_VDEVICE(AMD, 0x156E), (kernel_ulong_t)&dev_vdata[8] },
+	{ PCI_VDEVICE(AMD, 0x17D8), (kernel_ulong_t)&dev_vdata[8] },
 	/* Last entry must be zero */
 	{ 0, }
 };
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] crypto: ccp - Add support for PCI device 0x17D8
  2025-05-12 18:17 [PATCH] crypto: ccp - Add support for PCI device 0x17D8 John Allen
@ 2025-05-19  5:58 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2025-05-19  5:58 UTC (permalink / raw)
  To: John Allen; +Cc: linux-crypto, thomas.lendacky, linux-kernel, mario.limonciello

On Mon, May 12, 2025 at 06:17:05PM +0000, John Allen wrote:
> Add a new CCP/PSP PCI device ID.
> 
> Signed-off-by: John Allen <john.allen@amd.com>
> ---
>  drivers/crypto/ccp/sp-pci.c | 1 +
>  1 file changed, 1 insertion(+)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-19  5:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-12 18:17 [PATCH] crypto: ccp - Add support for PCI device 0x17D8 John Allen
2025-05-19  5:58 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox