Skip to content

Commit

Permalink
gpio: samsung: Update documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sachin Kamat authored and Linus Walleij committed Jan 7, 2014
1 parent 527d164 commit 7a25500
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions Documentation/arm/Samsung-S3C24XX/GPIO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down

0 comments on commit 7a25500

Please sign in to comment.