Message ID | 1524039005-30618-2-git-send-email-yoshihiro.shimoda.uh@renesas.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Apr 18, 2018 at 05:09:55PM +0900, Yoshihiro Shimoda wrote: > This patch adds a new property for device connection framework. What's the "device connection framework" and what does it have to do with DT? > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> > --- > Documentation/devicetree/bindings/graph.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/graph.txt b/Documentation/devicetree/bindings/graph.txt > index 0415e2c..fca0030 100644 > --- a/Documentation/devicetree/bindings/graph.txt > +++ b/Documentation/devicetree/bindings/graph.txt > @@ -125,4 +125,4 @@ Optional endpoint properties > ---------------------------- > > - remote-endpoint: phandle to an 'endpoint' subnode of a remote device node. > - > +- device-connection-id: string for device connection. Why do we need this? > -- > 1.9.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi, > From: Rob Herring, Sent: Tuesday, April 24, 2018 11:33 PM > > On Wed, Apr 18, 2018 at 05:09:55PM +0900, Yoshihiro Shimoda wrote: > > This patch adds a new property for device connection framework. > > What's the "device connection framework" and what does it have to do > with DT? The "device connection framework" is described in the following: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/driver-api/device_connection.rst?h=v4.17-rc2 However, according to the Heikki's comments [1], I completely misunderstood what should I do. So, I'd like to recall this patch set. [1] http://www.spinics.net/lists/linux-renesas-soc/msg26869.html Best regards, Yoshihiro Shimoda > > > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> > > --- > > Documentation/devicetree/bindings/graph.txt | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/graph.txt b/Documentation/devicetree/bindings/graph.txt > > index 0415e2c..fca0030 100644 > > --- a/Documentation/devicetree/bindings/graph.txt > > +++ b/Documentation/devicetree/bindings/graph.txt > > @@ -125,4 +125,4 @@ Optional endpoint properties > > ---------------------------- > > > > - remote-endpoint: phandle to an 'endpoint' subnode of a remote device node. > > - > > +- device-connection-id: string for device connection. > > Why do we need this? > > > -- > > 1.9.1 > > -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/graph.txt b/Documentation/devicetree/bindings/graph.txt index 0415e2c..fca0030 100644 --- a/Documentation/devicetree/bindings/graph.txt +++ b/Documentation/devicetree/bindings/graph.txt @@ -125,4 +125,4 @@ Optional endpoint properties ---------------------------- - remote-endpoint: phandle to an 'endpoint' subnode of a remote device node. - +- device-connection-id: string for device connection.
This patch adds a new property for device connection framework. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> --- Documentation/devicetree/bindings/graph.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)