diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-08-08 20:22:40 (GMT) |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-08-09 12:51:58 (GMT) |
commit | f47c32f3ae604669c3af0b7a07917270a235bd84 (patch) | |
tree | 48cbb9003d7e5751a791e9f09cc04519584d988f /Documentation/arm/Samsung-S3C24XX/GPIO.txt | |
parent | a0f774b59ee9e80d7423feba312c6132ca068e96 (diff) | |
download | linux-fsl-qoriq-f47c32f3ae604669c3af0b7a07917270a235bd84.tar.xz |
[ARM] S3C24XX: Documentation: Update GPIO status
Update the status of the S3C24XX GPIO now we have
moved to supporting GPIOLIB
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'Documentation/arm/Samsung-S3C24XX/GPIO.txt')
-rw-r--r-- | Documentation/arm/Samsung-S3C24XX/GPIO.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/arm/Samsung-S3C24XX/GPIO.txt b/Documentation/arm/Samsung-S3C24XX/GPIO.txt index b5d20c0..ea7ccfc 100644 --- a/Documentation/arm/Samsung-S3C24XX/GPIO.txt +++ b/Documentation/arm/Samsung-S3C24XX/GPIO.txt @@ -13,6 +13,21 @@ Introduction data-sheet/users manual to find out the complete list. +GPIOLIB +------- + + With the event of the GPIOLIB in drivers/gpio, support for some + of the GPIO functions such as reading and writing a pin will + be removed in favour of this common access method. + + Once all the extant drivers have been converted, the functions + listed below will be removed (they may be marked as __deprecated + in the near future). + + - s3c2410_gpio_getpin + - s3c2410_gpio_setpin + + Headers ------- |