diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-01-08 17:28:43 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-01-21 14:12:50 +0100 |
commit | f4f1b074691288d024a72601463011b6afd8ac75 (patch) | |
tree | ccd5ddce025a58235b68a9572645f94394ff3b62 /kernel/kcov.c | |
parent | 6daae00243e622dd3feec7965bfe421ad6dd317e (diff) | |
download | linux-f4f1b074691288d024a72601463011b6afd8ac75.tar.gz linux-f4f1b074691288d024a72601463011b6afd8ac75.tar.bz2 linux-f4f1b074691288d024a72601463011b6afd8ac75.zip |
pinctrl: armada-37xx: change suspend/resume time
Armada 3700 PCIe IP relies on the pinctrl IP managed by this
driver. For reasons related to the PCI core's organization when
suspending/resuming, PCI host controller drivers must reconfigure
their register at suspend_noirq()/resume_noirq() which happens after
suspend()/suspend_late() and before resume_early()/resume().
In the current state, after resuming from a suspend to RAM cycle the
PCIe IP is reconfigured before the pinctrl one which produces an
interrupt storm. The solution to support PCIe resume operation is to
change the "priority" of this pinctrl driver PM callbacks to
"_noirq()".
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'kernel/kcov.c')
0 files changed, 0 insertions, 0 deletions