All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: hi6421v600: Use regulator_map_voltage_ascend
@ 2021-06-10 13:41 Axel Lin
  2021-06-14 19:53 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2021-06-10 13:41 UTC (permalink / raw
  To: Mark Brown; +Cc: Mauro Carvalho Chehab, Liam Girdwood, linux-kernel, Axel Lin

All the voltage tables have entries in ascendant order, so use
regulator_map_voltage_ascend to speed up the mapping.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/regulator/hi6421v600-regulator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/hi6421v600-regulator.c b/drivers/regulator/hi6421v600-regulator.c
index c5f41651223a..b5a19938fd3a 100644
--- a/drivers/regulator/hi6421v600-regulator.c
+++ b/drivers/regulator/hi6421v600-regulator.c
@@ -166,7 +166,7 @@ static const struct regulator_ops hi6421_spmi_ldo_rops = {
 	.enable = hi6421_spmi_regulator_enable,
 	.disable = regulator_disable_regmap,
 	.list_voltage = regulator_list_voltage_table,
-	.map_voltage = regulator_map_voltage_iterate,
+	.map_voltage = regulator_map_voltage_ascend,
 	.get_voltage_sel = regulator_get_voltage_sel_regmap,
 	.set_voltage_sel = regulator_set_voltage_sel_regmap,
 	.get_mode = hi6421_spmi_regulator_get_mode,
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] regulator: hi6421v600: Use regulator_map_voltage_ascend
  2021-06-10 13:41 [PATCH] regulator: hi6421v600: Use regulator_map_voltage_ascend Axel Lin
@ 2021-06-14 19:53 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2021-06-14 19:53 UTC (permalink / raw
  To: Axel Lin; +Cc: Mark Brown, Mauro Carvalho Chehab, linux-kernel, Liam Girdwood

On Thu, 10 Jun 2021 21:41:28 +0800, Axel Lin wrote:
> All the voltage tables have entries in ascendant order, so use
> regulator_map_voltage_ascend to speed up the mapping.

Applied to

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

Thanks!

[1/1] regulator: hi6421v600: Use regulator_map_voltage_ascend
      commit: 00430f71b2b18e42ba3d733cbd2d725ec5b2ca80

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-14 19:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-10 13:41 [PATCH] regulator: hi6421v600: Use regulator_map_voltage_ascend Axel Lin
2021-06-14 19:53 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.