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 726ACC433EF for ; Thu, 14 Jul 2022 11:28:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238890AbiGNL2O (ORCPT ); Thu, 14 Jul 2022 07:28:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38010 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238847AbiGNL2G (ORCPT ); Thu, 14 Jul 2022 07:28:06 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 30800599DE; Thu, 14 Jul 2022 04:28:02 -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 7F42961BFD; Thu, 14 Jul 2022 11:28:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0CD82C34114; Thu, 14 Jul 2022 11:27:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657798080; bh=N1fNSRCueq/ZQuGKF7Mf1VOJKbVklZ0O06iKTAUyTMU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kMzUz7CD1tFQgTBqA1lYx3oX15IN1LcOyvkJ2mjldZUc+ahxb/cfLuF8DofcrfcSL SzmW+dKIEGR2cIHW7xj1bbdEwkf5VPql8Fsw0WDaGPEDdolCWn8EgWqc59KhOZJIpR DHQb00+urstAOR5kPkBCOlcldtaKi/NTCu/gh4bujRtr+9Ai0v+wW+BgQ5MgVB9hJk c+iqK0IzeFTHiqUrrfy8lcMLO1ZJpeggFGoC4jxK4WXLiOf0gwd10EXqxhD3yg/UYi sEVGqLQooX/SCGGbTgnyRzZxT/rSdm1DQ+p0Im8hKr2FkQmxuMCu4jdCRis8Pwl82r yfiCOz5rguLRw== From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, Lee Jones , Arnd Bergmann , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org Subject: [PATCH 7/8] dt-bindings: mfd: syscon: Update Lee Jones' email address Date: Thu, 14 Jul 2022 12:25:32 +0100 Message-Id: <20220714112533.539910-8-lee@kernel.org> X-Mailer: git-send-email 2.37.0.144.g8ac04bfd2-goog In-Reply-To: <20220714112533.539910-1-lee@kernel.org> References: <20220714112533.539910-1-lee@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Going forward, I'll be using my kernel.org for upstream work. Cc: Arnd Bergmann Cc: Rob Herring Cc: Krzysztof Kozlowski Cc: devicetree@vger.kernel.org Signed-off-by: Lee Jones Signed-off-by: Lee Jones --- Documentation/devicetree/bindings/mfd/syscon.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml index fb784045013f5..c10f0b577268e 100644 --- a/Documentation/devicetree/bindings/mfd/syscon.yaml +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml @@ -17,7 +17,7 @@ description: | and access the registers directly. maintainers: - - Lee Jones + - Lee Jones select: properties: -- 2.37.0.144.g8ac04bfd2-goog