2023-12-22 16:54:59

by Peter Griffin

[permalink] [raw]
Subject: [PATCH 1/3] dt-bindings: timer: exynos4210-mct: Add google,gs101-mct compatible

Add dedicated google,gs101-mct compatible to the dt-schema for
representing mct timer of the Google Tensor gs101 SoC.

Signed-off-by: Peter Griffin <[email protected]>
---
.../devicetree/bindings/timer/samsung,exynos4210-mct.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
index 829bd2227f7c..774b7992a0ca 100644
--- a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
+++ b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
@@ -26,6 +26,7 @@ properties:
- items:
- enum:
- axis,artpec8-mct
+ - google,gs101-mct
- samsung,exynos3250-mct
- samsung,exynos5250-mct
- samsung,exynos5260-mct
@@ -127,6 +128,7 @@ allOf:
contains:
enum:
- axis,artpec8-mct
+ - google,gs101-mct
- samsung,exynos5260-mct
- samsung,exynos5420-mct
- samsung,exynos5433-mct
--
2.43.0.472.g3155946c3a-goog



2023-12-22 16:58:53

by Sam Protsenko

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: timer: exynos4210-mct: Add google,gs101-mct compatible

On Fri, Dec 22, 2023 at 10:54 AM Peter Griffin <[email protected]> wrote:
>
> Add dedicated google,gs101-mct compatible to the dt-schema for
> representing mct timer of the Google Tensor gs101 SoC.
>
> Signed-off-by: Peter Griffin <[email protected]>
> ---

Reviewed-by: Sam Protsenko <[email protected]>

> .../devicetree/bindings/timer/samsung,exynos4210-mct.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
> index 829bd2227f7c..774b7992a0ca 100644
> --- a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
> +++ b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
> @@ -26,6 +26,7 @@ properties:
> - items:
> - enum:
> - axis,artpec8-mct
> + - google,gs101-mct
> - samsung,exynos3250-mct
> - samsung,exynos5250-mct
> - samsung,exynos5260-mct
> @@ -127,6 +128,7 @@ allOf:
> contains:
> enum:
> - axis,artpec8-mct
> + - google,gs101-mct
> - samsung,exynos5260-mct
> - samsung,exynos5420-mct
> - samsung,exynos5433-mct
> --
> 2.43.0.472.g3155946c3a-goog
>

2023-12-23 14:14:54

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: timer: exynos4210-mct: Add google,gs101-mct compatible

On 22/12/2023 17:53, Peter Griffin wrote:
> Add dedicated google,gs101-mct compatible to the dt-schema for
> representing mct timer of the Google Tensor gs101 SoC.
>
> Signed-off-by: Peter Griffin <[email protected]>


Reviewed-by: Krzysztof Kozlowski <[email protected]>

I assume this will go via clocksource/timer. But I am also fine taking
it via Samsung SoC tree if needed.

Best regards,
Krzysztof


2024-01-22 11:00:40

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: timer: exynos4210-mct: Add google,gs101-mct compatible

On 22/12/2023 17:53, Peter Griffin wrote:
> Add dedicated google,gs101-mct compatible to the dt-schema for
> representing mct timer of the Google Tensor gs101 SoC.
>
> Signed-off-by: Peter Griffin <[email protected]>
> ---
> .../devicetree/bindings/timer/samsung,exynos4210-mct.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

I applied remaining two patches. Let me know if I should grab this.

Best regards,
Krzysztof


2024-01-22 11:43:03

by Peter Griffin

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: timer: exynos4210-mct: Add google,gs101-mct compatible

Hi Krzysztof,

On Mon, 22 Jan 2024 at 11:21, Krzysztof Kozlowski
<[email protected]> wrote:
>
> On 22/01/2024 12:19, Peter Griffin wrote:
> > Hi Krzysztof,
> >
> > On Mon, 22 Jan 2024 at 11:00, Krzysztof Kozlowski
> > <[email protected]> wrote:
> >>
> >> On 22/12/2023 17:53, Peter Griffin wrote:
> >>> Add dedicated google,gs101-mct compatible to the dt-schema for
> >>> representing mct timer of the Google Tensor gs101 SoC.
> >>>
> >>> Signed-off-by: Peter Griffin <[email protected]>
> >>> ---
> >>> .../devicetree/bindings/timer/samsung,exynos4210-mct.yaml | 2 ++
> >>> 1 file changed, 2 insertions(+)
> >>>
> >>
> >> I applied remaining two patches. Let me know if I should grab this.
> >
> > If you have applied
> > clk: samsung: gs101: register cmu_misc clocks early
> > arm64: dts: exynos: gs101: define Multi Core Timer (MCT) node
> >
> > then if you can also take this one that would be great.
>
> I know that you want it, but what I meant:
> If Daniel acks it or if Daniel does not take it in some reasonable time,
> ping me. Reasonable time starts from rc1 :)

Right I see, thanks :)

Peter.

2024-01-22 11:44:38

by Peter Griffin

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: timer: exynos4210-mct: Add google,gs101-mct compatible

Hi Krzysztof,

