Message ID | 20250411003827.782544-1-iuncuim@gmail.com |
---|---|
Headers | show |
Series | Add support for A523 Thermal system | expand |
On 4/11/25 03:38, Mikhail Kalashnikov wrote: > This patch series adds temperature sensor support for the Allwinner A523 > family of processors (same die with H728/A527/T527) Based on 6.15-rc1 with dts patches from https://lore.kernel.org/linux-sunxi/20250307005712.16828-1-andre.przywara@arm.com/T/#t > Mikhail Kalashnikov (6): > thermal/drivers/sun8i: add gpadc clock > thermal/drivers/sun8i: replace devm_reset_control_get to shared > thermal/drivers/sun8i: Add support for A523 THS0/1 controllers > arm64: dts: allwinner: A523: Add SID controller node > arm64: dts: allwinner: A523: Add thermal sensors and zones > dt-bindings: thermal: sun8i: Add A523 THS0/1 controllers > > .../thermal/allwinner,sun8i-a83t-ths.yaml | 5 + > .../arm64/boot/dts/allwinner/sun55i-a523.dtsi | 145 +++++++++++++++++ > drivers/thermal/sun8i_thermal.c | 154 +++++++++++++++++- > 3 files changed, 300 insertions(+), 4 deletions(-) >
On Sat, 12 Apr 2025 03:53:08 +0300 Mikhail Kalashnikov <iuncuim@gmail.com> wrote: Hi, > On 4/11/25 03:38, Mikhail Kalashnikov wrote: > > This patch series adds temperature sensor support for the Allwinner A523 > > family of processors (same die with H728/A527/T527) > > Based on 6.15-rc1 with dts patches from > > https://lore.kernel.org/linux-sunxi/20250307005712.16828-1-andre.przywara@arm.com/T/#t Chen-Yu merged those patches already, to the sunxi repo on kernel.org, under the dt-for-6.16 branch, so you can reference that instead, and also base any new patches on that. Cheers, Andre > > > Mikhail Kalashnikov (6): > > thermal/drivers/sun8i: add gpadc clock > > thermal/drivers/sun8i: replace devm_reset_control_get to shared > > thermal/drivers/sun8i: Add support for A523 THS0/1 controllers > > arm64: dts: allwinner: A523: Add SID controller node > > arm64: dts: allwinner: A523: Add thermal sensors and zones > > dt-bindings: thermal: sun8i: Add A523 THS0/1 controllers > > > > .../thermal/allwinner,sun8i-a83t-ths.yaml | 5 + > > .../arm64/boot/dts/allwinner/sun55i-a523.dtsi | 145 +++++++++++++++++ > > drivers/thermal/sun8i_thermal.c | 154 +++++++++++++++++- > > 3 files changed, 300 insertions(+), 4 deletions(-) > > >