lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 21 Nov 2023 09:50:24 +0100 From: Lukas Bulwahn <lukas.bulwahn@...il.com> To: Bartosz Golaszewski <brgl@...ev.pl>, linux-arm-kernel@...ts.infradead.org Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org, Lukas Bulwahn <lukas.bulwahn@...il.com> Subject: [PATCH] MAINTAINERS: add TI da8xx bus driver to TI DAVINCI MACHINE SUPPORT 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@...il.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
Powered by blists - more mailing lists