Re: Help with rtc to hpet conversion of OSGPS driver

2007-10-11 Thread Robert Hancock
Rick Niles wrote: I'm the Linux maintainer for the OSGPS (open source GPS) project. Our last release version was based off Fedora 5 and since we have had some hardware issues with our on board interrupt line I was using the RTC interrupt to service the tracking loops. I've been trying to make

Re: Help with rtc to hpet conversion of OSGPS driver

2007-10-11 Thread Jan Engelhardt
On Oct 11 2007 08:51, Rick Niles wrote: > > Maybe I'm way off here, but that seems to be the function to register a RTC > hardware chip with the kernel. I want to use a real-time clock interrupt to > wake up my driver and service the GPS correlator, about every 500ms. Please > let me know if I'm

Re: Help with rtc to hpet conversion of OSGPS driver

2007-10-11 Thread Rick Niles
Maybe I'm way off here, but that seems to be the function to register a RTC hardware chip with the kernel. I want to use a real-time clock interrupt to wake up my driver and service the GPS correlator, about every 500ms. Please let me know if I'm misunderstanding. Jan Engelhardt wrote: On O

Re: Help with rtc to hpet conversion of OSGPS driver

2007-10-11 Thread Jan Engelhardt
On Oct 11 2007 08:01, Rick Niles wrote: > > I've been trying to make the driver work with > Fedora 7 and the 2.6.22 kernel, but the rtc_register() and other RTC functions > seems to have been removed. grep -r rtc_device_register drivers/rtc/ Does that help? > I see they've been replaced by the