From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by ozlabs.org (Postfix) with ESMTP id 7AD52B7C48 for ; Mon, 25 Jan 2010 18:56:12 +1100 (EST) Message-ID: <4B5D4E56.3020902@grandegger.com> Date: Mon, 25 Jan 2010 08:55:02 +0100 From: Wolfgang Grandegger MIME-Version: 1.0 To: =?ISO-8859-1?Q?Albrecht_Dre=DF?= Subject: Re: [PATCH/RFC 2/2] 5200: improve i2c bus error recovery References: <1264191502.2224.2@antares> In-Reply-To: <1264191502.2224.2@antares> Content-Type: text/plain; charset=ISO-8859-1 Cc: Linux PPC Development , Devicetree Discussions , "Ben Dooks \(embedded platforms\)" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Albrecht Dreß wrote: > Make the I2C adapter timeout configurable through a Device Tree property > which gives the timeout in microseconds. My understanding is that software properties should not be defined via the device tree. I think a sysfs entry is more appropriate. Wolfgang. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Subject: Re: [PATCH/RFC 2/2] 5200: improve i2c bus error recovery Date: Mon, 25 Jan 2010 08:55:02 +0100 Message-ID: <4B5D4E56.3020902@grandegger.com> References: <1264191502.2224.2@antares> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1264191502.2224.2@antares> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@lists.ozlabs.org To: =?ISO-8859-1?Q?Albrecht_Dre=DF?= Cc: Linux PPC Development , Devicetree Discussions , "Ben Dooks (embedded platforms)" List-Id: devicetree@vger.kernel.org Albrecht Dre=DF wrote: > Make the I2C adapter timeout configurable through a Device Tree property > which gives the timeout in microseconds. My understanding is that software properties should not be defined via the device tree. I think a sysfs entry is more appropriate. Wolfgang.