* [PATCH] pci: Add ID for Renesas R-Car PCIe host
@ 2013-03-18 17:00 Phil Edworthy
2013-03-27 17:34 ` Bjorn Helgaas
0 siblings, 1 reply; 2+ messages in thread
From: Phil Edworthy @ 2013-03-18 17:00 UTC (permalink / raw)
To: Bjorn Helgaas; +Cc: linux-pci, Magnus, Phil Edworthy
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
#define PCI_VENDOR_ID_SOLARFLARE 0x1924
#define PCI_DEVICE_ID_SOLARFLARE_SFC4000A_0 0x0703
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] pci: Add ID for Renesas R-Car PCIe host
2013-03-18 17:00 [PATCH] pci: Add ID for Renesas R-Car PCIe host Phil Edworthy
@ 2013-03-27 17:34 ` Bjorn Helgaas
0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2013-03-27 17:34 UTC (permalink / raw)
To: Phil Edworthy; +Cc: linux-pci@vger.kernel.org, Magnus
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-27 17:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-18 17:00 [PATCH] pci: Add ID for Renesas R-Car PCIe host Phil Edworthy
2013-03-27 17:34 ` Bjorn Helgaas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).