diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2022-06-01 09:35:11 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2022-07-19 11:54:39 +0200 |
commit | 34b1a65ec1b5a8a292c9836cf36f511f2bb2f9eb (patch) | |
tree | ac943436652d560ee0b6e0013f2b39996d29a62a /MAINTAINERS | |
parent | syscon: Use %pa to format the variable of resource_size_t type (diff) | |
download | linux-34b1a65ec1b5a8a292c9836cf36f511f2bb2f9eb.tar.xz linux-34b1a65ec1b5a8a292c9836cf36f511f2bb2f9eb.zip |
MAINTAINERS: Fix file entry for MAX77693 DT
Commit b38213c6118b ("dt-bindings: mfd: maxim,max77693: Convert to
dtschema") converts max77693.txt to maxim,max77693.yaml and adjusts the
file entry in MAINTAINERS accordingly.
Unfortunately, the merge commit afb67df31a8c ("Merge branches [...] into
ibs-for-mfd-merged") resolves some conflict in MAINTAINERS in such a way
that the file entry for the converted text file max77693.txt, removed in
the commit above, is added back into MAINTAINERS.
Remove the file entry to this converted text file in MAXIM PMIC AND MUIC
DRIVERS FOR EXYNOS BASED BOARDS.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220601073511.15721-1-lukas.bulwahn@gmail.com
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e1629497d60a..b8ce8e3c140a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12119,7 +12119,6 @@ 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/max77693.txt F: drivers/*/*max77843.c F: drivers/*/max14577*.c F: drivers/*/max77686*.c |