diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-05-31 15:33:41 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-06-02 00:16:18 +0200 |
commit | b66870f7b3d7b0c2f7c2697f714e57d51a4e40b4 (patch) | |
tree | 028b20134d40e33aebf6097141d23cfba287b380 /dependencies | |
parent | d260afa8c4aecde4abdecfa299713bc473c0dba4 (diff) |
backports: raise kernel minimal kernel version for some regulator drivers
Compiling with older kernel versions causes some problems.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'dependencies')
-rw-r--r-- | dependencies | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dependencies b/dependencies index 346694f5..8646698a 100644 --- a/dependencies +++ b/dependencies @@ -20,7 +20,7 @@ REGULATOR_88PM8607 3.10 REGULATOR_AAT2870 3.6 REGULATOR_ACT8865 3.12 REGULATOR_AD5398 3.5 -REGULATOR_ARIZONA 3.12 +REGULATOR_ARIZONA 3.16 REGULATOR_AS3711 3.12 REGULATOR_DA903X 3.12 REGULATOR_DA9052 3.9 @@ -44,6 +44,7 @@ REGULATOR_MAX8952 3.6 REGULATOR_MAX8973 3.6 REGULATOR_MAX8997 3.8 REGULATOR_MAX8998 3.11 +REGULATOR_MAX14577 3.16 REGULATOR_MC13783 3.6 REGULATOR_MC13892 3.6 REGULATOR_MC13XXX_CORE 3.6 @@ -57,7 +58,7 @@ REGULATOR_RC5T583 3.6 # other mfd drivers / platform code can depend on, skip # unless we backport all the dependencies which we don't # right now. -REGULATOR_S2MPS11 3.15 +REGULATOR_S2MPS11 3.16 REGULATOR_S2MPA01 3.15 REGULATOR_S5M8767 3.15 @@ -67,7 +68,7 @@ REGULATOR_TPS62360 3.6 REGULATOR_TPS62360 3.6 REGULATOR_TPS65023 3.9 REGULATOR_TPS6507X 3.6 -REGULATOR_TPS65090 3.9 +REGULATOR_TPS65090 3.16 # depnds on include/linux/mfd/samsung/s2mps14.h which # other mfd drivers / platform code can depend on, skip REGULATOR_TPS65217 3.15 |