I had a quick check in -next and there's an entry for the BMC driver there. How about the following? I put you as R, but clearly if you want to be maintainer then you are *more than* qualified. Feel free to edit the patch if so, either is fine by me. You can tack this onto a v21 if you have more changes or I can resend standalone once the driver is merged. Thanks, Conor. From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> Date: Mon, 20 Jun 2022 11:46:19 +0100 Subject: [PATCH] MAINTAINERS: add polarfire fpga programmer drivers Add a MAINTAINERS entry for the newly added PolarFire (MPF) SPI slave programming driver. Signed-off-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 168e0af869a7..60ab3c4bf65d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7869,6 +7869,14 @@ S: Maintained F: Documentation/ABI/testing/sysfs-driver-intel-m10-bmc-sec-update F: drivers/fpga/intel-m10-bmc-sec-update.c +FPGA PolarFire Drivers +M: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> +R: Ivan Bornyakov <i.bornyakov@xxxxxxxxxxx> +L: linux-fpga@xxxxxxxxxxxxxxx +S: Supported +F: Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml +F: drivers/fpga/microchip-spi.c + FPU EMULATOR M: Bill Metzenthen <billm@xxxxxxxxxxxxx> S: Maintained base-commit: 07dc787be2316e243a16a33d0a9b734cd9365bd3 -- 2.36.1