2021-02-08 15:10:04

by Martin Hundebøll

[permalink] [raw]
Subject: [PATCHv2] PCI: Add Silicom Denmark vendor ID

Update pci_ids.h with the vendor ID for Silicom Denmark. The define is
going to be referenced in driver(s) for FPGA accelerated smart NICs.

Signed-off-by: Martin Hundebøll <[email protected]>
---

Changes since v1:
* Align commit message/shortlog with similar changes to pci_ids.h

include/linux/pci_ids.h | 2 ++
1 file changed, 2 insertions(+)

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index f968fcda338e..c119f0eb41b6 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2589,6 +2589,8 @@

#define PCI_VENDOR_ID_REDHAT 0x1b36

+#define PCI_VENDOR_ID_SILICOM_DENMARK 0x1c2c
+
#define PCI_VENDOR_ID_AMAZON_ANNAPURNA_LABS 0x1c36

#define PCI_VENDOR_ID_CIRCUITCO 0x1cc8
--
2.29.2


2021-02-08 16:46:55

by Krzysztof Wilczyński

[permalink] [raw]
Subject: Re: [PATCHv2] PCI: Add Silicom Denmark vendor ID

Hi Martin,

Thank you!

> Update pci_ids.h with the vendor ID for Silicom Denmark. The define is
> going to be referenced in driver(s) for FPGA accelerated smart NICs.
>
> Signed-off-by: Martin Hundebøll <[email protected]>
> ---
>
> Changes since v1:
> * Align commit message/shortlog with similar changes to pci_ids.h
>
> include/linux/pci_ids.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index f968fcda338e..c119f0eb41b6 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -2589,6 +2589,8 @@
>
> #define PCI_VENDOR_ID_REDHAT 0x1b36
>
> +#define PCI_VENDOR_ID_SILICOM_DENMARK 0x1c2c
> +
> #define PCI_VENDOR_ID_AMAZON_ANNAPURNA_LABS 0x1c36
>
> #define PCI_VENDOR_ID_CIRCUITCO 0x1cc8
> --
> 2.29.2

Reviewed-by: Krzysztof Wilczyński <[email protected]>

Krzysztof

2021-02-08 18:32:36

by Tom Rix

[permalink] [raw]
Subject: Re: [PATCHv2] PCI: Add Silicom Denmark vendor ID


On 2/8/21 7:01 AM, Martin Hundebøll wrote:
> Update pci_ids.h with the vendor ID for Silicom Denmark. The define is
> going to be referenced in driver(s) for FPGA accelerated smart NICs.
>
> Signed-off-by: Martin Hundebøll <[email protected]>
Reviewed-by: Tom Rix <[email protected]>
> ---
>
> Changes since v1:
> * Align commit message/shortlog with similar changes to pci_ids.h
>
> include/linux/pci_ids.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index f968fcda338e..c119f0eb41b6 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -2589,6 +2589,8 @@
>
> #define PCI_VENDOR_ID_REDHAT 0x1b36
>
> +#define PCI_VENDOR_ID_SILICOM_DENMARK 0x1c2c
> +
> #define PCI_VENDOR_ID_AMAZON_ANNAPURNA_LABS 0x1c36
>
> #define PCI_VENDOR_ID_CIRCUITCO 0x1cc8

2021-02-10 00:46:32

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: [PATCHv2] PCI: Add Silicom Denmark vendor ID

On Mon, Feb 08, 2021 at 04:01:57PM +0100, Martin Hundeb?ll wrote:
> Update pci_ids.h with the vendor ID for Silicom Denmark. The define is
> going to be referenced in driver(s) for FPGA accelerated smart NICs.
>
> Signed-off-by: Martin Hundeb?ll <[email protected]>

Applied to pci/misc for v5.12 with reviewed-by from Krzysztof and Tom,
thanks!

> ---
>
> Changes since v1:
> * Align commit message/shortlog with similar changes to pci_ids.h
>
> include/linux/pci_ids.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index f968fcda338e..c119f0eb41b6 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -2589,6 +2589,8 @@
>
> #define PCI_VENDOR_ID_REDHAT 0x1b36
>
> +#define PCI_VENDOR_ID_SILICOM_DENMARK 0x1c2c
> +
> #define PCI_VENDOR_ID_AMAZON_ANNAPURNA_LABS 0x1c36
>
> #define PCI_VENDOR_ID_CIRCUITCO 0x1cc8
> --
> 2.29.2
>