On Wed, Aug 20, 2025 at 11:29:46AM +0100, Jonathan Cameron wrote: > Seems unfair to inflict the cache-coherency drivers on Conor with out > also stepping up as a second maintainer for drivers/cache. > > Signed-off-by: Jonathan Cameron > --- > v3: Add lib/cache_maint.c and include/cache_coherency.h > Conor, do you mind those two being in this entry? Seems silly to spin > another MAINTAINERS entry for a few 10s of lines of simple code. Oh damn, I just found this randomly while wondering if this series was going ahead - you forgot to CC me here! I don't mind the extra bits, I think this makes sense, splitting it out would imply a different path for merging. Acked-by: Conor Dooley FWIW, I don't mind using some non-personal tree location for this, but that's something that can be done independently if it's needed. > --- > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index fe168477caa4..039d10ded9e9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -23967,10 +23967,13 @@ F: drivers/staging/ > > STANDALONE CACHE CONTROLLER DRIVERS > M: Conor Dooley > +M: Jonathan Cameron > 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 > -- > 2.48.1 >