diff mbox

pci: Add ID for Renesas R-Car PCIe host

Message ID 1363626009-25242-1-git-send-email-phil.edworthy@renesas.com
State Rejected
Headers show

Commit Message

Phil Edworthy March 18, 2013, 5 p.m. UTC
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
---
 include/linux/pci_ids.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Bjorn Helgaas March 27, 2013, 5:34 p.m. UTC | #1
On Mon, Mar 18, 2013 at 11:00 AM, Phil Edworthy
<phil.edworthy@renesas.com> wrote:
>
> Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
> ---
>  include/linux/pci_ids.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index f11c1c2..04693b7 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -2363,6 +2363,7 @@
>  #define PCI_DEVICE_ID_RENESAS_SH7763   0x0004
>  #define PCI_DEVICE_ID_RENESAS_SH7785   0x0007
>  #define PCI_DEVICE_ID_RENESAS_SH7786   0x0010
> +#define PCI_DEVICE_ID_RENESAS_RCAR     0x0018

See the comment at the top of pci_ids.h.  If this ID is actually used
in several places, please resend this patch along with the patches
that add those uses.  If it's only used in one place, just put the
definition there (or use the bare number).

>  #define PCI_VENDOR_ID_SOLARFLARE       0x1924
>  #define PCI_DEVICE_ID_SOLARFLARE_SFC4000A_0    0x0703
> --
> 1.7.5.4
>
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index f11c1c2..04693b7 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2363,6 +2363,7 @@ 
 #define PCI_DEVICE_ID_RENESAS_SH7763	0x0004
 #define PCI_DEVICE_ID_RENESAS_SH7785	0x0007
 #define PCI_DEVICE_ID_RENESAS_SH7786	0x0010
+#define PCI_DEVICE_ID_RENESAS_RCAR	0x0018
 
 #define PCI_VENDOR_ID_SOLARFLARE	0x1924
 #define PCI_DEVICE_ID_SOLARFLARE_SFC4000A_0	0x0703