[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191030204054.GA247856@google.com>
Date: Wed, 30 Oct 2019 15:40:54 -0500
From: Bjorn Helgaas <helgaas@...nel.org>
To: Jiaxun Yang <jiaxun.yang@...goat.com>
Cc: linux-mips@...r.kernel.org, davem@...emloft.net,
robh+dt@...nel.org, mark.rutland@....com, axboe@...nel.dk,
peppe.cavallaro@...com, alexandre.torgue@...com,
joabreu@...opsys.com, netdev@...r.kernel.org,
devicetree@...r.kernel.org, linux-ide@...r.kernel.org,
linux-pci@...r.kernel.org
Subject: Re: [PATCH 1/5] PCI: pci_ids: Add Loongson IDs
Please pay attention to the "git log --oneline
include/linux/pci_ids.h" output and make yours match, e.g.,
PCI: Add Loongson Vendor and Device IDs
On Wed, Oct 30, 2019 at 09:53:43PM +0800, Jiaxun Yang wrote:
> Add Loongson device IDs that will be used by drivers later.
>
> Signed-off-by: Jiaxun Yang <jiaxun.yang@...goat.com>
With that change,
Acked-by: Bjorn Helgaas <bhelgaas@...gle.com>
> ---
> include/linux/pci_ids.h | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index 21a572469a4e..75f3336116eb 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -148,6 +148,10 @@
>
> /* Vendors and devices. Sort key: vendor first, device next. */
>
> +#define PCI_VENDOR_ID_LOONGSON 0x0014
> +#define PCI_DEVICE_ID_LOONGSON_GMAC 0x7a03
> +#define PCI_DEVICE_ID_LOONGSON_AHCI 0x7a08
> +
> #define PCI_VENDOR_ID_TTTECH 0x0357
> #define PCI_DEVICE_ID_TTTECH_MC322 0x000a
>
> --
> 2.23.0
>
Powered by blists - more mailing lists