From patchwork Mon Sep 5 13:16:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 9313931 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 EA4DA607D3 for ; Mon, 5 Sep 2016 13:28:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DB24128AA3 for ; Mon, 5 Sep 2016 13:28:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CF6D428AA5; Mon, 5 Sep 2016 13:28:02 +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=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 9149228AA3 for ; Mon, 5 Sep 2016 13:28:02 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bgtvV-00010B-GI; Mon, 05 Sep 2016 13:27:05 +0000 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bgtmE-0007po-SU for linux-arm-kernel@lists.infradead.org; Mon, 05 Sep 2016 13:17:32 +0000 Received: by mail-wm0-x22f.google.com with SMTP id b187so19418802wme.1 for ; Mon, 05 Sep 2016 06:17:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=U6kllvXBD+562X8D1Rcg5ZqHqw+ZH9GszvNLWznhdtc=; b=cKY7yZsoNVD7v/pKTuxKVeZq0VysghNo1vxME5EB6PLfoxpJv6w1mklPrHT/ENxKCl 1wcq5Wp8xGjrWDODlNKfEWPu/FZX/ExT6ibg3J4dhfTyMkaW04LaoXahPIhYbUgZRu1m WGN3fZHN3K1Sw/xmHe+iWd0sl8xNbU5gcED58= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=U6kllvXBD+562X8D1Rcg5ZqHqw+ZH9GszvNLWznhdtc=; b=RIXiMgd6uFIaqE/FcN2qfAlx68jedG788fFupR3I/m3+IFkkjHkDFGXErGM3J720H5 WIat/UbYw9IDrLtxJwi20TlOPwfqpttUUWTZOaLeOSf/Hpywo8SyXMhMPlicZs4nRfmJ xkYfacMa4ap5DEd+TFy4n0+G5I9zx7ZdyvzKHgEPgPPH5/OEKn748tLsfEl+m1H3oI4S n1mDEBQBuGHpPMklxFCT+q8d/WFMNSebSfWvLqVg+XzD6xb5aJyUkm68tcbeLppMLXcE DKBJFnY3iEgIH5hY/f20qyRQPeiA1sB6vY2U2hpW9khTxt/ABUp1rkoziCfZY4T4gwIW cFvA== X-Gm-Message-State: AE9vXwPmSnXdYbaeG3YjOJ4Thzzw0OaqbIDPhKp4w+9M/ZqN0g5LyuUarIBO4pfjBJ+7WoGW X-Received: by 10.28.156.144 with SMTP id f138mr10027153wme.86.1473081431296; Mon, 05 Sep 2016 06:17:11 -0700 (PDT) Received: from localhost.localdomain (cpc89244-aztw30-2-0-cust4998.18-1.cable.virginm.net. [86.31.179.135]) by smtp.gmail.com with ESMTPSA id ub8sm27750982wjc.39.2016.09.05.06.17.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 05 Sep 2016 06:17:10 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, vinod.koul@intel.com, patrice.chotard@st.com, dan.j.williams@intel.com, airlied@linux.ie, kraxel@redhat.com, ohad@wizery.com, bjorn.andersson@linaro.org Subject: [PATCH v9 02/19] MAINTAINERS: Add st slim core rproc driver to STi section. Date: Mon, 5 Sep 2016 14:16:44 +0100 Message-Id: <1473081421-16555-3-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1473081421-16555-1-git-send-email-peter.griffin@linaro.org> References: <1473081421-16555-1-git-send-email-peter.griffin@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160905_061731_287052_182AD384 X-CRM114-Status: GOOD ( 10.01 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-remoteproc@vger.kernel.org, dri-devel@lists.freedesktop.org, virtualization@lists.linux-foundation.org, peter.griffin@linaro.org, dmaengine@vger.kernel.org, lee.jones@linaro.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP This patch adds the slim core rproc driver to the STi section of the MAINTAINERS file. Signed-off-by: Peter Griffin Acked-by: Lee Jones --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 0bbe4b1..5dd3b24 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1749,6 +1749,7 @@ F: drivers/phy/phy-stih407-usb.c F: drivers/phy/phy-stih41x-usb.c F: drivers/pinctrl/pinctrl-st.c F: drivers/remoteproc/st_remoteproc.c +F: drivers/remoteproc/st_slim_rproc.c F: drivers/reset/sti/ F: drivers/rtc/rtc-st-lpc.c F: drivers/tty/serial/st-asc.c @@ -1757,6 +1758,7 @@ F: drivers/usb/host/ehci-st.c F: drivers/usb/host/ohci-st.c F: drivers/watchdog/st_lpc_wdt.c F: drivers/ata/ahci_st.c +F: include/linux/remoteproc/st_slim_rproc.h ARM/STM32 ARCHITECTURE M: Maxime Coquelin