While doing some code cleanup in drivers/bus/, I noticed that the file drivers/bus/da8xx-mstpri.c has no maintainer. Although the file has not been touched a lot lately, the git history tells us that Bartosz Golaszewski is the main author. Further, the driver's config depends on config ARCH_DAVINCI_DA8XX, and that is defined in arch/arm/mach-davinci/, which is part of TI DAVINCI MACHINE SUPPORT with Bartosz already being its maintainer. Add drivers/bus/da8xx-mstpri.c to TI DAVINCI MACHINE SUPPORT. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index e829dbac1e99..e9cbf6e353bd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21707,6 +21707,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git F: Documentation/devicetree/bindings/i2c/i2c-davinci.txt F: arch/arm/boot/dts/ti/davinci/ F: arch/arm/mach-davinci/ +F: drivers/bus/da8xx-mstpri.c F: drivers/i2c/busses/i2c-davinci.c TI DAVINCI SERIES CLOCK DRIVER -- 2.17.1