mbox series

[v2,0/3] devfreq: exynos-ppmu: conform to dt naming convention

Message ID 20210920071540.38337-1-krzysztof.kozlowski@canonical.com (mailing list archive)
Headers show
Series devfreq: exynos-ppmu: conform to dt naming convention | expand

Message

Krzysztof Kozlowski Sept. 20, 2021, 7:15 a.m. UTC
Hi,

My previous patch 3/3 (ARM: dts: exynos: align PPMU event node names
with dtschema) caused issues reported by Marek [1].

Tested on Exynos5422. Testing on Exynso5433 board would be very useful.

Changes since v1:
1. New patches 1/3 and 2/3.
2. Patch 3/3: rename event-name to match node name.

[1] https://lore.kernel.org/linux-samsung-soc/0212a402-1490-0f8f-005e-32bb6f636a13@canonical.com/T/#m570c0257204af553fe11f9122551311beb56c15e

Best regards,
Krzysztof


Krzysztof Kozlowski (3):
  devfreq: exynos-ppmu: use node names with hyphens
  devfreq: exynos-ppmu: simplify parsing event-type from DT
  ARM: dts: exynos: align PPMU event node names with dtschema

 arch/arm/boot/dts/exynos5420.dtsi   | 16 ++++++++--------
 drivers/devfreq/event/exynos-ppmu.c | 12 +++++++-----
 2 files changed, 15 insertions(+), 13 deletions(-)

Comments

Marek Szyprowski Sept. 20, 2021, 9:38 a.m. UTC | #1
On 20.09.2021 09:15, Krzysztof Kozlowski wrote:
> My previous patch 3/3 (ARM: dts: exynos: align PPMU event node names
> with dtschema) caused issues reported by Marek [1].
>
> Tested on Exynos5422. Testing on Exynso5433 board would be very useful.

Works fine on both 5422 and 5433.

Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>

> Changes since v1:
> 1. New patches 1/3 and 2/3.
> 2. Patch 3/3: rename event-name to match node name.
>
> [1] https://lore.kernel.org/linux-samsung-soc/0212a402-1490-0f8f-005e-32bb6f636a13@canonical.com/T/#m570c0257204af553fe11f9122551311beb56c15e
>
> Best regards,
> Krzysztof
>
>
> Krzysztof Kozlowski (3):
>    devfreq: exynos-ppmu: use node names with hyphens
>    devfreq: exynos-ppmu: simplify parsing event-type from DT
>    ARM: dts: exynos: align PPMU event node names with dtschema
>
>   arch/arm/boot/dts/exynos5420.dtsi   | 16 ++++++++--------
>   drivers/devfreq/event/exynos-ppmu.c | 12 +++++++-----
>   2 files changed, 15 insertions(+), 13 deletions(-)
>
Best regards