Re: [PATCHSET 0/10] Time: Generic Timekeeping (v.C1)

From: Thomas Gleixner
Date: Thu Mar 23 2006 - 08:20:40 EST


On Thu, 2006-03-23 at 13:48 +0100, Roman Zippel wrote:
> One general comment: Currently clock relevant source is scattered in
> kernel/time/, drivers/clocksource and arch/... IMO it would be better to
> keep at least the first two parts a bit closer, although I'm not sure how
> to organize it better. I don't know if we can be so bold to add a toplevel
> time/ (similiar to sound/) or maybe we organize a bit like drivers/ide/.
> Anyway, maybe someone has a good idea to keep everything a bit closer
> together.

IMO it makes completely sense to move the time/timer/clocks related
generic code into kernel/time.

drivers/clocksource holds drivers which can be shared between
architectures.

The other drivers really should stay in the architecture specific files
as they are often deeply embedded in the SoC or chipset support code.

tglx


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