On Mon, 22 Jan 2024 at 11:00, Krzysztof Kozlowski
<[email protected]> wrote:
>
> On 22/12/2023 17:53, Peter Griffin wrote:
> > Add dedicated google,gs101-mct compatible to the dt-schema for
> > representing mct timer of the Google Tensor gs101 SoC.
> >
> > Signed-off-by: Peter Griffin <[email protected]>
> > ---
> > .../devicetree/bindings/timer/samsung,exynos4210-mct.yaml | 2 ++
> > 1 file changed, 2 insertions(+)
> >
>
> I applied remaining two patches. Let me know if I should grab this.

If you have applied
clk: samsung: gs101: register cmu_misc clocks early
arm64: dts: exynos: gs101: define Multi Core Timer (MCT) node

then if you can also take this one that would be great.

kind regards,

Peter

2024-01-22 11:48:59

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: timer: exynos4210-mct: Add google,gs101-mct compatible

On 22/01/2024 12:19, Peter Griffin wrote:
> Hi Krzysztof,
>
> On Mon, 22 Jan 2024 at 11:00, Krzysztof Kozlowski
> <[email protected]> wrote:
>>
>> On 22/12/2023 17:53, Peter Griffin wrote:
>>> Add dedicated google,gs101-mct compatible to the dt-schema for
>>> representing mct timer of the Google Tensor gs101 SoC.
>>>
>>> Signed-off-by: Peter Griffin <[email protected]>
>>> ---
>>> .../devicetree/bindings/timer/samsung,exynos4210-mct.yaml | 2 ++
>>> 1 file changed, 2 insertions(+)
>>>
>>
>> I applied remaining two patches. Let me know if I should grab this.
>
> If you have applied
> clk: samsung: gs101: register cmu_misc clocks early
> arm64: dts: exynos: gs101: define Multi Core Timer (MCT) node
>
> then if you can also take this one that would be great.

I know that you want it, but what I meant:
If Daniel acks it or if Daniel does not take it in some reasonable time,
ping me. Reasonable time starts from rc1 :)

Best regards,
Krzysztof


2024-01-22 12:12:25

by Daniel Lezcano

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: timer: exynos4210-mct: Add google,gs101-mct compatible

On 22/12/2023 17:53, Peter Griffin wrote:
> Add dedicated google,gs101-mct compatible to the dt-schema for
> representing mct timer of the Google Tensor gs101 SoC.
>

Applied, thanks

--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


2024-01-30 07:33:33

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: timer: exynos4210-mct: Add google,gs101-mct compatible

On 22/01/2024 13:11, Daniel Lezcano wrote:
> On 22/12/2023 17:53, Peter Griffin wrote:
>> Add dedicated google,gs101-mct compatible to the dt-schema for
>> representing mct timer of the Google Tensor gs101 SoC.
>>
>
> Applied, thanks

Daniel,
You a week ago that this was applied, but I still do not see the patch
in linux-next. Can you double check?

Best regards,
Krzysztof


2024-01-30 10:04:51

by Daniel Lezcano

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: timer: exynos4210-mct: Add google,gs101-mct compatible

On 30/01/2024 08:33, Krzysztof Kozlowski wrote:
> On 22/01/2024 13:11, Daniel Lezcano wrote:
>> On 22/12/2023 17:53, Peter Griffin wrote:
>>> Add dedicated google,gs101-mct compatible to the dt-schema for
>>> representing mct timer of the Google Tensor gs101 SoC.
>>>
>>
>> Applied, thanks
>
> Daniel,
> You a week ago that this was applied, but I still do not see the patch
> in linux-next. Can you double check?

It is applied, but I did not pushed the branch. It is done now, it
should appear in linux-next soon.

Thanks for the head up

--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


Subject: [tip: timers/core] dt-bindings: timer: exynos4210-mct: Add google,gs101-mct compatible

The following commit has been merged into the timers/core branch of tip:

Commit-ID: f253c9a1aa3360bd6d61407dbfc6ca002855caa3
Gitweb: https://git.kernel.org/tip/f253c9a1aa3360bd6d61407dbfc6ca002855caa3
Author: Peter Griffin <[email protected]>
AuthorDate: Fri, 22 Dec 2023 16:53:53
Committer: Daniel Lezcano <[email protected]>
CommitterDate: Mon, 22 Jan 2024 13:11:27 +01:00

dt-bindings: timer: exynos4210-mct: Add google,gs101-mct compatible

Add dedicated google,gs101-mct compatible to the dt-schema for
representing mct timer of the Google Tensor gs101 SoC.

Signed-off-by: Peter Griffin <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Sam Protsenko <[email protected]>
Signed-off-by: Daniel Lezcano <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
---
Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
index 829bd22..774b799 100644
--- a/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
+++ b/Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml
@@ -26,6 +26,7 @@ properties:
- items:
- enum:
- axis,artpec8-mct
+ - google,gs101-mct
- samsung,exynos3250-mct
- samsung,exynos5250-mct
- samsung,exynos5260-mct
@@ -127,6 +128,7 @@ allOf:
contains:
enum:
- axis,artpec8-mct
+ - google,gs101-mct
- samsung,exynos5260-mct
- samsung,exynos5420-mct
- samsung,exynos5433-mct