diff mbox series

[U-Boot,RFC,15/15] MAINTAINERS: Add myself as the FPGA maintainer

Message ID b8f9a5d66fd64ee64bfa9bc937810e23969fa6de.1531926958.git.michal.simek@xilinx.com
State RFC
Delegated to: Michal Simek
Headers show
Series cmd: fpga: Fix fpga command handling and add some fpga tests | expand

Commit Message

Michal Simek July 18, 2018, 3:16 p.m. UTC
FPGA subsystem requires special care that's why it should be maintained
via one tree.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Simon Glass July 19, 2018, 1:33 a.m. UTC | #1
On 18 July 2018 at 09:16, Michal Simek <michal.simek@xilinx.com> wrote:
> FPGA subsystem requires special care that's why it should be maintained
> via one tree.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 570bc6d1a525..3bded710b15c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -372,6 +372,14 @@  F:	test/py/tests/test_efi*
 F:	cmd/bootefi.c
 F:	tools/file2include.c
 
+FPGA
+M:	Michal Simek <michal.simek@xilinx.com>
+S:	Maintained
+T:	git git://git.denx.de/u-boot-microblaze.git
+F:	drivers/fpga/
+F:	cmd/fpga.c
+F:	include/fpga.h
+
 FLATTENED DEVICE TREE
 M:	Simon Glass <sjg@chromium.org>
 S:	Maintained