Re: [patch 2.6.19-rc6] rtc framework handles periodic irqs

2006-11-19 Thread Alessandro Zummo
On Thu, 16 Nov 2006 23:12:09 -0800 David Brownell <[EMAIL PROTECTED]> wrote: > The RTC framework has an irq_set_freq() method that should be used to > manage the periodic IRQ frequency, but the current ioctl logic doesn't > know how to do that. This patch teaches it how. > > This means that driv

[patch 2.6.19-rc6] rtc framework handles periodic irqs

2006-11-17 Thread David Brownell
The RTC framework has an irq_set_freq() method that should be used to manage the periodic IRQ frequency, but the current ioctl logic doesn't know how to do that. This patch teaches it how. This means that drivers implementing irq_set_freq() will automatically support RTC_IRQP_{READ,SET} ioctls; t