Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3204958pxj; Sun, 20 Jun 2021 13:27:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxuinxKLYFBnR5bEWzwpDZAMGphPExJzxi8ER6sEO41hmhpUUC+X0qiij+p+qRY3TjBqHHI X-Received: by 2002:a05:6402:1c8e:: with SMTP id cy14mr17814341edb.271.1624220852414; Sun, 20 Jun 2021 13:27:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624220852; cv=none; d=google.com; s=arc-20160816; b=Pi1uK/+H7ZFkH+kk24ieZ7bqqSoVWFSIvk+1q1POh2uxZvCG8glik24o/aNETqozLX +6NZgvkwQfOWn4RRW7W8OOlGBajY07qVg5balhfa3Dw0UMb5PAq1VLElgzyzLWHL7iiQ +Ep6mW9nC+gZOtClQRtHm9w5BR3lD0nWlKBdx53pfMVS4mdDeu77wH2y7Wo9A6M/GEli X0w3fgO4+5cJM3XFTWPM3aQJsimQ7F0FrsZN3d6D1dRM/tLT+k68bCN1MXwH2KIxdt4K qWvfMQuTUdWm8kg7OMfMp4rStJbr+y50A6bJzs/m/tASkU+pR/wpfiXRepaalPAbtBj2 GpqA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=tPCYncfet0ZjxSa6RtR/saj5/1iAOh+7RsvDphrIMIc=; b=ju7JrOtQmt2guJA6sfVcGEn/Y0yFMLnjv/yQTX5//m79u8LSErxjafSGLhd1b+SQ/y lZgMKoM3Fvz8aeptilkN/5S0TznBREwKh3FOVlsQMS/lHclizqDUUfhgtGUiqe0mhFks P+ZJZQ6p6kY9bRgtBtsRGWC8Dfw/327PKnilUbu7123/+byiKJTacqHiGeKciG0G3zO5 tWB47neYSxiOT1OMipIyjikLhFrd+D8cILGkwiHnA9qJkVfNPqazAywxVI7FWYmjncqn uDz38Q7kICnn3ugTwmxCcs3yMEeduf4se/pA/b7ErN72C2dTuqAVj5LfRhcygxBkUbov 8C1w== 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 5si8096705ejh.535.2021.06.20.13.27.10; Sun, 20 Jun 2021 13:27:32 -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 S230032AbhFTU1S (ORCPT + 99 others); Sun, 20 Jun 2021 16:27:18 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:39067 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229632AbhFTU1R (ORCPT ); Sun, 20 Jun 2021 16:27:17 -0400 Received: (Authenticated sender: alexandre.belloni@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id BE4BD2000A; Sun, 20 Jun 2021 20:25:02 +0000 (UTC) From: Alexandre Belloni To: Matti Vaittinen , Matti Vaittinen Cc: Alexandre Belloni , Alessandro Zummo , linux-power@fi.rohmeurope.com, linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org, Lee Jones Subject: Re: [PATCH] rtc: bd70528: Drop BD70528 support Date: Sun, 20 Jun 2021 22:25:01 +0200 Message-Id: <162422069731.1088764.12978660660257938127.b4-ty@bootlin.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210527105819.GA3111334@localhost.localdomain> References: <20210527105819.GA3111334@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 27 May 2021 13:58:19 +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. Applied, thanks! [1/1] rtc: bd70528: Drop BD70528 support commit: e5e3352580702b3727637dd988cddfe6a5880fe9 Best regards, -- Alexandre Belloni