MAINTAINERS: add omap bus drivers to OMAP2+ SUPPORT
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 15 Nov 2023 10:44:34 +0000 (11:44 +0100)
committerTony Lindgren <tony@atomide.com>
Fri, 1 Dec 2023 06:49:45 +0000 (08:49 +0200)
commit6353ed6f311b9daab93df4d968d72ddf2070fe7f
treeaab06d9ea83afe3ac8376756b12a01f9d7c2d26f
parentb85ea95d086471afb4ad062012a4d73cd328fa86
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 <lukas.bulwahn@gmail.com>
Message-ID: <20231115104434.25796-1-lukas.bulwahn@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
MAINTAINERS