Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp2677378pxb; Sat, 25 Sep 2021 14:27:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyp/DflDDiT/IkQ0WST7azx54IrTjkujhmhIPBOYJgjsn6WPW9jsZ/G+amxuclIyNvTOmae X-Received: by 2002:a02:1688:: with SMTP id a130mr15242935jaa.79.1632605238987; Sat, 25 Sep 2021 14:27:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632605238; cv=none; d=google.com; s=arc-20160816; b=jSTF/aonhjAYuGAkq1u2GLlJB6CVncYYWmxKFpvDu7D9ipHSPk/3U+TpscrGIsed1t ysy08C5ZHM1VlEoMB54nTkyH3V7tQZggONky0hbx1FNXEfd8BKPfYAAY5ZNvm7CZw2xy 06PmKYYT9uqBY0Va4ssBSbpJby+nrtpBCfMsvVkWiCvZgW5eA2eUOluJ3bI4b6Xvh88a y0AkfNHJtXef4TREIKdGB6CLSGUszDNWif2yEWh+B8/2xBIitSBSk3NeE3OtLPQb6COe 2dbIr7H8XUtsoWDyeFx05oMZYnfwX0tMClkU0andPyEQpdUKiesRaAAVVGpaFOlhiez4 JSWQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=wV73Gfgr9h1AeNoRrum11/e2Y1ROof5+Fcu6HtPi4GM=; b=XzhbvdfXv2U5mGlFcRQDmhs4X1a+Q+RfR2VPm0LsPFDn9lXIrG7Ov6n/xZv94RUD4m GRv9TluJp4N2/+7NDbxuRqYes2IUydfBlvqRYAqTnkhy3c+/VQXB7L2pyetCw8Kd2oWY NRHqpvY5jDiZqsKPNHnp4ZWKlVvpyrvoZz7AhCDl15UkfrIlZAQH+ZolLI2758dKEe4Z mriV2PJCKdWAFdEVFHyNW10MRtEVKltSqrkx4Jwq2uqbRml/MKLxYRD6qJxDAIruoA27 iyWl+woTDi1PwIrIg87zzrjuan4d0SywclxuztwT7ck041VV2/fkI3F7nVVUn60noGrK EwnA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n14si15151631ili.128.2021.09.25.14.27.07; Sat, 25 Sep 2021 14:27:18 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230022AbhIYV1b (ORCPT + 99 others); Sat, 25 Sep 2021 17:27:31 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:56341 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229977AbhIYV1a (ORCPT ); Sat, 25 Sep 2021 17:27:30 -0400 Received: (Authenticated sender: alexandre.belloni@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 40AD3E0002; Sat, 25 Sep 2021 21:25:54 +0000 (UTC) Date: Sat, 25 Sep 2021 23:25:53 +0200 From: Alexandre Belloni To: Ramona Alexandra Nechita Cc: linux-rtc@vger.kernel.org, a.zummo@towertech.it, linux-kernel@vger.kernel.org Subject: Re: [PATCH] rtc: Specified all the parts for DS1216 Message-ID: References: <20210915105309.17225-1-ramona.nechita@analog.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210915105309.17225-1-ramona.nechita@analog.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On 15/09/2021 13:53:09+0300, Ramona Alexandra Nechita wrote: > Included the parts supported in the description (B/C/D/E/F/H). > I'm sorry, I don't get the point, those are all the ds1216 as seen on https://www.maximintegrated.com/en/products/analog/real-time-clocks/DS1216.html so DS1216 is probably enough anywere. > Signed-off-by: Ramona Alexandra Nechita > --- > drivers/rtc/Kconfig | 2 +- > drivers/rtc/rtc-ds1216.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig > index 1adf9f815652..0be9a34e75c8 100644 > --- a/drivers/rtc/Kconfig > +++ b/drivers/rtc/Kconfig > @@ -966,7 +966,7 @@ config RTC_DRV_VRTC > updates are done via IPC calls to the system controller FW. > > config RTC_DRV_DS1216 > - tristate "Dallas DS1216" > + tristate "Dallas DS1216B/C/D/E/F/H" > depends on SNI_RM > help > If you say yes here you get support for the Dallas DS1216 RTC chips. > diff --git a/drivers/rtc/rtc-ds1216.c b/drivers/rtc/rtc-ds1216.c > index b225bcfef50b..ea276260d962 100644 > --- a/drivers/rtc/rtc-ds1216.c > +++ b/drivers/rtc/rtc-ds1216.c > @@ -1,6 +1,6 @@ > // SPDX-License-Identifier: GPL-2.0-only > /* > - * Dallas DS1216 RTC driver > + * Dallas DS1216B/C/D/E/F/H RTC driver > * > * Copyright (c) 2007 Thomas Bogendoerfer > * > -- > 2.25.1 > -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com