From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Date: Fri, 31 May 2013 13:38:08 +0000 Subject: Re: [PATCH v3 6/8] video: xilinxfb: Add support for little endian accesses Message-Id: <1991235.Da6plQRqqE@wuerfel> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Michal Simek Cc: linux-kernel@vger.kernel.org, Michal Simek , Timur Tabi , Jean-Christophe Plagniol-Villard , Tomi Valkeinen , linux-fbdev@vger.kernel.org On Friday 31 May 2013 14:55:36 Michal Simek wrote: > Dynamically detect endianess on IP and use > ioread/iowrite functions instead of powerpc and microblaze > specific out_be32. > > Signed-off-by: Michal Simek Acked-by: Arnd Bergmann