diff options
author | Wu Hao <hao.wu@intel.com> | 2018-06-30 02:53:36 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-15 13:55:47 +0200 |
commit | 5d6bd30cc9c3fca974d554bcd7bbf5f77fbe3238 (patch) | |
tree | c85d983abd67d294bbe57256c7a3c8c16d40e39c /MAINTAINERS | |
parent | fpga: dfl: afu: add DFL_FPGA_PORT_DMA_MAP/UNMAP ioctls support (diff) | |
download | linux-5d6bd30cc9c3fca974d554bcd7bbf5f77fbe3238.tar.xz linux-5d6bd30cc9c3fca974d554bcd7bbf5f77fbe3238.zip |
MAINTAINERS: add entry for FPGA DFL drivers
Add entry for FPGA Device Feature List (DFL) drivers.
Signed-off-by: Wu Hao <hao.wu@intel.com>
Acked-by: Alan Tull <atull@kernel.org>
Acked-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b51c8cb6faed..e071620833b1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5634,6 +5634,14 @@ F: drivers/fpga/ F: include/linux/fpga/ W: http://www.rocketboards.org +FPGA DFL DRIVERS +M: Wu Hao <hao.wu@intel.com> +L: linux-fpga@vger.kernel.org +S: Maintained +F: Documentation/fpga/dfl.txt +F: include/uapi/linux/fpga-dfl.h +F: drivers/fpga/dfl* + FPU EMULATOR M: Bill Metzenthen <billm@melbpc.org.au> W: http://floatingpoint.sourceforge.net/emulator/index.html |