2019-11-12 16:19:10

by Sowjanya Komatineni

[permalink] [raw]
Subject: [PATCH v1] clk: tegra: clk-dfll: Fix to remove pm_runtime_irq_safe

This patch includes fix to remove pm_runtime_irq_safe which was added
mistakenly during dfll suspend and resume implementation as a part of
Tegra210 SC7 suspend and resume patch series.

This patch removes pm_runtime_irq_safe and also has minor description
update for argument of dfll_suspend in comments.

Some of the patch series are applied so sending this fix as incremental
fix to latest linux-next.

Sowjanya Komatineni (1):
clk: tegra: clk-dfll: Fix to remove pm_runtime_irq_safe

drivers/clk/tegra/clk-dfll.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

--
2.7.4


2019-11-12 22:49:07

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH v1] clk: tegra: clk-dfll: Fix to remove pm_runtime_irq_safe

Quoting Sowjanya Komatineni (2019-11-12 08:17:05)
> This patch includes fix to remove pm_runtime_irq_safe which was added
> mistakenly during dfll suspend and resume implementation as a part of
> Tegra210 SC7 suspend and resume patch series.
>
> This patch removes pm_runtime_irq_safe and also has minor description
> update for argument of dfll_suspend in comments.
>
> Some of the patch series are applied so sending this fix as incremental
> fix to latest linux-next.

Please don't send cover letters for single patches. The value add is
minimal vs. just putting extra text next to the diffstat in the single
patch.

>
> Sowjanya Komatineni (1):
> clk: tegra: clk-dfll: Fix to remove pm_runtime_irq_safe
>
> drivers/clk/tegra/clk-dfll.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)