Re: [PATCH] [RESEND] Assign IRQs to HPET Timers

2008-01-14 Thread Ingo Molnar
* Balaji Rao <[EMAIL PROTECTED]> wrote: > The userspace API for the HPET (see Documentation/hpet.txt) did not > work. The HPET_IE_ON ioctl was failing as there was no IRQ assigned to > the timer device. This patch fixes it by allocating IRQs to timer > blocks in the HPET. thanks, applied to

Re: [PATCH] [RESEND] Assign IRQs to HPET Timers

2008-01-14 Thread Ingo Molnar
* Balaji Rao [EMAIL PROTECTED] wrote: The userspace API for the HPET (see Documentation/hpet.txt) did not work. The HPET_IE_ON ioctl was failing as there was no IRQ assigned to the timer device. This patch fixes it by allocating IRQs to timer blocks in the HPET. thanks, applied to

[PATCH] [RESEND] Assign IRQs to HPET Timers

2008-01-12 Thread Balaji Rao
The userspace API for the HPET (see Documentation/hpet.txt) did not work. The HPET_IE_ON ioctl was failing as there was no IRQ assigned to the timer device. This patch fixes it by allocating IRQs to timer blocks in the HPET. arch/x86/kernel/hpet.c | 13 + drivers/char/hpet.c|

[PATCH] [RESEND] Assign IRQs to HPET Timers

2008-01-12 Thread Balaji Rao
The userspace API for the HPET (see Documentation/hpet.txt) did not work. The HPET_IE_ON ioctl was failing as there was no IRQ assigned to the timer device. This patch fixes it by allocating IRQs to timer blocks in the HPET. arch/x86/kernel/hpet.c | 13 + drivers/char/hpet.c|