Re: [PATCH v7 4/7] arm64: dts: meson: g12: Add minimal thermal zone

2019-10-16 Thread guillaume La Roque
Hi, On 10/16/19 1:20 AM, Amit Kucheria wrote: > On Fri, Oct 4, 2019 at 2:31 PM Guillaume La Roque > wrote: >> Add minimal thermal zone for two temperature sensor >> One is located close to the DDR and the other one is >> located close to the PLLs (between the CPU and GPU

[PATCH v7 5/7] arm64: dts: amlogic: g12a: add cooling properties

2019-10-04 Thread Guillaume La Roque
Add missing #colling-cells field for G12A SoC Add cooling-map for passive and hot trip point Tested-by: Christian Hewitt Tested-by: Kevin Hilman Reviewed-by: Neil Armstrong Signed-off-by: Guillaume La Roque --- arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 24 + 1 file

[PATCH v7 6/7] arm64: dts: amlogic: g12b: add cooling properties

2019-10-04 Thread Guillaume La Roque
Add missing #colling-cells field for G12B SoC Add cooling-map for passive and hot trip point Tested-by: Christian Hewitt Tested-by: Kevin Hilman Reviewed-by: Neil Armstrong Signed-off-by: Guillaume La Roque --- arch/arm64/boot/dts/amlogic/meson-g12b.dtsi | 29 + 1 file

[PATCH v7 0/7] Add support of New Amlogic temperature sensor for G12 SoCs

2019-10-04 Thread Guillaume La Roque
libre.com/ [3] https://lore.kernel.org/linux-amlogic/20190729132622.7566-1-narmstr...@baylibre.com/ [4] https://lore.kernel.org/linux-amlogic/20190731084019.8451-5-narmstr...@baylibre.com/ [5] https://lore.kernel.org/linux-amlogic/20190729132622.7566-3-narmstr...@baylibre.com/ Guillaume La Roque

[PATCH v7 7/7] MAINTAINERS: add entry for Amlogic Thermal driver

2019-10-04 Thread Guillaume La Roque
Add myself as maintainer for Amlogic Thermal driver. Reviewed-by: Neil Armstrong Signed-off-by: Guillaume La Roque --- MAINTAINERS | 9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 390c3194ee93..bdc30d740342 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH v7 4/7] arm64: dts: meson: g12: Add minimal thermal zone

2019-10-04 Thread Guillaume La Roque
La Roque --- .../boot/dts/amlogic/meson-g12-common.dtsi| 57 +++ 1 file changed, 57 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi index 0660d9ef6a86..a98c16e163c2 100644 --- a/arch/arm64/boot

[PATCH v7 1/7] dt-bindings: thermal: Add DT bindings documentation for Amlogic Thermal

2019-10-04 Thread Guillaume La Roque
Adding the devicetree binding documentation for the Amlogic temperature sensor found in the Amlogic Meson G12A and G12B SoCs. Reviewed-by: Rob Herring Reviewed-by: Amit Kucheria Tested-by: Christian Hewitt Tested-by: Kevin Hilman Signed-off-by: Guillaume La Roque --- .../bindings/thermal

[PATCH v7 3/7] arm64: dts: amlogic: g12: add temperature sensor

2019-10-04 Thread Guillaume La Roque
Add cpu and ddr temperature sensors for G12 Socs Reviewed-by: Martin Blumenstingl Reviewed-by: Neil Armstrong Reviewed-by: Amit Kucheria Tested-by: Christian Hewitt Tested-by: Kevin Hilman Signed-off-by: Guillaume La Roque --- .../boot/dts/amlogic/meson-g12-common.dtsi| 20

[PATCH v7 2/7] thermal: amlogic: Add thermal driver to support G12 SoCs

2019-10-04 Thread Guillaume La Roque
configurable threshold - up to four interrupts when the temperature has fallen below a configurable threshold Tested-by: Christian Hewitt Tested-by: Kevin Hilman Reviewed-by: Amit Kucheria Signed-off-by: Guillaume La Roque --- drivers/thermal/Kconfig | 11 + drivers/thermal/Makefile

[PATCH v6 2/7] thermal: amlogic: Add thermal driver to support G12 SoCs

2019-09-27 Thread Guillaume La Roque
configurable threshold - up to four interrupts when the temperature has fallen below a configurable threshold Tested-by: Christian Hewitt Tested-by: Kevin Hilman Signed-off-by: Guillaume La Roque --- drivers/thermal/Kconfig | 11 + drivers/thermal/Makefile | 1 + drivers

[PATCH v6 1/7] dt-bindings: thermal: Add DT bindings documentation for Amlogic Thermal

2019-09-27 Thread Guillaume La Roque
Adding the devicetree binding documentation for the Amlogic temperature sensor found in the Amlogic Meson G12A and G12B SoCs. Reviewed-by: Rob Herring Tested-by: Christian Hewitt Tested-by: Kevin Hilman Signed-off-by: Guillaume La Roque --- .../bindings/thermal/amlogic,thermal.yaml | 54

[PATCH v6 3/7] arm64: dts: amlogic: g12: add temperature sensor

2019-09-27 Thread Guillaume La Roque
Add cpu and ddr temperature sensors for G12 Socs Reviewed-by: Martin Blumenstingl Tested-by: Christian Hewitt Tested-by: Kevin Hilman Signed-off-by: Guillaume La Roque --- .../boot/dts/amlogic/meson-g12-common.dtsi| 20 +++ 1 file changed, 20 insertions(+) diff --git a

