From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753454Ab0CRR1u (ORCPT ); Thu, 18 Mar 2010 13:27:50 -0400 Received: from mail-gw0-f46.google.com ([74.125.83.46]:38008 "EHLO mail-gw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751145Ab0CRR1s convert rfc822-to-8bit (ORCPT ); Thu, 18 Mar 2010 13:27:48 -0400 MIME-Version: 1.0 In-Reply-To: <4BA24DA8.9030309@scram.de> References: <20100318144836.21082.93040.stgit@angua> <20100318152238.21082.10985.stgit@angua> <4BA24DA8.9030309@scram.de> From: Grant Likely Date: Thu, 18 Mar 2010 10:24:05 -0600 X-Google-Sender-Auth: 25cb150a80c75dce Message-ID: Subject: Re: [V2 PATCH 06/10] of/drivers: Always use struct device.of_node to get node pointer To: Jochen Friedrich Cc: davem@davemloft.net, benh@kernel.crashing.org, linux-kernel@vger.kernel.org, michal.simek@petalogix.com, linuxppc-dev@lists.ozlabs.org, sparclinux@vger.kernel.org, microblaze-uclinux@itee.uq.edu.au Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 18, 2010 at 9:58 AM, Jochen Friedrich wrote: > Hi Grant, > >> The following structure elements duplicate the information in >> 'struct device.of_node' and so are being eliminated.  This patches >> makes all readers of the following elements use device.of_node instead. >> >> struct dev_archdata.prom_node (sparc) >> struct dev_archdata.of_node (powerpc) >> struct of_device.node >> >> Signed-off-by: Grant Likely >> --- >> >>  drivers/i2c/busses/i2c-ibm_iic.c              |    4 ++-- >>  drivers/i2c/busses/i2c-mpc.c                  |   17 ++++++++------- > > drivers/i2c/busses/i2c-cpm.c is missing in this patch. Good catch, Thanks. g.