From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory CLEMENT Subject: Re: [PATCH v4 08/12] thermal: armada: Update Kconfig and module description Date: Mon, 18 Dec 2017 17:07:41 +0100 Message-ID: <87po7chvea.fsf@free-electrons.com> References: <20171218143643.7714-1-miquel.raynal@free-electrons.com> <20171218143643.7714-9-miquel.raynal@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <20171218143643.7714-9-miquel.raynal-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> (Miquel Raynal's message of "Mon, 18 Dec 2017 15:36:39 +0100") Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Miquel Raynal Cc: Zhang Rui , Eduardo Valentin , Rob Herring , Mark Rutland , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Catalin Marinas , Will Deacon , linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Thomas Petazzoni , Antoine Tenart , Nadav Haklai , Baruch Siach , David Sniatkiwicz List-Id: devicetree@vger.kernel.org Hi Miquel, On lun., déc. 18 2017, Miquel Raynal wrote: > Update Armada thermal driver Kconfig entry as well as the driver's > MODULE_DESCRIPTION content, now that 64-bit SoCs are also supported, > eg. Armada 7K and Armada 8K. > > Use the generic term "Marvell EBU Armada SoCs" instead of listing all > the supported SoCs everywhere (excepted in the Kconfig description, > where it is useful to have a list). > > Signed-off-by: Miquel Raynal Reviewed-by: Gregory CLEMENT Gregory > --- > drivers/thermal/Kconfig | 4 ++-- > drivers/thermal/armada_thermal.c | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig > index 315ae2926e20..b6adc54b96f1 100644 > --- a/drivers/thermal/Kconfig > +++ b/drivers/thermal/Kconfig > @@ -301,13 +301,13 @@ config DB8500_THERMAL > thermal zone if trip points reached. > > config ARMADA_THERMAL > - tristate "Armada 370/XP thermal management" > + tristate "Marvell EBU Armada SoCs thermal management" > depends on ARCH_MVEBU || COMPILE_TEST > depends on HAS_IOMEM > depends on OF > help > Enable this option if you want to have support for thermal management > - controller present in Armada 370 and Armada XP SoC. > + controller present in Marvell EBU Armada SoCs (370,375,XP,38x,7K,8K). > > config DA9062_THERMAL > tristate "DA9062/DA9061 Dialog Semiconductor thermal driver" > diff --git a/drivers/thermal/armada_thermal.c b/drivers/thermal/armada_thermal.c > index 11a94ad66c35..cef5c65c8f32 100644 > --- a/drivers/thermal/armada_thermal.c > +++ b/drivers/thermal/armada_thermal.c > @@ -1,5 +1,5 @@ > /* > - * Marvell Armada 370/XP thermal sensor driver > + * Marvell EBU Armada SoCs thermal sensor driver > * > * Copyright (C) 2013 Marvell > * > @@ -408,5 +408,5 @@ static struct platform_driver armada_thermal_driver = { > module_platform_driver(armada_thermal_driver); > > MODULE_AUTHOR("Ezequiel Garcia "); > -MODULE_DESCRIPTION("Armada 370/XP thermal driver"); > +MODULE_DESCRIPTION("Marvell EBU Armada SoCs thermal driver"); > MODULE_LICENSE("GPL v2"); > -- > 2.11.0 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.clement@free-electrons.com (Gregory CLEMENT) Date: Mon, 18 Dec 2017 17:07:41 +0100 Subject: [PATCH v4 08/12] thermal: armada: Update Kconfig and module description In-Reply-To: <20171218143643.7714-9-miquel.raynal@free-electrons.com> (Miquel Raynal's message of "Mon, 18 Dec 2017 15:36:39 +0100") References: <20171218143643.7714-1-miquel.raynal@free-electrons.com> <20171218143643.7714-9-miquel.raynal@free-electrons.com> Message-ID: <87po7chvea.fsf@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Miquel, On lun., d?c. 18 2017, Miquel Raynal wrote: > Update Armada thermal driver Kconfig entry as well as the driver's > MODULE_DESCRIPTION content, now that 64-bit SoCs are also supported, > eg. Armada 7K and Armada 8K. > > Use the generic term "Marvell EBU Armada SoCs" instead of listing all > the supported SoCs everywhere (excepted in the Kconfig description, > where it is useful to have a list). > > Signed-off-by: Miquel Raynal Reviewed-by: Gregory CLEMENT Gregory > --- > drivers/thermal/Kconfig | 4 ++-- > drivers/thermal/armada_thermal.c | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig > index 315ae2926e20..b6adc54b96f1 100644 > --- a/drivers/thermal/Kconfig > +++ b/drivers/thermal/Kconfig > @@ -301,13 +301,13 @@ config DB8500_THERMAL > thermal zone if trip points reached. > > config ARMADA_THERMAL > - tristate "Armada 370/XP thermal management" > + tristate "Marvell EBU Armada SoCs thermal management" > depends on ARCH_MVEBU || COMPILE_TEST > depends on HAS_IOMEM > depends on OF > help > Enable this option if you want to have support for thermal management > - controller present in Armada 370 and Armada XP SoC. > + controller present in Marvell EBU Armada SoCs (370,375,XP,38x,7K,8K). > > config DA9062_THERMAL > tristate "DA9062/DA9061 Dialog Semiconductor thermal driver" > diff --git a/drivers/thermal/armada_thermal.c b/drivers/thermal/armada_thermal.c > index 11a94ad66c35..cef5c65c8f32 100644 > --- a/drivers/thermal/armada_thermal.c > +++ b/drivers/thermal/armada_thermal.c > @@ -1,5 +1,5 @@ > /* > - * Marvell Armada 370/XP thermal sensor driver > + * Marvell EBU Armada SoCs thermal sensor driver > * > * Copyright (C) 2013 Marvell > * > @@ -408,5 +408,5 @@ static struct platform_driver armada_thermal_driver = { > module_platform_driver(armada_thermal_driver); > > MODULE_AUTHOR("Ezequiel Garcia "); > -MODULE_DESCRIPTION("Armada 370/XP thermal driver"); > +MODULE_DESCRIPTION("Marvell EBU Armada SoCs thermal driver"); > MODULE_LICENSE("GPL v2"); > -- > 2.11.0 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com