The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: hans.zhang@cixtech.com
To: bhelgaas@google.com
Cc: cix-kernel-upstream@cixtech.com, linux-pci@vger.kernel.org,
	linux-kernel@vger.kernel.org, Hans Zhang <hans.zhang@cixtech.com>,
	Peter Chen <peter.chen@cixtech.com>
Subject: [PATCH] PCI: pci_ids: Add Cixtech P1 Platforms vendor and device ID
Date: Wed,  5 Mar 2025 14:30:18 +0800	[thread overview]
Message-ID: <20250305063018.415616-1-hans.zhang@cixtech.com> (raw)

From: Hans Zhang <hans.zhang@cixtech.com>

Add Cixtech P1 (internal name sky1) as a vendor and device ID for PCI
devices so we can use the macro for future drivers.

Signed-off-by: Hans Zhang <hans.zhang@cixtech.com>
Reviewed-by: Peter Chen <peter.chen@cixtech.com>
---
 include/linux/pci_ids.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 1a2594a38199..531b34c1181a 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -200,6 +200,9 @@
 #define PCI_DEVICE_ID_COMPAQ_THUNDER	0xf130
 #define PCI_DEVICE_ID_COMPAQ_NETFLEX3B	0xf150
 
+#define PCI_VENDOR_ID_CIX               0x1f6c
+#define PCI_DEVICE_ID_CIX_SKY1          0x0001
+
 #define PCI_VENDOR_ID_NCR		0x1000
 #define PCI_VENDOR_ID_LSI_LOGIC		0x1000
 #define PCI_DEVICE_ID_NCR_53C810	0x0001

base-commit: 99fa936e8e4f117d62f229003c9799686f74cebc
-- 
2.47.1


             reply	other threads:[~2025-03-05  6:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-05  6:30 hans.zhang [this message]
2025-03-05 17:49 ` [PATCH] PCI: pci_ids: Add Cixtech P1 Platforms vendor and device ID Bjorn Helgaas
2025-03-06  3:24   ` hans.zhang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250305063018.415616-1-hans.zhang@cixtech.com \
    --to=hans.zhang@cixtech.com \
    --cc=bhelgaas@google.com \
    --cc=cix-kernel-upstream@cixtech.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=peter.chen@cixtech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox