Re: [PATCH] MAINTAINERS: Add missing fragment for Versal Gen 2
Marek Vasut via U-Boot <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On 8/12/26 8:35 AM, Michal Simek wrote: > > > On 8/10/26 13:37, Michal Simek wrote: >> Versal Gen 2 and especially march-versal2 is not covered by own fragment >> that's why add it. >> >> Signed-off-by: Michal Simek <[email protected]> >> --- >> >> MAINTAINERS | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index e1379a6a3e7e..eb48eea55c5a 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -821,6 +821,12 @@ F: drivers/spi/cadence_ospi_versal.c >> F: drivers/watchdog/xilinx_wwdt.c >> N: (?<!uni)versal >> +ARM VERSAL GEN 2 >> +M: Michal Simek <[email protected]> >> +S: Maintained >> +T: git https://git.u-boot-project.org/u-boot/custodians/u-boot- >> microblaze.git >> +F: arch/arm/mach-versal2/ Use "N: versal" instead for the globbing match . In fact, "N: (?<!uni)versal" above does not work ?