Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Interrupt questions



Hi,

I'm working on an I2C driver for the Meson architecture, which I'm testing on an ODROID C2. So far, the driver correctly attaches to the FDT and successfully receives the ioctl from my test program.
However, it looks like the interrupt handler doesn't get called.

Is calling fdtbus_intr_establish_xname() enough to configure and enable the interrupt, or is there anything else I should do?

Is it legal to call uprintf() inside an interrupt handler?
If not, is there another way to add traces?

Thank you!

Vincent



Home | Main Index | Thread Index | Old Index