re: [RFC] countdown timer driver

Dan Kegel (dkegel@ixiacom.com)
Mon, 09 Dec 2002 17:46:13 -0800


> Questions:
> 1. Is there already a standard kernel interface to this type of timer?

The Posix high-res timer stuff, I think. Have you tried expressing
what you want user programs to do in terms of Posix high-res timers yet?

> 2. Is there any reason to interface/integrate this type of device with the
> high-res timer stuff currently under development for the 2.5 kernel?

Yes; perhaps you could create a service provider interface
for the posix high-res timer stuff, then use that SPI
to plug your hardware in?

I may be way off base here, but it does seem like it's due dilligence
to verify that you're not reinventing an interface here.
- Dan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/