X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fat91%2Fpatches-5.10%2F127-regulator-core-validate-selector-against-linear_min_.patch;fp=target%2Flinux%2Fat91%2Fpatches-5.10%2F127-regulator-core-validate-selector-against-linear_min_.patch;h=14eedb094c962a5688679319777ceca63be9420f;hp=712cdac5dd0505e545ef8c49c3961c66d9ecf6ee;hb=b77217d916ba48accbdb46589e6e5e3a9972c44e;hpb=fe209fa47d4f360ed0052e0029ba6b3cf8bc9780 diff --git a/target/linux/at91/patches-5.10/127-regulator-core-validate-selector-against-linear_min_.patch b/target/linux/at91/patches-5.10/127-regulator-core-validate-selector-against-linear_min_.patch index 712cdac5dd..14eedb094c 100644 --- a/target/linux/at91/patches-5.10/127-regulator-core-validate-selector-against-linear_min_.patch +++ b/target/linux/at91/patches-5.10/127-regulator-core-validate-selector-against-linear_min_.patch @@ -20,7 +20,7 @@ Signed-off-by: Mark Brown --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c -@@ -2987,7 +2987,8 @@ static int _regulator_list_voltage(struc +@@ -2992,7 +2992,8 @@ static int _regulator_list_voltage(struc return rdev->desc->fixed_uV; if (ops->list_voltage) { @@ -30,7 +30,7 @@ Signed-off-by: Mark Brown return -EINVAL; if (lock) regulator_lock(rdev); -@@ -3138,7 +3139,8 @@ int regulator_list_hardware_vsel(struct +@@ -3143,7 +3144,8 @@ int regulator_list_hardware_vsel(struct struct regulator_dev *rdev = regulator->rdev; const struct regulator_ops *ops = rdev->desc->ops; @@ -40,7 +40,7 @@ Signed-off-by: Mark Brown return -EINVAL; if (ops->set_voltage_sel != regulator_set_voltage_sel_regmap) return -EOPNOTSUPP; -@@ -4061,6 +4063,9 @@ int regulator_set_voltage_time(struct re +@@ -4066,6 +4068,9 @@ int regulator_set_voltage_time(struct re for (i = 0; i < rdev->desc->n_voltages; i++) { /* We only look for exact voltage matches here */