aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2011-04-06 16:52:52 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-05-26 19:44:56 +0200
commiteb8956074e7652e802be5f078080c704c2c87104 (patch)
treeb96a4eaaf69e36a6a88282fa9572e194c5f5a1ba /include/linux/mfd
parent4db70f73e56961b9bcdfd0c36c62847a18b7dbb5 (diff)
downloadkernel_samsung_smdk4412-eb8956074e7652e802be5f078080c704c2c87104.zip
kernel_samsung_smdk4412-eb8956074e7652e802be5f078080c704c2c87104.tar.gz
kernel_samsung_smdk4412-eb8956074e7652e802be5f078080c704c2c87104.tar.bz2
mfd: Add platform data pointer back
Now that we have a way to pass MFD cells down to the sub drivers, we can gradually get rid of mfd_data by putting the platform pointer back in place. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mfd/core.h b/include/linux/mfd/core.h
index aef23309..68c13e5 100644
--- a/include/linux/mfd/core.h
+++ b/include/linux/mfd/core.h
@@ -36,6 +36,10 @@ struct mfd_cell {
/* mfd_data can be used to pass data to client drivers */
void *mfd_data;
+ /* platform data passed to the sub devices drivers */
+ void *platform_data;
+ size_t pdata_size;
+
/*
* These resources can be specified relative to the parent device.
* For accessing hardware you should use resources from the platform dev