summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/stmpe.h
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@st.com>2011-11-17 11:02:23 +0530
committerSamuel Ortiz <sameo@linux.intel.com>2012-01-09 00:37:44 +0100
commit7f7f4ea15ef4645f3888310a7a761fc2c4f689c9 (patch)
tree2e1f8b27af9a3b6a328630d24dc97fb201da3ec4 /include/linux/mfd/stmpe.h
parent1cda2394e95415f1469ab8eaffd081395e112551 (diff)
downloadlinux-7f7f4ea15ef4645f3888310a7a761fc2c4f689c9.tar.bz2
mfd: Add support for stmpe variant 801
STMPE801 is a GPIO expander. Registers for 801 are much different from other variants. This patch adds support for STMPE801 in stmpe mfd driver. Signed-off-by: Bhupesh Sharma <bhupesh.sharma@st.com> Signed-off-by: Pratyush Anand <pratyush.anand@st.com> Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd/stmpe.h')
-rw-r--r--include/linux/mfd/stmpe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/stmpe.h b/include/linux/mfd/stmpe.h
index 342005afd347..ca1d7a347600 100644
--- a/include/linux/mfd/stmpe.h
+++ b/include/linux/mfd/stmpe.h
@@ -21,6 +21,7 @@ enum stmpe_block {
enum stmpe_partnum {
STMPE610,
+ STMPE801,
STMPE811,
STMPE1601,
STMPE2401,