From: Bjorn Helgaas <helgaas@kernel.org>
To: FUJITA Tomonori <fujita.tomonori@gmail.com>
Cc: netdev@vger.kernel.org, andrew@lunn.ch, horms@kernel.org,
kuba@kernel.org, jiri@resnulli.us, pabeni@redhat.com,
linux@armlinux.org.uk, hfdevel@gmx.net, naveenm@marvell.com,
jdamato@fastly.com, bhelgaas@google.com,
linux-pci@vger.kernel.org
Subject: Re: [PATCH net-next v10 1/7] PCI: add Edimax Vendor ID to pci_ids.h
Date: Tue, 11 Jun 2024 10:01:34 -0500 [thread overview]
Message-ID: <20240611150134.GA981546@bhelgaas> (raw)
In-Reply-To: <20240611045217.78529-2-fujita.tomonori@gmail.com>
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
>
next prev parent reply other threads:[~2024-06-11 15:01 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-11 4:52 [PATCH net-next v10 0/7] add ethernet driver for Tehuti Networks TN40xx chips FUJITA Tomonori
2024-06-11 4:52 ` [PATCH net-next v10 1/7] PCI: add Edimax Vendor ID to pci_ids.h FUJITA Tomonori
2024-06-11 15:01 ` Bjorn Helgaas [this message]
2024-06-12 3:48 ` FUJITA Tomonori
2024-06-11 4:52 ` [PATCH net-next v10 2/7] net: tn40xx: add pci driver for Tehuti Networks TN40xx chips FUJITA Tomonori
2024-06-14 0:25 ` Jakub Kicinski
2024-06-14 2:50 ` FUJITA Tomonori
2024-06-11 4:52 ` [PATCH net-next v10 3/7] net: tn40xx: add register defines FUJITA Tomonori
2024-06-11 4:52 ` [PATCH net-next v10 4/7] net: tn40xx: add basic Tx handling FUJITA Tomonori
2024-06-14 0:30 ` Jakub Kicinski
2024-06-14 2:43 ` FUJITA Tomonori
2024-06-15 7:44 ` Hans-Frieder Vogt
2024-06-15 9:02 ` FUJITA Tomonori
2024-06-15 9:40 ` Hans-Frieder Vogt
2024-06-15 18:33 ` Andrew Lunn
2024-06-16 12:46 ` FUJITA Tomonori
2024-06-16 14:59 ` Andrew Lunn
2024-06-17 5:44 ` FUJITA Tomonori
2024-06-17 13:58 ` Andrew Lunn
2024-06-18 6:27 ` FUJITA Tomonori
2024-06-14 0:48 ` Jakub Kicinski
2024-06-14 2:41 ` FUJITA Tomonori
2024-06-14 15:23 ` Jakub Kicinski
2024-06-15 6:41 ` FUJITA Tomonori
2024-06-11 4:52 ` [PATCH net-next v10 5/7] net: tn40xx: add basic Rx handling FUJITA Tomonori
2024-06-11 4:52 ` [PATCH net-next v10 6/7] net: tn40xx: add mdio bus support FUJITA Tomonori
2024-06-11 4:52 ` [PATCH net-next v10 7/7] net: tn40xx: add phylink support FUJITA Tomonori
2024-06-13 16:14 ` [PATCH net-next v10 0/7] add ethernet driver for Tehuti Networks TN40xx chips Joe Damato
2024-06-17 22:04 ` FUJITA Tomonori
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=20240611150134.GA981546@bhelgaas \
--to=helgaas@kernel.org \
--cc=andrew@lunn.ch \
--cc=bhelgaas@google.com \
--cc=fujita.tomonori@gmail.com \
--cc=hfdevel@gmx.net \
--cc=horms@kernel.org \
--cc=jdamato@fastly.com \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=naveenm@marvell.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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