From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [PATCH 2/7] i2c: add info->archdata field Date: Wed, 22 Oct 2008 11:27:34 +1100 Message-ID: <1224635254.7654.292.camel@pasglop> References: <20081016171222.GA24812@oksana.dev.rtsoft.ru> <20081016171253.GB5515@oksana.dev.rtsoft.ru> <20081017112125.1f2c9d94@hyperion.delvare> Reply-To: benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20081017112125.1f2c9d94-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: i2c-bounces-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org Errors-To: i2c-bounces-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org To: Jean Delvare Cc: David Brownell , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org, i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org, Anton Vorontsov , David Miller List-Id: linux-i2c@vger.kernel.org On Fri, 2008-10-17 at 11:21 +0200, Jean Delvare wrote: > Hi Anton, > > On Thu, 16 Oct 2008 21:12:53 +0400, Anton Vorontsov wrote: > > If present the info->archdata is copied into the dev->archdata. > > Some (OpenFirmware) platforms need it. > > > > Signed-off-by: Anton Vorontsov > > --- So who's pushing this one ? Jean ? Cheers, Ben. _______________________________________________ i2c mailing list i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org http://lists.lm-sensors.org/mailman/listinfo/i2c 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 ESMTPS id 3CC0EDDD0B for ; Wed, 22 Oct 2008 11:30:27 +1100 (EST) Subject: Re: [PATCH 2/7] i2c: add info->archdata field From: Benjamin Herrenschmidt To: Jean Delvare In-Reply-To: <20081017112125.1f2c9d94@hyperion.delvare> References: <20081016171222.GA24812@oksana.dev.rtsoft.ru> <20081016171253.GB5515@oksana.dev.rtsoft.ru> <20081017112125.1f2c9d94@hyperion.delvare> Content-Type: text/plain Date: Wed, 22 Oct 2008 11:27:34 +1100 Message-Id: <1224635254.7654.292.camel@pasglop> Mime-Version: 1.0 Cc: David Brownell , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, i2c@lm-sensors.org, David Miller Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2008-10-17 at 11:21 +0200, Jean Delvare wrote: > Hi Anton, > > On Thu, 16 Oct 2008 21:12:53 +0400, Anton Vorontsov wrote: > > If present the info->archdata is copied into the dev->archdata. > > Some (OpenFirmware) platforms need it. > > > > Signed-off-by: Anton Vorontsov > > --- So who's pushing this one ? Jean ? Cheers, Ben. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752964AbYJVAaz (ORCPT ); Tue, 21 Oct 2008 20:30:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751797AbYJVAar (ORCPT ); Tue, 21 Oct 2008 20:30:47 -0400 Received: from gate.crashing.org ([63.228.1.57]:54209 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751651AbYJVAaq (ORCPT ); Tue, 21 Oct 2008 20:30:46 -0400 Subject: Re: [PATCH 2/7] i2c: add info->archdata field From: Benjamin Herrenschmidt Reply-To: benh@kernel.crashing.org To: Jean Delvare Cc: Anton Vorontsov , David Brownell , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, i2c@lm-sensors.org, David Miller In-Reply-To: <20081017112125.1f2c9d94@hyperion.delvare> References: <20081016171222.GA24812@oksana.dev.rtsoft.ru> <20081016171253.GB5515@oksana.dev.rtsoft.ru> <20081017112125.1f2c9d94@hyperion.delvare> Content-Type: text/plain Date: Wed, 22 Oct 2008 11:27:34 +1100 Message-Id: <1224635254.7654.292.camel@pasglop> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2008-10-17 at 11:21 +0200, Jean Delvare wrote: > Hi Anton, > > On Thu, 16 Oct 2008 21:12:53 +0400, Anton Vorontsov wrote: > > If present the info->archdata is copied into the dev->archdata. > > Some (OpenFirmware) platforms need it. > > > > Signed-off-by: Anton Vorontsov > > --- So who's pushing this one ? Jean ? Cheers, Ben.