aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/gpio.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/gpio.txt b/Documentation/gpio.txt
index 36af58eba1..218a8650f4 100644
--- a/Documentation/gpio.txt
+++ b/Documentation/gpio.txt
@@ -75,6 +75,9 @@ using the include file:
75If you stick to this convention then it'll be easier for other developers to 75If you stick to this convention then it'll be easier for other developers to
76see what your code is doing, and help maintain it. 76see what your code is doing, and help maintain it.
77 77
78Note that these operations include I/O barriers on platforms which need to
79use them; drivers don't need to add them explicitly.
80
78 81
79Identifying GPIOs 82Identifying GPIOs
80----------------- 83-----------------