From: Will Deacon <will.deacon@arm.com>
To: linux-arch@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, andrew.murray@arm.com,
arnd@arndb.de, catalin.marinas@arm.com, geert@linux-m68k.org,
palmer@sifive.com, Will Deacon <will.deacon@arm.com>
Subject: [PATCH v2 0/3] Ensure inX() is ordered wrt delay() routines
Date: Fri, 22 Feb 2019 18:04:51 +0000 [thread overview]
Message-ID: <20190222180454.5992-1-will.deacon@arm.com> (raw)
Hi all,
This is version two of the patches I previously posted here:
https://lore.kernel.org/lkml/20190211174544.4302-1-will.deacon@arm.com/T/#u
Changes since v2 include:
* Incorporate riscv changes from Palmer
* Update macro definitions as suggested by Geert
* Extend to cover non-port reads via __io_ar() as well
Feedback welcome,
Will
--->8
Will Deacon (3):
asm-generic/io: Pass result of I/O accessor to __io_[p]ar()
riscv: io: Update __io_[p]ar() macros to take an argument
arm64: io: Hook up __io_par() for inX() ordering
arch/arm64/include/asm/io.h | 1 +
arch/riscv/include/asm/io.h | 36 ++++++++++++++++++------------------
include/asm-generic/io.h | 20 ++++++++++----------
3 files changed, 29 insertions(+), 28 deletions(-)
--
2.11.0
next reply other threads:[~2019-02-22 18:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-22 18:04 Will Deacon [this message]
2019-02-22 18:04 ` [PATCH v2 0/3] Ensure inX() is ordered wrt delay() routines Will Deacon
2019-02-22 18:04 ` [PATCH v2 1/3] asm-generic/io: Pass result of I/O accessor to __io_[p]ar() Will Deacon
2019-02-22 18:04 ` Will Deacon
2019-02-22 18:04 ` [PATCH v2 2/3] riscv: io: Update __io_[p]ar() macros to take an argument Will Deacon
2019-02-22 18:04 ` Will Deacon
2019-02-22 18:04 ` [PATCH v2 3/3] arm64: io: Hook up __io_par() for inX() ordering Will Deacon
2019-02-22 18:04 ` Will Deacon
2019-02-26 18:14 ` [PATCH v2 0/3] Ensure inX() is ordered wrt delay() routines Palmer Dabbelt
2019-02-26 18:14 ` Palmer Dabbelt
2019-02-28 17:37 ` Catalin Marinas
2019-02-28 17:37 ` Catalin Marinas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190222180454.5992-1-will.deacon@arm.com \
--to=will.deacon@arm.com \
--cc=andrew.murray@arm.com \
--cc=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--cc=geert@linux-m68k.org \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=palmer@sifive.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox