diff mbox series

MAINTAINERS: add TI da8xx bus driver to TI DAVINCI MACHINE SUPPORT

Message ID 20231121085024.15955-1-lukas.bulwahn@gmail.com (mailing list archive)
State New, archived
Headers show
Series MAINTAINERS: add TI da8xx bus driver to TI DAVINCI MACHINE SUPPORT | expand

Commit Message

Lukas Bulwahn Nov. 21, 2023, 8:50 a.m. UTC
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@gmail.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Bartosz Golaszewski Nov. 21, 2023, 2:05 p.m. UTC | #1
On Tue, Nov 21, 2023 at 9:50 AM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> 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@gmail.com>
> ---
>  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
>

Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
diff mbox series

Patch

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