All of lore.kernel.org
 help / color / mirror / Atom feed
* ERROR: "__ipipe_dispatch_irq" [drivers/gpio/gpio-zynq.ko] undefined!
@ 2020-07-15 20:29 Josh Karch
  2020-07-15 20:55 ` Greg Gallagher
  0 siblings, 1 reply; 2+ messages in thread
From: Josh Karch @ 2020-07-15 20:29 UTC (permalink / raw)
  To: xenomai

This is a separate issue that goes along with the issues with gpio-xilinx.  The gpio-zynq driver is a stock driver with the standard I-Pipe patch, however I am receiving an error that __ipipe_dispatch_irq is undefined. Thanks to Greg, I was able to confirm that core.c has this function.
However, In core.c, I noticed that EXPORT_SYMBOL_GPL was not applied to __ipipe_dispatch_irq.  Modifying core.c to include this function enabled the module to load, however my system still locks up on an ISR when the GPIO triggers an IRQ, so the GPIO interrupt handler is still not working on the gpio-xilinx made by Xilinx.

Best,
Josh Karch

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ERROR: "__ipipe_dispatch_irq" [drivers/gpio/gpio-zynq.ko] undefined!
  2020-07-15 20:29 ERROR: "__ipipe_dispatch_irq" [drivers/gpio/gpio-zynq.ko] undefined! Josh Karch
@ 2020-07-15 20:55 ` Greg Gallagher
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Gallagher @ 2020-07-15 20:55 UTC (permalink / raw)
  To: Josh Karch; +Cc: xenomai

On Wed, Jul 15, 2020 at 4:29 PM Josh Karch via Xenomai
<xenomai@xenomai.org> wrote:
>
> This is a separate issue that goes along with the issues with gpio-xilinx.  The gpio-zynq driver is a stock driver with the standard I-Pipe patch, however I am receiving an error that __ipipe_dispatch_irq is undefined.
To confirm the gpio-zynq driver, you are building in tree and you get
the error when you load it?

Thanks to Greg, I was able to confirm that core.c has this function.
> However, In core.c, I noticed that EXPORT_SYMBOL_GPL was not applied to __ipipe_dispatch_irq.  Modifying core.c to include this function enabled the module to load, however my system still locks up on an ISR when the GPIO triggers an IRQ, so the GPIO interrupt handler is still not working on the gpio-xilinx made by Xilinx.
>
I don't think this function should be exported, something else may be going on.

-Greg

> Best,
> Josh Karch


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-15 20:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15 20:29 ERROR: "__ipipe_dispatch_irq" [drivers/gpio/gpio-zynq.ko] undefined! Josh Karch
2020-07-15 20:55 ` Greg Gallagher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.