linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2] PCI: Add Silicom Denmark vendor ID
@ 2021-02-08 15:01 Martin Hundebøll
  2021-02-08 15:15 ` Krzysztof Wilczyński
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Martin Hundebøll @ 2021-02-08 15:01 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: Martin Hundebøll, linux-pci, linux-kernel

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 <mhu@silicom.dk>
---

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


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

* Re: [PATCHv2] PCI: Add Silicom Denmark vendor ID
  2021-02-08 15:01 [PATCHv2] PCI: Add Silicom Denmark vendor ID Martin Hundebøll
@ 2021-02-08 15:15 ` Krzysztof Wilczyński
  2021-02-08 16:08 ` Tom Rix
  2021-02-09 21:09 ` Bjorn Helgaas
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Wilczyński @ 2021-02-08 15:15 UTC (permalink / raw)
  To: Martin Hundebøll; +Cc: Bjorn Helgaas, linux-pci, linux-kernel

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 <mhu@silicom.dk>
> ---
> 
> 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 <kw@linux.com>

Krzysztof

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

* Re: [PATCHv2] PCI: Add Silicom Denmark vendor ID
  2021-02-08 15:01 [PATCHv2] PCI: Add Silicom Denmark vendor ID Martin Hundebøll
  2021-02-08 15:15 ` Krzysztof Wilczyński
@ 2021-02-08 16:08 ` Tom Rix
  2021-02-09 21:09 ` Bjorn Helgaas
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rix @ 2021-02-08 16:08 UTC (permalink / raw)
  To: Martin Hundebøll, Bjorn Helgaas; +Cc: linux-pci, linux-kernel


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 <mhu@silicom.dk>
Reviewed-by: Tom Rix <trix@redhat.com>
> ---
>
> 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


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

* Re: [PATCHv2] PCI: Add Silicom Denmark vendor ID
  2021-02-08 15:01 [PATCHv2] PCI: Add Silicom Denmark vendor ID Martin Hundebøll
  2021-02-08 15:15 ` Krzysztof Wilczyński
  2021-02-08 16:08 ` Tom Rix
@ 2021-02-09 21:09 ` Bjorn Helgaas
  2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2021-02-09 21:09 UTC (permalink / raw)
  To: Martin Hundebøll; +Cc: Bjorn Helgaas, linux-pci, linux-kernel

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 <mhu@silicom.dk>

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
> 

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

end of thread, other threads:[~2021-02-09 21:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-08 15:01 [PATCHv2] PCI: Add Silicom Denmark vendor ID Martin Hundebøll
2021-02-08 15:15 ` Krzysztof Wilczyński
2021-02-08 16:08 ` Tom Rix
2021-02-09 21:09 ` Bjorn Helgaas

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).