]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
MAINTAINERS: Add Jonathan Cameron to drivers/cache and add lib/cache_maint.c + header
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 17 Nov 2025 10:47:58 +0000 (10:47 +0000)
committerConor Dooley <conor.dooley@microchip.com>
Fri, 21 Nov 2025 18:42:02 +0000 (18:42 +0000)
Seems unfair to inflict the cache-coherency drivers on Conor with out also
stepping up as a second maintainer for drivers/cache.

Include the library support for cache-coherency maintenance drivers to the
existing entry.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
MAINTAINERS

index fe168477caa45799dfe07de2f54de6d6a1ce0615..039d10ded9e99ee217fbded3b8af81acb8fd1638 100644 (file)
@@ -23967,10 +23967,13 @@ F:    drivers/staging/
 
 STANDALONE CACHE CONTROLLER DRIVERS
 M:     Conor Dooley <conor@kernel.org>
+M:     Jonathan Cameron <jonathan.cameron@huawei.com>
 S:     Maintained
 T:     git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
 F:     Documentation/devicetree/bindings/cache/
 F:     drivers/cache
+F:     include/cache_coherency.h
+F:     lib/cache_maint.c
 
 STARFIRE/DURALAN NETWORK DRIVER
 M:     Ion Badulescu <ionut@badula.org>