From patchwork Wed Nov 22 17:04:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Serge Semin X-Patchwork-Id: 1867445 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=baikalelectronics.ru header.i=@baikalelectronics.ru header.a=rsa-sha256 header.s=post header.b=QZbubmNn; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2604:1380:45e3:2400::1; helo=sv.mirrors.kernel.org; envelope-from=linux-pci+bounces-139-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from sv.mirrors.kernel.org (sv.mirrors.kernel.org [IPv6:2604:1380:45e3:2400::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Sb7842BlNz1ySb for ; Thu, 23 Nov 2023 04:11:48 +1100 (AEDT) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sv.mirrors.kernel.org (Postfix) with ESMTPS id 0FA00281445 for ; Wed, 22 Nov 2023 17:11:47 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id DB9245788D; Wed, 22 Nov 2023 17:11:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=baikalelectronics.ru header.i=@baikalelectronics.ru header.b="QZbubmNn" X-Original-To: linux-pci@vger.kernel.org Received: from post.baikalelectronics.com (post.baikalelectronics.com [213.79.110.86]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 07CD91AE; Wed, 22 Nov 2023 09:11:34 -0800 (PST) Received: from post.baikalelectronics.com (localhost.localdomain [127.0.0.1]) by post.baikalelectronics.com (Proxmox) with ESMTP id 37D75E0EB6; Wed, 22 Nov 2023 20:05:13 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= baikalelectronics.ru; h=cc:cc:content-transfer-encoding :content-type:content-type:date:from:from:message-id :mime-version:reply-to:subject:subject:to:to; s=post; bh=PaQ8UrY qoUK/m1kbaJ2p3IjQEyIB74QQMBgVZJwX1Jo=; b=QZbubmNnJ/JWWkDxD0DId1m G5uv4grvSYMYvuF37B9zNkGKbNmBWrInKwDoT1Lq24tq578FQiUstj/OWdwgm02U Ei4trnz5pVKMb8mm2VIf2YWWTSwUoslbnPM64LbQo01wBlDH+ntuiXrZ1oNVc8FR xHaHJgHkVbrpnsyUv2T8= Received: from mail.baikal.int (mail.baikal.int [192.168.51.25]) by post.baikalelectronics.com (Proxmox) with ESMTP id F28E6E0EB4; Wed, 22 Nov 2023 20:05:12 +0300 (MSK) Received: from localhost (10.8.30.118) by mail (192.168.51.25) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Wed, 22 Nov 2023 20:05:12 +0300 From: Serge Semin To: Lukas Bulwahn , Thomas Bogendoerfer CC: Serge Semin , Serge Semin , Alexey Malahov , Arnd Bergmann , , , , , Subject: [PATCH 0/3] MAINTAINERS: Add MIPS Baikal-T1 SoC bits maintainer Date: Wed, 22 Nov 2023 20:04:49 +0300 Message-ID: <20231122170506.27267-1-Sergey.Semin@baikalelectronics.ru> X-Mailer: git-send-email 2.42.1 Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: MAIL.baikal.int (192.168.51.25) To mail (192.168.51.25) For the last few years several Baikal-T1 platform-specific drivers have been merged into the kernel repo. I should have added them to the MAINTAINERS list in the first place, but didn't do that postponing for the final series with the arch-specific patches. Sooner than later that will be done (after I finally finish working on the EDAC and network drivers), but until then let's add the already merged in drivers maintainer to the list in order to not have them looking abandoned, especially seeing such concern has already been raised here: Link: https://lore.kernel.org/lkml/20231122054142.31322-1-lukas.bulwahn@gmail.com/ Signed-off-by: Serge Semin Cc: Alexey Malahov Cc: Arnd Bergmann Cc: linux-mips@vger.kernel.org Cc: linux-pci@vger.kernel.org Cc: linux-hwmon@vger.kernel.org Cc: kernel-janitors@vger.kernel.org Cc: linux-kernel@vger.kernel.org Serge Semin (3): MAINTAINERS: Add maintainer for Baikal-T1 PVT hwmon driver MAINTAINERS: Add maintainer for Baikal-T1 PCIe driver MAINTAINERS: Add maintainer for MIPS Baikal-T1 platform code MAINTAINERS | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+)