aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@st.com>2011-11-17 00:32:23 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2012-01-08 18:37:44 -0500
commit7f7f4ea15ef4645f3888310a7a761fc2c4f689c9 (patch)
tree2e1f8b27af9a3b6a328630d24dc97fb201da3ec4 /include/linux/mfd
parent1cda2394e95415f1469ab8eaffd081395e112551 (diff)
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')
-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 {
21 21
22enum stmpe_partnum { 22enum stmpe_partnum {
23 STMPE610, 23 STMPE610,
24 STMPE801,
24 STMPE811, 25 STMPE811,
25 STMPE1601, 26 STMPE1601,
26 STMPE2401, 27 STMPE2401,