From patchwork Wed Sep 22 06:35:58 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiri Slaby X-Patchwork-Id: 12509571 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45815C433F5 for ; Wed, 22 Sep 2021 06:43:47 +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 0379161184 for ; Wed, 22 Sep 2021 06:43:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0379161184 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=mbWGFDQzMKtMDg/fR9crhEm55HZ53ANz5TpBDOPWsos=; b=UZpntLrVjd8aI4 AfMZJbjC1cy2f6KHueEvt6WvnNIo1sm9GrbirQV9pdYV41sFHvI6a5y8QpQumm+TQY5Chl3Uk+G1Z iGN8ECEbJc9MqbjR7m9sIVII0YN7v9M/RWy5fEToHKeXu/+pSY+CQEMhxB3YCrjGrloC+qa+b5bE6 UaDGqUVcCFcp123sjL45e8z6VASHZMdz1jsYfEWYbsMJSUNUO/pK4tnbReQPgJ/nikNpfDiA3nRm9 h2Ep2aLTw26znptfMQnz9QHwbE8AE8H+mZlchOTTtgr/cuD0vFmEaxwkVq4jce2keUgJw0SQ/NB3W 3to+qQSazIF+VBVgLy4g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mSvwb-0077A5-Fk; Wed, 22 Sep 2021 06:41:26 +0000 Received: from smtp-out2.suse.de ([195.135.220.29]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mSvrO-0075oL-AX for linux-arm-kernel@lists.infradead.org; Wed, 22 Sep 2021 06:36:03 +0000 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 3838720088; Wed, 22 Sep 2021 06:35:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1632292559; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=gfr/hCvClxRucXRWXVi9j4H3NbdWGDnOwvguA7u39Ow=; b=HtSIpnf9pQm4aZX/3TDQ/7hMoIMCyuZdaSVXu6WSN0LnlHXIChmNEp2elztJUQ6NcIoqXt /dgyrxtNMvwXJ5+MP+CtIUHVwc82v3o28GlFAfRqRTd1V1xOqSH1jC2kKV9rb2HYNU5IvZ ZobXXuLmL1vsePCzWgQHidLiT/OYkWs= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1632292559; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=gfr/hCvClxRucXRWXVi9j4H3NbdWGDnOwvguA7u39Ow=; b=2fmclXILXteY+PXRkmIXPwujIpqkWWlQ7qC4T0X+JAkKlyKFYPRRULwfaRpOcfJG7Wi+LW baCqRnZN766XacAw== Received: from localhost.localdomain (unknown [10.100.208.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 08C34A3B81; Wed, 22 Sep 2021 06:35:58 +0000 (UTC) From: Jiri Slaby To: linux@armlinux.org.uk Cc: linux-kernel@vger.kernel.org, Jiri Slaby , linux-arm-kernel@lists.infradead.org, Linus Torvalds Subject: [PATCH v2] MAINTAINERS: ARM/VT8500, remove defunct e-mail Date: Wed, 22 Sep 2021 08:35:58 +0200 Message-Id: <20210922063558.26417-1-jslaby@suse.cz> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210921_233602_578513_EB7B06E5 X-CRM114-Status: GOOD ( 10.98 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org linux@prisktech.co.nz is defunct: 4.1.2 : Recipient address rejected: Domain not found Remove it from MAINTAINERS and make thus the ARM/VT8500 entry an orphan. Signed-off-by: Jiri Slaby Cc: linux-arm-kernel@lists.infradead.org Cc: Linus Torvalds --- [v2] - switch also Maintained -> Orphan MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index aafc58437abd..08ed07f745f0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2821,9 +2821,8 @@ F: arch/arm/mach-pxa/include/mach/vpac270.h F: arch/arm/mach-pxa/vpac270.c ARM/VT8500 ARM ARCHITECTURE -M: Tony Prisk L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -S: Maintained +S: Orphan F: Documentation/devicetree/bindings/i2c/i2c-wmt.txt F: arch/arm/mach-vt8500/ F: drivers/clocksource/timer-vt8500.c