[PATCH v6 6/7] arm64: dts: amlogic: g12b: add cooling properties

2019-09-27 Thread Guillaume La Roque
Add missing #colling-cells field for G12B SoC Add cooling-map for passive and hot trip point Tested-by: Christian Hewitt Tested-by: Kevin Hilman Signed-off-by: Guillaume La Roque --- arch/arm64/boot/dts/amlogic/meson-g12b.dtsi | 29 + 1 file changed, 29 insertions(+) diff

[PATCH v6 5/7] arm64: dts: amlogic: g12a: add cooling properties

2019-09-27 Thread Guillaume La Roque
Add missing #colling-cells field for G12A SoC Add cooling-map for passive and hot trip point Tested-by: Christian Hewitt Tested-by: Kevin Hilman Signed-off-by: Guillaume La Roque --- arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 24 + 1 file changed, 24 insertions(+) diff

[PATCH v6 4/7] arm64: dts: meson: g12: Add minimal thermal zone

2019-09-27 Thread Guillaume La Roque
Add minimal thermal zone for two temperature sensor One is located close to the DDR and the other one is located close to the PLLs (between the CPU and GPU) Acked-by: Martin Blumenstingl Tested-by: Christian Hewitt Tested-by: Kevin Hilman Signed-off-by: Guillaume La Roque --- .../boot/dts

[PATCH v6 7/7] MAINTAINERS: add entry for Amlogic Thermal driver

2019-09-27 Thread Guillaume La Roque
Add myself as maintainer for Amlogic Thermal driver. Reviewed-by: Neil Armstrong Signed-off-by: Guillaume La Roque --- MAINTAINERS | 9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 390c3194ee93..bdc30d740342 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH v6 0/7] Add support of New Amlogic temperature sensor for G12 SoCs

2019-09-27 Thread Guillaume La Roque
x-amlogic/20190729132622.7566-1-narmstr...@baylibre.com/ [4] https://lore.kernel.org/linux-amlogic/20190731084019.8451-5-narmstr...@baylibre.com/ [5] https://lore.kernel.org/linux-amlogic/20190729132622.7566-3-narmstr...@baylibre.com/ Guillaume La Roque (7): dt-bindings: thermal: Add DT bindings document

[PATCH v5 3/7] arm64: dts: amlogic: g12: add temperature sensor

2019-09-27 Thread Guillaume La Roque
Add cpu and ddr temperature sensors for G12 Socs Reviewed-by: Martin Blumenstingl Tested-by: Christian Hewitt Tested-by: Kevin Hilman Signed-off-by: Guillaume La Roque --- .../boot/dts/amlogic/meson-g12-common.dtsi| 20 +++ 1 file changed, 20 insertions(+) diff --git a

[PATCH v5 4/7] arm64: dts: meson: g12: Add minimal thermal zone

2019-09-27 Thread Guillaume La Roque
Add minimal thermal zone for two temperature sensor One is located close to the DDR and the other one is located close to the PLLs (between the CPU and GPU) Acked-by: Martin Blumenstingl Tested-by: Christian Hewitt Tested-by: Kevin Hilman Signed-off-by: Guillaume La Roque --- .../boot/dts

[PATCH v5 1/7] dt-bindings: thermal: Add DT bindings documentation for Amlogic Thermal

2019-09-27 Thread Guillaume La Roque
Adding the devicetree binding documentation for the Amlogic temperature sensor found in the Amlogic Meson G12A and G12B SoCs. Reviewed-by: Rob Herring Tested-by: Christian Hewitt Tested-by: Kevin Hilman Signed-off-by: Guillaume La Roque --- .../bindings/thermal/amlogic,thermal.yaml | 54

[PATCH v5 6/7] arm64: dts: amlogic: g12b: add cooling properties

2019-09-27 Thread Guillaume La Roque
Add missing #colling-cells field for G12B SoC Add cooling-map for passive and hot trip point Tested-by: Christian Hewitt Tested-by: Kevin Hilman Signed-off-by: Guillaume La Roque --- arch/arm64/boot/dts/amlogic/meson-g12b.dtsi | 29 + 1 file changed, 29 insertions(+) diff

[PATCH v5 2/7] thermal: amlogic: Add thermal driver to support G12 SoCs

2019-09-27 Thread Guillaume La Roque
configurable threshold - up to four interrupts when the temperature has fallen below a configurable threshold Tested-by: Christian Hewitt Tested-by: Kevin Hilman Signed-off-by: Guillaume La Roque --- drivers/thermal/Kconfig | 11 + drivers/thermal/Makefile | 1 + drivers

[PATCH v5 6/7] arm64: dts: amlogic: g12b: add missing cooling info

2019-09-27 Thread Guillaume La Roque
Add missing #colling-cells field for G12B SoC Add cooling-map for passive and hot trip point Tested-by: Christian Hewitt Tested-by: Kevin Hilman Signed-off-by: Guillaume La Roque --- arch/arm64/boot/dts/amlogic/meson-g12b.dtsi | 29 + 1 file changed, 29 insertions(+) diff

[PATCH v5 0/7] Add support of New Amlogic temperature sensor for G12 SoCs

