From: Lee Jones <lee.jones@linaro.org>
To: Neil Armstrong <narmstrong@baylibre.com>
Cc: amit.kucheria@verdurent.com, linux-pm@vger.kernel.org,
khilman@baylibre.com, daniel.lezcano@linaro.org,
linux-kernel@vger.kernel.org,
Amit Kucheria <amit.kucheria@linaro.org>,
linux-amlogic@lists.infradead.org, rui.zhang@intel.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v5 1/2] thermal: add support for the MCU controlled FAN on Khadas boards
Date: Thu, 25 Jun 2020 07:43:27 +0100 [thread overview]
Message-ID: <20200625064327.GL954398@dell> (raw)
In-Reply-To: <20200624161528.12664-2-narmstrong@baylibre.com>
On Wed, 24 Jun 2020, Neil Armstrong wrote:
> The new Khadas VIM2 and VIM3 boards controls the cooling fan via the
> on-board microcontroller.
>
> This implements the FAN control as thermal devices and as cell of the Khadas
> MCU MFD driver.
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
> ---
> Hi Daniel,
>
> Is it ok Lee applies this patch via the MFD tree since it depends on
> the linux/mfd/khadas-mcu.h header ?
>
> Thanks,
> Neil
>
> drivers/thermal/Kconfig | 11 +++
> drivers/thermal/Makefile | 1 +
> drivers/thermal/khadas_mcu_fan.c | 162 +++++++++++++++++++++++++++++++
> 3 files changed, 174 insertions(+)
> create mode 100644 drivers/thermal/khadas_mcu_fan.c
Applied, thanks.
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Neil Armstrong <narmstrong@baylibre.com>
Cc: khilman@baylibre.com, linux-amlogic@lists.infradead.org,
linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, rui.zhang@intel.com,
daniel.lezcano@linaro.org, amit.kucheria@verdurent.com,
Amit Kucheria <amit.kucheria@linaro.org>
Subject: Re: [PATCH v5 1/2] thermal: add support for the MCU controlled FAN on Khadas boards
Date: Thu, 25 Jun 2020 07:43:27 +0100 [thread overview]
Message-ID: <20200625064327.GL954398@dell> (raw)
In-Reply-To: <20200624161528.12664-2-narmstrong@baylibre.com>
On Wed, 24 Jun 2020, Neil Armstrong wrote:
> The new Khadas VIM2 and VIM3 boards controls the cooling fan via the
> on-board microcontroller.
>
> This implements the FAN control as thermal devices and as cell of the Khadas
> MCU MFD driver.
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
> ---
> Hi Daniel,
>
> Is it ok Lee applies this patch via the MFD tree since it depends on
> the linux/mfd/khadas-mcu.h header ?
>
> Thanks,
> Neil
>
> drivers/thermal/Kconfig | 11 +++
> drivers/thermal/Makefile | 1 +
> drivers/thermal/khadas_mcu_fan.c | 162 +++++++++++++++++++++++++++++++
> 3 files changed, 174 insertions(+)
> create mode 100644 drivers/thermal/khadas_mcu_fan.c
Applied, thanks.
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Neil Armstrong <narmstrong@baylibre.com>
Cc: amit.kucheria@verdurent.com, linux-pm@vger.kernel.org,
khilman@baylibre.com, daniel.lezcano@linaro.org,
linux-kernel@vger.kernel.org,
Amit Kucheria <amit.kucheria@linaro.org>,
linux-amlogic@lists.infradead.org, rui.zhang@intel.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v5 1/2] thermal: add support for the MCU controlled FAN on Khadas boards
Date: Thu, 25 Jun 2020 07:43:27 +0100 [thread overview]
Message-ID: <20200625064327.GL954398@dell> (raw)
In-Reply-To: <20200624161528.12664-2-narmstrong@baylibre.com>
On Wed, 24 Jun 2020, Neil Armstrong wrote:
> The new Khadas VIM2 and VIM3 boards controls the cooling fan via the
> on-board microcontroller.
>
> This implements the FAN control as thermal devices and as cell of the Khadas
> MCU MFD driver.
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
> ---
> Hi Daniel,
>
> Is it ok Lee applies this patch via the MFD tree since it depends on
> the linux/mfd/khadas-mcu.h header ?
>
> Thanks,
> Neil
>
> drivers/thermal/Kconfig | 11 +++
> drivers/thermal/Makefile | 1 +
> drivers/thermal/khadas_mcu_fan.c | 162 +++++++++++++++++++++++++++++++
> 3 files changed, 174 insertions(+)
> create mode 100644 drivers/thermal/khadas_mcu_fan.c
Applied, thanks.
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-06-25 6:43 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-24 16:15 [PATCH v5 0/2] *mfd: Add support for Khadas Microcontroller Neil Armstrong
2020-06-24 16:15 ` Neil Armstrong
2020-06-24 16:15 ` Neil Armstrong
2020-06-24 16:15 ` [PATCH v5 1/2] thermal: add support for the MCU controlled FAN on Khadas boards Neil Armstrong
2020-06-24 16:15 ` Neil Armstrong
2020-06-24 16:15 ` Neil Armstrong
2020-06-24 16:18 ` Daniel Lezcano
2020-06-24 16:18 ` Daniel Lezcano
2020-06-24 16:18 ` Daniel Lezcano
2020-06-25 6:43 ` Lee Jones [this message]
2020-06-25 6:43 ` Lee Jones
2020-06-25 6:43 ` Lee Jones
2020-06-24 16:15 ` [PATCH v5 2/2] arm64: dts: meson-khadas-vim3: add Khadas MCU nodes Neil Armstrong
2020-06-24 16:15 ` Neil Armstrong
2020-06-24 16:15 ` Neil Armstrong
2020-07-02 7:49 ` Neil Armstrong
2020-07-02 7:49 ` Neil Armstrong
2020-07-02 7:49 ` Neil Armstrong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200625064327.GL954398@dell \
--to=lee.jones@linaro.org \
--cc=amit.kucheria@linaro.org \
--cc=amit.kucheria@verdurent.com \
--cc=daniel.lezcano@linaro.org \
--cc=khilman@baylibre.com \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=narmstrong@baylibre.com \
--cc=rui.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.