Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1676252 > unrolled thread

[PATCH v2 0/3] make io{read|write}64 more globally usable

Started byLogan Gunthorpe <logang@deltatee.com>
First post2017-06-28 01:10 +0200
Last post2017-06-28 01:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/3] make io{read|write}64 more globally usable Logan Gunthorpe <logang@deltatee.com> - 2017-06-28 01:10 +0200

#1676252 — [PATCH v2 0/3] make io{read|write}64 more globally usable

FromLogan Gunthorpe <logang@deltatee.com>
Date2017-06-28 01:10 +0200
Subject[PATCH v2 0/3] make io{read|write}64 more globally usable
Message-ID<tX7Ml-7kb-11@gated-at.bofh.it>
Hi,

This is my second attempt to cleanup the io{read|write}64 functions so
that I can use them in a new driver[1]. This time, per a suggestion from Arnd,
we simply add the io64 functions to the io-64-nonatomic headers and
cleanup the two obvious drivers. (Horia provided me with a corrected patch
for the crypto caam which I have included.)

I've droped the tilcdc patch as it does not appear to support
non-atomic accesses, so it's hack around iowrite64 will remain.

Thanks,

Logan

[1] https://marc.info/?l=linux-kernel&m=149774601910663&w=2

Horia Geantă (1):
  crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64

Logan Gunthorpe (2):
  io-64-nonatomic: add io{read|write}64[be] macros
  ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks

 drivers/crypto/caam/regs.h            | 35 +++++------------------------------
 drivers/ntb/hw/intel/ntb_hw_intel.c   | 31 +------------------------------
 include/linux/io-64-nonatomic-hi-lo.h | 16 ++++++++++++++++
 include/linux/io-64-nonatomic-lo-hi.h | 16 ++++++++++++++++
 4 files changed, 38 insertions(+), 60 deletions(-)

--
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web