On Thu, Feb 21, 2013 at 2:59 PM, Jim Baxter [off-list ref] wrote:
That is a good patch that will stop interrupts occurring before request_irq is
called.
What about the problem of fec_enet_interrupt calling fec_ptp_start_cyclecounter
before fec_ptp_init has been called?
Should fec_enet_init and fec_ptp_init be setup before the request_irq is called?