2019-09-27 Thread Guillaume La Roque
4] https://lore.kernel.org/linux-amlogic/20190731084019.8451-5-narmstr...@baylibre.com/ [5] https://lore.kernel.org/linux-amlogic/20190729132622.7566-3-narmstr...@baylibre.com/ Guillaume La Roque (7): dt-bindings: thermal: Add DT bindings documentation for Amlogic Thermal thermal: amlogic: Ad

[PATCH v5 5/7] arm64: dts: amlogic: g12a: add missing cooling info

2019-09-27 Thread Guillaume La Roque
Add missing #colling-cells field for G12A SoC Add cooling-map for passive and hot trip point Tested-by: Christian Hewitt Tested-by: Kevin Hilman Signed-off-by: Guillaume La Roque --- arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 24 + 1 file changed, 24 insertions(+) diff

[PATCH v5 7/7] MAINTAINERS: add entry for Amlogic Thermal driver

2019-09-27 Thread Guillaume La Roque
Add myself as maintainer for Amlogic Thermal driver. Reviewed-by: Neil Armstrong Signed-off-by: Guillaume La Roque --- MAINTAINERS | 9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 390c3194ee93..bdc30d740342 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH v5 5/7] arm64: dts: amlogic: g12a: add cooling properties

2019-09-27 Thread Guillaume La Roque
Add missing #colling-cells field for G12A SoC Add cooling-map for passive and hot trip point Tested-by: Christian Hewitt Tested-by: Kevin Hilman Signed-off-by: Guillaume La Roque --- arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 24 + 1 file changed, 24 insertions(+) diff

[PATCH v4 3/6] arm64: dts: amlogic: g12: add temperature sensor

2019-08-21 Thread Guillaume La Roque
Add cpu and ddr temperature sensors for G12 Socs Signed-off-by: Guillaume La Roque Reviewed-by: Martin Blumenstingl --- .../boot/dts/amlogic/meson-g12-common.dtsi| 20 +++ 1 file changed, 20 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b

[PATCH v4 6/6] MAINTAINERS: add entry for Amlogic Thermal driver

2019-08-21 Thread Guillaume La Roque
Add myself as maintainer for Amlogic Thermal driver. Signed-off-by: Guillaume La Roque Reviewed-by: Neil Armstrong --- MAINTAINERS | 9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fb2b12f75c37..299f27d11058 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH v4 5/6] arm64: dts: amlogic: odroid-n2: add minimal thermal zone

2019-08-21 Thread Guillaume La Roque
Add minimal thermal zone for two temperature sensor One is located close to the DDR and the other one is located close to the PLLs (between the CPU and GPU) Signed-off-by: Guillaume La Roque Acked-by: Martin Blumenstingl --- .../boot/dts/amlogic/meson-g12b-odroid-n2.dts | 76

[PATCH v4 2/6] thermal: amlogic: Add thermal driver to support G12 SoCs

2019-08-21 Thread Guillaume La Roque
configurable threshold - up to four interrupts when the temperature has fallen below a configurable threshold Signed-off-by: Guillaume La Roque --- drivers/thermal/Kconfig | 11 + drivers/thermal/Makefile | 1 + drivers/thermal/amlogic_thermal.c | 335

[PATCH v4 4/6] arm64: dts: meson: sei510: Add minimal thermal zone

2019-08-21 Thread Guillaume La Roque
Add minimal thermal zone for two temperature sensor One is located close to the DDR and the other one is located close to the PLLs (between the CPU and GPU) Signed-off-by: Guillaume La Roque Acked-by: Martin Blumenstingl --- .../boot/dts/amlogic/meson-g12a-sei510.dts| 70

[PATCH v4 1/6] dt-bindings: thermal: Add DT bindings documentation for Amlogic Thermal

2019-08-21 Thread Guillaume La Roque
Adding the devicetree binding documentation for the Amlogic temperature sensor found in the Amlogic Meson G12 SoCs. the G12A and G12B SoCs are supported. Signed-off-by: Guillaume La Roque Reviewed-by: Rob Herring --- .../bindings/thermal/amlogic,thermal.yaml | 54 +++ 1

[PATCH v4 0/6] Add support of New Amlogic temperature sensor for G12 SoCs

2019-08-21 Thread Guillaume La Roque
Tested-by: Kevin Hilman Guillaume La Roque (6): dt-bindings: thermal: Add DT bindings documentation for Amlogic Thermal thermal: amlogic: Add thermal driver to support G12 SoCs arm64: dts: amlogic: g12: add temperature sensor arm64: dts: meson: sei510: Add minimal thermal zone a

Re: [PATCH v3 0/6] Add support of New Amlogic temperature sensor for G12 SoCs

2019-08-21 Thread guillaume La Roque
Hi Christian, thanks for testing on this 3 boards. guillaume On 8/14/19 2:24 PM, Christian Hewitt wrote: > On 6 Aug 2019, at 5:05 pm, Guillaume La Roque wrote: >> This patchs series add support of New Amlogic temperature sensor and minimal >> thermal zone for SEI510 and O

[PATCH v3 0/6] Add support of New Amlogic temperature sensor for G12 SoCs

