diff for duplicates of <54899FE7.7050808@rock-chips.com> diff --git a/a/1.txt b/N1/1.txt index 9298d6b..9069f84 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,7 +18,7 @@ On 2014/12/11 18:27, Kishon Vijay Abraham I wrote: > I didn't mean that. You can get rid of this entire xlate stuff if you use > something like below > -> phy at xxx { +> phy@xxx { > compatible = ""; > phy1:usb_phy { > } @@ -27,7 +27,7 @@ On 2014/12/11 18:27, Kishon Vijay Abraham I wrote: > }; > > -> usb at xx { +> usb@xx { > compatible = ""; > phys = <&phy1>; //doesn't need xlate > /* this needs xlate @@ -39,9 +39,15 @@ On 2014/12/11 18:27, Kishon Vijay Abraham I wrote: Thank you so much for your suggestion, but still have a question: I have to add the #phy-cells property in each phy sub-node, otherwise devm_get_phy() will fail and I get log info like -"/usb at ff500000: could not get #phy-cells for /phy/usbp-phy1". So can the +"/usb@ff500000: could not get #phy-cells for /phy/usbp-phy1". So can the #phy-cells property defines in patent node also valid for it's child nodes like #address-cells ? --- Yunzhi Li @ rockchip + + +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 5349542..421b2af 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,24 @@ "ref\01418291722-25448-1-git-send-email-lyz@rock-chips.com\0" "ref\01418291722-25448-2-git-send-email-lyz@rock-chips.com\0" "ref\0548971AF.1020506@ti.com\0" - "From\0lyz@rock-chips.com (Yunzhi Li)\0" - "Subject\0[PATCH v6 1/5] phy: add a driver for the Rockchip SoC internal USB2.0 PHY\0" + "ref\0548971AF.1020506-l0cyMroinI0@public.gmane.org\0" + "From\0Yunzhi Li <lyz-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\0" + "Subject\0Re: [PATCH v6 1/5] phy: add a driver for the Rockchip SoC internal USB2.0 PHY\0" "Date\0Thu, 11 Dec 2014 21:45:11 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>" + heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org + jwerner-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org + " dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org\0" + "Cc\0olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org" + huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org + zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org + cf-TNX95d0MmH7DzftRWevZcw@public.gmane.org + linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "Hi Kishon:\n" @@ -27,7 +41,7 @@ "> I didn't mean that. You can get rid of this entire xlate stuff if you use\n" "> something like below\n" ">\n" - "> phy at xxx {\n" + "> phy@xxx {\n" "> \tcompatible = \"\";\n" "> \tphy1:usb_phy {\n" "> \t}\n" @@ -36,7 +50,7 @@ "> };\n" ">\n" ">\n" - "> usb at xx {\n" + "> usb@xx {\n" "> \tcompatible = \"\";\n" "> \tphys = <&phy1>; //doesn't need xlate\n" "> \t/* this needs xlate\n" @@ -48,11 +62,17 @@ "Thank you so much for your suggestion, but still have a question:\n" "I have to add the #phy-cells property in each phy sub-node, otherwise \n" "devm_get_phy() will fail and I get log info like\n" - "\"/usb at ff500000: could not get #phy-cells for /phy/usbp-phy1\". So can the \n" + "\"/usb@ff500000: could not get #phy-cells for /phy/usbp-phy1\". So can the \n" "#phy-cells property defines in patent node\n" "also valid for it's child nodes like #address-cells ?\n" "\n" "---\n" - Yunzhi Li @ rockchip + "Yunzhi Li @ rockchip\n" + "\n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -6643a393035261d46eedc327b280492d3e12385bba0ac6fb5d5dda566ee71250 +b8c8c8b46da23bb088e4c4ac5622dcc2f3cd0639a2c4a1ae8cf1309cf923b039
diff --git a/a/1.txt b/N2/1.txt index 9298d6b..2938352 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -18,7 +18,7 @@ On 2014/12/11 18:27, Kishon Vijay Abraham I wrote: > I didn't mean that. You can get rid of this entire xlate stuff if you use > something like below > -> phy at xxx { +> phy@xxx { > compatible = ""; > phy1:usb_phy { > } @@ -27,7 +27,7 @@ On 2014/12/11 18:27, Kishon Vijay Abraham I wrote: > }; > > -> usb at xx { +> usb@xx { > compatible = ""; > phys = <&phy1>; //doesn't need xlate > /* this needs xlate @@ -39,7 +39,7 @@ On 2014/12/11 18:27, Kishon Vijay Abraham I wrote: Thank you so much for your suggestion, but still have a question: I have to add the #phy-cells property in each phy sub-node, otherwise devm_get_phy() will fail and I get log info like -"/usb at ff500000: could not get #phy-cells for /phy/usbp-phy1". So can the +"/usb@ff500000: could not get #phy-cells for /phy/usbp-phy1". So can the #phy-cells property defines in patent node also valid for it's child nodes like #address-cells ? diff --git a/a/content_digest b/N2/content_digest index 5349542..6fa955c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,23 @@ "ref\01418291722-25448-1-git-send-email-lyz@rock-chips.com\0" "ref\01418291722-25448-2-git-send-email-lyz@rock-chips.com\0" "ref\0548971AF.1020506@ti.com\0" - "From\0lyz@rock-chips.com (Yunzhi Li)\0" - "Subject\0[PATCH v6 1/5] phy: add a driver for the Rockchip SoC internal USB2.0 PHY\0" + "From\0Yunzhi Li <lyz@rock-chips.com>\0" + "Subject\0Re: [PATCH v6 1/5] phy: add a driver for the Rockchip SoC internal USB2.0 PHY\0" "Date\0Thu, 11 Dec 2014 21:45:11 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Kishon Vijay Abraham I <kishon@ti.com>" + heiko@sntech.de + jwerner@chromium.org + " dianders@chromium.org\0" + "Cc\0olof@lixom.net" + huangtao@rock-chips.com + zyw@rock-chips.com + cf@rock-chips.com + linux-rockchip@lists.infradead.org + Grant Likely <grant.likely@linaro.org> + Rob Herring <robh+dt@kernel.org> + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " devicetree@vger.kernel.org\0" "\00:1\0" "b\0" "Hi Kishon:\n" @@ -27,7 +40,7 @@ "> I didn't mean that. You can get rid of this entire xlate stuff if you use\n" "> something like below\n" ">\n" - "> phy at xxx {\n" + "> phy@xxx {\n" "> \tcompatible = \"\";\n" "> \tphy1:usb_phy {\n" "> \t}\n" @@ -36,7 +49,7 @@ "> };\n" ">\n" ">\n" - "> usb at xx {\n" + "> usb@xx {\n" "> \tcompatible = \"\";\n" "> \tphys = <&phy1>; //doesn't need xlate\n" "> \t/* this needs xlate\n" @@ -48,11 +61,11 @@ "Thank you so much for your suggestion, but still have a question:\n" "I have to add the #phy-cells property in each phy sub-node, otherwise \n" "devm_get_phy() will fail and I get log info like\n" - "\"/usb at ff500000: could not get #phy-cells for /phy/usbp-phy1\". So can the \n" + "\"/usb@ff500000: could not get #phy-cells for /phy/usbp-phy1\". So can the \n" "#phy-cells property defines in patent node\n" "also valid for it's child nodes like #address-cells ?\n" "\n" "---\n" Yunzhi Li @ rockchip -6643a393035261d46eedc327b280492d3e12385bba0ac6fb5d5dda566ee71250 +d7f70ebede58599bed45ac2c4d914073270a001142a319711f935689b7341822
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.