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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 C6375C43458 for ; Wed, 8 Jul 2026 10:21:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1171A10F094; Wed, 8 Jul 2026 10:21:27 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="MBkuwrWC"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id CA35810F094 for ; Wed, 8 Jul 2026 10:21:25 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 0360F60008; Wed, 8 Jul 2026 10:21:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 39D871F000E9; Wed, 8 Jul 2026 10:21:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783506084; bh=iMLpjqBMiG0QAJnu6K5ue6Z2J4hOxDdx42FnKNEaR8k=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=MBkuwrWCZFsty1/oywDMtDpA8qd84gYEqc/DFTNGxQbi2mAm0VybN8dy17H8JMyH+ OFe+bHPTwQMP6fANHKHXIKeQLu3bARuqoUtKfTxI4V6abtP8KWiwB5GAJzBPa0DkPn QF5PrQoiCH+800R0aXSo1KEzHSR1Lp5r5Az7lwWIwQX+Aufg1oaWVVBvmHu7NO7yaK QGUWpbQ2bB67bZ/CPRLNVIoXC+UQbr1jIOnotaeOuZ7L3/qhD/OcIoZXI5kvwUEylJ Bdsw8zoR9abq7So9pJF0pRFbFpdMezLlLw2SSbq7Oh/+ab4eEkiWcIO71KpjBKP47X qd3kZgtuse+OA== Date: Wed, 8 Jul 2026 11:21:18 +0100 From: Lee Jones To: Linus Walleij Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Ulf Hansson , Mark Brown , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Vinod Koul , Frank Li , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-pm@vger.kernel.org, dri-devel@lists.freedesktop.org, dmaengine@vger.kernel.org Subject: Re: [PATCH 09/11] regulator: db8500-prcmu: Remove EPOD regulators Message-ID: <20260708102118.GG2108533@google.com> References: <20260618-ux500-power-domains-v7-1-v1-0-eb5e50b1a588@kernel.org> <20260618-ux500-power-domains-v7-1-v1-9-eb5e50b1a588@kernel.org> <20260702155113.GW2108533@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, 03 Jul 2026, Linus Walleij wrote: > On Thu, Jul 2, 2026 at 5:51 PM Lee Jones wrote: > > On Thu, 18 Jun 2026, Linus Walleij wrote: > > > > > Remove the obsolete DB8500 PRCMU regulator drivers. > > > > > > Drop the regulator build hooks now that EPODs are power domains. > > > > > > Keep the MFD cell around because a later patch reuses it for a > > > small compatibility regulator driver. > > > > > > Assisted-by: Codex:gpt-5-5 > > > Signed-off-by: Linus Walleij > > > --- > > > drivers/mfd/db8500-prcmu.c | 239 +--------------- > > > drivers/regulator/Kconfig | 12 - > > > drivers/regulator/Makefile | 2 - > > > drivers/regulator/db8500-prcmu.c | 501 --------------------------------- > > > drivers/regulator/dbx500-prcmu.c | 155 ---------- > > > drivers/regulator/dbx500-prcmu.h | 55 ---- > > > include/linux/regulator/db8500-prcmu.h | 38 --- > > > 7 files changed, 1 insertion(+), 1001 deletions(-) > > > > Any deps? > > Not really, was planning to split off the stuff that can go > directly to MFD and resend it with all the ACKs. Sounds good. -- Lee Jones