]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mfd: Add new driver for MAX77705 PMIC
authorDzmitry Sankouski <dsankouski@gmail.com>
Thu, 23 Jan 2025 15:04:30 +0000 (18:04 +0300)
committerLee Jones <lee@kernel.org>
Thu, 20 Feb 2025 16:37:40 +0000 (16:37 +0000)
commitc8d50f029748b73313838b64b829992b66ccb704
tree5a668eec03e1b77d16649f150fc52150fa0aaa2e
parent7b591ef98b3fc1ce20c3ccb86715429b72e2e6f0
mfd: Add new driver for MAX77705 PMIC

Add the core MFD driver for max77705 PMIC. Drivers for sub-devices
will be added in subsequent patches.

Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250123-starqltechn_integration_upstream-v17-5-8b06685b6612@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
MAINTAINERS
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/max77705.c [new file with mode: 0644]
include/linux/mfd/max77693-common.h
include/linux/mfd/max77705-private.h [new file with mode: 0644]