* Russell King - ARM Linux <[email protected]> [120208 08:05]:
> In commit aeb5032b3f, a dependency on IRQ_DOMAIN was added, which causes
> regressions on previously working setups: a previously working non-DT
> kernel configuration now loses its PMIC support.  The lack of PMIC
> support in turn causes the loss of other functionality the kernel had.
> 
> This dependency was added because the driver now registers its
> interrupts with the IRQ domain code, presumably to prevent a build error.
> 
> The result is that OMAP3 oopses in the vp.c code (fixed by a previous
> commit) due to the lack of PMIC support.
> 
> However, even with IRQ_DOMAIN enabled, the driver oopses:
...
> 
> Signed-off-by: Russell King <[email protected]>

This should be checked that it compiles on other platforms like x86.

Other than that:

Acked-by: Tony Lindgren <[email protected]>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to