diff mbox series

[net-next,v10,1/7] PCI: add Edimax Vendor ID to pci_ids.h

Message ID 20240611045217.78529-2-fujita.tomonori@gmail.com (mailing list archive)
State Superseded
Delegated to: Netdev Maintainers
Headers show
Series add ethernet driver for Tehuti Networks TN40xx chips | expand

Checks

Context Check Description
netdev/series_format success Posting correctly formatted
netdev/tree_selection success Clearly marked for net-next, async
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 7323 this patch: 7323
netdev/build_tools success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers success CCed 2 of 2 maintainers
netdev/build_clang success Errors and warnings before: 985 this patch: 985
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 8029 this patch: 8029
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-06-13--18-00 (tests: 647)

Commit Message

FUJITA Tomonori June 11, 2024, 4:52 a.m. UTC
Add the Edimax Vendor ID (0x1432) for an ethernet driver for Tehuti
Networks TN40xx chips. This ID can be used for Realtek 8180 and Ralink
rt28xx wireless drivers.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
---
 include/linux/pci_ids.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Bjorn Helgaas June 11, 2024, 3:01 p.m. UTC | #1
On Tue, Jun 11, 2024 at 01:52:11PM +0900, FUJITA Tomonori wrote:
> Add the Edimax Vendor ID (0x1432) for an ethernet driver for Tehuti
> Networks TN40xx chips. This ID can be used for Realtek 8180 and Ralink
> rt28xx wireless drivers.
> 
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>

Acked-by: Bjorn Helgaas <bhelgaas@google.com>

If you have a chance, update the subject line with s/add/Add/ to match
history of this file.

> ---
>  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 942a587bb97e..677aea20d3e1 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -2126,6 +2126,8 @@
>  
>  #define PCI_VENDOR_ID_CHELSIO		0x1425
>  
> +#define PCI_VENDOR_ID_EDIMAX		0x1432
> +
>  #define PCI_VENDOR_ID_ADLINK		0x144a
>  
>  #define PCI_VENDOR_ID_SAMSUNG		0x144d
> -- 
> 2.34.1
>
FUJITA Tomonori June 12, 2024, 3:48 a.m. UTC | #2
On Tue, 11 Jun 2024 10:01:34 -0500
Bjorn Helgaas <helgaas@kernel.org> wrote:

> On Tue, Jun 11, 2024 at 01:52:11PM +0900, FUJITA Tomonori wrote:
>> Add the Edimax Vendor ID (0x1432) for an ethernet driver for Tehuti
>> Networks TN40xx chips. This ID can be used for Realtek 8180 and Ralink
>> rt28xx wireless drivers.
>> 
>> Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
> 
> Acked-by: Bjorn Helgaas <bhelgaas@google.com>
> 
> If you have a chance, update the subject line with s/add/Add/ to match
> history of this file.

Got it, thanks a lot!
diff mbox series

Patch

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 942a587bb97e..677aea20d3e1 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2126,6 +2126,8 @@ 
 
 #define PCI_VENDOR_ID_CHELSIO		0x1425
 
+#define PCI_VENDOR_ID_EDIMAX		0x1432
+
 #define PCI_VENDOR_ID_ADLINK		0x144a
 
 #define PCI_VENDOR_ID_SAMSUNG		0x144d