2019-08-06 Thread Guillaume La Roque
5] https://lore.kernel.org/linux-amlogic/20190729132622.7566-3-narmstr...@baylibre.com/ Guillaume La Roque (6): dt-bindings: thermal: Add DT bindings documentation for Amlogic Thermal thermal: amlogic: Add thermal driver to support G12 SoCs arm64: dts: amlogic: g12: add temperature senso

[PATCH v3 2/6] thermal: amlogic: Add thermal driver to support G12 SoCs

2019-08-06 Thread Guillaume La Roque
configurable threshold - up to four interrupts when the temperature has fallen below a configurable threshold Signed-off-by: Guillaume La Roque --- drivers/thermal/Kconfig | 11 + drivers/thermal/Makefile | 1 + drivers/thermal/amlogic_thermal.c | 336

[PATCH v3 6/6] MAINTAINERS: add entry for Amlogic Thermal driver

2019-08-06 Thread Guillaume La Roque
Add myself as maintainer for Amlogic Thermal driver. Signed-off-by: Guillaume La Roque Reviewed-by: Neil Armstrong --- MAINTAINERS | 9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fb2b12f75c37..299f27d11058 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH v3 4/6] arm64: dts: meson: sei510: Add minimal thermal zone

2019-08-06 Thread Guillaume La Roque
Add minimal thermal zone for two temperature sensor One is located close to the DDR and the other one is located close to the PLLs (between the CPU and GPU) Signed-off-by: Guillaume La Roque --- .../boot/dts/amlogic/meson-g12a-sei510.dts| 56 +++ 1 file changed, 56

[PATCH v3 5/6] arm64: dts: amlogic: odroid-n2: add minimal thermal zone

2019-08-06 Thread Guillaume La Roque
Add minimal thermal zone for two temperature sensor One is located close to the DDR and the other one is located close to the PLLs (between the CPU and GPU) Signed-off-by: Guillaume La Roque --- .../boot/dts/amlogic/meson-g12b-odroid-n2.dts | 60 +++ 1 file changed, 60

[PATCH v3 3/6] arm64: dts: amlogic: g12: add temperature sensor

2019-08-06 Thread Guillaume La Roque
Add cpu and ddr temperature sensors for G12 Socs Signed-off-by: Guillaume La Roque Reviewed-by: Martin Blumenstingl --- .../boot/dts/amlogic/meson-g12-common.dtsi| 20 +++ 1 file changed, 20 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b

[PATCH v3 1/6] dt-bindings: thermal: Add DT bindings documentation for Amlogic Thermal

2019-08-06 Thread Guillaume La Roque
Adding the devicetree binding documentation for the Amlogic temperature sensor found in the Amlogic Meson G12 SoCs. the G12A and G12B SoCs are supported. Signed-off-by: Guillaume La Roque --- .../bindings/thermal/amlogic,thermal.yaml | 54 +++ 1 file changed, 54 insertions

Re: [PATCH v2 2/6] thermal: amlogic: Add thermal driver to support G12 SoCs

