All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm64: dts: freescale: add gpio-fan/thermal support for Google i.MX 8MQ Phanbell
@ 2020-03-02  0:11 ` Vitor Massaru Iha
  0 siblings, 0 replies; 10+ messages in thread
From: Vitor Massaru Iha @ 2020-03-02  0:11 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: robh+dt, mark.rutland, shawnguo, s.hauer, festevam,
	marco.franchi, linux-imx, lkcamp

It was based on Google Source Code for Coral Edge TPU Mendel release:
https://coral.googlesource.com/linux-imx/

It was tested on Coral Dev Board using this command:
  sudo stress --cpu 4 --timeout 3600

Signed-off-by: Vitor Massaru Iha <vitor@massaru.org>
---
v2:
 * Fix underscore in property name;
 * Add pinctrl entry for gpio-fan;
 * Removes undocumented property.

BR,
Vitor
---
 .../boot/dts/freescale/imx8mq-phanbell.dts    | 64 +++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mq.dtsi     |  2 +-
 2 files changed, 65 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts b/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
index 3f2a489a4ad8..3302e5c127ca 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
@@ -35,6 +35,16 @@
 		gpio = <&gpio2 19 GPIO_ACTIVE_HIGH>;
 		enable-active-high;
 	};
+
+	fan: gpio-fan {
+		compatible = "gpio-fan";
+		gpio-fan,speed-map = <0 0 8600 1>;
+		gpios = <&gpio3 5 GPIO_ACTIVE_HIGH>;
+		#cooling-cells = <2>;
+		pinctrl-names = "default";
+		pinctrl-0 = <&pinctrl_gpio_fan>;
+		status = "okay";
+	};
 };
 
 &A53_0 {
@@ -373,4 +383,58 @@
 			MX8MQ_IOMUXC_GPIO1_IO02_WDOG1_WDOG_B 0xc6
 		>;
 	};
+
+	pinctrl_gpio_fan: gpiofanp {
+		fsl,pins = <
+			MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 0x01
+		>;
+	};
 };
+
+&cpu_thermal {
+	trips {
+		cpu_alert0: trip0 {
+			temperature = <75000>;
+			hysteresis = <2000>;
+			type = "passive";
+		};
+
+		cpu_alert1: trip1 {
+			temperature = <80000>;
+			hysteresis = <2000>;
+			type = "passive";
+		};
+
+		cpu_crit0: trip3 {
+			temperature = <90000>;
+			hysteresis = <2000>;
+			type = "critical";
+		};
+
+		fan_toggle0: trip4 {
+			temperature = <65000>;
+			hysteresis = <10000>;
+			type = "active";
+		};
+	};
+
+	cooling-maps {
+		map0 {
+			trip = <&cpu_alert0>;
+			cooling-device =
+			<&A53_0 0 1>; /* Exclude highest OPP */
+		};
+
+		map1 {
+			trip = <&cpu_alert1>;
+			cooling-device =
+			<&A53_0 0 2>; /* Exclude two highest OPPs */
+		};
+
+		map4 {
+			trip = <&fan_toggle0>;
+			cooling-device = <&fan 0 1>;
+		};
+	};
+};
+
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index 6a1e83922c71..a3bb17a6b9df 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -198,7 +198,7 @@
 	};
 
 	thermal-zones {
-		cpu-thermal {
+		cpu_thermal: cpu-thermal {
 			polling-delay-passive = <250>;
 			polling-delay = <2000>;
 			thermal-sensors = <&tmu 0>;
-- 
2.21.1


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

* [PATCH v2] arm64: dts: freescale: add gpio-fan/thermal support for Google i.MX 8MQ Phanbell
@ 2020-03-02  0:11 ` Vitor Massaru Iha
  0 siblings, 0 replies; 10+ messages in thread
From: Vitor Massaru Iha @ 2020-03-02  0:11 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel
  Cc: mark.rutland, lkcamp, shawnguo, s.hauer, robh+dt, linux-imx,
	marco.franchi, festevam

It was based on Google Source Code for Coral Edge TPU Mendel release:
https://coral.googlesource.com/linux-imx/

