aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/patches-5.10/129-regulator-core-return-zero-for-selectors-lower-than-.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2023-06-03 13:16:38 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2023-06-03 14:31:38 +0200
commit6bca11f49615f507dddc8073fe5bd098f2dd45ac (patch)
tree50c73c917957b1e1c700a4bc7600d334673a0bd5 /target/linux/at91/patches-5.10/129-regulator-core-return-zero-for-selectors-lower-than-.patch
parent656e4114547b06d1b91d9c9c7501a4a0533dc176 (diff)
downloadupstream-6bca11f49615f507dddc8073fe5bd098f2dd45ac.tar.gz
upstream-6bca11f49615f507dddc8073fe5bd098f2dd45ac.tar.bz2
upstream-6bca11f49615f507dddc8073fe5bd098f2dd45ac.zip
kernel: bump 5.10 to 5.10.180
Deleted because it was applied upstream ipq806x/patches-5.10/103-ARM-dts-qcom-reduce-pci-IO-size-to-64K.patch Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/at91/patches-5.10/129-regulator-core-return-zero-for-selectors-lower-than-.patch')
-rw-r--r--target/linux/at91/patches-5.10/129-regulator-core-return-zero-for-selectors-lower-than-.patch4
1 files changed, 2 insertions, 2 deletions
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 5c6267c033..dd0d9c2287 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
-@@ -3000,9 +3000,10 @@ static int _regulator_list_voltage(struc
+@@ -3076,9 +3076,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);
-@@ -3152,9 +3153,10 @@ int regulator_list_hardware_vsel(struct
+@@ -3228,9 +3229,10 @@ int regulator_list_hardware_vsel(struct
struct regulator_dev *rdev = regulator->rdev;
const struct regulator_ops *ops = rdev->desc->ops;