linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] thermal: enable broadcom menu for arm64 bcm2835
@ 2017-09-02  3:36 Allen Wild
  2017-09-05 19:40 ` Eric Anholt
  2017-09-23 11:22 ` Stefan Wahren
  0 siblings, 2 replies; 3+ messages in thread
From: Allen Wild @ 2017-09-02  3:36 UTC (permalink / raw)
  To: linux-pm; +Cc: Allen Wild, linux-rpi-kernel

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")
Cc: linux-rpi-kernel@lists.infradead.org
Signed-off-by: Allen Wild <allenwild93@gmail.com>
---
 drivers/thermal/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index b5b5facb8747..962620925878 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.14.1

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

* Re: [PATCH v2] thermal: enable broadcom menu for arm64 bcm2835
  2017-09-02  3:36 [PATCH v2] thermal: enable broadcom menu for arm64 bcm2835 Allen Wild
@ 2017-09-05 19:40 ` Eric Anholt
  2017-09-23 11:22 ` Stefan Wahren
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Anholt @ 2017-09-05 19:40 UTC (permalink / raw)
  To: Allen Wild, linux-pm; +Cc: linux-rpi-kernel

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

Allen Wild <allenwild93@gmail.com> writes:

> 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")
> Cc: linux-rpi-kernel@lists.infradead.org
> Signed-off-by: Allen Wild <allenwild93@gmail.com>

Reviewed-by: Eric Anholt <eric@anholt.net>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* Re: [PATCH v2] thermal: enable broadcom menu for arm64 bcm2835
  2017-09-02  3:36 [PATCH v2] thermal: enable broadcom menu for arm64 bcm2835 Allen Wild
  2017-09-05 19:40 ` Eric Anholt
@ 2017-09-23 11:22 ` Stefan Wahren
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Wahren @ 2017-09-23 11:22 UTC (permalink / raw)
  To: Allen Wild; +Cc: linux-pm, linux-rpi-kernel

Hi Allen,

> Allen Wild <allenwild93@gmail.com> hat am 2. September 2017 um 05:36 geschrieben:
> 
> 
> 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")
> Cc: linux-rpi-kernel@lists.infradead.org
> Signed-off-by: Allen Wild <allenwild93@gmail.com>

could you please resend your patch with thermal maintainers in CC?

Thanks
Stefan

> ---
>  drivers/thermal/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
> index b5b5facb8747..962620925878 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.14.1
> 
> 
> _______________________________________________
> linux-rpi-kernel mailing list
> linux-rpi-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-rpi-kernel

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

end of thread, other threads:[~2017-09-23 11:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-02  3:36 [PATCH v2] thermal: enable broadcom menu for arm64 bcm2835 Allen Wild
2017-09-05 19:40 ` Eric Anholt
2017-09-23 11:22 ` Stefan Wahren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).