Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1632437

Re: [PATCH v2 1/3] ARM: BCM: Enable thermal support for iProc SoCs

From Scott Branden <scott.branden@broadcom.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2 1/3] ARM: BCM: Enable thermal support for iProc SoCs
Date 2017-04-28 01:20 +0200
Message-ID <tB0Rz-7yS-1@gated-at.bofh.it> (permalink)
References <tAZ97-6n5-3@gated-at.bofh.it> <tAZ98-6n5-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



On 17-04-27 02:23 PM, Jon Mason wrote:
> Change the iProc Kconfig to select THERMAL and THERMAL_OF, which allows
> the ns-thermal driver to be selected via menuconfig.
>
> Signed-off-by: Jon Mason <jon.mason@broadcom.com>
> ---
>  arch/arm/mach-bcm/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
> index a0e66d8..da2bfeb 100644
> --- a/arch/arm/mach-bcm/Kconfig
> +++ b/arch/arm/mach-bcm/Kconfig
> @@ -19,6 +19,8 @@ config ARCH_BCM_IPROC
>  	select GPIOLIB
>  	select ARM_AMBA
>  	select PINCTRL
> +	select THERMAL
> +	select THERMAL_OF
This is NSP specific at this point.  Also, If it increases code size in 
any way it shouldn't be selected for all IPROC SoCS.  I'd rather this 
was just selected via defconfig
>  	help
>  	  This enables support for systems based on Broadcom IPROC architected SoCs.
>  	  The IPROC complex contains one or more ARM CPUs along with common
>

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] thermal: broadcom: Add NSP Thermal Support Jon Mason <jon.mason@broadcom.com> - 2017-04-27 23:30 +0200
  [PATCH v2 1/3] ARM: BCM: Enable thermal support for iProc SoCs Jon Mason <jon.mason@broadcom.com> - 2017-04-27 23:30 +0200
    Re: [PATCH v2 1/3] ARM: BCM: Enable thermal support for iProc SoCs Scott Branden <scott.branden@broadcom.com> - 2017-04-28 01:20 +0200
      Re: [PATCH v2 1/3] ARM: BCM: Enable thermal support for iProc SoCs Jon Mason <jon.mason@broadcom.com> - 2017-04-28 20:10 +0200
  [PATCH v2 2/3] thermal: broadcom: ns-thermal: default on iProc SoCs Jon Mason <jon.mason@broadcom.com> - 2017-04-27 23:30 +0200
  [PATCH v2 3/3] ARM: dts: NSP: Add Thermal Support Jon Mason <jon.mason@broadcom.com> - 2017-04-27 23:30 +0200

csiph-web