From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 7BAD233120A; Wed, 1 Apr 2026 02:28:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775010539; cv=none; b=khP5eCyzz3udu0l4YM1p6fbcqkuMXnlFIaSl/jrdJHsYpoWBAaaXnsGyXBI2iJiqDaMLZ8jmpcwvQSb4Xk6hqRsTet8ETWDeEw5TpUQfDCFXVxirJzR5L3CzWywr+RX0kWts4KRuKwDw9Ej6FfedU6QGyvQnItWKfLcOUZIHNy4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775010539; c=relaxed/simple; bh=bDqnA8Y+MHF307E/ucS2d/pscQlQbAeqhbq//vhlwCk=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=F+OJ7trishTKTHuRQ1WeDopQtjr+2hMXwZpjJpPpZvfb3HimSL2xalJ2UdOEen72DHTTSkIZzcYrdqmvCLsHXIG1fuylHqCFIeQL2kNRCSUNBkA1YmWePLENd+9lbYPc+HJVHRCAW4tiT/UrjXaWTsyoh4VI01DUzNL5bITuNPk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=JZ+p8zHi; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="JZ+p8zHi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3FEEBC19424; Wed, 1 Apr 2026 02:28:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775010538; bh=bDqnA8Y+MHF307E/ucS2d/pscQlQbAeqhbq//vhlwCk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=JZ+p8zHiOA66yDrvD9spYRhEXTZDD1NptX39j94tpv3zGgaD0LisYb6Os9URwsIPW yBKe0pWTC9K9HUPAogAULFABBzMJQg67Rhd8MqV2hhe2Z+jlbE77FMNml1OKh3ABvF +TpCZUnvgHWpL5OkzVy2TrywJlCk7ZR/4I4cMaqShZu+ERVOjIg49iZX87B0x29yPQ lAsW4lgZCdLMyOq7eQ0Pet6EnTm6Wk9tFj8jNwBWfCqA0fXZV4Iq5D/qWLh8KzxFIK rka2bYLUD0icOG8FIG5rSIc4/6U1E+nZwlTsCPeC8vT/AgIuW1L38tWdeH4kHV3g7x Lt1Kz0EqistaQ== Date: Tue, 31 Mar 2026 19:28:57 -0700 From: Jakub Kicinski To: Carlo Szelinsky Cc: Kory Maincent , Oleksij Rempel , Andrew Lunn , Heiner Kallweit , Russell King , "David S . Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v2 1/3] net: pse-pd: prevent regulator cleanup from disabling unclaimed PSE PIs Message-ID: <20260331192857.500d6e3a@kernel.org> In-Reply-To: <20260330132952.2950531-2-github@szelinsky.de> References: <20260329161014.2908509-1-github@szelinsky.de> <20260330132952.2950531-1-github@szelinsky.de> <20260330132952.2950531-2-github@szelinsky.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 30 Mar 2026 15:29:50 +0200 Carlo Szelinsky wrote: > --- a/include/linux/pse-pd/pse.h > +++ b/include/linux/pse-pd/pse.h > @@ -260,6 +260,7 @@ struct pse_pi { > struct device_node *np; > struct regulator_dev *rdev; > bool admin_state_enabled; > + bool admin_state_synced; > struct pse_power_domain *pw_d; new field is missing from the kdoc: Warning: include/linux/pse-pd/pse.h:267 struct member 'admin_state_synced' not described in 'pse_pi' -- pw-bot: cr