From nobody Wed Jun 10 09:43:29 2026 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4F56C3E0C4D for ; Tue, 19 May 2026 08:23:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779178985; cv=none; b=DWX4xO41qG2NLKSNXbKCBYuSa+Zi3yZxsAFd9gee1eb/2sHSYbEVSR+sQmVhS+QrSYYYklTDWbv3KIjXgWL5T+1GytaX971NiRL/DWO6wqOvlcN7osWYFaZWgDOZGKCT8l/VoCazlK0SxzmdHq3Hz5RPm51tcQyVS/AvK70wbe4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779178985; c=relaxed/simple; bh=hYlZyEpQKlvaRYOn/vvEd2xIlb5/gJLlCfc+0W0tFWQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=J7VuCsFUodLCJKSA+aiYHdkrJMbY3gQWFYr46M+ltsmZuoAMpfuVHI7EpejkBysW/sj1PPSZegdU/3qDAd8LKTiCLPA/fECIRloQFPuJYqgLiXh4Od1aKCDTIzBvbgDNjP3DfQvyzJmv9bWxsnsityvKEhqutJwFM3zdw8HsREk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=GoSrrN0I; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="GoSrrN0I" Received: from killaraus.ideasonboard.com (unknown [IPv6:2a01:cb1d:8f2:800:42d6:38fa:3bdf:70df]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id BED287CA; Tue, 19 May 2026 10:22:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1779178961; bh=hYlZyEpQKlvaRYOn/vvEd2xIlb5/gJLlCfc+0W0tFWQ=; h=From:To:Cc:Subject:Date:From; b=GoSrrN0IJbEciDZNlC/96TZaeW0hrG/BvkH7Mn1gkF0D5j5sE6HE1v4nncs6Eu4mN gv4YfA7NJMBJXfLmAmYEAa2tPC4PGDVGtWWVi8Cg3y9Lm5u3QtWyHrh81zaE1j4WDM kLe7J4aJeXxgBh9W75bAZAcYPbnppt2RlRszShUQ= From: Laurent Pinchart To: linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Tomi Valkeinen , vkoul@kernel.org, neil.armstrong@linaro.org, michal.simek@amd.com, Radhey Shyam Pandey Subject: [PATCH] MAINTAINERS: Hand over phy-zynqmp to Tomi Valkeinen Date: Tue, 19 May 2026 10:22:53 +0200 Message-ID: <20260519082253.40142-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" I volunteered to maintain the phy-zynqmp driver as part of my work on the ZynqMP DPSUB driver. Now that Tomi has taken over the DPSUB, it makes sense for him to handle the phy-zynqmp driver as well. Signed-off-by: Laurent Pinchart Acked-by: Radhey Shyam Pandey Acked-by: Tomi Valkeinen --- I would also be happy if someone from AMD would like to take over maitainership of the driver. --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 63389fea5d15..458f2b77d4ce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -29293,7 +29293,7 @@ F: Documentation/devicetree/bindings/memory-control= lers/xlnx,zynqmp-ocmc-1.0.yam F: drivers/edac/zynqmp_edac.c =20 XILINX ZYNQMP PSGTR PHY DRIVER -M: Laurent Pinchart +M: Tomi Valkeinen L: linux-kernel@vger.kernel.org S: Supported T: git https://github.com/Xilinx/linux-xlnx.git --=20 Regards, Laurent Pinchart