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: 9381723 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 2EC5260487 for ; Tue, 18 Oct 2016 09:41:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1EF8F28F4D for ; Tue, 18 Oct 2016 09:41:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 13A812950E; Tue, 18 Oct 2016 09:41:11 +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.3 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID 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 A7E0A28F73 for ; Tue, 18 Oct 2016 09:41:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759341AbcJRJko (ORCPT ); Tue, 18 Oct 2016 05:40:44 -0400 Received: from mail-qk0-f182.google.com ([209.85.220.182]:32911 "EHLO mail-qk0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753083AbcJRJjY (ORCPT ); Tue, 18 Oct 2016 05:39:24 -0400 Received: by mail-qk0-f182.google.com with SMTP id n189so280874783qke.0 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=CS09WT87PZ6Giwr2+stdQd93VKPSqkREcjc4jjf8o2DNbGunVR5KijZhkz8wx1Kc+T rBR3EjSO92NP5Ll8nsOw5C2sYLxeba8XchPdnhDzYIY/HNc6lY6mN9WPgeAPgyRtF2SX hlzMzImowd2o49hIuws0iozZzEaTiYm54s7A/Ji0qaQYUi/SS2SARbKpRFXdlsZqpgLI Qgd6yf10R9ibIiZpawnhOeKeYQo1ZFCebMXCpOSdDlfNm1Woh7J/MNx0itdXK29825e3 WHSzzKDcgysoDbhBwtEhmXezEs7lfuk1TRhhY1m0amx02AKrDiaSJ6ShMb0y5LpnmfHN vUwA== X-Gm-Message-State: AA6/9RlhpEKKluszflcyTNV+hRvgduckMdaj0XBpw3/UgDMhPeTKEkZFXRzHDu5BXdft0K7E 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: linux-remoteproc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.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 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