From patchwork Thu Mar 30 18:23:12 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alan Tull X-Patchwork-Id: 9654931 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D683D602BD for ; Thu, 30 Mar 2017 18:23:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C7F2028542 for ; Thu, 30 Mar 2017 18:23:20 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B9D052858D; Thu, 30 Mar 2017 18:23:20 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 234C928542 for ; Thu, 30 Mar 2017 18:23:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933981AbdC3SXU (ORCPT ); Thu, 30 Mar 2017 14:23:20 -0400 Received: from mail.kernel.org ([198.145.29.136]:54180 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933547AbdC3SXT (ORCPT ); Thu, 30 Mar 2017 14:23:19 -0400 Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 968952021F; Thu, 30 Mar 2017 18:23:17 +0000 (UTC) Received: from localhost.localdomain (unknown [192.55.54.59]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 88F74201B9; Thu, 30 Mar 2017 18:23:15 +0000 (UTC) From: Alan Tull To: Greg Kroah-Hartman Cc: "David S . Miller" , Geert Uytterhoeven , Mauro Carvalho Chehab , Moritz Fischer , Alan Tull , linux-kernel@vger.kernel.org, linux-fpga@vger.kernel.org Subject: [PATCH] MAINTAINERS: fpga: update email and directory paths Date: Thu, 30 Mar 2017 13:23:12 -0500 Message-Id: <20170330182312.3741-1-atull@kernel.org> X-Mailer: git-send-email 2.11.0 X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-fpga-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fpga@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP A few updates: * Updating my email address * Adding another docs directory: Documentation/fpga * Making the include path not specific to fpga-mgr.h only Signed-off-by: Alan Tull --- MAINTAINERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 5f19d0c41d3a..a794d708847a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5197,14 +5197,15 @@ F: include/linux/ipmi-fru.h K: fmc_d.*register FPGA MANAGER FRAMEWORK -M: Alan Tull +M: Alan Tull R: Moritz Fischer L: linux-fpga@vger.kernel.org S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git +F: Documentation/fpga/ F: Documentation/devicetree/bindings/fpga/ F: drivers/fpga/ -F: include/linux/fpga/fpga-mgr.h +F: include/linux/fpga/ W: http://www.rocketboards.org FPU EMULATOR