2019-08-05 Thread guillaume La Roque
Hi Martin, again thanks for your review. On 8/3/19 8:24 PM, Martin Blumenstingl wrote: > Hi Guillaume, > > (I still don't have any experience with the thermal framework, so > below are some general comments) > > On Wed, Jul 31, 2019 at 5:36 PM Guillaume La Roque > wr

Re: [PATCH v2 4/6] arm64: dts: meson: sei510: Add minimal thermal zone

2019-08-05 Thread guillaume La Roque
Hi Martin, On 8/3/19 8:29 PM, Martin Blumenstingl wrote: > Hi Guillaume, > > On Wed, Jul 31, 2019 at 5:36 PM Guillaume La Roque > wrote: >> Add minimal thermal zone for DDR and CPU sensor > so high DDR (controller?) temperatures will throttle Mali and high PLL > temper

Re: [PATCH v2 3/6] arm64: dts: amlogic: g12: add temperature sensor

2019-08-05 Thread guillaume La Roque
hi Martin, thanks for comments i will fix in v3. guillaume On 8/3/19 7:52 PM, Martin Blumenstingl wrote: > Hi Guillaume, > > On Wed, Jul 31, 2019 at 5:36 PM Guillaume La Roque > wrote: >> Add cpu and ddr temperature sensors for G12 Socs >> >> Signed-off-by: Guil

[PATCH v2 6/6] MAINTAINERS: add entry for Amlogic Thermal driver

2019-07-31 Thread Guillaume La Roque
Add myself as maintainer for Amlogic Thermal driver. Signed-off-by: Guillaume La Roque --- MAINTAINERS | 9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fb2b12f75c37..299f27d11058 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15910,6 +15910,15 @@ F

[PATCH v2 4/6] arm64: dts: meson: sei510: Add minimal thermal zone

2019-07-31 Thread Guillaume La Roque
Add minimal thermal zone for DDR and CPU sensor Signed-off-by: Guillaume La Roque --- .../boot/dts/amlogic/meson-g12a-sei510.dts| 56 +++ 1 file changed, 56 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts b/arch/arm64/boot/dts/amlogic/meson

[PATCH v2 0/6] Add support of New Amlogic temperature sensor for G12 SoCs

2019-07-31 Thread Guillaume La Roque
22.7566-1-narmstr...@baylibre.com/ [4] https://lore.kernel.org/linux-amlogic/20190731084019.8451-5-narmstr...@baylibre.com/ [5] https://lore.kernel.org/linux-amlogic/20190729132622.7566-3-narmstr...@baylibre.com/ Guillaume La Roque (6): dt-bindings: thermal: Add DT bindings documentation fo

[PATCH v2 2/6] thermal: amlogic: Add thermal driver to support G12 SoCs

2019-07-31 Thread Guillaume La Roque
Signed-off-by: Guillaume La Roque --- drivers/thermal/Kconfig | 11 + drivers/thermal/Makefile | 1 + drivers/thermal/amlogic_thermal.c | 332 ++ 3 files changed, 344 insertions(+) create mode 100644 drivers/thermal/amlogic_thermal.c diff --git

[PATCH v2 5/6] arm64: dts: amlogic: odroid-n2: add minimal thermal zone

2019-07-31 Thread Guillaume La Roque
Add minimal thermal zone for DDR and CPU sensor Signed-off-by: Guillaume La Roque --- .../boot/dts/amlogic/meson-g12b-odroid-n2.dts | 60 +++ 1 file changed, 60 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts b/arch/arm64/boot/dts/amlogic/meson

[PATCH v2 3/6] arm64: dts: amlogic: g12: add temperature sensor

2019-07-31 Thread Guillaume La Roque
Add cpu and ddr temperature sensors for G12 Socs Signed-off-by: Guillaume La Roque --- .../boot/dts/amlogic/meson-g12-common.dtsi| 22 +++ 1 file changed, 22 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b/arch/arm64/boot/dts/amlogic/meson

[PATCH v2 1/6] dt-bindings: thermal: Add DT bindings documentation for Amlogic Thermal

2019-07-31 Thread Guillaume La Roque
Adding the devicetree binding documentation for the Amlogic temperature sensor found in the Amlogic Meson G12 SoCs. the G12A and G12B SoCs are supported. Signed-off-by: Guillaume La Roque --- .../bindings/thermal/amlogic,thermal.yaml | 58 +++ 1 file changed, 58 insertions

[PATCH 1/6] dt-bindings: thermal: Add DT bindings documentation for Amlogic Thermal

2019-07-31 Thread Guillaume La Roque
Adding the devicetree binding documentation for the Amlogic temperature sensor found in the Amlogic Meson G12 SoCs. the G12A and G12B SoCs are supported. Signed-off-by: Guillaume La Roque --- .../bindings/thermal/amlogic,thermal.yaml | 58 +++ 1 file changed, 58 insertions

[PATCH 5/6] arm64: dts: amlogic: odroid-n2: add minimal thermal zone

2019-07-31 Thread Guillaume La Roque
Add minimal thermal zone for DDR and CPU sensor Signed-off-by: Guillaume La Roque --- .../arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dts b/arch/arm64/boot/dts/amlogic/meson

[PATCH 3/6] arm64: dts: amlogic: g12: add temperature sensor

2019-07-31 Thread Guillaume La Roque
Add cpu and ddr temperature sensors for G12 Socs Signed-off-by: Guillaume La Roque --- .../boot/dts/amlogic/meson-g12-common.dtsi| 22 +++ 1 file changed, 22 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b/arch/arm64/boot/dts/amlogic/meson

[PATCH 2/6] thermal: amlogic: Add thermal driver to support G12 SoCs

2019-07-31 Thread Guillaume La Roque
Signed-off-by: Guillaume La Roque --- drivers/thermal/Kconfig | 12 +- drivers/thermal/Makefile | 1 + drivers/thermal/amlogic_thermal.c | 335 ++ 3 files changed, 347 insertions(+), 1 deletion(-) create mode 100644 drivers/thermal

[PATCH 6/6] MAINTAINERS: add entry for Amlogic Thermal driver

2019-07-31 Thread Guillaume La Roque
Add myself as maintainer for Amlogic Thermal driver. Signed-off-by: Guillaume La Roque --- MAINTAINERS | 9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fb2b12f75c37..299f27d11058 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15910,6 +15910,15 @@ F

[PATCH 4/6] arm64: dts: meson: sei510: Add minimal thermal zone

2019-07-31 Thread Guillaume La Roque
Add minimal thermal zone for DDR and CPU sensor Signed-off-by: Guillaume La Roque --- arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts b/arch/arm64/boot/dts/amlogic/meson-g12a

[PATCH 0/6] Add support of New Amlogic temperature sensor for G12 SoCs

2019-07-31 Thread Guillaume La Roque
https://lore.kernel.org/linux-amlogic/20190729132622.7566-2-narmstr...@baylibre.com/ Guillaume La Roque (6): dt-bindings: thermal: Add DT bindings documentation for Amlogic Thermal thermal: amlogic: Add thermal driver to support G12 SoCs arm64: dts: amlogic: g12: add temperature sensor arm64

[PATCH 1/3] Documentation: dt-bindings: add the Amlogic Meson Temperature Sensor

2019-06-04 Thread Guillaume La Roque
This adds the devicetree binding documentation for the Temperature Sensor found in the Amlogic Meson G12 SoCs. Currently only the G12A SoCs are supported. Signed-off-by: Guillaume La Roque --- .../iio/temperature/amlogic,meson-tsensor.txt | 31 +++ 1 file changed, 31 insertions

[PATCH 2/3] arm64: dts: meson: g12a: add temperature sensor node

2019-06-04 Thread Guillaume La Roque
Add two temperature sensor the first near CPU and GPU, second near DDR Signed-off-by: Guillaume La Roque --- arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 22 + 1 file changed, 22 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi b/arch/arm64/boot/dts

[PATCH 3/3] iio: temperature: add a driver for the temperature sensor found in Amlogic Meson G12 SoCs

2019-06-04 Thread Guillaume La Roque
The code is based on Amlogic source code. No public datasheet for this. Currently the G12A SoCs are supported. Supported features: - possibility to set an automatic reboot temperature Signed-off-by: Guillaume La Roque --- drivers/iio/temperature/Kconfig | 11 + drivers/iio/temperature

[PATCH 0/3] Add support of New Amlogic temperature sensor for G12A SoCs

2019-06-04 Thread Guillaume La Roque
...@baylibre.com Guillaume La Roque (3): Documentation: dt-bindings: add the Amlogic Meson Temperature Sensor arm64: dts: meson: g12a: add temperature sensor node iio: temperature: add a driver for the temperature sensor found in Amlogic Meson G12 SoCs .../iio/temperature/amlogic,meson-tsensor.txt

Re: [baylibre-upstreaming] [PATCH 0/3] mmc: meson-gx: add ddr-access-quirk support

2019-05-14 Thread guillaume La Roque
3 files changed, 57 insertions(+), 13 deletions(-) > Test with SEI510 board no problem or regression seen Tested-by: Guillaume La Roque

[PATCH v6 0/6] Add drive-strength in Meson pinctrl driver

2019-05-14 Thread Guillaume La Roque
roamp - rework patch series for better understanding - rework set_bias function Changes since v1: - fix missing break - implement new pinctrl generic property "drive-strength-uA" [1] https://lkml.kernel.org/r/20190314163725.7918-1-jbru...@baylibre.com Tested-by: Jerome Brunet Guillau

[PATCH v6 2/6] pinctrl: generic: add new 'drive-strength-microamp' property support

2019-05-14 Thread Guillaume La Roque
Add drive-strength-microamp property support to allow drive strength in uA Signed-off-by: Guillaume La Roque --- drivers/pinctrl/pinconf-generic.c | 2 ++ include/linux/pinctrl/pinconf-generic.h | 3 +++ 2 files changed, 5 insertions(+) diff --git a/drivers/pinctrl/pinconf-generic.c b

[PATCH v6 4/6] pinctrl: meson: Rework enable/disable bias part

2019-05-14 Thread Guillaume La Roque
rework bias enable/disable part to prepare drive-strength integration no functional changes Signed-off-by: Guillaume La Roque Reviewed-by: Martin Blumenstingl Tested-by: Martin Blumenstingl --- drivers/pinctrl/meson/pinctrl-meson.c | 85 +++ 1 file changed, 49

[PATCH v6 5/6] pinctrl: meson: add support of drive-strength-microamp

2019-05-14 Thread Guillaume La Roque
drive-strength-microamp is a new feature needed for G12A SoC. the default DS setting after boot is usually 500uA and it is not enough for many functions. We need to be able to set the drive strength to reliably enable things like MMC, I2C, etc ... Signed-off-by: Guillaume La Roque Reviewed-by

[PATCH v6 1/6] dt-bindings: pinctrl: add a 'drive-strength-microamp' property

2019-05-14 Thread Guillaume La Roque
This property allow drive-strength parameter in uA instead of mA. Signed-off-by: Guillaume La Roque Acked-by: Martin Blumenstingl Reviewed-by: Martin Blumenstingl Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt | 3 +++ 1 file changed, 3 insertions

[PATCH v6 3/6] dt-bindings: pinctrl: meson: Add drive-strength-microamp property

2019-05-14 Thread Guillaume La Roque
Add optional drive-strength-microamp property Signed-off-by: Guillaume La Roque Reviewed-by: Martin Blumenstingl Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings

[PATCH v6 6/6] pinctrl: meson: g12a: add DS bank value

2019-05-14 Thread Guillaume La Roque
add drive-strength bank regiter and bit value for G12A SoC Signed-off-by: Guillaume La Roque Reviewed-by: Martin Blumenstingl --- drivers/pinctrl/meson/pinctrl-meson-g12a.c | 36 +++--- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/pinctrl/meson

[PATCH v5 1/6] dt-bindings: pinctrl: add a 'drive-strength-microamp' property

2019-05-10 Thread Guillaume La Roque
This property allow drive-strength parameter in uA instead of mA. Signed-off-by: Guillaume La Roque --- Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt b

[PATCH v5 2/6] pinctrl: generic: add new 'drive-strength-microamp' property support

2019-05-10 Thread Guillaume La Roque
Add drive-strength-microamp property support to allow drive strength in uA Signed-off-by: Guillaume La Roque --- drivers/pinctrl/pinconf-generic.c | 2 ++ include/linux/pinctrl/pinconf-generic.h | 3 +++ 2 files changed, 5 insertions(+) diff --git a/drivers/pinctrl/pinconf-generic.c b

[PATCH v5 3/6] dt-bindings: pinctrl: meson: Add drive-strength-microamp property

2019-05-10 Thread Guillaume La Roque
Add optional drive-strength-microamp property Signed-off-by: Guillaume La Roque --- Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt b/Documentation/devicetree

[PATCH v5 4/6] pinctrl: meson: Rework enable/disable bias part

2019-05-10 Thread Guillaume La Roque
rework bias enable/disable part to prepare drive-strength integration no functional changes Signed-off-by: Guillaume La Roque --- drivers/pinctrl/meson/pinctrl-meson.c | 85 +++ 1 file changed, 49 insertions(+), 36 deletions(-) diff --git a/drivers/pinctrl/meson/pinctrl

[PATCH v5 0/6] Add drive-strength in Meson pinctrl driver

2019-05-10 Thread Guillaume La Roque
rk set_bias function Changes since v1: - fix missing break - implement new pinctrl generic property "drive-strength-uA" [1] https://lkml.kernel.org/r/20190314163725.7918-1-jbru...@baylibre.com Guillaume La Roque (6): dt-bindings: pinctrl: add a 'drive-strength-microamp' pro

[PATCH v5 6/6] pinctrl: meson: g12a: add DS bank value

2019-05-10 Thread Guillaume La Roque
add drive-strength bank regiter and bit value for G12A SoC Signed-off-by: Guillaume La Roque --- drivers/pinctrl/meson/pinctrl-meson-g12a.c | 36 +++--- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/pinctrl/meson/pinctrl-meson-g12a.c b/drivers/pinctrl

[PATCH v5 5/6] pinctrl: meson: add support of drive-strength-microamp

2019-05-10 Thread Guillaume La Roque
drive-strength-microamp is a new feature needed for G12A SoC. the default DS setting after boot is usually 500uA and it is not enough for many functions. We need to be able to set the drive strength to reliably enable things like MMC, I2C, etc ... Signed-off-by: Guillaume La Roque --- drivers

[PATCH v4 0/6] Add drive-strength in Meson pinctrl driver

2019-05-09 Thread Guillaume La Roque
e-strength-uA" [1] https://lkml.kernel.org/r/20190314163725.7918-1-jbru...@baylibre.com Guillaume La Roque (6): dt-bindings: pinctrl: add a 'drive-strength-microamp' property pinctrl: generic: add new 'drive-strength-microamp' property support dt-bindings: pinctrl: mes

[PATCH v4 4/6] pinctrl: meson: Rework enable/disable bias part

2019-05-09 Thread Guillaume La Roque
rework bias enable/disable part to prepare drive-strength integration no functional changes Signed-off-by: Guillaume La Roque --- drivers/pinctrl/meson/pinctrl-meson.c | 85 +++ 1 file changed, 49 insertions(+), 36 deletions(-) diff --git a/drivers/pinctrl/meson/pinctrl

[PATCH v4 1/6] dt-bindings: pinctrl: add a 'drive-strength-microamp' property

2019-05-09 Thread Guillaume La Roque
This property allow drive-strength parameter in uA instead of mA. Signed-off-by: Guillaume La Roque --- Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt b

[PATCH v4 6/6] pinctrl: meson: g12a: add DS bank value

2019-05-09 Thread Guillaume La Roque
add drive-strength bank regiter and bit value for G12A SoC Signed-off-by: Guillaume La Roque --- drivers/pinctrl/meson/pinctrl-meson-g12a.c | 36 +++--- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/pinctrl/meson/pinctrl-meson-g12a.c b/drivers/pinctrl

[PATCH v4 2/6] pinctrl: generic: add new 'drive-strength-microamp' property support

2019-05-09 Thread Guillaume La Roque
Add drive-strength-microamp property support to allow drive strength in uA Signed-off-by: Guillaume La Roque --- drivers/pinctrl/pinconf-generic.c | 2 ++ include/linux/pinctrl/pinconf-generic.h | 3 +++ 2 files changed, 5 insertions(+) diff --git a/drivers/pinctrl/pinconf-generic.c b

[PATCH v4 5/6] pinctrl: meson: add support of drive-strength-microamp

2019-05-09 Thread Guillaume La Roque
drive-strength-microamp is a new feature needed for G12A SoC. the default DS setting after boot is usually 500uA and it is not enough for many functions. We need to be able to set the drive strength to reliably enable things like MMC, I2C, etc ... Signed-off-by: Guillaume La Roque --- drivers

[PATCH v4 3/6] dt-bindings: pinctrl: meson: Add drive-strength-microamp property

2019-05-09 Thread Guillaume La Roque
Add optional drive-strength-microamp property Signed-off-by: Guillaume La Roque --- Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt b/Documentation/devicetree

[PATCH v4 1/6] dt-bindings: pinctrl: add a 'drive-strength-microamp' property

2019-05-09 Thread Guillaume La Roque
This property allow drive-strength parameter in uA instead of mA. Signed-off-by: Guillaume La Roque --- Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt b

[PATCH v4 0/6] Add drive-strength in Meson pinctrl driver

2019-05-09 Thread Guillaume La Roque
e-strength-uA" [1] https://lkml.kernel.org/r/20190314163725.7918-1-jbru...@baylibre.com Guillaume La Roque (6): dt-bindings: pinctrl: add a 'drive-strength-microamp' property pinctrl: generic: add new 'drive-strength-microamp' property support dt-bindings: pinctrl: mes

Re: [PATCH v3 5/6] pinctrl: meson: add support of drive-strength-microamp

2019-05-09 Thread guillaume La Roque
hi martin, thanks for review, i will do a new series to remove err log on get_drive_strength and integrate your comment On 5/7/19 8:18 PM, Martin Blumenstingl wrote: > On Tue, May 7, 2019 at 1:57 PM Guillaume La Roque > wrote: >> drive-strength-microamp is a new feature needed

Re: [PATCH v3 4/6] pinctrl: meson: Rework enable/disable bias part

2019-05-09 Thread guillaume La Roque
hi Martin, same as previous patch i will do a new serie with your comments. On 5/7/19 7:53 PM, Martin Blumenstingl wrote: > Hi Guillaume, > > On Tue, May 7, 2019 at 1:57 PM Guillaume La Roque > wrote: >> rework bias enable/disable part to prepare drive-strength integrat

[PATCH v3 3/6] dt-bindings: pinctrl: meson: Add drive-strength-microamp property

2019-05-07 Thread Guillaume La Roque
Add optional drive-strength-microamp property Signed-off-by: Guillaume La Roque --- Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt b/Documentation/devicetree

[PATCH v3 4/6] pinctrl: meson: Rework enable/disable bias part

2019-05-07 Thread Guillaume La Roque
rework bias enable/disable part to prepare drive-strength integration Signed-off-by: Guillaume La Roque --- drivers/pinctrl/meson/pinctrl-meson.c | 79 --- 1 file changed, 48 insertions(+), 31 deletions(-) diff --git a/drivers/pinctrl/meson/pinctrl-meson.c b/drivers

[PATCH v3 2/6] pinctrl: generic: add new 'drive-strength-microamp' property support

2019-05-07 Thread Guillaume La Roque
Add drive-strength-microamp property support to allow drive strength in uA Signed-off-by: Guillaume La Roque --- drivers/pinctrl/pinconf-generic.c | 2 ++ include/linux/pinctrl/pinconf-generic.h | 3 +++ 2 files changed, 5 insertions(+) diff --git a/drivers/pinctrl/pinconf-generic.c b

[PATCH v3 1/6] dt-bindings: pinctrl: add a 'drive-strength-microamp' property

2019-05-07 Thread Guillaume La Roque
This property allow drive-strength parameter in uA instead of mA. Signed-off-by: Guillaume La Roque --- Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt b

[PATCH v3 0/6] Add drive-strength in Meson pinctrl driver

2019-05-07 Thread Guillaume La Roque
th-uA property to be compliant with DT documentation - rework patch series for better understanding - rework set_bias function Changes since v1: - fix missing break - implement new pinctrl generic property "drive-strength-uA" [1] https://lkml.kernel.org/r/20190314163725.7918-1-jbru...@baylib

[PATCH v3 5/6] pinctrl: meson: add support of drive-strength-microamp

2019-05-07 Thread Guillaume La Roque
drive-strength-microamp is a new feature needed for G12A SoC. the default DS setting after boot is usually 500uA and it is not enough for many functions. We need to be able to set the drive strength to reliably enable things like MMC, I2C, etc ... Signed-off-by: Guillaume La Roque --- drivers

[PATCH v3 6/6] pinctrl: meson: g12a: add DS bank value

2019-05-07 Thread Guillaume La Roque
add drive-strength bank register and bit value for G12A SoC Signed-off-by: Guillaume La Roque --- drivers/pinctrl/meson/pinctrl-meson-g12a.c | 36 +++--- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/drivers/pinctrl/meson/pinctrl-meson-g12a.c b/drivers/pinctrl

Re: [PATCH v2 4/4] pinctrl: meson: add support of drive-strength-uA

2019-05-06 Thread guillaume La Roque
hi Martin, On 4/30/19 10:28 PM, Martin Blumenstingl wrote: > Hi Guillaume, > > On Tue, Apr 30, 2019 at 9:20 AM guillaume La Roque > wrote: >> Hi Martin, >> >> >> thanks for your feedback. >> >> >> On 4/27/19 9:44 PM, Martin Blumenstingl wrot

Re: [PATCH v2 1/4] dt-bindings: pinctrl: add a 'drive-strength-uA' property

2019-04-30 Thread guillaume La Roque
Hi Rob, On 4/30/19 5:12 PM, Rob Herring wrote: > On Thu, Apr 18, 2019 at 02:47:55PM +0200, Guillaume La Roque wrote: >> This property allow drive-strength parameter in uA instead of mA. >> >> Signed-off-by: Guillaume La Roque >> --- >> Documentation/de

Re: [PATCH v2 4/4] pinctrl: meson: add support of drive-strength-uA

2019-04-30 Thread guillaume La Roque
Hi Martin, thanks for your feedback. On 4/27/19 9:44 PM, Martin Blumenstingl wrote: > Hi Guillaume, > > On Thu, Apr 18, 2019 at 2:48 PM Guillaume La Roque > wrote: >> drive-strength-uA is a new feature needed for G12A SoC. >> the default DS setting after boot is usu

Re: [PATCH v2 3/4] dt-bindings: pinctrl: meson: Add drive-strength-uA property

2019-04-29 Thread guillaume La Roque
Hi Martin, On 4/27/19 9:21 PM, Martin Blumenstingl wrote: > Hi Guillaume, > > On Thu, Apr 18, 2019 at 2:48 PM Guillaume La Roque > wrote: >> Add optional drive-strength-uA property >> >> Signed-off-by: Guillaume La Roque >> --- >> Documentation/devicet

  1   2   >