regulator: max5970: Rename driver and remove wildcard
authorNaresh Solanki <naresh.solanki@9elements.com>
Tue, 1 Aug 2023 10:24:52 +0000 (12:24 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 7 Aug 2023 13:36:38 +0000 (14:36 +0100)
commited2f4c745fb2bc51bb1b402ff2294587cb0b207a
treeeb821e3d715169298b5fb2db872ebbdf7183c4a6
parent93083725e1ed86c07ea9846bb573b9340985853f
regulator: max5970: Rename driver and remove wildcard

The previous version of this driver included wildcards in file names and
descriptions. This patch renames the driver to only support MAX5970 and
MAX5978, which are the only chips that the driver actually supports.

Signed-off-by: Naresh Solanki <Naresh.Solanki@9elements.com>
Link: https://lore.kernel.org/r/20230801102453.1798292-1-Naresh.Solanki@9elements.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/max5970-regulator.c [moved from drivers/regulator/max597x-regulator.c with 94% similarity]