2023-09-12 21:15:45

by Martin Botka

[permalink] [raw]
Subject: [PATCH v3 0/2] Enable Security ID for H616

Hello,

This patch series enables Security ID (SID) support for AllWinner H616.

SID support is an requirement for few things:
- Thermal sensors
- CPU Binning ID (cpufreq will use this)
- EPhy

This patch series doesn't add support for the consumers.
Those will come in the future via their own series.

Cheers,
Martin

Signed-off-by: Martin Botka <[email protected]>
---
Changes in v3:
- bindings: Make H616 compatible fallback for a64 using items and enum
- Link to v2: https://lore.kernel.org/r/[email protected]

Changes in v2:
- Drop driver changes
- Use fallback compatible in DT
- Link to v1: https://lore.kernel.org/r/[email protected]

---
Martin Botka (2):
dt-bindings: nvmem: SID: Add binding for H616 SID controller
arm64: dts: allwinner: h616: Add SID controller node

.../devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml | 4 +++-
arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi | 7 +++++++
2 files changed, 10 insertions(+), 1 deletion(-)
---
base-commit: 0bb80ecc33a8fb5a682236443c1e740d5c917d1d
change-id: 20230811-sid-h616-37b773e59571

Best regards,
--
Martin Botka <[email protected]>


2023-09-25 01:00:35

by Jernej Škrabec

[permalink] [raw]
Subject: Re: [PATCH v3 0/2] Enable Security ID for H616

Dne torek, 12. september 2023 ob 14:25:11 CEST je Martin Botka napisal(a):
> Hello,
>
> This patch series enables Security ID (SID) support for AllWinner H616.
>
> SID support is an requirement for few things:
> - Thermal sensors
> - CPU Binning ID (cpufreq will use this)
> - EPhy
>
> This patch series doesn't add support for the consumers.
> Those will come in the future via their own series.

Applied, thanks!

Best regards,
Jernej

>
> Cheers,
> Martin
>
> Signed-off-by: Martin Botka <[email protected]>
> ---
> Changes in v3:
> - bindings: Make H616 compatible fallback for a64 using items and enum
> - Link to v2: https://lore.kernel.org/r/[email protected]
>
> Changes in v2:
> - Drop driver changes
> - Use fallback compatible in DT
> - Link to v1: https://lore.kernel.org/r/[email protected]
>
> ---
> Martin Botka (2):
> dt-bindings: nvmem: SID: Add binding for H616 SID controller
> arm64: dts: allwinner: h616: Add SID controller node
>
> .../devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml | 4 +++-
> arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi | 7 +++++++
> 2 files changed, 10 insertions(+), 1 deletion(-)
> ---
> base-commit: 0bb80ecc33a8fb5a682236443c1e740d5c917d1d
> change-id: 20230811-sid-h616-37b773e59571
>
> Best regards,
>