From patchwork Tue Nov 16 12:51:25 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matti Vaittinen X-Patchwork-Id: 1555779 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by bilbo.ozlabs.org (Postfix) with ESMTP id 4HtmCj6J9Nz9sX3 for ; Tue, 16 Nov 2021 23:51:45 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236417AbhKPMyk (ORCPT ); Tue, 16 Nov 2021 07:54:40 -0500 Received: from mail-lf1-f44.google.com ([209.85.167.44]:44882 "EHLO mail-lf1-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236419AbhKPMyb (ORCPT ); Tue, 16 Nov 2021 07:54:31 -0500 Received: by mail-lf1-f44.google.com with SMTP id y26so52864565lfa.11; Tue, 16 Nov 2021 04:51:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition; bh=yMZdLc0itEQoTqQfqIXuPm4mS531GYsllTBmdC22W8k=; b=pVEukXQWQyIw0OWHUUrEzhntoZPCdA6eUUgkCmWdZfTv1/+vourNTfsas2hUpGIxV+ iOSbI/0EGdUD6qp4a5doi6emvehlonyUDLI6RFIx71pnihQEMqyIT+c8sIFYKE5+4F/Q tIv/Euav4a9Ql8UC3GAlXkvAboj7pYtR4erc0Ix75EmoilL/YQQFaG9gJSGAFWKMAI/L FcxkyOGxxtxFMxLtfkhpObrBlW0tvnmq5eIKhgPvvXdam2IRKLjY9Q2IT0LVw8vlL0vZ UjmzUp4gs0CKsyx75iykVQ5piRbRGL8DEOu+KnRWWW9pwl3AtWFwwDuYUVGP++p6m7dq CQNQ== X-Gm-Message-State: AOAM531MSQuubOc6sC1QrHtCD8HadhpPiwK5sEsKpqfhW+44/ZQN2zQs uJF+FjcTzu9bCGLGXDXouMo= X-Google-Smtp-Source: ABdhPJz8TQGXIdLqv+u6P3yj4v5TA9/jWD7OycisgmKiTDozQN6W8krTXSi7MsAi8fRJNLoDKxpX9w== X-Received: by 2002:a05:6512:30d:: with SMTP id t13mr6318894lfp.305.1637067092724; Tue, 16 Nov 2021 04:51:32 -0800 (PST) Received: from fedora (dc73szyyyyyyyyyyyyycy-3.rev.dnainternet.fi. [2001:14ba:16ee:fa00::4]) by smtp.gmail.com with ESMTPSA id r19sm1549453lff.207.2021.11.16.04.51.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Nov 2021 04:51:32 -0800 (PST) Date: Tue, 16 Nov 2021 14:51:25 +0200 From: Matti Vaittinen To: Matti Vaittinen , Matti Vaittinen Cc: lukas.bulwahn@gmail.com, Lee Jones , Rob Herring , Liam Girdwood , Mark Brown , Linus Walleij , Bartosz Golaszewski , Matti Vaittinen , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-power@fi.rohmeurope.com Subject: [PATCH RESEND 0/4] Drop ROHM BD70528 support Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Drop ROHM BD70528 support Unfortunately there has not been a big demand for ROHM BD70528 IC. The few users I know control PMIC from separate M4-core, which is not running Linux. I am not aware of any users of this Linux driver. While I did really like this IC and writing the drivers for it, seems like these drivers are becoming useless burden. So, I see no point in maintaining them. Let's just drop the drivers if there is no objections to this series. :( The regulator, WDG and power-supply drivers were already dropped. The RTC and clk drivers remain in use by few other ROHM IC drivers. Nevertheless, they are already converted to not depend the BD70528 defines during previous cycle. This series cleans the remaining pieces, GPIO, MFD, dt-bindings and MAINTAINER entries. The GPIO code uses defines from MFD - but the GPIO part is also depending on MFD KConfig entry - so there should be no breakages even if the patches were applied to respective subsystem trees and were not carried via single tree. Acked-by: Linus Walleij --- Matti Vaittinen (4): dt-bindings: mfd: regulator: Drop BD70528 support gpio: bd70528 Drop BD70528 support mfd: bd70528: Drop BD70528 support MAINTAINERS: bd70528: Drop ROHM BD70528 drivers .../bindings/mfd/rohm,bd70528-pmic.txt | 102 ----- .../regulator/rohm,bd70528-regulator.txt | 68 --- MAINTAINERS | 8 - drivers/gpio/Kconfig | 11 - drivers/gpio/Makefile | 1 - drivers/gpio/gpio-bd70528.c | 230 ----------- drivers/mfd/Kconfig | 17 - drivers/mfd/Makefile | 1 - drivers/mfd/rohm-bd70528.c | 314 -------------- include/linux/mfd/rohm-bd70528.h | 389 ------------------ include/linux/mfd/rohm-generic.h | 1 - 11 files changed, 1142 deletions(-) delete mode 100644 Documentation/devicetree/bindings/mfd/rohm,bd70528-pmic.txt delete mode 100644 Documentation/devicetree/bindings/regulator/rohm,bd70528-regulator.txt delete mode 100644 drivers/gpio/gpio-bd70528.c delete mode 100644 drivers/mfd/rohm-bd70528.c delete mode 100644 include/linux/mfd/rohm-bd70528.h