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 9ED7CC4321E for ; Thu, 20 Jan 2022 20:07:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377580AbiATUH5 (ORCPT ); Thu, 20 Jan 2022 15:07:57 -0500 Received: from mail-oi1-f177.google.com ([209.85.167.177]:39657 "EHLO mail-oi1-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347187AbiATUHz (ORCPT ); Thu, 20 Jan 2022 15:07:55 -0500 Received: by mail-oi1-f177.google.com with SMTP id e81so10549365oia.6; Thu, 20 Jan 2022 12:07:55 -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=0IU04w6lXoVf2p8qlGn0KSlHKzkwLNdQp08IC4sJHbo=; b=afkR/fLP9KfMj2MQk0KGnuzDwVGXM0UhWaKNPW+d8C9Wyx2gRJRzg6oMNtyjYGC9mE Cci3xhS0frKRgql2n8csxwNtn8prDRlKsVW+RdzJ2bLdgDrM+Wan7T+2Mq3y3sWA0Bqn eAmO/SLB+8A11cCVxk/L+eo+AkoMMI8/vl00gKgS15o4ihZTtBVVmDC86MrUVJApCtMz Qs6bD7CeWZehATB4uiniHx7oAP1r7dz+tqVHG9XncqsPp4kcnbBEM7qKV4cWYSVBk4sl 3OWiUCpEpO/AmLcEOQ8b6LCXo34ieAbRkLR/8HcEaA6rDLrf3Xcy1ZeaIefRUAj+d3/9 qkWQ== X-Gm-Message-State: AOAM532l7SRTpsCvrIhpBU4TefrlyIIcXlfvDbukXoElXGYiSLOfGcan VElZsxbfGI47EH0oSk3i1w== X-Google-Smtp-Source: ABdhPJx04gzaTtiJD4/qo81zwd+L6nmtQ3jKG8vFtLsOLkkLlLZCH9dgBA3lT8xK8Z4bIGFl1vz3pw== X-Received: by 2002:aca:702:: with SMTP id 2mr507991oih.44.1642709274761; Thu, 20 Jan 2022 12:07:54 -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 z18sm71856oot.33.2022.01.20.12.07.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Jan 2022 12:07:54 -0800 (PST) Received: (nullmailer pid 1859159 invoked by uid 1000); Thu, 20 Jan 2022 20:07:52 -0000 Date: Thu, 20 Jan 2022 14:07:52 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Benson Leung , linux-i2c@vger.kernel.org, Nicolas Boichat , Andrzej Hajda , Jonathan Cameron , Chanwoo Choi , Daniel Vetter , David Airlie , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Neil Armstrong , devicetree@vger.kernel.org, MyungJoo Ham , Lars-Peter Clausen , Guenter Roeck , linux-input@vger.kernel.org, Rob Herring , linux-iio@vger.kernel.org, Dmitry Torokhov , Lee Jones , Simon Glass Subject: Re: [PATCH 2/2] dt-bindings: google,cros-ec: drop Enric Balletbo i Serra from maintainers Message-ID: References: <20220120104009.159147-1-krzysztof.kozlowski@canonical.com> <20220120104009.159147-2-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220120104009.159147-2-krzysztof.kozlowski@canonical.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 20 Jan 2022 11:40:09 +0100, Krzysztof Kozlowski wrote: > Enric Balletbo i Serra emails bounce: > > : Recipient address rejected: User unknown in local recipient table > > so drop him from the maintainers, similarly to commit 3119c28634dd > ("MAINTAINERS: Chrome: Drop Enric Balletbo i Serra"). > > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/extcon/extcon-usbc-cros-ec.yaml | 1 - > .../devicetree/bindings/i2c/google,cros-ec-i2c-tunnel.yaml | 1 - > .../bindings/iio/proximity/google,cros-ec-mkbp-proximity.yaml | 1 - > Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml | 1 - > Documentation/devicetree/bindings/mfd/google,cros-ec.yaml | 1 - > 5 files changed, 5 deletions(-) > Applied, thanks!