From: Lukas Wunner <lukas@wunner.de>
To: "Shevchenko, Andriy" <andriy.shevchenko@intel.com>
Cc: "andreas.noever@gmail.com" <andreas.noever@gmail.com>,
"Levy, Amir (Jer)" <amir.jer.levy@intel.com>,
"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
"bhelgaas@google.com" <bhelgaas@google.com>,
"Svahn, Kai" <kai.svahn@intel.com>,
"linux-pci@vger.kernel.org" <linux-pci@vger.kernel.org>,
"Jamet, Michael" <michael.jamet@intel.com>,
"Winkler, Tomas" <tomas.winkler@intel.com>,
"Alloun, Dan" <dan.alloun@intel.com>,
"Westerberg, Mika" <mika.westerberg@intel.com>
Subject: Re: [PATCH 1/6] thunderbolt: Updating the register definitions
Date: Tue, 24 May 2016 12:06:31 +0200 [thread overview]
Message-ID: <20160524100631.GA5396@wunner.de> (raw)
In-Reply-To: <1463998286.31269.24.camel@intel.com>
Hi Andriy, Hi Amir,
On Mon, May 23, 2016 at 10:10:11AM +0000, Shevchenko, Andriy wrote:
> On Mon, 2016-05-23 at 11:48 +0300, Amir Levy wrote:
> > --- a/include/linux/pci_ids.h
> > +++ b/include/linux/pci_ids.h
> > @@ -2618,6 +2618,8 @@
> > #define PCI_DEVICE_ID_INTEL_FALCON_RIDGE_2C_BRIDGE 0x156b
> > #define PCI_DEVICE_ID_INTEL_FALCON_RIDGE_4C_NHI 0x156c
> > #define PCI_DEVICE_ID_INTEL_FALCON_RIDGE_4C_BRIDGE 0x156d
>
> > +#define PCI_DEVICE_ID_INTEL_WIN_RIDGE_2C_NHI 0x157d
> > +#define PCI_DEVICE_ID_INTEL_WIN_RIDGE_2C_BRIDGE 0x157e
>
> Are those IDs going to be used somewhere else than one driver?
We have a number of Thunderbolt quirks in drivers/pci/quirks.c.
Although they do not pertain to Win Ridge right now, it's good to have
the list complete.
However the list should be sorted numerically, so these should go below
Alpine Ridge. I assume Win Ridge is DSL5110, so a comment would be good
to signify that it's not Thunderbolt 2 or 3, e.g.:
#define PCI_DEVICE_ID_INTEL_WIN_RIDGE_2C_NHI 0x157d /* Tbt 1 Low Pwr */
#define PCI_DEVICE_ID_INTEL_WIN_RIDGE_2C_BRIDGE 0x157e
Thanks,
Lukas
next prev parent reply other threads:[~2016-05-24 10:03 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-23 8:48 [PATCH 0/6] thunderbolt: Introducing Thunderbolt(TM) networking Amir Levy
2016-05-23 8:48 ` [PATCH 1/6] thunderbolt: Updating the register definitions Amir Levy
2016-05-23 10:10 ` Shevchenko, Andriy
2016-05-24 10:06 ` Lukas Wunner [this message]
2016-05-23 14:40 ` Greg KH
2016-05-24 9:48 ` Levy, Amir (Jer)
2016-05-23 8:48 ` [PATCH 2/6] thunderbolt: Communication with the ICM (firmware) Amir Levy
2016-05-23 10:33 ` Andy Shevchenko
2016-05-23 8:48 ` [PATCH 3/6] thunderbolt: Networking state machine Amir Levy
2016-05-23 8:48 ` [PATCH 4/6] thunderbolt: Networking transmit and receive Amir Levy
2016-05-23 8:48 ` [PATCH 5/6] thunderbolt: Kconfig for Thunderbolt(TM) networking Amir Levy
2016-05-23 8:48 ` [PATCH 6/6] thunderbolt: Networking doc Amir Levy
2016-05-23 15:34 ` Greg KH
2016-05-24 9:54 ` Levy, Amir (Jer)
2016-05-24 14:41 ` Greg KH
2016-05-24 10:55 ` [PATCH 0/6] thunderbolt: Introducing Thunderbolt(TM) networking Lukas Wunner
2016-05-24 13:58 ` Levy, Amir (Jer)
2016-05-24 23:24 ` Andreas Noever
2016-06-01 12:22 ` Levy, Amir (Jer)
2016-06-08 17:00 ` Andreas Noever
2016-06-09 12:53 ` Levy, Amir (Jer)
2016-06-14 19:22 ` Andreas Noever
2016-11-09 13:11 ` Lukas Wunner
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=20160524100631.GA5396@wunner.de \
--to=lukas@wunner.de \
--cc=amir.jer.levy@intel.com \
--cc=andreas.noever@gmail.com \
--cc=andriy.shevchenko@intel.com \
--cc=bhelgaas@google.com \
--cc=dan.alloun@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=kai.svahn@intel.com \
--cc=linux-pci@vger.kernel.org \
--cc=michael.jamet@intel.com \
--cc=mika.westerberg@intel.com \
--cc=tomas.winkler@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.