commit | 9577e8c3fbc145b5d2a12d2fbc6a50031573c77d | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Wed May 09 05:43:59 2012 +1000 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Sun May 20 17:26:58 2012 +0200 |
tree | 8d5bcfc158a4b7c97f392d696d77eef0c160a337 | |
parent | cd4209ced4d3936cfe51b7b8833260457e2d9995 [diff] |
mfd: Define all twl-regulator feature flags in one place twl-regulator has a collection of feature flags, some defined in twl-core.c and one defined in i2c/twl.h. This is confusing for anyone adding a new feature flag. So collect them together and place them in twl.h immediately after the structure in which they are initially set. Signed-off-by: NeilBrown <neilb@suse.de> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>