Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1678999
| From | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/5] x86/io: Rely on asm-generic/io.h |
| Date | 2017-06-30 19:10 +0200 |
| Message-ID | <tY7AC-8dL-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The series brings a bit of order to arch/x86/include/asm/io.h by re-using definitions in the generic header. The series has been tested on Intel Broxton hardware in 32- and 64-bit modes. Since v2: - add cleanup patches in accordance to re-use what's defined in generic header - split to few patches - hopefully nail down an issue kbuild bot complained about - append tags (Wolfram) Andy Shevchenko (5): x86/io: Define IO accessors by preprocessor x86/io: Include asm-generic/io.h to architectural code x86/io: Remove mem*io() duplications x86/io: Remove xlate_dev_kmem_ptr() duplication x86/io: Make readq() / writeq() API consistent arch/x86/include/asm/io.h | 98 +++++++++++++++++++++++------------------------ include/asm-generic/io.h | 27 +++++++++++++ 2 files changed, 74 insertions(+), 51 deletions(-) -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/5] x86/io: Rely on asm-generic/io.h Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-06-30 19:10 +0200 [PATCH v2 3/5] x86/io: Remove mem*io() duplications Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-06-30 19:10 +0200 [PATCH v2 5/5] x86/io: Make readq() / writeq() API consistent Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-06-30 19:10 +0200 [PATCH v2 1/5] x86/io: Define IO accessors by preprocessor Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-06-30 19:20 +0200 [PATCH v2 2/5] x86/io: Include asm-generic/io.h to architectural code Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-06-30 19:20 +0200 [PATCH v2 4/5] x86/io: Remove xlate_dev_kmem_ptr() duplication Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-06-30 19:20 +0200
csiph-web