aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2014-01-03 04:36:25 -0500
committerLinus Walleij <linus.walleij@linaro.org>2014-01-07 13:00:59 -0500
commit7a255005ee894c42eb0a00ac0f552a4c84383c57 (patch)
tree9138709a829892708d60928cdcb4ba9aa72dde2f
parent527d164a736acb5591f0a1412844b3600b0ee7c0 (diff)
gpio: samsung: Update documentation
hardware.h inclusion is no longer needed. Update the documentation section related to it and fix a file path. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--Documentation/arm/Samsung-S3C24XX/GPIO.txt13
1 files changed, 1 insertions, 12 deletions
diff --git a/Documentation/arm/Samsung-S3C24XX/GPIO.txt b/Documentation/arm/Samsung-S3C24XX/GPIO.txt
index 8b46c79679c4..0ebd7e2244d0 100644
--- a/Documentation/arm/Samsung-S3C24XX/GPIO.txt
+++ b/Documentation/arm/Samsung-S3C24XX/GPIO.txt
@@ -85,21 +85,10 @@ between the calls.
85Headers 85Headers
86------- 86-------
87 87
88 See arch/arm/mach-s3c2410/include/mach/regs-gpio.h for the list 88 See arch/arm/mach-s3c24xx/include/mach/regs-gpio.h for the list
89 of GPIO pins, and the configuration values for them. This 89 of GPIO pins, and the configuration values for them. This
90 is included by using #include <mach/regs-gpio.h> 90 is included by using #include <mach/regs-gpio.h>
91 91
92 The GPIO management functions are defined in the hardware
93 header arch/arm/mach-s3c2410/include/mach/hardware.h which can be
94 included by #include <mach/hardware.h>
95
96 A useful amount of documentation can be found in the hardware
97 header on how the GPIO functions (and others) work.
98
99 Whilst a number of these functions do make some checks on what
100 is passed to them, for speed of use, they may not always ensure
101 that the user supplied data to them is correct.
102
103 92
104PIN Numbers 93PIN Numbers
105----------- 94-----------