From: Greg Kroah-Hartman Date: Thu, 1 May 2014 06:49:20 +0000 (-0700) Subject: delete queue-3.10/regulator-arizona-ldo1-correct-default-regulator-init_data.patch X-Git-Tag: v3.4.89~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e28d103aaaf43c765312a38b39a9cbf1e01c8d6;p=thirdparty%2Fkernel%2Fstable-queue.git delete queue-3.10/regulator-arizona-ldo1-correct-default-regulator-init_data.patch --- diff --git a/queue-3.10/regulator-arizona-ldo1-correct-default-regulator-init_data.patch b/queue-3.10/regulator-arizona-ldo1-correct-default-regulator-init_data.patch deleted file mode 100644 index a36cfd2a6a0..00000000000 --- a/queue-3.10/regulator-arizona-ldo1-correct-default-regulator-init_data.patch +++ /dev/null @@ -1,47 +0,0 @@ -From a35ff2861690eaf9dbb38fa744a8a9e6f4ebfd61 Mon Sep 17 00:00:00 2001 -From: Charles Keepax -Date: Tue, 18 Mar 2014 10:49:17 +0000 -Subject: regulator: arizona-ldo1: Correct default regulator init_data - -From: Charles Keepax - -commit a35ff2861690eaf9dbb38fa744a8a9e6f4ebfd61 upstream. - -Both 5102 and 8997 have the regulator capable of supplying 1.8V, and the -voltage step from the 5110 regulator is different from what is specified -in the default description. This patch updates the default regulator -description to match 5110 and selects the 1.8V capable description for -8997. - -Signed-off-by: Charles Keepax -Signed-off-by: Mark Brown -Signed-off-by: Greg Kroah-Hartman - ---- - drivers/regulator/arizona-ldo1.c | 7 +++---- - 1 file changed, 3 insertions(+), 4 deletions(-) - ---- a/drivers/regulator/arizona-ldo1.c -+++ b/drivers/regulator/arizona-ldo1.c -@@ -153,11 +153,9 @@ static const struct regulator_desc arizo - - .vsel_reg = ARIZONA_LDO1_CONTROL_1, - .vsel_mask = ARIZONA_LDO1_VSEL_MASK, -- .bypass_reg = ARIZONA_LDO1_CONTROL_1, -- .bypass_mask = ARIZONA_LDO1_BYPASS, - .min_uV = 900000, -- .uV_step = 50000, -- .n_voltages = 7, -+ .uV_step = 25000, -+ .n_voltages = 13, - .enable_time = 500, - - .owner = THIS_MODULE, -@@ -203,6 +201,7 @@ static int arizona_ldo1_probe(struct pla - */ - switch (arizona->type) { - case WM5102: -+ case WM8997: - desc = &arizona_ldo1_hc; - ldo1->init_data = arizona_ldo1_dvfs; - break; diff --git a/queue-3.10/series b/queue-3.10/series index 17e2676fc50..52bd7e91772 100644 --- a/queue-3.10/series +++ b/queue-3.10/series @@ -35,5 +35,4 @@ staging-r8712u-fix-case-where-ethtype-was-never-obtained-and-always-be-checked-a xfs-fix-directory-hash-ordering-bug.patch ftrace-x86-one-more-missing-sync-after-fixup-of-function-modification-failure.patch x86-64-modify_ldt-ban-16-bit-segments-on-64-bit-kernels.patch -regulator-arizona-ldo1-correct-default-regulator-init_data.patch usb-fix-crash-during-hotplug-of-pci-usb-controller-card.patch