linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] irqchip/gic-pm: remove PM_CLK dependency
@ 2019-06-20 15:57 Sameer Pujar
  2019-06-20 16:03 ` Jon Hunter
  0 siblings, 1 reply; 2+ messages in thread
From: Sameer Pujar @ 2019-06-20 15:57 UTC (permalink / raw)
  To: thierry.reding, jonathanh, marc.zyngier, jason, tglx
  Cc: linux-tegra, linux-kernel, Sameer Pujar

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

Signed-off-by: Sameer Pujar <spujar@nvidia.com>
---
 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


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

* Re: [PATCH] irqchip/gic-pm: remove PM_CLK dependency
  2019-06-20 15:57 [PATCH] irqchip/gic-pm: remove PM_CLK dependency Sameer Pujar
@ 2019-06-20 16:03 ` Jon Hunter
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Hunter @ 2019-06-20 16:03 UTC (permalink / raw)
  To: Sameer Pujar, thierry.reding, marc.zyngier, jason, tglx
  Cc: linux-tegra, linux-kernel


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 <spujar@nvidia.com>
> ---
>  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 <jonathanh@nvidia.com>

Cheers
Jon

-- 
nvpublic

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

end of thread, other threads:[~2019-06-20 16:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-20 15:57 [PATCH] irqchip/gic-pm: remove PM_CLK dependency Sameer Pujar
2019-06-20 16:03 ` Jon Hunter

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).