diff options
author | John Audia <therealgraysky@proton.me> | 2022-09-15 09:56:36 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-09-17 15:58:25 +0200 |
commit | be4abbd84ab7e1492ded6e37aab34936c6fe9a23 (patch) | |
tree | 306961412044e31dd8313372fdf01cea05dd3068 /target/linux/at91 | |
parent | 4e05e7dddf9c0665135a743cfa32cbc8abc9e3aa (diff) | |
download | upstream-be4abbd84ab7e1492ded6e37aab34936c6fe9a23.tar.gz upstream-be4abbd84ab7e1492ded6e37aab34936c6fe9a23.tar.bz2 upstream-be4abbd84ab7e1492ded6e37aab34936c6fe9a23.zip |
kernel: bump 5.10 to 5.10.143
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
(cherry picked from commit b77217d916ba48accbdb46589e6e5e3a9972c44e)
Diffstat (limited to 'target/linux/at91')
3 files changed, 6 insertions, 6 deletions
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 <broonie@kernel.org> --- 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 <broonie@kernel.org> 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 <broonie@kernel.org> 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 */ diff --git a/target/linux/at91/patches-5.10/128-regulator-core-do-not-continue-if-selector-match.patch b/target/linux/at91/patches-5.10/128-regulator-core-do-not-continue-if-selector-match.patch index f4f09f888f..2eed3a0aee 100644 --- a/target/linux/at91/patches-5.10/128-regulator-core-do-not-continue-if-selector-match.patch +++ b/target/linux/at91/patches-5.10/128-regulator-core-do-not-continue-if-selector-match.patch @@ -14,7 +14,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org> --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c -@@ -4066,6 +4066,9 @@ int regulator_set_voltage_time(struct re +@@ -4071,6 +4071,9 @@ int regulator_set_voltage_time(struct re if (i < rdev->desc->linear_min_sel) continue; diff --git a/target/linux/at91/patches-5.10/129-regulator-core-return-zero-for-selectors-lower-than-.patch b/target/linux/at91/patches-5.10/129-regulator-core-return-zero-for-selectors-lower-than-.patch index c093b2b2d3..9af0e0f53c 100644 --- a/target/linux/at91/patches-5.10/129-regulator-core-return-zero-for-selectors-lower-than-.patch +++ b/target/linux/at91/patches-5.10/129-regulator-core-return-zero-for-selectors-lower-than-.patch @@ -21,7 +21,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org> --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c -@@ -2987,9 +2987,10 @@ static int _regulator_list_voltage(struc +@@ -2992,9 +2992,10 @@ static int _regulator_list_voltage(struc return rdev->desc->fixed_uV; if (ops->list_voltage) { @@ -34,7 +34,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org> if (lock) regulator_lock(rdev); ret = ops->list_voltage(rdev, selector); -@@ -3139,9 +3140,10 @@ int regulator_list_hardware_vsel(struct +@@ -3144,9 +3145,10 @@ int regulator_list_hardware_vsel(struct struct regulator_dev *rdev = regulator->rdev; const struct regulator_ops *ops = rdev->desc->ops; |