> - Drivers should log initialization and uninitialization information for both
> drivers and devices. Knowning when a driver is loaded or unloaded is useful
> information.
[snip]
> - Beware of log pollution - log only relevant information. Avoid frequently
> recurring messages.
You should not report *driver* initialization but only hardware one,
or you are going to overrun dmesg very fast (log pollution).
Driver version is useless -- you already know what kernel you are
booting -- right?
Pavel
-- When do you have heart between your knees? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/