From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [1.95.21.17]) (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 419D91FDD for ; Mon, 30 Jun 2025 03:57:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=1.95.21.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751255853; cv=none; b=iTlIRb4QK44Tc9vorX6OLoAndYthLHUQnIghynwgMfVE/VoVn4lkFb8rno/wLJp+JW03xjlbkPCTq52jzIEwban3XuDcIxFas6Vkv0w0nG8nKTb3rBRMgxl4cauCpyOfuyLfHzbyUfzoUN2fkl3aJEcbcjJGUEVMXpwM57LA2qc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751255853; c=relaxed/simple; bh=Dh2yE1z46RolPA7MbJbXtq85VmKVOADezty709H/p3c=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=K2yKKSYbo+OJwEsq7fwVIFdpc3CFvxhxJes15yv1xsndJoiEaTtybJJBeGQa5735/M+qSspVSiCmBfTg82BaNb2+kwHqwrAFHTMPifbbRNG7kxr6qDnUskKgeqVefDKU0yoHHb6/fpMGuW6Q8gt6PVf6M5/1sOazzdUhCwnvqgA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=BG8Ue+lJ; arc=none smtp.client-ip=1.95.21.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="BG8Ue+lJ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; bh=S56l5YgbFni9hTKvZE0TP502vTxV83x72Q+y/UQjQbg=; b=BG8Ue+lJLgjcvcB595Zv5YFfQBJ9gecUI7cUOsNWGwmo+9NyeH0VIEtrZX07GD rtcalaLiXDNJR77EQsBuRxYC+y47Jwn6W3wxIwzjo7Hf+wzOa4xKWTwHcEyaBngI KiPcbWZTv3XhdoiHjXYttcCR6hEb4TF5clwTB6vbTEoXM= Received: from dragon (unknown []) by gzsmtp1 (Coremail) with SMTP id Mc8vCgDX_2nXA2Jof_klAA--.52781S3; Mon, 30 Jun 2025 11:26:17 +0800 (CST) Date: Mon, 30 Jun 2025 11:26:15 +0800 From: Shawn Guo To: Ciprian Costea Cc: Shawn Guo , linux-kernel@vger.kernel.org, Christophe Lizzi , Alberto Ruiz , Enric Balletbo , Eric Chanudet , imx@lists.linux.dev Subject: Re: [PATCH] MAINTAINERS: add NXP S32G RTC driver Message-ID: References: <20250526163259.2470550-1-ciprianmarian.costea@oss.nxp.com> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250526163259.2470550-1-ciprianmarian.costea@oss.nxp.com> X-CM-TRANSID:Mc8vCgDX_2nXA2Jof_klAA--.52781S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvj4RACzuDUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiIBmpD2hiA9mxgQAA3- On Mon, May 26, 2025 at 07:32:59PM +0300, Ciprian Costea wrote: > From: Ciprian Marian Costea > > Add the NXP S32G RTC driver as maintained so further patches on this > driver can be reviewed under this architecture. > > Signed-off-by: Ciprian Marian Costea Applied, thanks!