linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] thermal: amlogic: introduce A1 SoC family Thermal Sensor controller
@ 2024-03-28 19:13 Dmitry Rokosov
  2024-03-28 19:13 ` [PATCH v2 1/2] dt-bindings: thermal: amlogic: add support for A1 thermal sensor Dmitry Rokosov
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Dmitry Rokosov @ 2024-03-28 19:13 UTC (permalink / raw)
  To: neil.armstrong, jbrunet, mturquette, khilman,
	martin.blumenstingl, glaroque, rafael, daniel.lezcano, rui.zhang,
	lukasz.luba, robh+dt, krzysztof.kozlowski+dt, conor+dt
  Cc: kernel, rockosov, linux-amlogic, linux-pm, linux-kernel,
	devicetree, linux-arm-kernel, Dmitry Rokosov

It is primarily based on the G12A thermal controller, with only a slight
variation in the offset value of the efuse parameters. Therefore, this
patch series provides appropriate platform data and dt-bindings to
ensure proper support.

Changes v2 since v1 at [1]:
    - provide Neil RvB
    - remove 'amlogic,a1-thermal' fallback, cause it's not needed

Links:
    [1] https://lore.kernel.org/all/20240328133802.15651-1-ddrokosov@salutedevices.com/

Dmitry Rokosov (2):
  dt-bindings: thermal: amlogic: add support for A1 thermal sensor
  thermal: amlogic: support A1 SoC family Thermal Sensor controller

 .../devicetree/bindings/thermal/amlogic,thermal.yaml | 12 +++++++-----
 drivers/thermal/amlogic_thermal.c                    | 10 ++++++++++
 2 files changed, 17 insertions(+), 5 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH v2 1/2] dt-bindings: thermal: amlogic: add support for A1 thermal sensor
  2024-03-28 19:13 [PATCH v2 0/2] thermal: amlogic: introduce A1 SoC family Thermal Sensor controller Dmitry Rokosov
@ 2024-03-28 19:13 ` Dmitry Rokosov
  2024-03-28 22:21   ` Conor Dooley
  2024-03-28 19:13 ` [PATCH v2 2/2] thermal: amlogic: support A1 SoC family Thermal Sensor controller Dmitry Rokosov
  2024-04-04 12:23 ` [PATCH v2 0/2] thermal: amlogic: introduce " Daniel Lezcano
  2 siblings, 1 reply; 9+ messages in thread
From: Dmitry Rokosov @ 2024-03-28 19:13 UTC (permalink / raw)
  To: neil.armstrong, jbrunet, mturquette, khilman,
	martin.blumenstingl, glaroque, rafael, daniel.lezcano, rui.zhang,
	lukasz.luba, robh+dt, krzysztof.kozlowski+dt, conor+dt
  Cc: kernel, rockosov, linux-amlogic, linux-pm, linux-kernel,
	devicetree, linux-arm-kernel, Dmitry Rokosov

Provide right compatible properties for Amlogic A1 Thermal Sensor
controller. A1 family supports only one thermal node - CPU thermal
sensor.

Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com>
---
 .../devicetree/bindings/thermal/amlogic,thermal.yaml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml b/Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml
index 20f8f9b3b971..01fccdfc4178 100644
--- a/Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml
+++ b/Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml
@@ -13,11 +13,13 @@ description: Binding for Amlogic Thermal
 
 properties:
   compatible:
-    items:
-      - enum:
-          - amlogic,g12a-cpu-thermal
-          - amlogic,g12a-ddr-thermal
-      - const: amlogic,g12a-thermal
+    oneOf:
+      - items:
+          - enum:
+              - amlogic,g12a-cpu-thermal
+              - amlogic,g12a-ddr-thermal
+          - const: amlogic,g12a-thermal
+      - const: amlogic,a1-cpu-thermal
 
   reg:
     maxItems: 1
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH v2 2/2] thermal: amlogic: support A1 SoC family Thermal Sensor controller
  2024-03-28 19:13 [PATCH v2 0/2] thermal: amlogic: introduce A1 SoC family Thermal Sensor controller Dmitry Rokosov
  2024-03-28 19:13 ` [PATCH v2 1/2] dt-bindings: thermal: amlogic: add support for A1 thermal sensor Dmitry Rokosov
