gpio: samsung: Update documentation
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 3 Jan 2014 09:36:25 +0000 (15:06 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 7 Jan 2014 18:00:59 +0000 (19:00 +0100)
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>
Documentation/arm/Samsung-S3C24XX/GPIO.txt

index 8b46c79679c47a4577d12eb3de92b3d6f77523ef..0ebd7e2244d0269ad79908cc520ab2b577b349f2 100644 (file)
@@ -85,21 +85,10 @@ between the calls.
 Headers
 -------
 
-  See arch/arm/mach-s3c2410/include/mach/regs-gpio.h for the list
+  See arch/arm/mach-s3c24xx/include/mach/regs-gpio.h for the list
   of GPIO pins, and the configuration values for them. This
   is included by using #include <mach/regs-gpio.h>
 
-  The GPIO management functions are defined in the hardware
-  header arch/arm/mach-s3c2410/include/mach/hardware.h which can be
-  included by #include <mach/hardware.h>
-
-  A useful amount of documentation can be found in the hardware
-  header on how the GPIO functions (and others) work.
-
-  Whilst a number of these functions do make some checks on what
-  is passed to them, for speed of use, they may not always ensure
-  that the user supplied data to them is correct.
-
 
 PIN Numbers
 -----------
This page took 0.025185 seconds and 5 git commands to generate.