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 C7111C0015E for ; Fri, 28 Jul 2023 07:54:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234490AbjG1Hye (ORCPT ); Fri, 28 Jul 2023 03:54:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39236 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232496AbjG1HyZ (ORCPT ); Fri, 28 Jul 2023 03:54:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1294173F; Fri, 28 Jul 2023 00:54:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3BAB762035; Fri, 28 Jul 2023 07:54:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE90BC433C7; Fri, 28 Jul 2023 07:54:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690530863; bh=O1cNWXEo+9YOHgwHktZITvHAmMXU2sDKw5f8LCDKsEs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AGGC/2vlpzLcRfPtqNVhu8REJqrZ9oHbnDRVcCaYv/csppwg+D3IpWHxZVz05hDTg PEb52eabt+Hzk7wvDNoAYBmnXlQNiCzrxKaEV0Hgu0dZ0Dn7yx8qq+TWLHTHZO9RR5 d8faLTTaj6BW1Qq6BqxASzOuS89qlTOdAFgP5vNc28FoaqxDWL4KHREpVMoz5pNQN6 1sDzXe2zwPIhD6Q/DYDdMV8Yfl3A96wSFYyAcTRc5+yr4+GEP/Ne59P7i48jzFLTC2 E/XFNKehofRueCgh4oMEObSOZoZkHoRCWKoMyznYKevJ0m5EdPNUW5iFQtOTZXjtNW Bmq8QmP0sInUQ== Date: Fri, 28 Jul 2023 08:54:16 +0100 From: Lee Jones To: Guru Das Srinagesh Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , MyungJoo Ham , Chanwoo Choi , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH] treewide: Update Guru Das Srinagesh's email address Message-ID: <20230728075416.GC8175@google.com> References: <20230728001622.4938-1-quic_gurus@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230728001622.4938-1-quic_gurus@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 27 Jul 2023, Guru Das Srinagesh wrote: > Clean up my email address as the codeaurora.org address is not used > anymore. > > Signed-off-by: Guru Das Srinagesh > --- > Documentation/devicetree/bindings/extcon/qcom,pm8941-misc.yaml | 2 +- > Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml | 2 +- 2 patches isn't exactly 'treewide'. Anyway, since there are not dependencies between the changes, please separate them out, one per subsystem. > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/extcon/qcom,pm8941-misc.yaml b/Documentation/devicetree/bindings/extcon/qcom,pm8941-misc.yaml > index 2c8cf6aab19a..6b80518cbf62 100644 > --- a/Documentation/devicetree/bindings/extcon/qcom,pm8941-misc.yaml > +++ b/Documentation/devicetree/bindings/extcon/qcom,pm8941-misc.yaml > @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: Qualcomm Technologies, Inc. PM8941 USB ID Extcon device > > maintainers: > - - Guru Das Srinagesh > + - Guru Das Srinagesh > > description: | > Some Qualcomm PMICs have a "misc" module that can be used to detect when > diff --git a/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml b/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml > index e6a2387d8650..9e4eed34dae8 100644 > --- a/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml > +++ b/Documentation/devicetree/bindings/mfd/qcom,pm8008.yaml > @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: Qualcomm Technologies, Inc. PM8008 PMIC > > maintainers: > - - Guru Das Srinagesh > + - Guru Das Srinagesh > > description: | > Qualcomm Technologies, Inc. PM8008 is a dedicated camera PMIC that integrates > > base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 > -- > 2.40.0 > -- Lee Jones [李琼斯]