Message ID | 20231222165355.1462740-2-peter.griffin@linaro.org |
---|---|
State | New |
Headers | show |
Series | Enable Multi Core Timer (MCT) for gs101 | expand |
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 <peter.griffin@linaro.org> > --- > .../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
Hi Krzysztof, On Mon, 22 Jan 2024 at 11:00, Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 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 <peter.griffin@linaro.org> > > --- > > .../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
On 22/01/2024 12:19, Peter Griffin wrote: > Hi Krzysztof, > > On Mon, 22 Jan 2024 at 11:00, Krzysztof Kozlowski > <krzysztof.kozlowski@linaro.org> 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 <peter.griffin@linaro.org> >>> --- >>> .../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
Hi Krzysztof, On Mon, 22 Jan 2024 at 11:21, Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > > On 22/01/2024 12:19, Peter Griffin wrote: > > Hi Krzysztof, > > > > On Mon, 22 Jan 2024 at 11:00, Krzysztof Kozlowski > > <krzysztof.kozlowski@linaro.org> 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 <peter.griffin@linaro.org> > >>> --- > >>> .../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.
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
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
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
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 <peter.griffin@linaro.org> --- .../devicetree/bindings/timer/samsung,exynos4210-mct.yaml | 2 ++ 1 file changed, 2 insertions(+)