[PATCH v4 2/4] thermal: add brcmstb AVS TMON driver
From: Markus Mayer <hidden>
Date: 2017-09-26 21:37:02
Also in:
linux-devicetree, linux-pm, lkml
On 25 September 2017 at 23:17, Zhang, Rui [off-list ref] wrote:
Hi, Florian,quoted
-----Original Message----- From: Florian Fainelli [mailto:f.fainelli at gmail.com] Sent: Tuesday, September 26, 2017 12:14 PM To: Zhang, Rui <rui.zhang@intel.com>; Rafal Milecki <rafal@milecki.pl> Cc: Markus Mayer <redacted>; Eduardo Valentin [off-list ref]; Rob Herring [off-list ref]; Mark Rutland [off-list ref]; Doug Berger [off-list ref]; Brian Norris [off-list ref]; Gregory Fong [off-list ref]; Russell King [off-list ref]; Catalin Marinas [off-list ref]; Will Deacon [off-list ref]; Arnd Bergmann [off-list ref]; Olof Johansson [off-list ref]; Broadcom Kernel List [off-list ref]; Power Management List [off-list ref]; Device Tree List [off-list ref]; ARM Kernel List <linux-arm- kernel at lists.infradead.org>; Linux Kernel Mailing List <linux- kernel at vger.kernel.org>; Markus Mayer [off-list ref] Subject: Re: [PATCH v4 2/4] thermal: add brcmstb AVS TMON driver Importance: High On 09/25/2017 08:02 PM, Zhang, Rui wrote:quoted
Hi, Florian, This patch set was dropped in the last minute because of this discussion https://patchwork.kernel.org/patch/9936325/ as I don?t want to rebase the patch before sending the pull request.Ah, you wanted to squash that patch into the initial submission?quoted
I don?t think we can make it for 4.14. Eduardo will be back and pick the soc patches for 4.15.I assume you would want to get that particular patch squashed into a clean submission targeting 4.15 now, right?Yes. As the patch in this thread has not been in upstream yet, I'd prefer the fix/cleanup meld into the original patch before sending upstream.
I sent out v5 a few minutes ago. See https://lkml.org/lkml/2017/9/26/746. Regards, -Markus
Thanks, Ruiquoted
Thanksquoted
Thanks, rui -----Original Message----- From: Florian Fainelli [mailto:f.fainelli at gmail.com] Sent: Monday, September 25, 2017 5:11 AM To: Zhang, Rui <rui.zhang@intel.com>; Rafa? Mi?ecki <rafal@milecki.pl> Cc: Markus Mayer <redacted>; Eduardo Valentin [off-list ref]; Rob Herring [off-list ref]; MarkRutlandquoted
[off-list ref]; Doug Berger [off-list ref]; BrianNorrisquoted
[off-list ref]; Gregory Fong[off-list ref];quoted
Russell King [off-list ref]; Catalin Marinas [off-list ref]; Will Deacon [off-list ref]; Arnd Bergmann [off-list ref]; Olof Johansson [off-list ref];Broadcomquoted
Kernel List [off-list ref]; PowerManagementquoted
List [off-list ref]; Device Tree List [off-list ref]; ARM Kernel List [off-list ref]; Linux Kernel Mailing List [off-list ref]; Markus Mayer [off-list ref] Subject: Re: [PATCH v4 2/4] thermal: add brcmstb AVS TMON driver Importance: High Le 08/14/17 ? 23:48, Zhang Rui a ?crit :quoted
On Tue, 2017-08-15 at 08:42 +0200, Rafa? Mi?ecki wrote:quoted
On 2017-08-15 08:08, Zhang Rui wrote:quoted
quoted
diff --git a/drivers/thermal/broadcom/Kconfigb/drivers/thermal/broadcom/Kconfig index 42c098e..c106a15 100644--- a/drivers/thermal/broadcom/Kconfig +++ b/drivers/thermal/broadcom/Kconfig@@ -6,6 +6,13 @@ config BCM2835_THERMAL help Support for thermal sensors on Broadcom bcm2835 SoCs. +config BRCMSTB_THERMAL + tristate "Broadcom STB AVS TMON thermal driver" + depends on ARCH_BRCMSTB || COMPILE_TEST + help + Enable this driver if you have a Broadcom STB SoC andwould like + thermal framework support. +I don't understand why I got the following checkpatch warning WARNING: please write a paragraph that describes the config symbol fully #73: FILE: drivers/thermal/broadcom/Kconfig:9: +config BRCMSTB_THERMAL I didn't see this for other Kconfig changes.It's because your help message is only 2 lines long (instead of 3). Some (many?) maintainers aren't pedantic about that, a common sense should be applied ;)thanks for explaining. Patch 1 and 2 queued for next merge window.Humm, I don't see this driver in your latest 4.14 pull request to Linus, sowhat happened here exactly? Can we expect this driver to be submitted for 4.14 or we just happened to have missed this window now?quoted
-- Florian-- Florian