linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ccp: ccp - add support for Green Sardine
@ 2021-04-16  9:20 Rijo Thomas
  2021-04-22  7:47 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Rijo Thomas @ 2021-04-16  9:20 UTC (permalink / raw)
  To: Tom Lendacky, John Allen, Herbert Xu, David S . Miller
  Cc: Devaraj Rangasamy, Babulu Ellune, Mythri Pandeshwara krishna,
	linux-crypto, linux-kernel, Rijo Thomas

From: Devaraj Rangasamy <Devaraj.Rangasamy@amd.com>

Add a new PCI device entry for Green Sardine APU.

Signed-off-by: Devaraj Rangasamy <Devaraj.Rangasamy@amd.com>
Tested-by: Babulu Ellune <Babulu.Ellune@amd.com>
Signed-off-by: Rijo Thomas <Rijo-john.Thomas@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 f471dbaef1fb..f468594ef8af 100644
--- a/drivers/crypto/ccp/sp-pci.c
+++ b/drivers/crypto/ccp/sp-pci.c
@@ -356,6 +356,7 @@ static const struct pci_device_id sp_pci_table[] = {
 	{ PCI_VDEVICE(AMD, 0x1468), (kernel_ulong_t)&dev_vdata[2] },
 	{ PCI_VDEVICE(AMD, 0x1486), (kernel_ulong_t)&dev_vdata[3] },
 	{ PCI_VDEVICE(AMD, 0x15DF), (kernel_ulong_t)&dev_vdata[4] },
+	{ PCI_VDEVICE(AMD, 0x1649), (kernel_ulong_t)&dev_vdata[4] },
 	/* Last entry must be zero */
 	{ 0, }
 };
-- 
2.17.1


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

* Re: [PATCH] ccp: ccp - add support for Green Sardine
  2021-04-16  9:20 [PATCH] ccp: ccp - add support for Green Sardine Rijo Thomas
@ 2021-04-22  7:47 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2021-04-22  7:47 UTC (permalink / raw)
  To: Rijo Thomas
  Cc: Tom Lendacky, John Allen, David S . Miller, Devaraj Rangasamy,
	Babulu Ellune, Mythri Pandeshwara krishna, linux-crypto,
	linux-kernel

On Fri, Apr 16, 2021 at 02:50:56PM +0530, Rijo Thomas wrote:
> From: Devaraj Rangasamy <Devaraj.Rangasamy@amd.com>
> 
> Add a new PCI device entry for Green Sardine APU.
> 
> Signed-off-by: Devaraj Rangasamy <Devaraj.Rangasamy@amd.com>
> Tested-by: Babulu Ellune <Babulu.Ellune@amd.com>
> Signed-off-by: Rijo Thomas <Rijo-john.Thomas@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:[~2021-04-22  7:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16  9:20 [PATCH] ccp: ccp - add support for Green Sardine Rijo Thomas
2021-04-22  7:47 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).