Adding an entry for the PCI subsystem and add myself to the list of maintainers to review patches and maintain the PCI subsystem core along the ongoing work of the PCI platform maintainers.
Signed-off-by: Neil Armstrong <[email protected]> --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2613929cdf5..de7c16db131 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1558,6 +1558,16 @@ M: Simon Glass <[email protected]> S: Maintained F: tools/patman/ +PCI +M: Neil Armstrong <[email protected]> +S: Maintained +F: cmd/pci.c +F: drivers/pci +F: include/pci.h +F: include/pci_ids.h +F: test/dm/pci.c +N: pci + PCIe DWC IMX M: Sumit Garg <[email protected]> S: Maintained -- 2.34.1

