Re: Linux 2.6.13-rc4

2005-07-29 Thread Mickey Stein
Cal Peake wrote: On Fri, 29 Jul 2005, Mickey Stein wrote: This is regarding *-rc4 and *-rc4-git1: I slapped together my favorite config and gave it a test run. It had a bit of a problem and ground to a halt after spewing these into the log. If I can find the time tomorrow morning, I&#x

Re: Linux 2.6.13-rc4

2005-07-29 Thread Mickey Stein
Cal Peake wrote: On Fri, 29 Jul 2005, Mickey Stein wrote: This is regarding *-rc4 and *-rc4-git1: I slapped together my favorite config and gave it a test run. It had a bit of a problem and ground to a halt after spewing these into the log. If I can find the time tomorrow morning, I&#x

Re: Linux 2.6.13-rc4

2005-07-29 Thread Mickey Stein
Hey everybody, as many of you are aware, we were talking (not enough) about the release process at LKS this year. This ain't it. This is just the regular old release "process", with some LKS backlog put in for good measure. But the good news is, that I'll try the new release process after 2.

Re: [PATCH] I2C: Fix some gcc 4.0 compile failures and warnings

2005-03-04 Thread Mickey Stein
on gcc 3.x & gcc 4.x by configuring kernel with all i2c switches enabled as module, and saw no errors or warnings in i2c. Signed-off-by: Mickey Stein <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Documentation/i2c/writing-clients

[Patch] gcc 4 errors out on i2c.h (2.6.11)

2005-03-02 Thread Mickey Stein
pm noticed. The patch touches on several other files using *i2c_transfer and *master_xfer that give warnings. Signed-off-by: Mickey Stein <[EMAIL PROTECTED]> --- ./include/linux/i2c.h.sav 2005-02-23 10:35:36.0 -0800 +++ ./include/linux/i2c.h 2005-02-23 10:46:23.0 -080

[PATCH] [i2c]: Fix some gcc 4.0 compile failures and warnings

2005-02-23 Thread Mickey Stein
From: Mickey Stein Versions: linux-2.6.11-rc4-bk11, gcc4 (GCC) 4.0.0 20050217 (latest fc rawhide from 19Feb DL) gcc 4.0.x cvs seems to dislike "include/linux/i2c.h file" and others due to a current gcc 4.0.x change having to do with array declarations. Example error msg: inc

Re: [PATCH] i2c.h: Fix another gcc 4.0 compile failure

2005-02-20 Thread Mickey Stein
Greg KH wrote: On Sat, Feb 19, 2005 at 08:58:48AM -0800, Mickey Stein wrote: From: Mickey Stein Versions: linux-2.6.11-rc4-bk7, gcc4 (GCC) 4.0.0 20050217 (latest fc rawhide from 19Feb DL) gcc4 cvs seems to dislike "include/linux/i2c.h file": Error msg: include/linux/i2c.h:{55,

[PATCH] i2c.h: Fix another gcc 4.0 compile failure

2005-02-19 Thread Mickey Stein
From: Mickey Stein Versions: linux-2.6.11-rc4-bk7, gcc4 (GCC) 4.0.0 20050217 (latest fc rawhide from 19Feb DL) gcc4 cvs seems to dislike "include/linux/i2c.h file": Error msg: include/linux/i2c.h:{55,194} error: array type has incomplete element type A. Daplas has recen