mfd: max77541: Add ADI MAX77541/MAX77540 PMIC Support
authorOkan Sahin <okan.sahin@analog.com>
Wed, 12 Apr 2023 11:12:46 +0000 (14:12 +0300)
committerLee Jones <lee@kernel.org>
Wed, 21 Jun 2023 17:16:18 +0000 (18:16 +0100)
commite0cbc202388af454eb771043b20db6dfe68199ec
tree56981d80488cf1a620a85a244346e1963df39f2f
parent9a096a813ac29ea6a92f21b8519e36e15fe5843f
mfd: max77541: Add ADI MAX77541/MAX77540 PMIC Support

MFD driver for MAX77541/MAX77540 to enable its sub devices.

The MAX77541 is a multi-function devices. It includes buck converter and ADC.

The MAX77540 is a high-efficiency buck converter with two 3A switching phases.

They have same regmap except for ADC part of MAX77541.

Signed-off-by: Okan Sahin <okan.sahin@analog.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230412111256.40013-6-okan.sahin@analog.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/max77541.c [new file with mode: 0644]
include/linux/mfd/max77541.h [new file with mode: 0644]