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 110D4C43334 for ; Tue, 26 Jul 2022 09:19:33 +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=Uo+RWqGa/Mwz1l/GpWTo/HJZmbVwry8yruWPG+NV4VU=; b=UDglFNxox0j8jc K9ItBrbyLUhaa/jOHpOFKRvvXljU+Xqq0TpFJ3AJ3wzwcuYv7Y8ttn/CawgMZccvikJ2hjk3+b8JV UwmohSUk+YNvSn4L/tp1FLqMkfOSWMGb1v7KHsHOx65Vq/12mc+IuzVa3j3Mus6u16c7ILpHO79Ka I/WEkwgllUCznvSWXbWoFjY4lDyCiN46961Je4ssH1lvX+2FnB0Fov9493GUVSO9SvyYnadnjrkg3 EYfhh2k797RLJBu17kmfPsxw8HxqPuqWq4ZX5CaidznzXMwauF1EjRkACsKNvHANterYhDCRObCma 79wsvW7J4/1+dbO/iIkw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oGGhz-00B7I9-W8; Tue, 26 Jul 2022 09:18:32 +0000 Received: from relay1-d.mail.gandi.net ([2001:4b98:dc4:8::221]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oGGhv-00B71o-7x for linux-arm-kernel@lists.infradead.org; Tue, 26 Jul 2022 09:18:29 +0000 Received: (Authenticated sender: alexandre.belloni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id E3B5E240004; Tue, 26 Jul 2022 09:18:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1658827101; 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=1eMPxwGGLuK4IaY+cx04zGWguw85HqB8nrDHBjS2bvE=; b=LIXKMkHO0ZoUb78Q5z2bxUyE/iB1Kd5JHG/epodcYEqn/M7hU+N4v+yfwdGHQ1dboD9yYt uAe0YYDTCdLFavOWUo3TmpoAHfhZn0Pt0x+CU66KzadS8G+ngisxlsym9Wf07oCcJxbRlG RgYVUF2OpN4cyCDG7xe6RyvC+StobEQFth/d0HeQao8omhT4sordQeSYXA3TEzvSVq5WKW 2OeUayWj05LLtOO+ztCC/uCxevkc8liSOYdSFHOV2kSvXFm9PFRmjPpwF0HDKgkHOb3EPL lMIdKzh3qLzMlX0+nJ1uplyTR8loOcvsybjgEjjSQ23ZPC471FBhI/BujVYByQ== Date: Tue, 26 Jul 2022 11:18:19 +0200 From: Alexandre Belloni To: samuel@sholland.org, a.zummo@towertech.it Cc: jernej.skrabec@gmail.com, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, icenowy@aosc.io, linux-rtc@vger.kernel.org, wens@csie.org, linux-arm-kernel@lists.infradead.org Subject: Re: [RESEND PATCH] rtc: sun6i: add support for R329 RTC Message-ID: <165882703251.3139893.611019968302494887.b4-ty@bootlin.com> References: <20220626042756.58961-1-samuel@sholland.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220626042756.58961-1-samuel@sholland.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220726_021827_479086_3A4E01BD X-CRM114-Status: GOOD ( 10.15 ) 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 Sat, 25 Jun 2022 23:27:56 -0500, Samuel Holland wrote: > From: Icenowy Zheng > > Allwinner R329 has a RTC with a similar time storage with H616 but a > slightly different clock part. > > As we have already handled the R329 RTC clocks in the CCU driver, add a > compatible string to RTC driver to allow probing of the RTC. > > [...] Applied, thanks! [1/1] rtc: sun6i: add support for R329 RTC commit: b9d982385d0544132bc398b7a7e062d9a554d941 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