diff options
author | NeilBrown <neilb@suse.de> | 2012-05-09 05:43:59 +1000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-09 10:04:23 +0100 |
commit | c30540d78e60068d5638b79f1bcc92b259c3c7e2 (patch) | |
tree | bdd455d6f5d3412f2f67b97d281023922253be5b /drivers/mfd/twl-core.c | |
parent | 1f904fd1cdbda0930f667ad6a1b304d3e8f8334f (diff) | |
download | blackbird-op-linux-c30540d78e60068d5638b79f1bcc92b259c3c7e2.tar.gz blackbird-op-linux-c30540d78e60068d5638b79f1bcc92b259c3c7e2.zip |
mfd: twl: define all 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: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/mfd/twl-core.c')
-rw-r--r-- | drivers/mfd/twl-core.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/mfd/twl-core.c b/drivers/mfd/twl-core.c index 7c2267e71f8b..6fc90befa79e 100644 --- a/drivers/mfd/twl-core.c +++ b/drivers/mfd/twl-core.c @@ -224,13 +224,6 @@ #define HIGH_PERF_SQ (1 << 3) #define CK32K_LOWPWR_EN (1 << 7) - -/* chip-specific feature flags, for i2c_device_id.driver_data */ -#define TWL4030_VAUX2 BIT(0) /* pre-5030 voltage ranges */ -#define TPS_SUBSET BIT(1) /* tps659[23]0 have fewer LDOs */ -#define TWL5031 BIT(2) /* twl5031 has different registers */ -#define TWL6030_CLASS BIT(3) /* TWL6030 class */ - /*----------------------------------------------------------------------*/ /* is driver active, bound to a chip? */ |