It was tested on Coral Dev Board using this command:
  sudo stress --cpu 4 --timeout 3600

Signed-off-by: Vitor Massaru Iha <vitor@massaru.org>
---
v2:
 * Fix underscore in property name;
 * Add pinctrl entry for gpio-fan;
 * Removes undocumented property.

BR,
Vitor
---
 .../boot/dts/freescale/imx8mq-phanbell.dts    | 64 +++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mq.dtsi     |  2 +-
 2 files changed, 65 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts b/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
index 3f2a489a4ad8..3302e5c127ca 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
@@ -35,6 +35,16 @@
 		gpio = <&gpio2 19 GPIO_ACTIVE_HIGH>;
 		enable-active-high;
 	};
+
+	fan: gpio-fan {
+		compatible = "gpio-fan";
+		gpio-fan,speed-map = <0 0 8600 1>;
+		gpios = <&gpio3 5 GPIO_ACTIVE_HIGH>;
+		#cooling-cells = <2>;
+		pinctrl-names = "default";
+		pinctrl-0 = <&pinctrl_gpio_fan>;
+		status = "okay";
+	};
 };
 
 &A53_0 {
@@ -373,4 +383,58 @@
 			MX8MQ_IOMUXC_GPIO1_IO02_WDOG1_WDOG_B 0xc6
 		>;
 	};
+
+	pinctrl_gpio_fan: gpiofanp {
+		fsl,pins = <
+			MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 0x01
+		>;
+	};
 };
