]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'samsung-dt64-gic-flags-4.10' of git://git.kernel.org/pub/scm/linux/kernel...
authorOlof Johansson <olof@lixom.net>
Sat, 19 Nov 2016 02:00:11 +0000 (18:00 -0800)
committerOlof Johansson <olof@lixom.net>
Sat, 19 Nov 2016 02:00:11 +0000 (18:00 -0800)
commit310aa134958ef8702ec5457d5cbd6bdd2fb607a2
treeba7780769623db16a20bdb7530a6d694ea22c6f2
parentd7c4cdd14e1ff90d8ccda369dd8e679f370ab287
parent86bb573d0b2a8e876a12d1348bd0b6e377c1043e
Merge tag 'samsung-dt64-gic-flags-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/dt64

Topic branch with DT arm64 changes for v4.10.

Fix invalid GIC interrupt flags - type IRQ_TYPE_NONE is not allowed for GIC
interrupts.  Although this was working but with error messages like:
        genirq: Setting trigger mode 0 for irq 16 failed

Use level high interrupt instead of type none.  The choice of level high was
rather an arbitrary decision hoping it will work on each platform.  Tests shown
no issues so far.

* tag 'samsung-dt64-gic-flags-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
  arm64: dts: exynos: Use human-friendly symbols for interrupt properties in exynos7
  arm64: dts: exynos: Fix invalid GIC interrupt flags in exynos7

Signed-off-by: Olof Johansson <olof@lixom.net>