From patchwork Mon Aug 8 10:15:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 597476 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 08BAFC25B0F for ; Mon, 8 Aug 2022 10:16:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242359AbiHHKQZ (ORCPT ); Mon, 8 Aug 2022 06:16:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40786 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242214AbiHHKQX (ORCPT ); Mon, 8 Aug 2022 06:16:23 -0400 Received: from mail-lf1-x135.google.com (mail-lf1-x135.google.com [IPv6:2a00:1450:4864:20::135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8D0B7101C8 for ; Mon, 8 Aug 2022 03:16:22 -0700 (PDT) Received: by mail-lf1-x135.google.com with SMTP id z6so4509706lfu.9 for ; Mon, 08 Aug 2022 03:16:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=JWyHWpRZ1Kh32AMhlQIk7pyHBxJVf8IzTt5zqpwObhY=; b=MrROKyLJJ83f3Rr2mGc49Yse06wHtSB+UZ/fdnVkIROrdgd6G5U0BHv6wZCH0y/ELG AJ/m/Z/4Q7nc+d7bJBHuSjCXT9hyjQr6FsJpynKeTu7fw5UTIUgWnyB4ROV6D1v5kGxH vKTPX90RZrqPKvjtOl/EiKG71FvteMwCGWYOobnquUOQm8jIHa9oCCfQu+PvxlH5NrCW iwRFPN/ePSPg8LUGx4iyC/fG14Oske8ipp/nAcCYTlFCM7MokuuK008QWNlC2JyW29WO FHjxT9M+nzbkNOPuHVaA9LMMz6lcaIpnRfAwa8DyvaqiF6QwEl9fAi1PbdzqmFR0fH97 EVPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=JWyHWpRZ1Kh32AMhlQIk7pyHBxJVf8IzTt5zqpwObhY=; b=XdH6KCkWeF6nCSn81T71lJGsBs2tHAk7QAzDEoqa4IN7gdjnlBqWb7K3N4Q6kucOs9 TaWqFKzqKhnFYr4Ua4unvCD9iQfm/7UD70BhybFK/UeMIZOeNv+HS5yVJ/AQh8rRC+/V 8PUQRuNgaAE6W+PRsyiSQKPdT4n7rCrxydKW9exG2RYBPlcFu9Sx+3r1ZNf/CnyOxp4H hCII3wTm/0/QAJqEsewWTBxVoik1Cefo3Fhe7Ia4a5rMSLFHZ+rrg0n/8ZtP+U+vTrIQ IKArEYxVmzQqw9EBHOxp4pCIpzE8gQYTYmgwI2ljd6FwERJLGMY6rI1eEH0m1cZDTuxT IeHg== X-Gm-Message-State: ACgBeo2u1Vs5fciCYuXqGvn84/clhtZmC3ku155WNjvOuAYGFi/A1vB0 sOcOfV4c7ZHRDdb7EdBgmtE2ag== X-Google-Smtp-Source: AA6agR7cfm64Y6GBFeSO18v6MzV1E5WMXn0USHffiVixm1IpLgTYtoCxMdxCHJ8TpfOA7GHPubr/eg== X-Received: by 2002:a05:6512:2349:b0:48c:ee14:7fc with SMTP id p9-20020a056512234900b0048cee1407fcmr1125838lfu.71.1659953780871; Mon, 08 Aug 2022 03:16:20 -0700 (PDT) Received: from localhost.localdomain ([83.146.140.105]) by smtp.gmail.com with ESMTPSA id b2-20020a056512070200b0048b193f677dsm1377489lfs.178.2022.08.08.03.16.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Aug 2022 03:16:20 -0700 (PDT) From: Krzysztof Kozlowski To: Daniel Lezcano , Lee Jones , linux-samsung-soc@vger.kernel.org, Chanwoo Choi , Mark Brown , Hans de Goede , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , Bartlomiej Zolnierkiewicz Subject: [PATCH 2/3] MAINTAINERS: pwm-fan: Drop Bartlomiej Zolnierkiewicz Date: Mon, 8 Aug 2022 13:15:25 +0300 Message-Id: <20220808101526.46556-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220808101526.46556-1-krzysztof.kozlowski@linaro.org> References: <20220808101526.46556-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org Bartlomiej's Samsung email address is not working since around last year and there was no follow up patch take over of the drivers, so drop the email from maintainers. Cc: Bartlomiej Zolnierkiewicz Signed-off-by: Krzysztof Kozlowski --- I assume that if other change was preferred, there was quite enough of time to send a patch for this. :) --- MAINTAINERS | 8 -------- 1 file changed, 8 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 423c81f8ba61..4832b317fe05 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16529,14 +16529,6 @@ T: git git://linuxtv.org/media_tree.git F: drivers/media/usb/pwc/* F: include/trace/events/pwc.h -PWM FAN DRIVER -M: Bartlomiej Zolnierkiewicz -L: linux-hwmon@vger.kernel.org -S: Supported -F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt -F: Documentation/hwmon/pwm-fan.rst -F: drivers/hwmon/pwm-fan.c - PWM IR Transmitter M: Sean Young L: linux-media@vger.kernel.org