From mboxrd@z Thu Jan 1 00:00:00 1970 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 4FB85C433F5 for ; Tue, 22 Feb 2022 21:15:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235279AbiBVVQI (ORCPT ); Tue, 22 Feb 2022 16:16:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42086 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235700AbiBVVQI (ORCPT ); Tue, 22 Feb 2022 16:16:08 -0500 Received: from mail-oo1-f43.google.com (mail-oo1-f43.google.com [209.85.161.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB65B106605; Tue, 22 Feb 2022 13:15:42 -0800 (PST) Received: by mail-oo1-f43.google.com with SMTP id p206-20020a4a2fd7000000b0031bfec11983so19424429oop.13; Tue, 22 Feb 2022 13:15:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=LxgusODP2GOfUh+GrU/i/NsPSEgZvwaQGFPVZgBGVG0=; b=AT3ouWFNn74ONhDYiPT5L2XbAfJ9d55I8+ipNLvhHRcRVwHfou8ps/jDMQKMtP/B9t gjlKfTA2nR7XgJGZlXPH2NYoVcim5BFhb2ZA1bRDT/yaADS+rOSTnqt3VS32q3E8cTu1 IcIMp7DzSkw5aJNqUia5GH44Bmm1p4dRJclkvz9MYhXkmm6e/8V197D1+M/YovBxFRj2 L8Z3moihtUvLf426a1kHDHxzDHKoIrgGw4SVc02dDsAPseiDiqowYbfm8Dg43ScuXzKn QgjqBISX2t6JxwnEN1Vp/Q+1XxO2lvy33XBnD2THnXl4b2Klj/AcFTkZz14iYBjU8E6T f/SQ== X-Gm-Message-State: AOAM533NDYqSS6g8u+6JtnD6Uy7VqSF2TWbY2Joaom493QI7CL+1iJJ4 X//b26rVlujtVas1bUXN+w== X-Google-Smtp-Source: ABdhPJweZeM8YTKjHsA/asTQIGx8MLwhI9nfrImLfLJ2q3s2S6hi4sAwCA3bD7eX2mY/mlV4k5EL+Q== X-Received: by 2002:a05:6870:961a:b0:d2:858c:ea4 with SMTP id d26-20020a056870961a00b000d2858c0ea4mr2549999oaq.186.1645564542158; Tue, 22 Feb 2022 13:15:42 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id f1sm3477355oov.45.2022.02.22.13.15.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Feb 2022 13:15:41 -0800 (PST) Received: (nullmailer pid 3600555 invoked by uid 1000); Tue, 22 Feb 2022 21:15:40 -0000 Date: Tue, 22 Feb 2022 15:15:40 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Palmer Dabbelt , Philipp Zabel , Bartosz Golaszewski , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Lee Jones , Sagar Kadam , Linus Walleij , linux-riscv@lists.infradead.org, Paul Walmsley , Thierry Reding , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Albert Ou , devicetree@vger.kernel.org, Rob Herring , linux-pwm@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: sifive: drop Yash Shah Message-ID: References: <20220214082349.162973-1-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220214082349.162973-1-krzysztof.kozlowski@canonical.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 14 Feb 2022 09:23:49 +0100, Krzysztof Kozlowski wrote: > Emails to Yash Shah bounce with "The email account that you tried to > reach does not exist.", so drop him from all maintainer entries. > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/gpio/sifive,gpio.yaml | 1 - > Documentation/devicetree/bindings/pwm/pwm-sifive.yaml | 1 - > .../devicetree/bindings/riscv/sifive-l2-cache.yaml | 1 - > MAINTAINERS | 6 ------ > 4 files changed, 9 deletions(-) > Applied, thanks!