On Wed, 2007-04-04 at 12:58 -0700, Andrew Morton wrote: > On Wed, 04 Apr 2007 09:38:32 -0700 > Daniel Walker <[EMAIL PROTECTED]> wrote: > > > On Sun, 2007-04-01 at 10:43 +0200, Thomas Gleixner wrote: > > > On Sat, 2007-03-31 at 22:23 -0700, [EMAIL PROTECTED] wrote: > > > > The patch titled > > > > clocksource: driver initialize list value > > > > has been added to the -mm tree. Its filename is > > > > clocksource-driver-initialize-list-value.patch > > > > > > > > *** Remember to use Documentation/SubmitChecklist when testing your > > > > code *** > > > > > > > > See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to > > > > find > > > > out what to do about this > > > > > > > > ------------------------------------------------------ > > > > Subject: clocksource: driver initialize list value > > > > From: Daniel Walker <[EMAIL PROTECTED]> > > > > > > > > Update drivers/clocksource/ with list initialization. > > > > > > As others pointed out already, can we please have some usefull > > > description why this change is necessary ? i.e. that it is a preparatory > > > patch to simplify the clocksource registration logic. > > > > > > tglx > > > > I was planning to do it after Andrew release the next -mm then use same > > patch names he has and just submit to him.. I'm not sure what the > > easiest method is, and I'd rather like to avoid re-submitting to LKML .. > > Please just send the updated text. Telling me the name of the patch > into which it is to be pasted is appreciated.
The following text, --- The struct clocksource .list field is now required to be initialized before calling clocksource_register(). This is a prerequisite for simplifying the clocksource registration process. --- Goes into , clocksource-arm-initialize-list-value.patch clocksource-avr32-initialize-list-value.patch clocksource-driver-initialize-list-value.patch clocksource-i386-initialize-list-value.patch clocksource-mips-initialize-list-value.patch clocksource-parisc-initialize-list-value.patch clocksource-s390-initialize-list-value.patch clocksource-x86_64-initialize-list-value.patch The patch names are from 2.6.21-rc5-mm4. Heiko, Thomas do either of you have any comments on the text being added? Daniel - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