@ 2024-03-28 19:13 ` Dmitry Rokosov
  2024-04-04 12:23 ` [PATCH v2 0/2] thermal: amlogic: introduce " Daniel Lezcano
  2 siblings, 0 replies; 9+ messages in thread
From: Dmitry Rokosov @ 2024-03-28 19:13 UTC (permalink / raw)
  To: neil.armstrong, jbrunet, mturquette, khilman,
	martin.blumenstingl, glaroque, rafael, daniel.lezcano, rui.zhang,
	lukasz.luba, robh+dt, krzysztof.kozlowski+dt, conor+dt
  Cc: kernel, rockosov, linux-amlogic, linux-pm, linux-kernel,
	devicetree, linux-arm-kernel, Dmitry Rokosov

In comparison to other Amlogic chips, there is one key difference.
The offset for the sec_ao base, also known as u_efuse_off, is special,
while other aspects remain the same.

Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 drivers/thermal/amlogic_thermal.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/drivers/thermal/amlogic_thermal.c b/drivers/thermal/amlogic_thermal.c
index 5877cde25b79..1d23afd32013 100644
--- a/drivers/thermal/amlogic_thermal.c
+++ b/drivers/thermal/amlogic_thermal.c
@@ -222,6 +222,12 @@ static const struct amlogic_thermal_data amlogic_thermal_g12a_ddr_param = {
 	.regmap_config = &amlogic_thermal_regmap_config_g12a,
 };
 
+static const struct amlogic_thermal_data amlogic_thermal_a1_cpu_param = {
+	.u_efuse_off = 0x114,
+	.calibration_parameters = &amlogic_thermal_g12a,
+	.regmap_config = &amlogic_thermal_regmap_config_g12a,
+};
+
 static const struct of_device_id of_amlogic_thermal_match[] = {
 	{
 		.compatible = "amlogic,g12a-ddr-thermal",
@@ -231,6 +237,10 @@ static const struct of_device_id of_amlogic_thermal_match[] = {
 		.compatible = "amlogic,g12a-cpu-thermal",
 		.data = &amlogic_thermal_g12a_cpu_param,
 	},
+	{
+		.compatible = "amlogic,a1-cpu-thermal",
+		.data = &amlogic_thermal_a1_cpu_param,
+	},
 	{ /* sentinel */ }
 };
 MODULE_DEVICE_TABLE(of, of_amlogic_thermal_match);
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH v2 1/2] dt-bindings: thermal: amlogic: add support for A1 thermal sensor
  2024-03-28 19:13 ` [PATCH v2 1/2] dt-bindings: thermal: amlogic: add support for A1 thermal sensor Dmitry Rokosov
@ 2024-03-28 22:21   ` Conor Dooley
  0 siblings, 0 replies; 9+ messages in thread
From: Conor Dooley @ 2024-03-28 22:21 UTC (permalink / raw)
  To: Dmitry Rokosov
  Cc: neil.armstrong, jbrunet, mturquette, khilman,
	martin.blumenstingl, glaroque, rafael, daniel.lezcano, rui.zhang,
	lukasz.luba, robh+dt, krzysztof.kozlowski+dt, conor+dt, kernel,
	rockosov, linux-amlogic, linux-pm, linux-kernel, devicetree,
	linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]

On Thu, Mar 28, 2024 at 10:13:10PM +0300, Dmitry Rokosov wrote:
> Provide right compatible properties for Amlogic A1 Thermal Sensor
> controller. A1 family supports only one thermal node - CPU thermal
> sensor.
> 
> Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2 0/2] thermal: amlogic: introduce A1 SoC family Thermal Sensor controller
  2024-03-28 19:13 [PATCH v2 0/2] thermal: amlogic: introduce A1 SoC family Thermal Sensor controller Dmitry Rokosov
  2024-03-28 19:13 ` [PATCH v2 1/2] dt-bindings: thermal: amlogic: add support for A1 thermal sensor Dmitry Rokosov
  2024-03-28 19:13 ` [PATCH v2 2/2] thermal: amlogic: support A1 SoC family Thermal Sensor controller Dmitry Rokosov
@ 2024-04-04 12:23 ` Daniel Lezcano
  2024-04-17  8:40   ` Dmitry Rokosov
  2 siblings, 1 reply; 9+ messages in thread
