]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: davinci: dm644x: define gpio interrupts as separate resources
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 21 Nov 2018 09:35:16 +0000 (10:35 +0100)
committerSekhar Nori <nsekhar@ti.com>
Mon, 26 Nov 2018 11:15:09 +0000 (16:45 +0530)
commit1d6cdffad92425d0485c4db84ef80c2264f68c75
tree84cf5a3d595a796679f3918a0ff042d79e183df5
parentf8a97687f974f5aaa25382d927e2a1dc862403d5
ARM: davinci: dm644x: define gpio interrupts as separate resources

Since commit de682055089e ("gpio: davinci: Do not assume continuous
IRQ numbering") the davinci GPIO driver fails to probe if we boot
in legacy mode from any of the board files. Since the driver now
expects every interrupt to be defined as a separate resource, split
the definition of IRQ resources instead of having a single continuous
interrupt range.

Fixes: de682055089e ("gpio: davinci: Do not assume continuous IRQ numbering")
Cc: stable@vger.kernel.org
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/dm644x.c