From patchwork Sat Oct 8 12:52:24 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 9368195 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 66BB860752 for ; Sat, 8 Oct 2016 12:55:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 18F451FF87 for ; Sat, 8 Oct 2016 12:55:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 08745292AE; Sat, 8 Oct 2016 12:55:30 +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 99DB229278 for ; Sat, 8 Oct 2016 12:55:29 +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 1bsr7j-0004ya-Mw; Sat, 08 Oct 2016 12:53:07 +0000 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bsr7d-0004wR-Hh for linux-arm-kernel@lists.infradead.org; Sat, 08 Oct 2016 12:53:02 +0000 Received: by mail-wm0-x230.google.com with SMTP id i130so89665092wmg.1 for ; Sat, 08 Oct 2016 05:52:42 -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=ujy6aFiBZ9zcKQyCVLveQMzEKfRaWOnPJ7PzDb0PKzo=; b=aSo82oQrgRzO3DyMZtq9Uq1YMJbPSQKHJCvUfPwd9aNlsravZ/OfW8Q95ZWTkOhEi3 r9G9GIT5QW3byAAqCatvS9RsHvUBbatbVzGeSLxolvTBkYXf7YVXVW2+3ltPkGuB9rcP WWMG3woBO22A6j07HMoXTMT+O2YxsBg7ijXAI= 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=ujy6aFiBZ9zcKQyCVLveQMzEKfRaWOnPJ7PzDb0PKzo=; b=aQzEsk5KQkVco3NO/x95t7uTKZCKPv20PoOWoQ1oxw0AbstHGM4SUWqEzWXlsloWdg ZIFlkj4UP/4WHszZNxAW4Od/wqsHseqRX6s72K0cwq5eYRcavScRIH/Q9npZotrr0udH GpUXYEkaZ6Uofxg4HDe/WUB8sxgGSqUtuztPv2BY5f2b9dH2rf6Lq446qL6YXZ+wwwHT GIvjM4pnGpTQdspZ3tWegTVTg7eg7PIUAvrxmYcIHQENTda9eyy0wuGkUoFnHSRam8jR SSdSzSXHTJ4wPE2ZVT61osvqP+o9HdtaCvkQj0PtvaI/OifZTFBGnBQGN1sCQwHWhC+m lzbg== X-Gm-Message-State: AA6/9RkfD7jNgsaSPn4VD0sGPrOouJ63Uj11SPjqU8dVAGgFsX7VYgsaPxzB1RGUEBo57Rus X-Received: by 10.194.102.165 with SMTP id fp5mr19853477wjb.134.1475931161408; Sat, 08 Oct 2016 05:52:41 -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 kg7sm24794681wjb.34.2016.10.08.05.52.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 08 Oct 2016 05:52:40 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, vinod.koul@intel.com, dan.j.williams@intel.com, patrice.chotard@st.com, ohad@wizery.com, bjorn.andersson@linaro.org, arnaud.pouliquen@st.com Subject: [PATCH v10 02/11] MAINTAINERS: Add st slim core rproc driver to STi section. Date: Sat, 8 Oct 2016 13:52:24 +0100 Message-Id: <1475931154-1021-3-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1475931154-1021-1-git-send-email-peter.griffin@linaro.org> References: <1475931154-1021-1-git-send-email-peter.griffin@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161008_055301_844024_A8E6C461 X-CRM114-Status: GOOD ( 10.48 ) 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: peter.griffin@linaro.org, dmaengine@vger.kernel.org, linux-remoteproc@vger.kernel.org, lee.jones@linaro.org, devicetree@vger.kernel.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 f593300..9924036 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1759,6 +1759,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 @@ -1767,6 +1768,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