From patchwork Wed Nov 22 17:04:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Serge Semin X-Patchwork-Id: 1867442 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=lSqnmEKy; 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-136-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 4Sb77z6ZhRz1yRw for ; Thu, 23 Nov 2023 04:11:43 +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 4AD9E28124D for ; Wed, 22 Nov 2023 17:11:42 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 63B5B4F21B; Wed, 22 Nov 2023 17:11:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=baikalelectronics.ru header.i=@baikalelectronics.ru header.b="lSqnmEKy" X-Original-To: linux-pci@vger.kernel.org X-Greylist: delayed 379 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 22 Nov 2023 09:11:34 PST Received: from post.baikalelectronics.com (post.baikalelectronics.com [213.79.110.86]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id D5E141A5; 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 C065CE0EB9; 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:in-reply-to:message-id :mime-version:references:reply-to:subject:subject:to:to; s=post; bh=gnCHnfuBhq/n3w/GmAIAGIuczS2gRN7GtB95t4RaqmY=; b=lSqnmEKy23sw k7EwB4T9Wx87G+mqey0DoSczT7qZMactdexV4vVxSIz3D652jMIDq84XvwVA/neg xzmy04Utz06iSZ7cvbdj2pDOB7YQWaxh/9wG5vKrVWENT5XUH6NeqguOhEHcX2rc F3EBYZet9PWm5EEu0Y9tW1PGXuSUW40= Received: from mail.baikal.int (mail.baikal.int [192.168.51.25]) by post.baikalelectronics.com (Proxmox) with ESMTP id 9FF9EE0EB4; Wed, 22 Nov 2023 20:05:13 +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:13 +0300 From: Serge Semin To: Lukas Bulwahn , Thomas Bogendoerfer CC: Serge Semin , Serge Semin , Alexey Malahov , Arnd Bergmann , , , , , Subject: [PATCH 1/3] MAINTAINERS: Add maintainer for Baikal-T1 PVT hwmon driver Date: Wed, 22 Nov 2023 20:04:50 +0300 Message-ID: <20231122170506.27267-2-Sergey.Semin@baikalelectronics.ru> X-Mailer: git-send-email 2.42.1 In-Reply-To: <20231122170506.27267-1-Sergey.Semin@baikalelectronics.ru> References: <20231122170506.27267-1-Sergey.Semin@baikalelectronics.ru> 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) Add myself as a maintainer of the Baikal-T1 PVT sensors driver. Signed-off-by: Serge Semin --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 97f51d5ec1cf..9e50a77d746e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3467,6 +3467,14 @@ F: drivers/video/backlight/ F: include/linux/backlight.h F: include/linux/pwm_backlight.h +BAIKAL-T1 PVT HARDWARE MONITOR DRIVER +M: Serge Semin +L: linux-hwmon@vger.kernel.org +S: Supported +F: Documentation/devicetree/bindings/hwmon/baikal,bt1-pvt.yaml +F: Documentation/hwmon/bt1-pvt.rst +F: drivers/hwmon/bt1-pvt.[ch] + BARCO P50 GPIO DRIVER M: Santosh Kumar Yadav M: Peter Korsgaard