2013-06-10 15:12:14

by Pawel Moll

[permalink] [raw]
Subject: [PATCH] power/reset: Make the vexpress driver optional on arm and arm64

The driver can be used on either arm or arm64 platforms, but
the latter doesn't have any platform-specific configuration
options, so it must be possible to manually enable the driver.

Signed-off-by: Pawel Moll <[email protected]>
Acked-by: Catalin Marinas <[email protected]>
---
drivers/power/reset/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Hello Anton, David,

Would you be so kind to queue this small change for 3.11?

Thanks!

Pawel

diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
index 349e9ae..ee039dc 100644
--- a/drivers/power/reset/Kconfig
+++ b/drivers/power/reset/Kconfig
@@ -32,7 +32,8 @@ config POWER_RESET_RESTART
user presses a key. u-boot then boots into Linux.

config POWER_RESET_VEXPRESS
- bool
+ bool "ARM Versatile Express power-off and reset driver"
+ depends on ARM || ARM64
depends on POWER_RESET
help
Power off and reset support for the ARM Ltd. Versatile
--
1.8.1.2


2013-06-20 08:15:15

by Pawel Moll

[permalink] [raw]
Subject: Re: [PATCH] power/reset: Make the vexpress driver optional on arm and arm64

On Mon, 2013-06-10 at 16:12 +0100, Pawel Moll wrote:
> The driver can be used on either arm or arm64 platforms, but
> the latter doesn't have any platform-specific configuration
> options, so it must be possible to manually enable the driver.
>
> Signed-off-by: Pawel Moll <[email protected]>
> Acked-by: Catalin Marinas <[email protected]>
> ---
> drivers/power/reset/Kconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> Hello Anton, David,
>
> Would you be so kind to queue this small change for 3.11?
>
> Thanks!
>
> Pawel

This is just a friendly and polite reminder...

Paweł

2013-06-22 00:35:20

by Anton Vorontsov

[permalink] [raw]
Subject: Re: [PATCH] power/reset: Make the vexpress driver optional on arm and arm64

On Mon, Jun 10, 2013 at 04:12:01PM +0100, Pawel Moll wrote:
> The driver can be used on either arm or arm64 platforms, but
> the latter doesn't have any platform-specific configuration
> options, so it must be possible to manually enable the driver.
>
> Signed-off-by: Pawel Moll <[email protected]>
> Acked-by: Catalin Marinas <[email protected]>
> ---

Applied. Thanks a lot, Pawel!

> diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
> index 349e9ae..ee039dc 100644
> --- a/drivers/power/reset/Kconfig
> +++ b/drivers/power/reset/Kconfig
> @@ -32,7 +32,8 @@ config POWER_RESET_RESTART
> user presses a key. u-boot then boots into Linux.
>
> config POWER_RESET_VEXPRESS
> - bool
> + bool "ARM Versatile Express power-off and reset driver"
> + depends on ARM || ARM64
> depends on POWER_RESET
> help
> Power off and reset support for the ARM Ltd. Versatile
> --
> 1.8.1.2