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 682FEB6EF7 for ; Fri, 9 Jul 2010 05:47:55 +1000 (EST) In-Reply-To: <1278614421.1801.0@antares> References: <1278614421.1801.0@antares> Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH] arch/powerpc/lib/copy_32.S: Use alternate memcpy for MPC512x and MPC52xx Date: Thu, 8 Jul 2010 21:30:33 +0200 To: =?ISO-8859-1?Q?Albrecht_Dre=DF?= Cc: linuxppc-dev@lists.ozlabs.org, Steve Deiters , David Woodhouse List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Actually, this is something which might need closer attention - and > maybe some support in the device tree indicating which read or > write width a device can accept? There already is "device-width"; the drivers never should use any other access width unless they *know* that will work. Segher