diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-08-11 15:09:44 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-08-11 22:19:43 +0200 |
commit | f6b6d4b2f0cb3ba12c18d5a89560fb658a954d22 (patch) | |
tree | f59bdeda00a83c78cc46d0cad2b33114e3c67378 /target/linux/at91 | |
parent | 77f7f697391b93dcde6817749589fa33e493588e (diff) | |
download | upstream-f6b6d4b2f0cb3ba12c18d5a89560fb658a954d22.tar.gz upstream-f6b6d4b2f0cb3ba12c18d5a89560fb658a954d22.tar.bz2 upstream-f6b6d4b2f0cb3ba12c18d5a89560fb658a954d22.zip |
kernel: bump 5.10 to 5.10.188
Manually rebased:
bcm27xx/patches-5.10/950-0355-xhci-quirks-add-link-TRB-quirk-for-VL805.patch
bcm53xx/patches-5.10/180-usb-xhci-add-support-for-performing-fake-doorbell.patch
Removed because already in upstream:
bcm53xx/patches-5.10/039-v6.5-0003-ARM-dts-BCM5301X-Drop-clock-names-from-the-SPI-node.patch
bcm53xx/patches-5.10/039-v6.5-0015-ARM-dts-BCM5301X-fix-duplex-full-full-duplex.patch
generic/backport-5.10/765-v6.5-net-bgmac-postpone-turning-IRQs-off-to-avoid-SoC-han.patch
All other patches automatically rebased.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 7539f4b89f..1915e13a31 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 -@@ -3076,7 +3076,8 @@ static int _regulator_list_voltage(struc +@@ -3074,7 +3074,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); -@@ -3227,7 +3228,8 @@ int regulator_list_hardware_vsel(struct +@@ -3225,7 +3226,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; -@@ -4150,6 +4152,9 @@ int regulator_set_voltage_time(struct re +@@ -4148,6 +4150,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 db9fe4a2cc..5e7f5c446c 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 -@@ -4155,6 +4155,9 @@ int regulator_set_voltage_time(struct re +@@ -4153,6 +4153,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 dd0d9c2287..878f1c9c71 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 -@@ -3076,9 +3076,10 @@ static int _regulator_list_voltage(struc +@@ -3074,9 +3074,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); -@@ -3228,9 +3229,10 @@ int regulator_list_hardware_vsel(struct +@@ -3226,9 +3227,10 @@ int regulator_list_hardware_vsel(struct struct regulator_dev *rdev = regulator->rdev; const struct regulator_ops *ops = rdev->desc->ops; |