From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1AA4138B123; Wed, 8 Jul 2026 10:21:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783506086; cv=none; b=CRNYPkjLS/LhZwHAbcxDUohS3pCOBJw8ixz5LxreWlAJ2wpS8bFpjSWNNTib8vrE1g7BeqMxMKrBnlW2tujN1zakwA88JHmZNEayPJOL6epNmLcQr8+1vdptRbjlx5oGplGE/9TKWwYKySIyou+WovPuqp5/aIxXNEh00WUHqus= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783506086; c=relaxed/simple; bh=gCcoQRbLE3sC22yjHQgD83mY5XUQM9RM71SgIV7Io2Q=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=RbTL/GC5v15C46G/dZOhvafZY6Xz6VqPMTbT7qO/R/ymjV/vpZLsjDsSa7d9YXNrYz89g+l5GxM//Q+9h3tOdYeJlDZ6vu80qo8sMvRzbUbYQzrbYa5TXDF7ciyU1/Yrgtxb0zL1Rv5V8TTLSmhn0YVmLurn6fxFTatF2ULBszE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MBkuwrWC; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="MBkuwrWC" 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> Precedence: bulk X-Mailing-List: dmaengine@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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