From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id E4E58DDEFD for ; Mon, 2 Jul 2007 21:58:53 +1000 (EST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <186c9062157e6896bd2c8ddaae6389db@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH] powerpc: Add of_register_i2c_devices() Date: Mon, 2 Jul 2007 13:56:35 +0200 To: Kumar Gala Cc: linuxppc-dev@ozlabs.org, Paul Mackerras , Guennadi Liakhovetski List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> Add of_register_i2c_devices(), which scans the children of the >> specified >> I2C adapter node, and registers them with the I2C code. >> >> Signed-off-by: Scott Wood >> Signed-off-by: G. Liakhovetski > > I'm still against this patch since it means we are stating that I2C > devices in the device tree must us the linux driver names. The two > should be de-coupled. Very much so. More comments as reply to the original post... Segher