Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1676252
| From | Logan Gunthorpe <logang@deltatee.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] make io{read|write}64 more globally usable |
| Date | 2017-06-28 01:10 +0200 |
| Message-ID | <tX7Ml-7kb-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2 0/3] make io{read|write}64 more globally usable Logan Gunthorpe <logang@deltatee.com> - 2017-06-28 01:10 +0200
csiph-web