The output port of the core timer is currently always high and never goes
low, so make sure we lower the level after sending it out. This way the
other side (the CEC) knows when to delatch things.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-04-26 Mike Frysinger <vapier@gentoo.org>
* dv-bfin_ctimer.c (bfin_ctimer_expire): Call hw_port_event a 2nd
time with a level of 0.
ctimer->handler = NULL;
}
+ /* This is an edge interrupt. */
hw_port_event (me, IVG_IVTMR, 1);
+ hw_port_event (me, IVG_IVTMR, 0);
}
static void