From: Daniel Lezcano @ 2024-04-04 12:23 UTC (permalink / raw)
  To: Dmitry Rokosov, neil.armstrong, jbrunet, mturquette, khilman,
	martin.blumenstingl, glaroque, rafael, rui.zhang, lukasz.luba,
	robh+dt, krzysztof.kozlowski+dt, conor+dt
  Cc: kernel, rockosov, linux-amlogic, linux-pm, linux-kernel,
	devicetree, linux-arm-kernel

On 28/03/2024 20:13, Dmitry Rokosov wrote:
> It is primarily based on the G12A thermal controller, with only a slight
> variation in the offset value of the efuse parameters. Therefore, this
> patch series provides appropriate platform data and dt-bindings to
> ensure proper support.


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2 0/2] thermal: amlogic: introduce A1 SoC family Thermal Sensor controller
  2024-04-04 12:23 ` [PATCH v2 0/2] thermal: amlogic: introduce " Daniel Lezcano
@ 2024-04-17  8:40   ` Dmitry Rokosov
  2024-04-26  7:31     ` Dmitry Rokosov
  0 siblings, 1 reply; 9+ messages in thread
From: Dmitry Rokosov @ 2024-04-17  8:40 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: neil.armstrong, jbrunet, mturquette, khilman,
	martin.blumenstingl, glaroque, rafael, rui.zhang, lukasz.luba,
	robh+dt, krzysztof.kozlowski+dt, conor+dt, kernel, rockosov,
	linux-amlogic, linux-pm, linux-kernel, devicetree,
	linux-arm-kernel

Hello Daniel,

Could you please let me know in which repository you have applied this
change? I am trying to cherry-pick the original applied commit and apply
it to our internal mainline branch instead of the internal commit.
However, I am unable to find the applied series in any of the
repositories on git.kernel.org.

On Thu, Apr 04, 2024 at 02:23:21PM +0200, Daniel Lezcano wrote:
> On 28/03/2024 20:13, Dmitry Rokosov wrote:
> > It is primarily based on the G12A thermal controller, with only a slight
> > variation in the offset value of the efuse parameters. Therefore, this
> > patch series provides appropriate platform data and dt-bindings to
> > ensure proper support.
> 
> 
> Applied, thanks

-- 
Thank you,
Dmitry

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2 0/2] thermal: amlogic: introduce A1 SoC family Thermal Sensor controller
  2024-04-17  8:40   ` Dmitry Rokosov
@ 2024-04-26  7:31     ` Dmitry Rokosov
  2024-04-26  7:57       ` Daniel Lezcano
  0 siblings, 1 reply; 9+ messages in thread
From: Dmitry Rokosov @ 2024-04-26  7:31 UTC (permalink / raw)
  To: Daniel Lezcano, neil.armstrong
  Cc: jbrunet, mturquette, khilman, martin.blumenstingl, glaroque,
	rafael, rui.zhang, lukasz.luba, robh+dt, krzysztof.kozlowski+dt,
	conor+dt, kernel, rockosov, linux-amlogic, linux-pm,
	linux-kernel, devicetree, linux-arm-kernel

Hello Neil,

I hope you're doing well. I was wondering if you could assist me with
below problem.

I'm a bit confused about which kernel repository the series was applied
to. I asked Daniel about it, but unfortunately, I didn't receive any
feedback from him. Could you provide some clarification on this matter?

Thank you in advance for your help.

On Wed, Apr 17, 2024 at 11:40:07AM +0300, Dmitry Rokosov wrote:
> Hello Daniel,
> 
> Could you please let me know in which repository you have applied this
> change? I am trying to cherry-pick the original applied commit and apply
> it to our internal mainline branch instead of the internal commit.
> However, I am unable to find the applied series in any of the
> repositories on git.kernel.org.
> 
> On Thu, Apr 04, 2024 at 02:23:21PM +0200, Daniel Lezcano wrote:
> > On 28/03/2024 20:13, Dmitry Rokosov wrote:
> > > It is primarily based on the G12A thermal controller, with only a slight
> > > variation in the offset value of the efuse parameters. Therefore, this
> > > patch series provides appropriate platform data and dt-bindings to
> > > ensure proper support.
> > 
> > 
> > Applied, thanks
> 

