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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BE714C433EF for ; Mon, 25 Jul 2022 15:06:29 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 58436841BA; Mon, 25 Jul 2022 17:06:27 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="nA0E7leI"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 07E90841B0; Mon, 25 Jul 2022 17:06:26 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 358A4841BA for ; Mon, 25 Jul 2022 17:06:22 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kabel@kernel.org 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 9807161222; Mon, 25 Jul 2022 15:06:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AF6ADC341C6; Mon, 25 Jul 2022 15:06:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658761580; bh=TrFfser8FECBtQpeNYu4ngF5D+aUYF96dS+m2mwp5ow=; h=From:To:Cc:Subject:Date:From; b=nA0E7leIbBrGpxFJ1fnfwAC3jAy7DhhwNwoTP03O81DgdCHv0zWU+EnMavkIS8qEx v+qKHNvz6inlThU/UA3zvlvsgm7uMTcfJl/tFsnVQq/RMJVKPLNn57UIPnMqdRKnJ1 8xQpk8YTGMCprvsw9gGeOa9wE4+Urem1kh/zpMjdDO/YfSdrZMMMkZ84hFoYLhwboh biHD23/WHfG4adJDRmQ+x2++jAx+/VARlLhaq6wnLvCpttOCNvdSwMJfA6KK3bVtxC f6rf9IycvuClcEwVdXfD/wZzLPPP4uLFKSUkVj8Gzv7GMAr/LDHaHGr43x4CcSMC7/ WBN/zeZ6i83vw== From: =?UTF-8?q?Marek=20Beh=C3=BAn?= To: Tom Rini Cc: =?UTF-8?q?Pali=20Roh=C3=A1r?= , u-boot@lists.denx.de, Priyanka Jain , Harald Seiler , =?UTF-8?q?Marek=20Beh=C3=BAn?= Subject: [PATCH] =?UTF-8?q?MAINTAINERS:=20Change=20POWERPC=20MPC85XX=20mai?= =?UTF-8?q?ntainer=20to=20Marek=20Beh=C3=BAn?= Date: Mon, 25 Jul 2022 17:06:15 +0200 Message-Id: <20220725150615.31935-1-kabel@kernel.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean After a discussion with Tom Rini, we've agreed that I am going to take over custodianship of the MPC85XX platform, since it seems other people do not have necessary interest or time and getting things done over there takes too long. Since I am only working on one MPC85XX board, Turris 1.x, and do not have time to do thorough reviews of patches for this entire platform (other than those concerning Turris 1.x board), for other boards I will only run patches through CI and checkpatch, and then send them via PR upwards to Tom. Signed-off-by: Marek BehĂșn --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index cd54e6663d..3347bd4126 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1209,7 +1209,7 @@ F: arch/powerpc/cpu/mpc83xx/ F: arch/powerpc/include/asm/arch-mpc83xx/ POWERPC MPC85XX -M: Priyanka Jain +M: Marek BehĂșn S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git F: arch/powerpc/cpu/mpc85xx/ -- 2.35.1