From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 2/2] i2c-ibm_iic driver Date: Wed, 20 Feb 2008 00:54:37 +0100 Message-ID: <200802200054.38282.arnd@arndb.de> References: <4784FED1.2040206@pikatech.com> <47BB63AE.2090903@pikatech.com> <20080220104133.e9722e62.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20080220104133.e9722e62.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org> Content-Disposition: inline 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: linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org Cc: Stephen Rothwell , i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org, Sean MacLennan List-Id: linux-i2c@vger.kernel.org On Wednesday 20 February 2008, Stephen Rothwell wrote: > > > - =A0 =A0 =A0 depends on IBM_OCP > > > + =A0 =A0 =A0 depends on IBM_OCP || PPC_MERGE > = > not PPC_OF? =A0or even OF (give the sparc guys the opportunity to build it > for us :-))? > = Right, I was looking for that option but couldn't find it. I would guess sparc doesn't work because it's lacking the necessary I/O functions, in_8 and out_8 that are powerpc specific. so maybe: depends on PPC depends on IBM_OCP || OF Arnd <>< _______________________________________________ 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 moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by ozlabs.org (Postfix) with ESMTP id 8BAD5DDE27 for ; Wed, 20 Feb 2008 10:55:50 +1100 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH 2/2] i2c-ibm_iic driver Date: Wed, 20 Feb 2008 00:54:37 +0100 References: <4784FED1.2040206@pikatech.com> <47BB63AE.2090903@pikatech.com> <20080220104133.e9722e62.sfr@canb.auug.org.au> In-Reply-To: <20080220104133.e9722e62.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Message-Id: <200802200054.38282.arnd@arndb.de> Cc: Jean Delvare , Stephen Rothwell , Stefan Roese , i2c@lm-sensors.org, Sean MacLennan List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wednesday 20 February 2008, Stephen Rothwell wrote: > > > - =A0 =A0 =A0 depends on IBM_OCP > > > + =A0 =A0 =A0 depends on IBM_OCP || PPC_MERGE >=20 > not PPC_OF? =A0or even OF (give the sparc guys the opportunity to build it > for us :-))? >=20 Right, I was looking for that option but couldn't find it. I would guess sparc doesn't work because it's lacking the necessary I/O functions, in_8 and out_8 that are powerpc specific. so maybe: depends on PPC depends on IBM_OCP || OF Arnd <><