On Sat, Aug 13, 2016 at 4:45 AM, Russell King
[off-list ref] wrote:
This reverts commit 15cc2ed6dcf91a8658e084be4e140147161819d7, which
causes a regression with iMX6 power domains. iMX6 GPC contains both an
interrupt controller and power domains. The iMX6 GPC code is setup to
register an interrupt controller using IRQCHIP_DECLARE(), but then to
register the power domains using the platform device.
This commit prevents the platform device being created, thereby breaking
iMX6 power domain support.
Signed-off-by: Russell King <redacted>
---
Please argue amongst yourselves about how to fix this regression caused
by this commit...
There's already a fix for this in my tree and -next. I will be sending
to Linus soon.
Rob