* [PATCH v1 02/19] dt-bindings: cpufreq: mediatek: use - instead of _ in examples
[not found] ` <cover.1519378871.git.sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
@ 2018-02-23 10:16 ` sean.wang-NuS5LvNUpcJWk0Htik3J/w
2018-02-26 4:13 ` Viresh Kumar
2018-03-02 15:53 ` Rob Herring
0 siblings, 2 replies; 8+ messages in thread
From: sean.wang-NuS5LvNUpcJWk0Htik3J/w @ 2018-02-23 10:16 UTC (permalink / raw)
To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w, mark.rutland-5wv7dgnIgG8,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
Cc: linux-pm-u79uwXL29TY76Z2rM5mHXA, Viresh Kumar, Sean Wang,
Rafael J. Wysocki, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
From: Sean Wang <sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
It should be good that no use "_" is in examples. Consequently,
those nodes in certain files which have an inappropriate name containing
"_" are all being replaced with "-".
Signed-off-by: Sean Wang <sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
Cc: "Rafael J. Wysocki" <rjw-LthD3rsA81gm4RdzfppkhA@public.gmane.org>
Cc: Viresh Kumar <viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
Cc: linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
---
Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt
index d36f07e..38cfbb5 100644
--- a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt
+++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt
@@ -26,7 +26,7 @@ Optional properties:
Example 1 (MT7623 SoC):
- cpu_opp_table: opp_table {
+ cpu_opp_table: opp-table {
compatible = "operating-points-v2";
opp-shared;
@@ -86,7 +86,7 @@ Example 1 (MT7623 SoC):
};
Example 2 (MT8173 SoC):
- cpu_opp_table_a: opp_table_a {
+ cpu_opp_table_a: opp-table-a {
compatible = "operating-points-v2";
opp-shared;
@@ -131,7 +131,7 @@ Example 2 (MT8173 SoC):
};
};
- cpu_opp_table_b: opp_table_b {
+ cpu_opp_table_b: opp-table-b {
compatible = "operating-points-v2";
opp-shared;
--
2.7.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH v1 09/19] arm: dts: mt7623: add related clock properties to cpu[1-3] nodes
[not found] <cover.1519378871.git.sean.wang@mediatek.com>
[not found] ` <cover.1519378871.git.sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
@ 2018-02-23 10:16 ` sean.wang
2018-02-26 4:13 ` Viresh Kumar
2018-03-18 23:49 ` Matthias Brugger
1 sibling, 2 replies; 8+ messages in thread
From: sean.wang @ 2018-02-23 10:16 UTC (permalink / raw)
To: robh+dt, matthias.bgg, mark.rutland, devicetree, linux-mediatek
Cc: linux-pm, Viresh Kumar, Sean Wang, Rafael J. Wysocki,
linux-kernel, linux-arm-kernel
From: Sean Wang <sean.wang@mediatek.com>
Complement the missing clock properties cpu[1-3] should depend on.
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: linux-pm@vger.kernel.org
---
arch/arm/boot/dts/mt7623.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi
index da56c54..5cf93a4 100644
--- a/arch/arm/boot/dts/mt7623.dtsi
+++ b/arch/arm/boot/dts/mt7623.dtsi
@@ -94,6 +94,9 @@
device_type = "cpu";
compatible = "arm,cortex-a7";
reg = <0x1>;
+ clocks = <&infracfg CLK_INFRA_CPUSEL>,
+ <&apmixedsys CLK_APMIXED_MAINPLL>;
+ clock-names = "cpu", "intermediate";
operating-points-v2 = <&cpu_opp_table>;
clock-frequency = <1300000000>;
};
@@ -102,6 +105,9 @@
device_type = "cpu";
compatible = "arm,cortex-a7";
reg = <0x2>;
+ clocks = <&infracfg CLK_INFRA_CPUSEL>,
+ <&apmixedsys CLK_APMIXED_MAINPLL>;
+ clock-names = "cpu", "intermediate";
operating-points-v2 = <&cpu_opp_table>;
clock-frequency = <1300000000>;
};
@@ -110,6 +116,9 @@
device_type = "cpu";
compatible = "arm,cortex-a7";
reg = <0x3>;
+ clocks = <&infracfg CLK_INFRA_CPUSEL>,
+ <&apmixedsys CLK_APMIXED_MAINPLL>;
+ clock-names = "cpu", "intermediate";
operating-points-v2 = <&cpu_opp_table>;
clock-frequency = <1300000000>;
};
--
2.7.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH v1 09/19] arm: dts: mt7623: add related clock properties to cpu[1-3] nodes
2018-02-23 10:16 ` [PATCH v1 09/19] arm: dts: mt7623: add related clock properties to cpu[1-3] nodes sean.wang
@ 2018-02-26 4:13 ` Viresh Kumar
2018-03-18 23:49 ` Matthias Brugger
1 sibling, 0 replies; 8+ messages in thread
From: Viresh Kumar @ 2018-02-26 4:13 UTC (permalink / raw)
To: sean.wang
Cc: robh+dt, matthias.bgg, mark.rutland, devicetree, linux-mediatek,
linux-arm-kernel, linux-kernel, Rafael J. Wysocki, linux-pm
On 23-02-18, 18:16, sean.wang@mediatek.com wrote:
> From: Sean Wang <sean.wang@mediatek.com>
>
> Complement the missing clock properties cpu[1-3] should depend on.
>
> Signed-off-by: Sean Wang <sean.wang@mediatek.com>
> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
> Cc: Viresh Kumar <viresh.kumar@linaro.org>
> Cc: linux-pm@vger.kernel.org
> ---
> arch/arm/boot/dts/mt7623.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi
> index da56c54..5cf93a4 100644
> --- a/arch/arm/boot/dts/mt7623.dtsi
> +++ b/arch/arm/boot/dts/mt7623.dtsi
> @@ -94,6 +94,9 @@
> device_type = "cpu";
> compatible = "arm,cortex-a7";
> reg = <0x1>;
> + clocks = <&infracfg CLK_INFRA_CPUSEL>,
> + <&apmixedsys CLK_APMIXED_MAINPLL>;
> + clock-names = "cpu", "intermediate";
> operating-points-v2 = <&cpu_opp_table>;
> clock-frequency = <1300000000>;
> };
> @@ -102,6 +105,9 @@
> device_type = "cpu";
> compatible = "arm,cortex-a7";
> reg = <0x2>;
> + clocks = <&infracfg CLK_INFRA_CPUSEL>,
> + <&apmixedsys CLK_APMIXED_MAINPLL>;
> + clock-names = "cpu", "intermediate";
> operating-points-v2 = <&cpu_opp_table>;
> clock-frequency = <1300000000>;
> };
> @@ -110,6 +116,9 @@
> device_type = "cpu";
> compatible = "arm,cortex-a7";
> reg = <0x3>;
> + clocks = <&infracfg CLK_INFRA_CPUSEL>,
> + <&apmixedsys CLK_APMIXED_MAINPLL>;
> + clock-names = "cpu", "intermediate";
> operating-points-v2 = <&cpu_opp_table>;
> clock-frequency = <1300000000>;
> };
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
viresh
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v1 02/19] dt-bindings: cpufreq: mediatek: use - instead of _ in examples
2018-02-23 10:16 ` [PATCH v1 02/19] dt-bindings: cpufreq: mediatek: use - instead of _ in examples sean.wang-NuS5LvNUpcJWk0Htik3J/w
@ 2018-02-26 4:13 ` Viresh Kumar
2018-03-19 2:51 ` Sean Wang
2018-03-02 15:53 ` Rob Herring
1 sibling, 1 reply; 8+ messages in thread
From: Viresh Kumar @ 2018-02-26 4:13 UTC (permalink / raw)
To: sean.wang
Cc: robh+dt, matthias.bgg, mark.rutland, devicetree, linux-mediatek,
linux-arm-kernel, linux-kernel, Rafael J. Wysocki, linux-pm
On 23-02-18, 18:16, sean.wang@mediatek.com wrote:
> From: Sean Wang <sean.wang@mediatek.com>
>
> It should be good that no use "_" is in examples. Consequently,
> those nodes in certain files which have an inappropriate name containing
> "_" are all being replaced with "-".
>
> Signed-off-by: Sean Wang <sean.wang@mediatek.com>
> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
> Cc: Viresh Kumar <viresh.kumar@linaro.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: linux-pm@vger.kernel.org
> Cc: devicetree@vger.kernel.org
> ---
> Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt
> index d36f07e..38cfbb5 100644
> --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt
> +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt
> @@ -26,7 +26,7 @@ Optional properties:
>
> Example 1 (MT7623 SoC):
>
> - cpu_opp_table: opp_table {
> + cpu_opp_table: opp-table {
> compatible = "operating-points-v2";
> opp-shared;
>
> @@ -86,7 +86,7 @@ Example 1 (MT7623 SoC):
> };
>
> Example 2 (MT8173 SoC):
> - cpu_opp_table_a: opp_table_a {
> + cpu_opp_table_a: opp-table-a {
> compatible = "operating-points-v2";
> opp-shared;
>
> @@ -131,7 +131,7 @@ Example 2 (MT8173 SoC):
> };
> };
>
> - cpu_opp_table_b: opp_table_b {
> + cpu_opp_table_b: opp-table-b {
> compatible = "operating-points-v2";
> opp-shared;
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
viresh
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v1 02/19] dt-bindings: cpufreq: mediatek: use - instead of _ in examples
2018-02-23 10:16 ` [PATCH v1 02/19] dt-bindings: cpufreq: mediatek: use - instead of _ in examples sean.wang-NuS5LvNUpcJWk0Htik3J/w
2018-02-26 4:13 ` Viresh Kumar
@ 2018-03-02 15:53 ` Rob Herring
1 sibling, 0 replies; 8+ messages in thread
From: Rob Herring @ 2018-03-02 15:53 UTC (permalink / raw)
To: sean.wang
Cc: matthias.bgg, mark.rutland, devicetree, linux-mediatek,
linux-arm-kernel, linux-kernel, Rafael J. Wysocki, Viresh Kumar,
linux-pm
On Fri, Feb 23, 2018 at 06:16:22PM +0800, sean.wang@mediatek.com wrote:
> From: Sean Wang <sean.wang@mediatek.com>
>
> It should be good that no use "_" is in examples. Consequently,
> those nodes in certain files which have an inappropriate name containing
> "_" are all being replaced with "-".
>
> Signed-off-by: Sean Wang <sean.wang@mediatek.com>
> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
> Cc: Viresh Kumar <viresh.kumar@linaro.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: linux-pm@vger.kernel.org
> Cc: devicetree@vger.kernel.org
> ---
> Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v1 09/19] arm: dts: mt7623: add related clock properties to cpu[1-3] nodes
2018-02-23 10:16 ` [PATCH v1 09/19] arm: dts: mt7623: add related clock properties to cpu[1-3] nodes sean.wang
2018-02-26 4:13 ` Viresh Kumar
@ 2018-03-18 23:49 ` Matthias Brugger
1 sibling, 0 replies; 8+ messages in thread
From: Matthias Brugger @ 2018-03-18 23:49 UTC (permalink / raw)
To: sean.wang, robh+dt, mark.rutland, devicetree, linux-mediatek
Cc: linux-arm-kernel, linux-kernel, Rafael J. Wysocki, Viresh Kumar,
linux-pm
On 02/23/2018 11:16 AM, sean.wang@mediatek.com wrote:
> From: Sean Wang <sean.wang@mediatek.com>
>
> Complement the missing clock properties cpu[1-3] should depend on.
>
> Signed-off-by: Sean Wang <sean.wang@mediatek.com>
> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
> Cc: Viresh Kumar <viresh.kumar@linaro.org>
> Cc: linux-pm@vger.kernel.org
Pushed to v4.16-next/dts32
Thanks!
> ---
> arch/arm/boot/dts/mt7623.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi
> index da56c54..5cf93a4 100644
> --- a/arch/arm/boot/dts/mt7623.dtsi
> +++ b/arch/arm/boot/dts/mt7623.dtsi
> @@ -94,6 +94,9 @@
> device_type = "cpu";
> compatible = "arm,cortex-a7";
> reg = <0x1>;
> + clocks = <&infracfg CLK_INFRA_CPUSEL>,
> + <&apmixedsys CLK_APMIXED_MAINPLL>;
> + clock-names = "cpu", "intermediate";
> operating-points-v2 = <&cpu_opp_table>;
> clock-frequency = <1300000000>;
> };
> @@ -102,6 +105,9 @@
> device_type = "cpu";
> compatible = "arm,cortex-a7";
> reg = <0x2>;
> + clocks = <&infracfg CLK_INFRA_CPUSEL>,
> + <&apmixedsys CLK_APMIXED_MAINPLL>;
> + clock-names = "cpu", "intermediate";
> operating-points-v2 = <&cpu_opp_table>;
> clock-frequency = <1300000000>;
> };
> @@ -110,6 +116,9 @@
> device_type = "cpu";
> compatible = "arm,cortex-a7";
> reg = <0x3>;
> + clocks = <&infracfg CLK_INFRA_CPUSEL>,
> + <&apmixedsys CLK_APMIXED_MAINPLL>;
> + clock-names = "cpu", "intermediate";
> operating-points-v2 = <&cpu_opp_table>;
> clock-frequency = <1300000000>;
> };
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v1 02/19] dt-bindings: cpufreq: mediatek: use - instead of _ in examples
2018-02-26 4:13 ` Viresh Kumar
@ 2018-03-19 2:51 ` Sean Wang
2018-03-19 10:35 ` Matthias Brugger
0 siblings, 1 reply; 8+ messages in thread
From: Sean Wang @ 2018-03-19 2:51 UTC (permalink / raw)
To: matthias.bgg
Cc: Viresh Kumar, robh+dt, mark.rutland, devicetree, linux-mediatek,
linux-arm-kernel, linux-kernel, Rafael J. Wysocki, linux-pm
Hi, Matthias
I'm worried you missed the patch which already got both tags Reviewed-by
from Rob and Acked-by: Viresh and thus I thought it
should be ready for your tree.
For the other patches in the same series, I will have v2 to refine them
according to these suggestions and comments in v1 and let them easy to
review.
Really thanks for your effort!
Sean
On Mon, 2018-02-26 at 09:43 +0530, Viresh Kumar wrote:
> On 23-02-18, 18:16, sean.wang@mediatek.com wrote:
> > From: Sean Wang <sean.wang@mediatek.com>
> >
> > It should be good that no use "_" is in examples. Consequently,
> > those nodes in certain files which have an inappropriate name containing
> > "_" are all being replaced with "-".
> >
> > Signed-off-by: Sean Wang <sean.wang@mediatek.com>
> > Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
> > Cc: Viresh Kumar <viresh.kumar@linaro.org>
> > Cc: Rob Herring <robh+dt@kernel.org>
> > Cc: Mark Rutland <mark.rutland@arm.com>
> > Cc: linux-pm@vger.kernel.org
> > Cc: devicetree@vger.kernel.org
> > ---
> > Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt
> > index d36f07e..38cfbb5 100644
> > --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt
> > +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt
> > @@ -26,7 +26,7 @@ Optional properties:
> >
> > Example 1 (MT7623 SoC):
> >
> > - cpu_opp_table: opp_table {
> > + cpu_opp_table: opp-table {
> > compatible = "operating-points-v2";
> > opp-shared;
> >
> > @@ -86,7 +86,7 @@ Example 1 (MT7623 SoC):
> > };
> >
> > Example 2 (MT8173 SoC):
> > - cpu_opp_table_a: opp_table_a {
> > + cpu_opp_table_a: opp-table-a {
> > compatible = "operating-points-v2";
> > opp-shared;
> >
> > @@ -131,7 +131,7 @@ Example 2 (MT8173 SoC):
> > };
> > };
> >
> > - cpu_opp_table_b: opp_table_b {
> > + cpu_opp_table_b: opp-table-b {
> > compatible = "operating-points-v2";
> > opp-shared;
>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v1 02/19] dt-bindings: cpufreq: mediatek: use - instead of _ in examples
2018-03-19 2:51 ` Sean Wang
@ 2018-03-19 10:35 ` Matthias Brugger
0 siblings, 0 replies; 8+ messages in thread
From: Matthias Brugger @ 2018-03-19 10:35 UTC (permalink / raw)
To: Sean Wang
Cc: Viresh Kumar, robh+dt, mark.rutland, devicetree, linux-mediatek,
linux-arm-kernel, linux-kernel, Rafael J. Wysocki, linux-pm
Hi Sean,
On 03/19/2018 03:51 AM, Sean Wang wrote:
>
> Hi, Matthias
>
> I'm worried you missed the patch which already got both tags Reviewed-by
> from Rob and Acked-by: Viresh and thus I thought it
> should be ready for your tree.
>
Yes, sorry I missed this one. Fortunately it is not critical, can you please add
it to v2.
I suppose you realized that I didn't take any from 12/19 onwards, especially 14,
15 and 17, because they have many conflicts with previous patches in the series.
Sorry for the inconvenience.
Matthias
> For the other patches in the same series, I will have v2 to refine them
> according to these suggestions and comments in v1 and let them easy to
> review.
>
> Really thanks for your effort!
>
> Sean
>
>
> On Mon, 2018-02-26 at 09:43 +0530, Viresh Kumar wrote:
>> On 23-02-18, 18:16, sean.wang@mediatek.com wrote:
>>> From: Sean Wang <sean.wang@mediatek.com>
>>>
>>> It should be good that no use "_" is in examples. Consequently,
>>> those nodes in certain files which have an inappropriate name containing
>>> "_" are all being replaced with "-".
>>>
>>> Signed-off-by: Sean Wang <sean.wang@mediatek.com>
>>> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
>>> Cc: Viresh Kumar <viresh.kumar@linaro.org>
>>> Cc: Rob Herring <robh+dt@kernel.org>
>>> Cc: Mark Rutland <mark.rutland@arm.com>
>>> Cc: linux-pm@vger.kernel.org
>>> Cc: devicetree@vger.kernel.org
>>> ---
>>> Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt | 6 +++---
>>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt
>>> index d36f07e..38cfbb5 100644
>>> --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt
>>> +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt
>>> @@ -26,7 +26,7 @@ Optional properties:
>>>
>>> Example 1 (MT7623 SoC):
>>>
>>> - cpu_opp_table: opp_table {
>>> + cpu_opp_table: opp-table {
>>> compatible = "operating-points-v2";
>>> opp-shared;
>>>
>>> @@ -86,7 +86,7 @@ Example 1 (MT7623 SoC):
>>> };
>>>
>>> Example 2 (MT8173 SoC):
>>> - cpu_opp_table_a: opp_table_a {
>>> + cpu_opp_table_a: opp-table-a {
>>> compatible = "operating-points-v2";
>>> opp-shared;
>>>
>>> @@ -131,7 +131,7 @@ Example 2 (MT8173 SoC):
>>> };
>>> };
>>>
>>> - cpu_opp_table_b: opp_table_b {
>>> + cpu_opp_table_b: opp-table-b {
>>> compatible = "operating-points-v2";
>>> opp-shared;
>>
>> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
>>
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-03-19 10:35 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <cover.1519378871.git.sean.wang@mediatek.com>
[not found] ` <cover.1519378871.git.sean.wang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2018-02-23 10:16 ` [PATCH v1 02/19] dt-bindings: cpufreq: mediatek: use - instead of _ in examples sean.wang-NuS5LvNUpcJWk0Htik3J/w
2018-02-26 4:13 ` Viresh Kumar
2018-03-19 2:51 ` Sean Wang
2018-03-19 10:35 ` Matthias Brugger
2018-03-02 15:53 ` Rob Herring
2018-02-23 10:16 ` [PATCH v1 09/19] arm: dts: mt7623: add related clock properties to cpu[1-3] nodes sean.wang
2018-02-26 4:13 ` Viresh Kumar
2018-03-18 23:49 ` Matthias Brugger
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).