[PATCH 0/2] regulator: mp886x: fix two issues reported by sashiko

Jisheng Zhang posted 2 patches 2 weeks, 2 days ago
drivers/regulator/mp886x.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
[PATCH 0/2] regulator: mp886x: fix two issues reported by sashiko
Posted by Jisheng Zhang 2 weeks, 2 days ago
Fix two issues reported by sashiko.
https://sashiko.dev/#/patchset/20260901043123.5401-1-jszhang@kernel.org?part=1

Jisheng Zhang (2):
  regulator: mp886x: check get_voltage_sel() return value
  regulator: mp886x: fix pontential division by zero

 drivers/regulator/mp886x.c | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

-- 
2.53.0
Re: [PATCH 0/2] regulator: mp886x: fix two issues reported by sashiko
Posted by Mark Brown 3 days, 3 hours ago
On Wed, 09 Sep 2026 22:39:55 +0800, Jisheng Zhang wrote:
> regulator: mp886x: fix two issues reported by sashiko
> 
> Fix two issues reported by sashiko.
> https://sashiko.dev/#/patchset/20260901043123.5401-1-jszhang@kernel.org?part=1
> 
> Jisheng Zhang (2):
>   regulator: mp886x: check get_voltage_sel() return value
>   regulator: mp886x: fix pontential division by zero
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-7.4

Thanks!

[1/2] regulator: mp886x: check get_voltage_sel() return value
      https://git.kernel.org/broonie/regulator/c/87121c42fadc
[2/2] regulator: mp886x: fix pontential division by zero
      https://git.kernel.org/broonie/regulator/c/d16ef5debccc

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark