From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH 1/2] Convert i2c-mpc from a platform driver into a of_platform driver, V4 Date: Fri, 11 Jul 2008 12:12:14 -0600 Message-ID: <20080711181214.GA15321@secretlab.ca> References: <20080630230126.12482.87927.stgit@terra> <8EAD138A-6CE4-4AC7-BCBF-13B8E7C24CF1@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <8EAD138A-6CE4-4AC7-BCBF-13B8E7C24CF1@freescale.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org Errors-To: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org To: Timur Tabi Cc: Linuxppc-dev@ozlabs.org, i2c@lm-sensors.org List-Id: linux-i2c@vger.kernel.org On Thu, Jul 10, 2008 at 12:36:58PM -0400, Timur Tabi wrote: > > On Jul 9, 2008, at 1:22 PM, Grant Likely wrote: > >> On Mon, Jun 30, 2008 at 5:01 PM, Jon Smirl wrote: >>> Convert i2c-mpc to an of_platform driver. Utilize the code in >>> drivers/of-i2c.c to make i2c modules dynamically loadable by the >>> device tree. >> >> Timur, can you please test this one on an 83xx platform? It works on >> 5200, but I want to make sure 83xx doesn't break before I pick it up. > > I'm on vacation this week, so I'll have to deal with it next week, after > I've handled higher-priority issues. Kumar, is there anyone else who can test this out before the merge window opens? OTOH, it should be pretty safe. It's been tested on 5200. I could just pick it up without 8xxx testing if you're okay with it. g.