+
+&cpu_thermal {
+	trips {
+		cpu_alert0: trip0 {
+			temperature = <75000>;
+			hysteresis = <2000>;
+			type = "passive";
+		};
+
+		cpu_alert1: trip1 {
+			temperature = <80000>;
+			hysteresis = <2000>;
+			type = "passive";
+		};
+
+		cpu_crit0: trip3 {
+			temperature = <90000>;
+			hysteresis = <2000>;
+			type = "critical";
+		};
+
+		fan_toggle0: trip4 {
+			temperature = <65000>;
+			hysteresis = <10000>;
+			type = "active";
+		};
+	};
+
+	cooling-maps {
+		map0 {
+			trip = <&cpu_alert0>;
+			cooling-device =
+			<&A53_0 0 1>; /* Exclude highest OPP */
+		};
+
+		map1 {
+			trip = <&cpu_alert1>;
+			cooling-device =
+			<&A53_0 0 2>; /* Exclude two highest OPPs */
+		};
+
+		map4 {
+			trip = <&fan_toggle0>;
+			cooling-device = <&fan 0 1>;
+		};
+	};
+};
+
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index 6a1e83922c71..a3bb17a6b9df 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -198,7 +198,7 @@
 	};
 
 	thermal-zones {
-		cpu-thermal {
+		cpu_thermal: cpu-thermal {
 			polling-delay-passive = <250>;
 			polling-delay = <2000>;
 			thermal-sensors = <&tmu 0>;
-- 
2.21.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v2] arm64: dts: freescale: add gpio-fan/thermal support for Google i.MX 8MQ Phanbell
  2020-03-02  0:11 ` Vitor Massaru Iha
@ 2020-03-02 17:03   ` Fabio Estevam
  -1 siblings, 0 replies; 10+ messages in thread
From: Fabio Estevam @ 2020-03-02 17:03 UTC (permalink / raw)
  To: Vitor Massaru Iha
  Cc: open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	Rob Herring, Mark Rutland, Shawn Guo, Sascha Hauer,
	Marco Franchi, NXP Linux Team, lkcamp

Hi Vitor,

Forgot to say in the previous revision, but the typical Subject pattern is:

arm64: dts: imx8mq-phanbell: Add gpio-fan/thermal support

On Sun, Mar 1, 2020 at 9:11 PM Vitor Massaru Iha <vitor@massaru.org> wrote:

>  &A53_0 {
> @@ -373,4 +383,58 @@
>                         MX8MQ_IOMUXC_GPIO1_IO02_WDOG1_WDOG_B 0xc6
>                 >;
>         };
> +
> +       pinctrl_gpio_fan: gpiofanp {

Please keep the pinctrl entries in alphabetical order.

> +               fsl,pins = <
> +                       MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 0x01

This pad comes as 0x16 after POR, so please add it as:

MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 0x16

> +&cpu_thermal {

Please put it prior to the &i2c1 node in order to keep the alphabetical order.

With these changes you can add:

Reviewed-by: Fabio Estevam <festevam@gmail.com>

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

* Re: [PATCH v2] arm64: dts: freescale: add gpio-fan/thermal support for Google i.MX 8MQ Phanbell
@ 2020-03-02 17:03   ` Fabio Estevam
  0 siblings, 0 replies; 10+ messages in thread
From: Fabio Estevam @ 2020-03-02 17:03 UTC (permalink / raw)
  To: Vitor Massaru Iha
  Cc: Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	lkcamp, Sascha Hauer, Rob Herring, NXP Linux Team, Marco Franchi,
	Shawn Guo,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE

Hi Vitor,

Forgot to say in the previous revision, but the typical Subject pattern is:

arm64: dts: imx8mq-phanbell: Add gpio-fan/thermal support

On Sun, Mar 1, 2020 at 9:11 PM Vitor Massaru Iha <vitor@massaru.org> wrote:

>  &A53_0 {
> @@ -373,4 +383,58 @@
>                         MX8MQ_IOMUXC_GPIO1_IO02_WDOG1_WDOG_B 0xc6
>                 >;
>         };
> +
> +       pinctrl_gpio_fan: gpiofanp {

Please keep the pinctrl entries in alphabetical order.

> +               fsl,pins = <
> +                       MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 0x01

This pad comes as 0x16 after POR, so please add it as:

MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 0x16

> +&cpu_thermal {

Please put it prior to the &i2c1 node in order to keep the alphabetical order.

With these changes you can add:

Reviewed-by: Fabio Estevam <festevam@gmail.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v2] arm64: dts: freescale: add gpio-fan/thermal support for Google i.MX 8MQ Phanbell
  2020-03-02  0:11 ` Vitor Massaru Iha
@ 2020-03-02 17:18   ` Fabio Estevam
  -1 siblings, 0 replies; 10+ messages in thread
From: Fabio Estevam @ 2020-03-02 17:18 UTC (permalink / raw)
  To: Vitor Massaru Iha
  Cc: open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	Rob Herring, Mark Rutland, Shawn Guo, Sascha Hauer,
	Marco Franchi, NXP Linux Team, lkcamp

Hi Vitor,

One more comment:

On Sun, Mar 1, 2020 at 9:11 PM Vitor Massaru Iha <vitor@massaru.org> wrote:

> +
> +       pinctrl_gpio_fan: gpiofanp {

This should be:
pinctrl_gpio_fan: gpiofangrp {

Thanks

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

* Re: [PATCH v2] arm64: dts: freescale: add gpio-fan/thermal support for Google i.MX 8MQ Phanbell
@ 2020-03-02 17:18   ` Fabio Estevam
  0 siblings, 0 replies; 10+ messages in thread
From: Fabio Estevam @ 2020-03-02 17:18 UTC (permalink / raw)
  To: Vitor Massaru Iha
  Cc: Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	lkcamp, Sascha Hauer, Rob Herring, NXP Linux Team, Marco Franchi,
	Shawn Guo,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE

Hi Vitor,

One more comment:

On Sun, Mar 1, 2020 at 9:11 PM Vitor Massaru Iha <vitor@massaru.org> wrote:

> +
> +       pinctrl_gpio_fan: gpiofanp {

This should be:
pinctrl_gpio_fan: gpiofangrp {

Thanks

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v2] arm64: dts: freescale: add gpio-fan/thermal support for Google i.MX 8MQ Phanbell
  2020-03-02 17:03   ` Fabio Estevam
@ 2020-03-02 21:04     ` Vitor Massaru Iha
  -1 siblings, 0 replies; 10+ messages in thread
From: Vitor Massaru Iha @ 2020-03-02 21:04 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	Rob Herring, Mark Rutland, Shawn Guo, Sascha Hauer,
	Marco Franchi, NXP Linux Team, lkcamp

Hi Fabio,

Thanks for your review.

On Mon, 2020-03-02 at 14:03 -0300, Fabio Estevam wrote:
> Hi Vitor,
> 
> Forgot to say in the previous revision, but the typical Subject
> pattern is:
> 
> arm64: dts: imx8mq-phanbell: Add gpio-fan/thermal support
> 
> On Sun, Mar 1, 2020 at 9:11 PM Vitor Massaru Iha <vitor@massaru.org>
> wrote:
> 
> >  &A53_0 {
> > @@ -373,4 +383,58 @@
> >                         MX8MQ_IOMUXC_GPIO1_IO02_WDOG1_WDOG_B 0xc6
> >                 >;
> >         };
> > +
> > +       pinctrl_gpio_fan: gpiofanp {
> 
> Please keep the pinctrl entries in alphabetical order.
> 
> > +               fsl,pins = <
> > +                       MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 0x01
> 
> This pad comes as 0x16 after POR, so please add it as:
> 
> MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 0x16
> 
> > +&cpu_thermal {
> 
> Please put it prior to the &i2c1 node in order to keep the
> alphabetical order.
> 
> With these changes you can add:
> 
> Reviewed-by: Fabio Estevam <festevam@gmail.com>

I'll send the PATCH v3.

BR,
Vitor 


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

* Re: [PATCH v2] arm64: dts: freescale: add gpio-fan/thermal support for Google i.MX 8MQ Phanbell
@ 2020-03-02 21:04     ` Vitor Massaru Iha
  0 siblings, 0 replies; 10+ messages in thread
From: Vitor Massaru Iha @ 2020-03-02 21:04 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	lkcamp, Sascha Hauer, Rob Herring, NXP Linux Team, Marco Franchi,
	Shawn Guo,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE

Hi Fabio,

Thanks for your review.

On Mon, 2020-03-02 at 14:03 -0300, Fabio Estevam wrote:
> Hi Vitor,
> 
> Forgot to say in the previous revision, but the typical Subject
> pattern is:
> 
> arm64: dts: imx8mq-phanbell: Add gpio-fan/thermal support
> 
> On Sun, Mar 1, 2020 at 9:11 PM Vitor Massaru Iha <vitor@massaru.org>
> wrote:
> 
> >  &A53_0 {
> > @@ -373,4 +383,58 @@
> >                         MX8MQ_IOMUXC_GPIO1_IO02_WDOG1_WDOG_B 0xc6
> >                 >;
> >         };
> > +
> > +       pinctrl_gpio_fan: gpiofanp {
> 
> Please keep the pinctrl entries in alphabetical order.
> 
> > +               fsl,pins = <
> > +                       MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 0x01
> 
> This pad comes as 0x16 after POR, so please add it as:
> 
> MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 0x16
> 
> > +&cpu_thermal {
> 
> Please put it prior to the &i2c1 node in order to keep the
> alphabetical order.
> 
> With these changes you can add:
> 
> Reviewed-by: Fabio Estevam <festevam@gmail.com>

I'll send the PATCH v3.

BR,
Vitor 


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v2] arm64: dts: freescale: add gpio-fan/thermal support for Google i.MX 8MQ Phanbell
  2020-03-02 21:04     ` Vitor Massaru Iha
@ 2020-03-02 21:38       ` Vitor Massaru Iha
  -1 siblings, 0 replies; 10+ messages in thread
From: Vitor Massaru Iha @ 2020-03-02 21:38 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	Rob Herring, Mark Rutland, Shawn Guo, Sascha Hauer,
	Marco Franchi, NXP Linux Team, lkcamp

Hi Fabio,

I fixed the tabs on MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 line too.

BR,
Vitor

On Mon, Mar 2, 2020 at 6:05 PM Vitor Massaru Iha <vitor@massaru.org> wrote:
>
> Hi Fabio,
>
> Thanks for your review.
>
> On Mon, 2020-03-02 at 14:03 -0300, Fabio Estevam wrote:
> > Hi Vitor,
> >
> > Forgot to say in the previous revision, but the typical Subject
> > pattern is:
> >
> > arm64: dts: imx8mq-phanbell: Add gpio-fan/thermal support
> >
> > On Sun, Mar 1, 2020 at 9:11 PM Vitor Massaru Iha <vitor@massaru.org>
> > wrote:
> >
> > >  &A53_0 {
> > > @@ -373,4 +383,58 @@
> > >                         MX8MQ_IOMUXC_GPIO1_IO02_WDOG1_WDOG_B 0xc6
> > >                 >;
> > >         };
> > > +
> > > +       pinctrl_gpio_fan: gpiofanp {
> >
> > Please keep the pinctrl entries in alphabetical order.
> >
> > > +               fsl,pins = <
> > > +                       MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 0x01
> >
> > This pad comes as 0x16 after POR, so please add it as:
> >
> > MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 0x16
> >
> > > +&cpu_thermal {
> >
> > Please put it prior to the &i2c1 node in order to keep the
> > alphabetical order.
> >
> > With these changes you can add:
> >
> > Reviewed-by: Fabio Estevam <festevam@gmail.com>
>
> I'll send the PATCH v3.
>
> BR,
> Vitor
>

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

* Re: [PATCH v2] arm64: dts: freescale: add gpio-fan/thermal support for Google i.MX 8MQ Phanbell
@ 2020-03-02 21:38       ` Vitor Massaru Iha
  0 siblings, 0 replies; 10+ messages in thread
From: Vitor Massaru Iha @ 2020-03-02 21:38 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	lkcamp, Sascha Hauer, Rob Herring, NXP Linux Team, Marco Franchi,
	Shawn Guo,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE

Hi Fabio,

I fixed the tabs on MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 line too.

BR,
Vitor

On Mon, Mar 2, 2020 at 6:05 PM Vitor Massaru Iha <vitor@massaru.org> wrote:
>
> Hi Fabio,
>
> Thanks for your review.
>
> On Mon, 2020-03-02 at 14:03 -0300, Fabio Estevam wrote:
> > Hi Vitor,
> >
> > Forgot to say in the previous revision, but the typical Subject
> > pattern is:
> >
> > arm64: dts: imx8mq-phanbell: Add gpio-fan/thermal support
> >
> > On Sun, Mar 1, 2020 at 9:11 PM Vitor Massaru Iha <vitor@massaru.org>
> > wrote:
> >
> > >  &A53_0 {
> > > @@ -373,4 +383,58 @@
> > >                         MX8MQ_IOMUXC_GPIO1_IO02_WDOG1_WDOG_B 0xc6
> > >                 >;
> > >         };
> > > +
> > > +       pinctrl_gpio_fan: gpiofanp {
> >
> > Please keep the pinctrl entries in alphabetical order.
> >
> > > +               fsl,pins = <
> > > +                       MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 0x01
> >
> > This pad comes as 0x16 after POR, so please add it as:
> >
> > MX8MQ_IOMUXC_NAND_CLE_GPIO3_IO5 0x16
> >
> > > +&cpu_thermal {
> >
> > Please put it prior to the &i2c1 node in order to keep the
> > alphabetical order.
> >
> > With these changes you can add:
> >
> > Reviewed-by: Fabio Estevam <festevam@gmail.com>
>
> I'll send the PATCH v3.
>
> BR,
> Vitor
>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-03-02 21:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-02  0:11 [PATCH v2] arm64: dts: freescale: add gpio-fan/thermal support for Google i.MX 8MQ Phanbell Vitor Massaru Iha
2020-03-02  0:11 ` Vitor Massaru Iha
2020-03-02 17:03 ` Fabio Estevam
2020-03-02 17:03   ` Fabio Estevam
2020-03-02 21:04   ` Vitor Massaru Iha
2020-03-02 21:04     ` Vitor Massaru Iha
2020-03-02 21:38     ` Vitor Massaru Iha
2020-03-02 21:38       ` Vitor Massaru Iha
2020-03-02 17:18 ` Fabio Estevam
2020-03-02 17:18   ` Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.