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 C77A53D955D; Thu, 2 Jul 2026 15:51:20 +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=1783007483; cv=none; b=SBl1j1e5FflJfD22+l2izaxYW57Q1Gtzbz2ThSdSSw7J3mGy3lmFM3NzO7oCeMYJt9+dpXihanEEPs7rBmUQK72LV7uj4dIpNUHV3ol1a3a5HdH1JlPfDDLwvgrNeDknd/8mwJCv0qDYU0Np6FDAJQokidzja6KqWTblUm/TPws= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783007483; c=relaxed/simple; bh=eF2TKmC7OlpFQF58ktgGbQ3ehjcNlKEA6R/vfZ5rY2w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tId1Hb7k6UUSqVwVvpxGC3m3mA3x3zNN3vp5e2CXwIoQbzX2wqq1aXKV3jXoKx6jThLSQROIcSgn4flgn8HIslEpzA8K//3KI+MEysHzWXDZp2RLJAJ9tMC42wl3UEahcgmi9l+bnTaZTc9dRYMP8zeRExa9HmPAMLmRTNCXT50= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lbQiMxaz; 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="lbQiMxaz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B85E1F000E9; Thu, 2 Jul 2026 15:51:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783007480; bh=BGqmxq2YKT75uEs34RuTcEtmv5NEzmCyZjVvAGYL7sM=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=lbQiMxazOvEStfHXVX0RjB3/hJKvru6uz9ayl7ooWC2epwOMrmzYgYomx0eAutIxg DwQfKgeanczazH2uMcqToe3XjLOrFmJiNhxXNgxYF6QNZ7Dm9QX2rijDs5SSoaiqEZ /9eAebNo3WyB3yVWYUIPQ8emltYcsNF7CX6bouJdAxKx1PHvrVV0BtypAkRd2kbrDd m3/sqru0IOMReNgOYhZrsJ4Bj8S3wwb0qZoV4aLcjnqI7VHl5TG5wHdpv66Xpo9Hxn VpxSQGZFG78BtfAoMO+DMCdb44fzvdX/Zi4foFSXARqbnhKZWpacXweROcSGcNqLjR pg5CKFCztwlKQ== Date: Thu, 2 Jul 2026 16:51:13 +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: <20260702155113.GW2108533@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> Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260618-ux500-power-domains-v7-1-v1-9-eb5e50b1a588@kernel.org> 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? -- Lee Jones