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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DEED9C27C79 for ; Mon, 17 Jun 2024 23:40:04 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=yeah.net header.i=@yeah.net header.a=rsa-sha256 header.s=s110527 header.b=UeXh3GzG; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4W35w22NLsz3gJ7 for ; Tue, 18 Jun 2024 09:40:02 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=yeah.net header.i=@yeah.net header.a=rsa-sha256 header.s=s110527 header.b=UeXh3GzG; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=yeah.net (client-ip=123.58.177.132; helo=mail-177132.yeah.net; envelope-from=shawnguo2@yeah.net; receiver=lists.ozlabs.org) Received: from mail-177132.yeah.net (mail-177132.yeah.net [123.58.177.132]) by lists.ozlabs.org (Postfix) with ESMTP id 4W2ZxN485gz3bNs for ; Mon, 17 Jun 2024 13:24:21 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=dWGjkuPaopuifvZBoMGZ2u+MVNe8w42W4DHJBlXPkNk=; b=UeXh3GzGAqMSmuA1TsOlFOh2AOb01dcMblHx7+df+KKCwK89GzjIbKil1BJT7k Qyp2eDUxT9gw88gA8kHUSXjnjTL9vIeG984PDQlN58JyPcQqu/xIgU8KhpgGyPDW OWRRXebJsG9t3PMW19ftWsML9Jxn9ZN1ZFwzJxWWsCuck= Received: from dragon (unknown [114.216.76.201]) by smtp2 (Coremail) with SMTP id C1UQrADn7xBXrG9msOjOCA--.52564S3; Mon, 17 Jun 2024 11:24:08 +0800 (CST) Date: Mon, 17 Jun 2024 11:24:07 +0800 From: Shawn Guo To: Krzysztof Kozlowski Subject: Re: [RFC PATCH 2/2] dt-bindings: memory: fsl: replace maintainer Message-ID: References: <20240604142249.1957762-1-mwalle@kernel.org> <20240604142249.1957762-2-mwalle@kernel.org> <364dc212-71dc-4bc9-b4fa-97ba2f92d679@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <364dc212-71dc-4bc9-b4fa-97ba2f92d679@kernel.org> X-CM-TRANSID: C1UQrADn7xBXrG9msOjOCA--.52564S3 X-Coremail-Antispam: 1Uf129KBjvdXoWrZFWxWF1UCrW5Jw17Wr1Utrb_yoWxZrc_G3 W0v3Z3uwnxXFZ7GF4kKF15XrW3Kw1v9ry5X34Fq34fXr90yr9xAwn5tr1fXan5ZFWjgFsr Cay3A34vk347WjkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IU8dcTJUUUUU== X-Originating-IP: [114.216.76.201] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiGBgBZV6Nn47Q6AAAse X-Mailman-Approved-At: Tue, 18 Jun 2024 09:37:51 +1000 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rob Herring , Conor Dooley , Michael Walle , devicetree@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Shawn Guo , linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Tue, Jun 11, 2024 at 10:49:36AM +0200, Krzysztof Kozlowski wrote: > On 04/06/2024 16:22, Michael Walle wrote: > > Li Yang's mail address is bouncing, replace it with Shawn Guo's one. > > > > Signed-off-by: Michael Walle > > --- > > This is marked as an RFC because it is more of a question for Shawn if > > he is willing to take over the maintainership. > > --- > > I suppose this could go via IMX SoC tree, so: > Acked-by: Krzysztof Kozlowski A second thought on this one. Hi Krzysztof, Since you are the maintainer for drivers/memory, would it be more reasonable to put you instead of me in there? Patch dropped for now. Shawn