-- 
Thank you,
Dmitry

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2 0/2] thermal: amlogic: introduce A1 SoC family Thermal Sensor controller
  2024-04-26  7:31     ` Dmitry Rokosov
@ 2024-04-26  7:57       ` Daniel Lezcano
  2024-05-03  7:52         ` Dmitry Rokosov
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Lezcano @ 2024-04-26  7:57 UTC (permalink / raw)
  To: Dmitry Rokosov, neil.armstrong
  Cc: jbrunet, mturquette, khilman, martin.blumenstingl, glaroque,
	rafael, rui.zhang, lukasz.luba, robh+dt, krzysztof.kozlowski+dt,
	conor+dt, kernel, rockosov, linux-amlogic, linux-pm,
	linux-kernel, devicetree, linux-arm-kernel


Hi Dmitry,

On 26/04/2024 09:31, Dmitry Rokosov wrote:
> Hello Neil,
> 
> I hope you're doing well. I was wondering if you could assist me with
> below problem.
> 
> I'm a bit confused about which kernel repository the series was applied
> to. I asked Daniel about it, but unfortunately, I didn't receive any
> feedback from him. Could you provide some clarification on this matter?
> 
> Thank you in advance for your help.

I was OoO the last two weeks.

Your series is in my tree [1], which is pulled automatically by the 
linux-pm tree in its bleeding-edge branch.

Today, this branch will move to the linux-next branch [2] which will 
also be pulled by the linux-pm/next branch automatically.

Hope that helps and sorry for the delay to answer

   -- Daniel

[1] 
https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/log/?h=thermal/bleeding-edge

[2] 
https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/log/?h=thermal/linux-next




-- 
<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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2 0/2] thermal: amlogic: introduce A1 SoC family Thermal Sensor controller
  2024-04-26  7:57       ` Daniel Lezcano
@ 2024-05-03  7:52         ` Dmitry Rokosov
  0 siblings, 0 replies; 9+ messages in thread
From: Dmitry Rokosov @ 2024-05-03  7:52 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: neil.armstrong, jbrunet, mturquette, khilman,
	martin.blumenstingl, glaroque, rafael, rui.zhang, lukasz.luba,
	robh+dt, krzysztof.kozlowski+dt, conor+dt, kernel, rockosov,
	linux-amlogic, linux-pm, linux-kernel, devicetree,
	linux-arm-kernel

Hello Daniel,

On Fri, Apr 26, 2024 at 09:57:29AM +0200, Daniel Lezcano wrote:
> 
> Hi Dmitry,
> 
> On 26/04/2024 09:31, Dmitry Rokosov wrote:
> > Hello Neil,
> > 
> > I hope you're doing well. I was wondering if you could assist me with
> > below problem.
> > 
> > I'm a bit confused about which kernel repository the series was applied
> > to. I asked Daniel about it, but unfortunately, I didn't receive any
> > feedback from him. Could you provide some clarification on this matter?
> > 
> > Thank you in advance for your help.
> 
> I was OoO the last two weeks.
> 
> Your series is in my tree [1], which is pulled automatically by the linux-pm
> tree in its bleeding-edge branch.
> 
> Today, this branch will move to the linux-next branch [2] which will also be
> pulled by the linux-pm/next branch automatically.
> 
> Hope that helps and sorry for the delay to answer
> 
>   -- Daniel
> 
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/log/?h=thermal/bleeding-edge
> 
> [2] https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/log/?h=thermal/linux-next

Thanks a lot for the update! Now I see the patches in the above repos.

-- 
Thank you,
Dmitry

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-05-03  7:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-28 19:13 [PATCH v2 0/2] thermal: amlogic: introduce A1 SoC family Thermal Sensor controller Dmitry Rokosov
2024-03-28 19:13 ` [PATCH v2 1/2] dt-bindings: thermal: amlogic: add support for A1 thermal sensor Dmitry Rokosov
2024-03-28 22:21   ` Conor Dooley
2024-03-28 19:13 ` [PATCH v2 2/2] thermal: amlogic: support A1 SoC family Thermal Sensor controller Dmitry Rokosov
2024-04-04 12:23 ` [PATCH v2 0/2] thermal: amlogic: introduce " Daniel Lezcano
2024-04-17  8:40   ` Dmitry Rokosov
2024-04-26  7:31     ` Dmitry Rokosov
2024-04-26  7:57       ` Daniel Lezcano
2024-05-03  7:52         ` Dmitry Rokosov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).