Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1200070 > unrolled thread

GPIO interrupts on ARMADAXP GP board

Started byraghu MG <raghumag@gmail.com>
First post2015-08-04 17:30 +0200
Last post2015-08-04 17:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  GPIO interrupts on ARMADAXP GP board raghu MG <raghumag@gmail.com> - 2015-08-04 17:30 +0200

#1200070 — GPIO interrupts on ARMADAXP GP board

Fromraghu MG <raghumag@gmail.com>
Date2015-08-04 17:30 +0200
SubjectGPIO interrupts on ARMADAXP GP board
Message-ID<pTMkb-65J-31@gated-at.bofh.it>
Hello,

I am working on a card which as GPIOs connected to external I/O's. The
board consists of ARMADAXP 78460 host cpu.

Board currently runs Linux-4.1 with modified  armada-xp-gp.dtb for ArmadaXP.
I enabled "orion-gpio" driver to initialize GPIOs as given in armada-xp-mv78460.


The driver while initializing calls irq_domain_add_simple which throws
up following warning
"irq: Cannot allocate irq_descs @ IRQ47, assuming pre-allocated"
The warning repeats for next set(32-63  & 64-66).

Also the GPIO IRQs are not getting listed in cat /proc/interrupts

My understanding is GPIO interrupts are not getting registered . As
per DTS file the following GPIO interrupts should be registered
82,83,84,85,87,88,89,90,91

But none of them are registered nor the irq handler is getting invoked.

Please suggest some fix to this problem.
Regards
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web