From patchwork Tue Oct 18 09:39:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 77959 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp793538qge; Tue, 18 Oct 2016 02:40:47 -0700 (PDT) X-Received: by 10.98.68.218 with SMTP id m87mr3368149pfi.20.1476783647112; Tue, 18 Oct 2016 02:40:47 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id vs8si29067107pab.244.2016.10.18.02.40.46; Tue, 18 Oct 2016 02:40:47 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758919AbcJRJkk (ORCPT + 7 others); Tue, 18 Oct 2016 05:40:40 -0400 Received: from mail-qk0-f180.google.com ([209.85.220.180]:34261 "EHLO mail-qk0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753307AbcJRJjY (ORCPT ); Tue, 18 Oct 2016 05:39:24 -0400 Received: by mail-qk0-f180.google.com with SMTP id f128so269075438qkb.1 for ; Tue, 18 Oct 2016 02:39:24 -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=IYE9sB69506zk0OrUlgYbtfWLLRO0+qOFjaOLVJlmVw=; b=WBIVW8Krx32PAH8qs6LE8FdE25ZGB/K2uLw0T1cwqNtSh10xPpHeMqXzytWB3QCCx7 METIepn1Rw/m8jBifmncgrKKlUnhzWVjfUOAjSb9SkuZ8kNxGGq6AhGNkeBWFqUN7zqL 0YkyDDGfp1lhs4bn9WmfoFhRHBKqq2pRBvk/A= 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=IYE9sB69506zk0OrUlgYbtfWLLRO0+qOFjaOLVJlmVw=; b=hIDiDHV/BncN67YxCaBwB31d2z4RQj34+Auom9PR4jnVhyLWl/B8q/B8cj+YlaoTTQ WhOcXQvGryVkUoFNNR7ozrGdH3c88kzM965PvX0xzC7FrNVz3x1Id+EjBjs9bkVyE6yu QWo67B1F33mIiC/fuAif+lSfCRK8zPiNDvDeEcv7pq49AqEL/RTvT7aXw2uuF/Zo1+ba TMIvJUqhdpA7/DcJwqHMMwxbolvCrvnZBDXx/b9Mfnc0cygW7x+SangYCAVp4Zybl6cP mFI9z1GSNlYSeryyYevqoevVcxEqDoWwamQr/WZCGbH8tIT+SR48wNHQ7cNUs+cWa+BG DFeg== X-Gm-Message-State: AA6/9Rmro8rqL5ebOzNFANYCWVWv0kWCSzktnzpPMthvtaIe4AXXXpt0LHPNKlJWq9rV3l3V X-Received: by 10.194.201.103 with SMTP id jz7mr15149728wjc.70.1476783563342; Tue, 18 Oct 2016 02:39:23 -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 af4sm51759876wjc.17.2016.10.18.02.39.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 18 Oct 2016 02:39:22 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, vinod.koul@intel.com, ohad@wizery.com, bjorn.andersson@linaro.org, patrice.chotard@st.com Cc: peter.griffin@linaro.org, lee.jones@linaro.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-remoteproc@vger.kernel.org Subject: [PATCH v10 02/11] MAINTAINERS: Add st slim core rproc driver to STi section. Date: Tue, 18 Oct 2016 10:39:07 +0100 Message-Id: <1476783556-2501-3-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1476783556-2501-1-git-send-email-peter.griffin@linaro.org> References: <1476783556-2501-1-git-send-email-peter.griffin@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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(+) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/MAINTAINERS b/MAINTAINERS index 1cd38a7..78b7f8b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1784,6 +1784,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 @@ -1792,6 +1793,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