Hello,
We want to process interrupts for the event of Ethernet PHY link status change in "real-time"
According to Keystone 1G Ethernet user guide, PHY link status interrupt flag is set in a register LINKINTRAW or LINKINTMASKED.
Is there any way that the interrupt set in the register LINKINTRAW or LINKINTMASKED is fed into any interrupt controller, such as CIC or Corpac INTC.
That is, we want to know if it is possible to get that interrupt in HW way without SW accessing(polling) LINKINTRAW or LINKINTMASKED registers.