All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] regulators: fix typo in Kconfig and max8973-regulator
@ 2021-09-20  6:11 Ramona Alexandra Nechita
  2021-09-20 12:19 ` Mark Brown
  2021-09-20 15:30 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Ramona Alexandra Nechita @ 2021-09-20  6:11 UTC (permalink / raw)
  To: linux-kernel; +Cc: lgirdwood, broonie, Ramona Alexandra Nechita

MAX8973 is supposed to be MAX8973A. Kconfig and the
initial comment of max8973-regulator.c were modified
accordingly.

Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
---
 drivers/regulator/Kconfig             | 4 ++--
 drivers/regulator/max8973-regulator.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 3ee63531f6d5..7daacb8c63ed 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -518,12 +518,12 @@ config REGULATOR_MAX8952
 	  modes ranging from 0.77V to 1.40V by 0.01V steps.
 
 config REGULATOR_MAX8973
-	tristate "Maxim MAX8973 voltage regulator "
+	tristate "Maxim MAX8973A voltage regulator"
 	depends on I2C
 	depends on THERMAL && THERMAL_OF
 	select REGMAP_I2C
 	help
-	  The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down
+	  The MAXIM MAX8973A high-efficiency. three phase, DC-DC step-down
 	  switching regulator delivers up to 9A of output current. Each
 	  phase operates at a 2MHz fixed frequency with a 120 deg shift
 	  from the adjacent phase, allowing the use of small magnetic component.
diff --git a/drivers/regulator/max8973-regulator.c b/drivers/regulator/max8973-regulator.c
index 9aee1444181d..f25514f714a9 100644
--- a/drivers/regulator/max8973-regulator.c
+++ b/drivers/regulator/max8973-regulator.c
@@ -1,7 +1,7 @@
 /*
- * max8973-regulator.c -- Maxim max8973
+ * max8973-regulator.c -- Maxim max8973A
  *
- * Regulator driver for MAXIM 8973 DC-DC step-down switching regulator.
+ * Regulator driver for MAXIM 8973A DC-DC step-down switching regulator.
  *
  * Copyright (c) 2012, NVIDIA Corporation.
  *
-- 
2.25.1


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

* Re: [PATCH v2] regulators: fix typo in Kconfig and max8973-regulator
  2021-09-20  6:11 [PATCH v2] regulators: fix typo in Kconfig and max8973-regulator Ramona Alexandra Nechita
@ 2021-09-20 12:19 ` Mark Brown
  2021-09-20 15:30 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2021-09-20 12:19 UTC (permalink / raw)
  To: Ramona Alexandra Nechita; +Cc: linux-kernel, lgirdwood

[-- Attachment #1: Type: text/plain, Size: 529 bytes --]

On Mon, Sep 20, 2021 at 09:11:37AM +0300, Ramona Alexandra Nechita wrote:
> MAX8973 is supposed to be MAX8973A. Kconfig and the
> initial comment of max8973-regulator.c were modified
> accordingly.

Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH v2] regulators: fix typo in Kconfig and max8973-regulator
  2021-09-20  6:11 [PATCH v2] regulators: fix typo in Kconfig and max8973-regulator Ramona Alexandra Nechita
  2021-09-20 12:19 ` Mark Brown
@ 2021-09-20 15:30 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2021-09-20 15:30 UTC (permalink / raw)
  To: linux-kernel, Ramona Alexandra Nechita; +Cc: Mark Brown, lgirdwood

On Mon, 20 Sep 2021 09:11:37 +0300, Ramona Alexandra Nechita wrote:
> MAX8973 is supposed to be MAX8973A. Kconfig and the
> initial comment of max8973-regulator.c were modified
> accordingly.
> 
> 

Applied to

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

Thanks!

[1/1] regulators: fix typo in Kconfig and max8973-regulator
      commit: f1e5ecc5b7cc9d91ce975680a2f1f84b235f7e07

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] 3+ messages in thread

end of thread, other threads:[~2021-09-20 15:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-20  6:11 [PATCH v2] regulators: fix typo in Kconfig and max8973-regulator Ramona Alexandra Nechita
2021-09-20 12:19 ` Mark Brown
2021-09-20 15:30 ` 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.