[PATCH 07/24] ARM: shmobile: Drop dev_irq_safe from r8a7779 genpd config
From: Kevin Hilman <hidden>
Date: 2014-06-11 18:13:11
Also in:
linux-devicetree, linux-pm
From: Kevin Hilman <hidden>
Date: 2014-06-11 18:13:11
Also in:
linux-devicetree, linux-pm
Ulf Hansson [off-list ref] writes:
The dev_irq_safe configuration is redundant, genpd don't have any special treatmeant for handling it. Let's remove it.
Why? The genpd core needs to handle irq_safe properly eventully (right now it just doesn't call power_off/power_on callbacks, but that needs to be implmenented. c.f commit 0aa2a22169) If we remove these flags from platforms, we're taking away information that the platform maintainers have specified tha will be useful when full support is avialble. Kevin