]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Time: i386 Clocksource Drivers
authorjohn stultz <johnstul@us.ibm.com>
Mon, 26 Jun 2006 07:25:12 +0000 (00:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:21 +0000 (09:58 -0700)
commit82b64775481e49bd4fbbb0b0d4519595ad018005
treea30cd6d201295945f401fd1f2731493f68db9ee9
parent2cb48784062fcdbeb5d7c70afed6115974780147
[PATCH] Time: i386 Clocksource Drivers

Implement the time sources for i386 (acpi_pm, cyclone, hpet, pit, and tsc).
With this patch, the conversion of the i386 arch to the generic timekeeping
code should be complete.

The patch should be fairly straight forward, only adding the new clocksources.

[hirofumi@mail.parknet.co.jp: acpi_pm cleanup]
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/kernel-parameters.txt
arch/i386/kernel/Makefile
arch/i386/kernel/hpet.c [new file with mode: 0644]
arch/i386/kernel/i8253.c
arch/i386/kernel/time.c
arch/i386/kernel/tsc.c
drivers/Makefile
drivers/clocksource/Makefile [new file with mode: 0644]
drivers/clocksource/acpi_pm.c [new file with mode: 0644]
drivers/clocksource/cyclone.c [new file with mode: 0644]
kernel/time/clocksource.c