From patchwork Thu Apr 6 20:47:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 13204223 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 862E1C7618D for ; Thu, 6 Apr 2023 20:49:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239932AbjDFUt3 (ORCPT ); Thu, 6 Apr 2023 16:49:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240147AbjDFUtP (ORCPT ); Thu, 6 Apr 2023 16:49:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A72A876BF; Thu, 6 Apr 2023 13:48:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4186F64BAE; Thu, 6 Apr 2023 20:48:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5A930C433EF; Thu, 6 Apr 2023 20:48:01 +0000 (UTC) From: Krzysztof Kozlowski To: Guenter Roeck , Jean Delvare , linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH v2] MAINTAINERS: hwmon: drop Agathe Porte Date: Thu, 6 Apr 2023 22:47:50 +0200 Message-Id: <20230406204750.3017850-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org Mails to Agathe Porte bounce ("550 5.4.1 Recipient address rejected: Access denied. AS(201806281)"). Signed-off-by: Krzysztof Kozlowski --- Changes since v1: 1. Update also bindings. --- Documentation/devicetree/bindings/hwmon/ti,tmp464.yaml | 2 +- MAINTAINERS | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/hwmon/ti,tmp464.yaml b/Documentation/devicetree/bindings/hwmon/ti,tmp464.yaml index e7493e25a7d2..f9c00cbb2806 100644 --- a/Documentation/devicetree/bindings/hwmon/ti,tmp464.yaml +++ b/Documentation/devicetree/bindings/hwmon/ti,tmp464.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: TMP464 and TMP468 temperature sensors maintainers: - - Agathe Porte + - Guenter Roeck description: | ±0.0625°C Remote and Local temperature sensor diff --git a/MAINTAINERS b/MAINTAINERS index 99b665e85f0a..7f0b8076f144 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21173,7 +21173,6 @@ F: Documentation/hwmon/tmp401.rst F: drivers/hwmon/tmp401.c TMP464 HARDWARE MONITOR DRIVER -M: Agathe Porte M: Guenter Roeck L: linux-hwmon@vger.kernel.org S: Maintained