From patchwork Thu Jun 4 08:47:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kepplinger X-Patchwork-Id: 11587489 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 08F09739 for ; Thu, 4 Jun 2020 08:49:28 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D1B6720738 for ; Thu, 4 Jun 2020 08:49:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ethSb4js" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D1B6720738 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=puri.sm Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org 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:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=SPTmeNmQzO8vh3ZJzxe4A2HOxKNX+Irq1asUqurtpxI=; b=ethSb4js6tYDUMFjJVUNEAlUm8 EqgTVqkmDAXAuWdDJx1v85e7ZHvJkK0BlhuJ3v0gARH8xejcF+inkuN6tLbz1+K8r9rYOgWyCpfxu 63CUSZ0NTYreqGnRQOgPVZuvkwgboEGanIyuAs/hQSJzUU6DxxFbDVPRWliGOEvsRyhgUPobkdNX7 ewkO7i1xcAhJ7/xs6V70vWlFeotdmCuWf84dUqb0Nj3nBgYV/Hs4K6QWyOtJMNTdjS7PbbXJNkjKB TkQ70/dI2HAMi+TNr4bL73ve6YubTGkTi0LUUoUmsawmawBPH5vKF8oo800dyHwkZgAiB2jQv71I0 /EyP02fQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jglYt-0002el-HI; Thu, 04 Jun 2020 08:49:19 +0000 Received: from comms.puri.sm ([159.203.221.185]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jglYi-0002Xi-CK for linux-arm-kernel@lists.infradead.org; Thu, 04 Jun 2020 08:49:09 +0000 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 20F6AE01AF; Thu, 4 Jun 2020 01:48:27 -0700 (PDT) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nnn0gZI6NH5H; Thu, 4 Jun 2020 01:48:26 -0700 (PDT) From: Martin Kepplinger To: robh@kernel.org, kernel@puri.sm, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, mchehab@kernel.org, Anson.Huang@nxp.com, agx@sigxcpu.org, angus@akkea.ca Subject: [PATCH v2 2/2] MAINTAINERS: Add Purism Librem 5 section to the list Date: Thu, 4 Jun 2020 10:47:56 +0200 Message-Id: <20200604084756.586-2-martin.kepplinger@puri.sm> In-Reply-To: <20200604084756.586-1-martin.kepplinger@puri.sm> References: <20200604084756.586-1-martin.kepplinger@puri.sm> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200604_014908_425865_B8C75A63 X-CRM114-Status: UNSURE ( 6.25 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [159.203.221.185 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Martin Kepplinger MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Add development information for the devicetree files for hardware by Purism SPC. Signed-off-by: Martin Kepplinger --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 91bc8a7c0c17..ae6ac00c6b26 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13879,6 +13879,13 @@ T: git git://linuxtv.org/media_tree.git F: Documentation/admin-guide/media/pulse8-cec.rst F: drivers/media/cec/usb/pulse8/ +PURISM LIBREM 5 +M: Purism Kernel Team +S: Supported +B: https://source.puri.sm/Librem5/linux-next/issues +T: https://source.puri.sm/Librem5/linux-next +F: arch/arm64/boot/dts/freescale/imx8mq-librem5* + PVRUSB2 VIDEO4LINUX DRIVER M: Mike Isely L: pvrusb2@isely.net (subscribers-only)