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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 09C82CDB474 for ; Mon, 16 Oct 2023 14:56:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=LmUz1xF+3zig//tm3V+DXGKTHv5GWegKch76zyFWG4A=; b=ydspMNUCSSRSlm RhxHV3tztIR4ia5RbnQngbxvb+SSOIMElLYN8lWiU9TR/g6Zho53jWsg0DoPPwehl17GCGLTrmSu+ pSBtLHwoTtMSjBgHASmDcYC+HeNr8tezQDgrQm4FvP07LJ3a+QoNoJ9nJBizIVeF+MTAJZvq5Fn/F AsGJy2FHDfcOBgEtqQIOwfsj+WdQvocMSuTDxOrbO/5xdjeKUdiuuVpp+TAf2Mem6xFrT8hsLHL6j U1FLu9NACvHxvvuyYj0ep4d2hoJI8z4elhbPqNOFPdBHrCq4h3dsG1UeRTanwAujJs8hwnYm9YaJB /TuF3jp87DIJVdtybA0A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qsP0c-009uz3-1L; Mon, 16 Oct 2023 14:55:54 +0000 Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qsP0Z-009uxh-2H for linux-arm-kernel@lists.infradead.org; Mon, 16 Oct 2023 14:55:53 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 14FD81C000A; Mon, 16 Oct 2023 14:55:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1697468147; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=E4UCdwwM/vYHFGtnjXt/BfQr8+RHOz42nLlox8hDx7I=; b=Jn+t4ambL8klBhufvO/6Mt4eVlnDDEzL3Wexe0PvgBhcWVFCcJRo1Qoyq07k0Jp1gZvSm0 FQevd84bliIV7mLtzCd4rZhpjapU9C/NA/Zj9Nqx7dSO4N18PwEdUWOMNkg4w64sQ9KGGe fEh3G4Ay9qV5YpeJeEtvGRJCJesGoMJw6mEBHGwrr5hMs35d1f+5jb58Kws5+3nxoTBm5b b8chmLbqj6wmQXUnU14+OHr0RABsVKRCsDe8bR67wcpWgs9KvuaNN94rSCV0zid36j7M3c PbYXy1E8Tnwke+YcaOfybZxZIa9h0yUvGAF9IaGcde7wNaGVCbCpuuCTRoHx/w== Date: Mon, 16 Oct 2023 16:55:45 +0200 From: Alexandre Belloni To: Alessandro Zummo , Daniel Palmer , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Romain Perier Cc: linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 0/3] Add RTC for MStar SSD20xD SoCs Message-ID: <169746807623.26616.11393539981836060067.b4-ty@bootlin.com> References: <20230913151606.69494-1-romain.perier@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230913151606.69494-1-romain.perier@gmail.com> X-GND-Sasl: alexandre.belloni@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231016_075552_019658_3B17363B X-CRM114-Status: GOOD ( 12.99 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 13 Sep 2023 17:16:03 +0200, Romain Perier wrote: > This patches series adds a new driver for the RTC found in the Mstar > SSD202D SoCs. It adds a basic rtc driver, the corresponding devicetree > bindings. > > The rtctest (from selftests) has been passed on this driver, with the > following output: > > [...] Applied, thanks! [1/3] rtc: Add support for the SSD202D RTC commit: ebf6255868e6141c737cacb8d62b0b347f344877 [2/3] dt-bindings: rtc: Add Mstar SSD202D RTC commit: cfb67623ce281e045ec11e3eddb1b68b879b53a1 Best regards, -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel