From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 6C4FF15ECD2; Thu, 11 Jul 2024 13:40:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720705214; cv=none; b=hpomQFtkUzsrZgy35xoW3OVwk/V5GMju8ypl5rfS0qVwFzPL7wecM8xQELqI877C4motzcz1K3lgtrvQDhHJdBkBbAsTxteDnIb2oreGig3zzxmOweS+u61tIOW+zHE2dpOlMQe1M5pGLayJ7meetFtBHnF74HWcrWX4mUWiBPw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720705214; c=relaxed/simple; bh=JuIAFWRJtJ8H5PJwu/wDqaK4s+FrtjzeYIWcRlQLbTY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CvLQzGzx1CMQu/12/xKPWgia/jkrLL0D06qU0FqXmo6VU2fyqBsV/2j8D5E9HS465IKx5s6HnNWora3zuiVJFShQOMnljxUcL4IC9p3ocmqKzovpWkFoPbGjZWiAXec/4sN8uxM2wmFfxylJlP6WZSS2DHvYEsfv5rtyi0jIbP4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DC3A8FEC; Thu, 11 Jul 2024 06:40:36 -0700 (PDT) Received: from pluto (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 9FE363F766; Thu, 11 Jul 2024 06:40:08 -0700 (PDT) Date: Thu, 11 Jul 2024 14:39:58 +0100 From: Cristian Marussi To: "Peng Fan (OSS)" Cc: Jonathan Corbet , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Sudeep Holla , Cristian Marussi , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Peng Fan , Alexandre Belloni , Dmitry Torokhov , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, arm-scmi@vger.kernel.org, linux-rtc@vger.kernel.org, linux-input@vger.kernel.org Subject: Re: [PATCH v5 6/7] rtc: support i.MX95 BBM RTC Message-ID: References: <20240621-imx95-bbm-misc-v2-v5-0-b85a6bf778cb@nxp.com> <20240621-imx95-bbm-misc-v2-v5-6-b85a6bf778cb@nxp.com> Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240621-imx95-bbm-misc-v2-v5-6-b85a6bf778cb@nxp.com> On Fri, Jun 21, 2024 at 03:04:41PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > The BBM module provides RTC feature. To i.MX95, this module is managed by > System Manager and exported System Control Management Interface(SCMI). > Linux could use i.MX SCMI BBM Extension protocol to use RTC feature. > Hi Peng, LGTM. Reviewed-by: Cristian Marussi Thanks, Cristian