Message ID | 20220111174805.223732-6-krzysztof.kozlowski@canonical.com |
---|---|
State | New |
Headers | show |
Series | mfd/extcon/regulators: max77843: add dtschema/bindings | expand |
On Tue, 11 Jan 2022, Krzysztof Kozlowski wrote: > The MAX77843 is used in Exynos5433-based TM2 boards and shares some > parts of code with MAX77693 (regulator and haptic motor drivers). > Include all MAX77843 drivers in the entry for Maxim PMIC/MUIC drivers > for Exynos boards, so they will receive some dedicated review coverage. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) Applied, thanks.
diff --git a/MAINTAINERS b/MAINTAINERS index e5f2758531bc..d1f8f312f322 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11693,8 +11693,10 @@ L: linux-kernel@vger.kernel.org S: Supported F: Documentation/devicetree/bindings/*/maxim,max77686.yaml F: Documentation/devicetree/bindings/*/maxim,max77693.yaml +F: Documentation/devicetree/bindings/*/maxim,max77843.yaml F: Documentation/devicetree/bindings/clock/maxim,max77686.txt F: Documentation/devicetree/bindings/mfd/max14577.txt +F: drivers/*/*max77843.c F: drivers/*/max14577*.c F: drivers/*/max77686*.c F: drivers/*/max77693*.c
The MAX77843 is used in Exynos5433-based TM2 boards and shares some parts of code with MAX77693 (regulator and haptic motor drivers). Include all MAX77843 drivers in the entry for Maxim PMIC/MUIC drivers for Exynos boards, so they will receive some dedicated review coverage. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)