On Mon, Oct 25, 2004 at 03:05:26PM -0700, Justin Thiessen wrote: > On Mon, Oct 25, 2004 at 10:59:59PM +0200, Jean Delvare wrote: > > > > Hm, there are a number of rejects in this patch. Care to resync up > > > > with the next kernel release and resend this? > > > > > > Ok, try this: > > > > > > signed off by: Justin Thiessen <jthiessen at penguincomputing.com> > > > > > > patch for kernel 2.6.X lm85 driver follows: > > > ---------------------------------------------------- > > > > > > --- linux-2.6.9/drivers/i2c/chips/lm85.c.orig 2004-10-18 14:53:46.000000000 -0700 > > > +++ linux-2.6.9/drivers/i2c/chips/lm85.c 2004-10-24 18:16:04.188509824 -0700 > > > > Unfortunately this won't be OK either. 2.6.10-rc1 has a lot of i2c > > changes, including a number of things your patch attempts to fix (macro > > abuse reported by Mark Hoffman). So it won't apply to Greg's tree. > > > Aiiiiiiiieeeeeee. > > > > Please provide your patch against 2.6.10-rc1. Sorry that you always seem > > to provide your patch against the not-really-last tree ;) > > It's not your fault I expect kernel releases to be rolled out by punchcards and > horse-drawn wagon. > > Thanks for the heads-up; see the following patch for a new, "improved" version. Applied, thanks. But now I get the following build warnings: drivers/i2c/chips/lm85.c:220: warning: 'SMOOTH_TO_REG' defined but not used drivers/i2c/chips/lm85.c:236: warning: 'SPINUP_TO_REG' defined but not used Care to send me a patch to fix them up? thanks, greg k-h