aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Bulwahn <[email protected]>2023-11-15 11:44:34 +0100
committerTony Lindgren <[email protected]>2023-12-01 08:49:45 +0200
commit6353ed6f311b9daab93df4d968d72ddf2070fe7f (patch)
treeaab06d9ea83afe3ac8376756b12a01f9d7c2d26f
parentb85ea95d086471afb4ad062012a4d73cd328fa86 (diff)
MAINTAINERS: add omap bus drivers to OMAP2+ SUPPORT
While doing some code cleanup in drivers/bus/, I noticed that the files drivers/bus/omap*.[ch] have no maintainer. As far as I see from the git history, important changes to those files went through Tony Lindgren. Further, the inclusion of those drivers depend on the config ARCH_OMAP2PLUS being enabled. This suggests these drivers are part of the section OMAP2+ SUPPORT. Add the omap bus drivers to OMAP2+ SUPPORT. Signed-off-by: Lukas Bulwahn <[email protected]> Message-ID: <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 97f51d5ec1cf..cf877dc7ff6c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15860,6 +15860,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
F: Documentation/devicetree/bindings/arm/ti/omap.yaml
F: arch/arm/configs/omap2plus_defconfig
F: arch/arm/mach-omap2/
+F: drivers/bus/omap*.[ch]
F: drivers/bus/ti-sysc.c
F: drivers/gpio/gpio-tps65219.c
F: drivers/i2c/busses/i2c-omap.c