mfd: max5970: Rename driver and remove wildcard
authorNaresh Solanki <naresh.solanki@9elements.com>
Thu, 27 Apr 2023 11:30:45 +0000 (13:30 +0200)
committerLee Jones <lee@kernel.org>
Fri, 2 Jun 2023 08:09:45 +0000 (09:09 +0100)
commit49f661ba99324a3f7eef0befbdaa4f22dee02b97
tree81fc8e9348ceb53199f2ab160fb7989d6b9258e1
parentac9a78681b921877518763ba0e89202254349d1b
mfd: 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/20230427113046.3971425-1-Naresh.Solanki@9elements.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/Kconfig
drivers/mfd/simple-mfd-i2c.c
include/linux/mfd/max5970.h [new file with mode: 0644]
include/linux/mfd/max597x.h [deleted file]