Re: [PATCH] DT: S5P: If detected device tree skip irq init

2013-09-23 Thread Tomasz Figa
On Monday 23 of September 2013 12:13:42 Mateusz Krawczuk wrote: > It prevents from executing code already called by device tree. I'd say that it prevents from executing code handling things that, when booting with device tree, are already handled by other code, namely the pinctrl-exynos driver.

[PATCH] DT: S5P: If detected device tree skip irq init

2013-09-23 Thread Mateusz Krawczuk
It prevents from executing code already called by device tree. Signed-off-by: Mateusz Krawczuk Signed-off-by: Kyungmin Park --- arch/arm/plat-samsung/s5p-irq-eint.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/plat-samsung/s5p-irq-eint.c b/arch/arm/plat-samsung/s5p-irq-eint