[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201301291627.34913.arnd.bergmann@linaro.org>
Date: Tue, 29 Jan 2013 16:27:34 +0000
From: Arnd Bergmann <arnd.bergmann@...aro.org>
To: Alexey Brodkin <Alexey.Brodkin@...opsys.com>
Cc: linux-kernel@...r.kernel.org, grant.likely@...retlab.ca,
Vineet.Gupta1@...opsys.com
Subject: Re: [PATCH] drivers/block/xsysace - replace in(out)_8/in(out)_be16/in(out)_le16 with generic iowrite(read)8/16(be)
On Tuesday 29 January 2013, Alexey Brodkin wrote:
> in(out)_8/in(out)_be16/in(out)_le16 are very powerpc/microblaze
> specific. To enable use of Xilinx System ACE driver build for other
> architectures (for example it's possible to use it on Xilinx ml-509
> board with ARC700 in FPGA) we need to use generic implementation of
> accessors.
>
> Current implementation was successfully built with Sourcery G++ Lite
> 2011.03-39 for Power EABI (ppc44x_defconfig).
>
> Signed-off-by: Alexey Brodkin <abrodkin@...opsys.com>
Is this driver used on powerpc64 as well, or just on microblaze
and/or 32 bit powerpc?
On 64 bit powerpc, ioread involves extra overhead because it
goes through the PCI error handling implementation, so we should
keep using in_le() there.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists