linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] make Xilinx System ACE driver arch-independent
@ 2013-06-24  8:26 Alexey Brodkin
  2013-06-24  8:26 ` [PATCH v2 1/3] drivers/block/xsysace - replace in(out)_8/in(out)_be16/in(out)_le16 with generic iowrite(read)8/16(be) Alexey Brodkin
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Alexey Brodkin @ 2013-06-24  8:26 UTC (permalink / raw)
  To: linux-arch
  Cc: Alexey Brodkin, Vineet Gupta, Mischa Jonker, Grant Likely,
	Arnd Bergmann, Michal Simek, Benjamin Herrenschmidt,
	Andy Shevchenko

In v2 I put together 3 patches:
1. Blind replace of PPC/Microblaze-specific accessors with generic ones.
2. Fix functions that access data via dedicated register in SystemACE controller
so now CPU accesses data with native endianess.
3. Remove dependency on PPC/Microblaze - i.e. make driver arch-independent.

Alexey Brodkin (3):
  drivers/block/xsysace - replace in(out)_8/in(out)_be16/in(out)_le16
    with generic iowrite(read)8/16(be)
  drivers/block/xsysace - use "_rep" accessors with CPU endianess for
    data
  drivers/block - make Xilinx SystemACE driver arch-independent

 drivers/block/Kconfig   |    1 -
 drivers/block/xsysace.c |   74 ++++++++++++++---------------------------------
 2 files changed, 21 insertions(+), 54 deletions(-)


Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Mischa Jonker <mjonker@synopsys.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Michal Simek <monstr@monstr.eu>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-06-27 13:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-24  8:26 [PATCH v2 0/3] make Xilinx System ACE driver arch-independent Alexey Brodkin
2013-06-24  8:26 ` [PATCH v2 1/3] drivers/block/xsysace - replace in(out)_8/in(out)_be16/in(out)_le16 with generic iowrite(read)8/16(be) Alexey Brodkin
2013-06-24  8:36   ` Arnd Bergmann
2013-06-24  8:26 ` [PATCH v2 2/3] drivers/block/xsysace - use "_rep" accessors with CPU endianess for data Alexey Brodkin
2013-06-24  8:37   ` Arnd Bergmann
2013-06-25  5:56   ` Michal Simek
2013-06-25  6:32     ` Alexey Brodkin
2013-06-26  9:30       ` Michal Simek
2013-06-27 13:44         ` Alexey Brodkin
2013-06-24  8:26 ` [PATCH v2 3/3] drivers/block - make Xilinx SystemACE driver arch-independent Alexey Brodkin
2013-06-25  4:15 ` [PATCH v2 0/3] make Xilinx System ACE " Alexey Brodkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).