Re: [PATCH v6 29/29] MAINTAINERS: add entry for FPGA DFL drivers
From: Moritz Fischer <mdf@kernel.org>
Date: 2018-06-13 13:51:04
Also in:
linux-fpga, lkml
From: Moritz Fischer <mdf@kernel.org>
Date: 2018-06-13 13:51:04
Also in:
linux-fpga, lkml
On Tue, Jun 12, 2018 at 06:10:43PM +0800, Wu Hao wrote:
Add entry for FPGA Device Feature List (DFL) drivers. Signed-off-by: Wu Hao <redacted>
Acked-by: Moritz Fischer <mdf@kernel.org>
--- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)diff --git a/MAINTAINERS b/MAINTAINERS index 448957c..98fc5ea 100644 --- a/MAINTAINERS +++ b/MAINTAINERS@@ -5619,6 +5619,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-- 1.8.3.1
Thanks, Moritz