Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4453662pxj; Tue, 25 May 2021 08:20:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzx6UT3xwEgZAn+X5iQE/8G6QTvA4Lu0FxZTW8oKcPj/lmB+AMcN7CIFDeV1Cs2KCeZUL0Z X-Received: by 2002:a05:6402:5216:: with SMTP id s22mr21531488edd.232.1621956010470; Tue, 25 May 2021 08:20:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621956010; cv=none; d=google.com; s=arc-20160816; b=ZoMgqpAyPr5PszOniGZX0512TBBlEHlKGxlQzKO3IIITOz1TskDRacpEF0NnuvydI1 YYqz7A6WpDKy9UarhmV6+fjLtq9dyjEBgdnWv+uirQx/OsbEX0IBNuDhElLxNwvWeSGE XEktkjdWzUXW7b+nFGOgEbNw9zpdTF/C/ISsMuWTsnGETjkRDl2CHDqOmy+Mz+ecAbkI wDCQw0auXvypCrkVd0wadZJd46SICl048BrXSyD3LvUhiRLORXofst7zsOxORM9dp8SC uVUCO3kbBMQZMi3XwtydPS3TUNjmKXLfpMg/1B1talpOswtwy2k2dOsLfL1fQ7NH6pKw LarA== 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=D3loSGwgheSBeSZ0wJ+8S+TSscVpYpjJGi7EmKD9KB0=; b=usuJ0QkuPxvZXGeqoGKf7V0VhG1opNr9KttNXZv2MVApmn/fNg9/ERkpzB6btMdi1u Yz+w+4lwfXNgoRZ+2dpQl8PHp/7WEsmBZUheFgNqWPGAVnsQ5X9uhavynMWK3D1L2Cte ryMSOwwiISBhbi+ZygNPPStN/XTbn5S93yfPE5FJJDza0MnyRjTcXJUu5XelYGnQ63rT +KD18hkTcvegeyly5Yuij2tcaI6IE5LrZ0SzuQSD+/UTMw62gHGBRbT9MwAPmxHJGBhP h5mflTe13YfGFW1u8wdaI0C+zbmz7wdoOMsHO4EGrkVG51iom6641u/e7qrqi+1TSXch nLkg== 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 ce18si15821634ejc.712.2021.05.25.08.19.46; Tue, 25 May 2021 08:20:10 -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 S231901AbhEYLsj (ORCPT + 99 others); Tue, 25 May 2021 07:48:39 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:43263 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229896AbhEYLsi (ORCPT ); Tue, 25 May 2021 07:48:38 -0400 Received: (Authenticated sender: alexandre.belloni@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 27D0A6001B; Tue, 25 May 2021 11:47:02 +0000 (UTC) Date: Tue, 25 May 2021 13:47:02 +0200 From: Alexandre Belloni To: Matti Vaittinen Cc: Matti Vaittinen , Lee Jones , Rob Herring , Liam Girdwood , Mark Brown , Michael Turquette , Stephen Boyd , Linus Walleij , Bartosz Golaszewski , Sebastian Reichel , Alessandro Zummo , Wim Van Sebroeck , Guenter Roeck , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-power@fi.rohmeurope.com, linux-gpio@vger.kernel.org, linux-pm@vger.kernel.org, linux-rtc@vger.kernel.org, linux-watchdog@vger.kernel.org Subject: Re: [PATCH 2/9] rtc: bd70528: Drop BD70528 support Message-ID: References: <2beaa677bde0f9516f366b97e91419598f1dfde4.1621937490.git.matti.vaittinen@fi.rohmeurope.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2beaa677bde0f9516f366b97e91419598f1dfde4.1621937490.git.matti.vaittinen@fi.rohmeurope.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25/05/2021 13:14:09+0300, Matti Vaittinen wrote: > The only known BD70528 use-cases are such that the PMIC is controlled > from separate MCU which is not running Linux. I am not aware of > any Linux driver users. Furthermore, it seems there is no demand for > this IC. Let's ease the maintenance burden and drop the driver. We can > always add it back if there is sudden need for it. > > Signed-off-by: Matti Vaittinen > > --- > My heart is a bit less bleeding when I see how much simpler this RTC > driver became.. > Please let me know if some of you think the driver is needed. > --- > drivers/rtc/Kconfig | 4 +- > drivers/rtc/rtc-bd70528.c | 316 ++------------------------------------ > 2 files changed, 13 insertions(+), 307 deletions(-) > > diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig > index d8c13fded164..398899217626 100644 > --- a/drivers/rtc/Kconfig > +++ b/drivers/rtc/Kconfig > @@ -502,10 +502,10 @@ config RTC_DRV_M41T80_WDT > > config RTC_DRV_BD70528 > tristate "ROHM BD70528, BD71815 and BD71828 PMIC RTC" > - depends on MFD_ROHM_BD71828 || MFD_ROHM_BD70528 && (BD70528_WATCHDOG || !BD70528_WATCHDOG) > + depends on MFD_ROHM_BD71828 This won't apply as I applied b0ddc5b17005 ("rtc: bd70528: fix BD71815 watchdog dependency") yesterday... -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com