All of lore.kernel.org
 help / color / mirror / Atom feed
* request for 4.14-stable: fec3624f0bcd ("thermal: enable broadcom menu for arm64 bcm2835")
@ 2018-11-11 20:07 Sudip Mukherjee
  2018-11-19 10:46 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Sudip Mukherjee @ 2018-11-11 20:07 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: stable, Eric Anholt, Allen Wild, Stefan Wahren, Eduardo Valentin

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

Hi Greg,

This was not marked for stable but seems it should be in stable.
Please apply to your queue of 4.14-stable.

--
Regards
Sudip

[-- Attachment #2: 0001-thermal-enable-broadcom-menu-for-arm64-bcm2835.patch --]
[-- Type: text/x-diff, Size: 1397 bytes --]

>From 6ffb77607b3c442ce4ddbc7e2de479efa21485a6 Mon Sep 17 00:00:00 2001
From: Allen Wild <allenwild93@gmail.com>
Date: Tue, 26 Sep 2017 19:37:44 +0200
Subject: [PATCH] thermal: enable broadcom menu for arm64 bcm2835

commit fec3624f0bcdb6b20ef9ccf9d9d55d0d75d776f8 upstream

Moving the bcm2835 thermal driver to the broadcom directory prevented it
from getting enabled for arm64 builds, since the broadcom directory is only
available when 32-bit specific ARCH_BCM is set.

Fix this by enabling the Broadcom menu for ARCH_BCM or ARCH_BCM2835.

Fixes: 6892cf07e733 ("thermal: bcm2835: move to the broadcom subdirectory")
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Allen Wild <allenwild93@gmail.com>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
---
 drivers/thermal/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 07002df4f83a..e3f0d1fd1720 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -408,7 +408,7 @@ config MTK_THERMAL
 	  controller present in Mediatek SoCs
 
 menu "Broadcom thermal drivers"
-depends on ARCH_BCM || COMPILE_TEST
+depends on ARCH_BCM || ARCH_BCM2835 || COMPILE_TEST
 source "drivers/thermal/broadcom/Kconfig"
 endmenu
 
-- 
2.11.0


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

* Re: request for 4.14-stable: fec3624f0bcd ("thermal: enable broadcom menu for arm64 bcm2835")
  2018-11-11 20:07 request for 4.14-stable: fec3624f0bcd ("thermal: enable broadcom menu for arm64 bcm2835") Sudip Mukherjee
@ 2018-11-19 10:46 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2018-11-19 10:46 UTC (permalink / raw)
  To: Sudip Mukherjee
  Cc: stable, Eric Anholt, Allen Wild, Stefan Wahren, Eduardo Valentin

On Sun, Nov 11, 2018 at 08:07:27PM +0000, Sudip Mukherjee wrote:
> Hi Greg,
> 
> This was not marked for stable but seems it should be in stable.
> Please apply to your queue of 4.14-stable.

Now applied, thanks.

greg k-h

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

end of thread, other threads:[~2018-11-19 21:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-11 20:07 request for 4.14-stable: fec3624f0bcd ("thermal: enable broadcom menu for arm64 bcm2835") Sudip Mukherjee
2018-11-19 10:46 ` Greg Kroah-Hartman

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.