aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c/pca953x.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@simtec.co.uk>2009-06-17 16:26:15 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2009-06-18 13:03:44 -0700
commit77906a546127e056dbdac618a7afb5b92d00c058 (patch)
tree772f90419a217eb3e73483ba7309a9d85e928d51 /include/linux/i2c/pca953x.h
parentdrivers/char/rtc: disable legacy RTC driver on Blackfin systems (diff)
downloadlinux-dev-77906a546127e056dbdac618a7afb5b92d00c058.tar.xz
linux-dev-77906a546127e056dbdac618a7afb5b92d00c058.zip
pca953x: support GPIOLIB GPIO naming
Add support to the PCA953x driver to use the GPIOLIB naming facility for GPIOs. Signed-off-by: Daniel Silverstone <dsilvers@simtec.co.uk> Cc: Ben Gardner <bgardner@wabtec.com> Cc: Jean Delvare <khali@linux-fr.org> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/i2c/pca953x.h')
-rw-r--r--include/linux/i2c/pca953x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c/pca953x.h b/include/linux/i2c/pca953x.h
index 3c7361217df8..81736d6a8db7 100644
--- a/include/linux/i2c/pca953x.h
+++ b/include/linux/i2c/pca953x.h
@@ -15,4 +15,5 @@ struct pca953x_platform_data {
int (*teardown)(struct i2c_client *client,
unsigned gpio, unsigned ngpio,
void *context);
+ char **names;
};