Re: [PATCH] i2c-cpm: Suppress autoprobing for devices

2008-10-16 Thread Wolfram Sang
On Thu, Oct 16, 2008 at 12:23:25PM -0700, David Miller wrote: > Don't bother, he'll just argue with you about the fact that class > based probing should be maintained. > > He's doing exactly that with me right now. I think the two of you talked at cross purposes. Just observing, I can follow his

Re: [PATCH] i2c-cpm: Suppress autoprobing for devices

2008-10-16 Thread David Miller
From: Kumar Gala <[EMAIL PROTECTED]> Date: Thu, 16 Oct 2008 11:09:30 -0500 > > On Oct 16, 2008, at 6:13 AM, Wolfram Sang wrote: > > > > > Similar to commit 618b26d52843c0f85b8eb143cf2695d7f6fd072d, also remove > > automatic probing for this i2c controller. Might need updates to dts files > > usi

Re: [PATCH] i2c-cpm: Suppress autoprobing for devices

2008-10-16 Thread Kumar Gala
On Oct 16, 2008, at 6:13 AM, Wolfram Sang wrote: Similar to commit 618b26d52843c0f85b8eb143cf2695d7f6fd072d, also remove automatic probing for this i2c controller. Might need updates to dts files using it. Signed-off-by: Wolfram Sang <[EMAIL PROTECTED]> --- drivers/i2c/busses/i2c-cpm.c |

Re: [PATCH] i2c-cpm: Suppress autoprobing for devices

2008-10-16 Thread Jochen Friedrich
Wolfram Sang schrieb: > Similar to commit 618b26d52843c0f85b8eb143cf2695d7f6fd072d, also remove > automatic probing for this i2c controller. Might need updates to dts files > using it. > > Signed-off-by: Wolfram Sang <[EMAIL PROTECTED]> Acked-by: Jochen Friedrich <[EMAIL PROTECTED]> __

[PATCH] i2c-cpm: Suppress autoprobing for devices

2008-10-16 Thread Wolfram Sang
Similar to commit 618b26d52843c0f85b8eb143cf2695d7f6fd072d, also remove automatic probing for this i2c controller. Might need updates to dts files using it. Signed-off-by: Wolfram Sang <[EMAIL PROTECTED]> --- drivers/i2c/busses/i2c-cpm.c |1 - 1 file changed, 1 deletion(-) Index: linux-2.6/