commit | a8a8fc287dd7497b3adb2f2952513849ab6506eb | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Oct 08 11:21:09 2012 +0900 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Nov 23 21:10:13 2012 +0900 |
tree | 1a4a94ee51dd4a3fa84142e97ebf3f1e60f4cb94 | |
parent | cd22000ade0cf023da30031b51ca810a5b6b1b8d [diff] |
mfd: wm8994: Store platform data in device This is better style as platform data is supposed to be discardable after init (though hotplug usually prevents this) and will ease implementation of device tree property bindings. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Samuel Ortiz <sameo@linux.intel.com>