2019-06-20 15:58:17

by Sameer Pujar

[permalink] [raw]
Subject: [PATCH] irqchip/gic-pm: remove PM_CLK dependency

gic-pm driver does not use pm-clk interface now and hence the dependency
is removed from Kconfig.

Signed-off-by: Sameer Pujar <[email protected]>
---
drivers/irqchip/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 2d3b5a2..6346d6f 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -15,7 +15,6 @@ config ARM_GIC_PM
bool
depends on PM
select ARM_GIC
- select PM_CLK

config ARM_GIC_MAX_NR
int
--
2.7.4


2019-06-20 16:04:18

by Jon Hunter

[permalink] [raw]
Subject: Re: [PATCH] irqchip/gic-pm: remove PM_CLK dependency


On 20/06/2019 16:57, Sameer Pujar wrote:
> gic-pm driver does not use pm-clk interface now and hence the dependency
> is removed from Kconfig.
>
> Signed-off-by: Sameer Pujar <[email protected]>
> ---
> drivers/irqchip/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
> index 2d3b5a2..6346d6f 100644
> --- a/drivers/irqchip/Kconfig
> +++ b/drivers/irqchip/Kconfig
> @@ -15,7 +15,6 @@ config ARM_GIC_PM
> bool
> depends on PM
> select ARM_GIC
> - select PM_CLK
>
> config ARM_GIC_MAX_NR
> int
>

Thanks. We should probably populate the 'Fixes:' tag for this to show
which commit this fixes. Otherwise ...

Acked-by: Jon Hunter <[email protected]>

Cheers
Jon

--
nvpublic