[PATCH v2 17/18] documentation: memory-barriers: clarify relaxed io accessor semantics

2014-05-22 Thread Will Deacon
This patch extends the paragraph describing the relaxed read io accessors so that the relaxed accessors are defined to be: - Ordered with respect to each other if accessing the same peripheral - Unordered with respect to normal memory accesses - Unordered with respect to LOCK/UNLOCK

[PATCH v2 17/18] documentation: memory-barriers: clarify relaxed io accessor semantics

2014-05-22 Thread Will Deacon
This patch extends the paragraph describing the relaxed read io accessors so that the relaxed accessors are defined to be: - Ordered with respect to each other if accessing the same peripheral - Unordered with respect to normal memory accesses - Unordered with respect to LOCK/UNLOCK