From patchwork Mon Mar 20 16:48:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 9634551 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 74218602D6 for ; Mon, 20 Mar 2017 16:49:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 66699267EC for ; Mon, 20 Mar 2017 16:49:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5B26E27F8C; Mon, 20 Mar 2017 16:49:36 +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=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E5BBE267EC for ; Mon, 20 Mar 2017 16:49:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:To: From:Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=G/YY69Eb+4RC8DErglyL7ukkOxnnR7MeId9KsMO0UMc=; b=EMA5SsORCj/G60 p0GQQD9nVPUHyPteW3gGtCKPsjJUV8O02YZmuR197wJgu91/yl03vP2Kia5CJGinnKXPQ7ovxZDwu aoOncAyg8h1kNNClsBmpoO3fLK1fhqqKhdxV5ap9UGywiyO+ZTbHp6c9Qq3qbJB8lTBf0kmh7RljS ODTpoxWZN1N1RaKU3AkapdvUtcRVLD5aDfrXatEuWHLWDl10im+URJZSgIb2HGnSk1VPXefHoPhhk yvS4/iwUrVEqRB5Z0lH2Siuho3vQuAV5KD43pFINm5yqnb7RXZxAfdh6AcixZ0DinLV1AvGUZyZ4r RjhBO0qbejkeNGdBjPUg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cq0Uu-0000ql-WD; Mon, 20 Mar 2017 16:49:33 +0000 Received: from mail.kernel.org ([198.145.29.136]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cq0Ur-0000oG-Df for linux-arm-kernel@lists.infradead.org; Mon, 20 Mar 2017 16:49:31 +0000 Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 94B702021A; Mon, 20 Mar 2017 16:49:07 +0000 (UTC) Received: from localhost.localdomain (bzq-109-66-69-167.red.bezeqint.net [109.66.69.167]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 46B7A2037C; Mon, 20 Mar 2017 16:49:02 +0000 (UTC) From: Krzysztof Kozlowski To: Tomasz Figa , Krzysztof Kozlowski , Sylwester Nawrocki , Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry Date: Mon, 20 Mar 2017 18:48:51 +0200 Message-Id: <20170320164851.5999-1-krzk@kernel.org> X-Mailer: git-send-email 2.9.3 X-Virus-Scanned: ClamAV using ClamSMTP X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170320_094929_484977_B10BDC8B X-CRM114-Status: GOOD ( 14.54 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Add a Git tree on @kernel.org for maintaining the Samsung pinctrl drivers. The tree will be maintained in a shared model between current Samsung pinctrl maintainers. Pull requests will be going to Linus Walleij. Also add the patchwork for linux-samsung-soc mailing list which will be used for handling the patches. Cc: Tomasz Figa Cc: Sylwester Nawrocki Cc: Linus Walleij Signed-off-by: Krzysztof Kozlowski Acked-by: Tomasz Figa Acked-by: Sylwester Nawrocki Acked-by: Linus Walleij --- As of now, only I have the access to this git tree. Tomasz is welcomed to join anytime. We are also waiting for Sywlester to get account on kernel.org. For the Patchwork, I use it also for Exynos/Samsung ARM architecture maintenance. I will add appropriate permissions to Sylwester so we can share it. --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index e922e0b9f0d5..83f53534c47a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9979,6 +9979,8 @@ M: Krzysztof Kozlowski M: Sylwester Nawrocki L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) +Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/ +T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git S: Maintained F: drivers/pinctrl/samsung/ F: include/dt-bindings/pinctrl/samsung.h