From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 10 Oct 2013 21:06:40 +1100 From: Paul Mackerras To: Benjamin Herrenschmidt Subject: Re: [PATCH 2/3] powerpc/scom: Replace debugfs interface with cleaner sysfs one Message-ID: <20131010100640.GA9906@iris.ozlabs.ibm.com> References: <1381393115.4330.39.camel@pasglop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1381393115.4330.39.camel@pasglop> Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Oct 10, 2013 at 07:18:35PM +1100, Benjamin Herrenschmidt wrote: > The debugfs interface was essentially unused, and racy for anything > other than manual use by a developer. This provides a more useful > sysfs based one which can be used by programs without racing with > each other essentially by providing a file to read/write with an > offset being the scom address << 8. Don't you mean address << 3 (or address * 8)? Paul.