From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 2425A3399F; Mon, 22 Apr 2024 13:17:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713791857; cv=none; b=kliRwQn8UtfMmAqTd36EKUVK2r/x0caC9Lok3mfF4/pkX92aanV5OJTB2SKprAZyPJc0wQ/a2e3nyuK5AXYGajG+Ik8l+H6D6q7Wd2O8JWLyuBCH9dd9LfXBcZt2vDAlZESG4Jya7FBu0kNLvvYLuDeybhCBzWt4UwNabx0jBik= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713791857; c=relaxed/simple; bh=Ia3FvbaIgWfwRnYXgwdqVg+hKLXDcjWTsKN0buzFcc0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Aqnor9/Evc6x1NcbL0D3pSJLQw3RBSgt/TK/pUK/mNUI10NkPtRAAM7Ap034Bht1rjUs94R99HTGWoMD61JKhGUphMqgolQR85megL2HgP1hsSWE1VlOMVw6vBCWUePHYMAhkUowXuP7VKodpVV/g06BfA/7w3CxGN1rUFRoJXs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=hu67uR/x; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="hu67uR/x" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=YvpR2HwvEaWrxgeOfrdbZHCf4C+A8e9kchAEailHE7Q=; b=hu67uR/xPZUbBSccWD7TffeoDc fJFjk64Cdytg0SREKKoRCikSigb6JRKJ3cUUzfwPfBfieD7qooK3wlluQMmTpr88fWm+Rg9wyyyVM DLNSVimJztM7dqPEGgGyNz5AC/8DCsAYaG9c0eXqZhMGdAJLH2QswRnvbmatKr642Gyg=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1rytXz-00DcRf-UK; Mon, 22 Apr 2024 15:17:27 +0200 Date: Mon, 22 Apr 2024 15:17:27 +0200 From: Andrew Lunn To: "Kory Maincent (Dent Project)" Cc: Oleksij Rempel , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Thomas Petazzoni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Kyle Swenson , kernel test robot Subject: Re: [PATCH net-next 3/3] net: pse-pd: Kconfig: Add missing Regulator API dependency Message-ID: <6a88f4f0-940c-4e63-8520-5ab23e96c480@lunn.ch> References: <20240422-fix_poe-v1-0-811c8c0b9da7@bootlin.com> <20240422-fix_poe-v1-3-811c8c0b9da7@bootlin.com> Precedence: bulk X-Mailing-List: netdev@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: <20240422-fix_poe-v1-3-811c8c0b9da7@bootlin.com> On Mon, Apr 22, 2024 at 02:50:50PM +0200, Kory Maincent (Dent Project) wrote: > From: Kory Maincent (Dent Project) > > The PSE (Power Sourcing Equipment) API now relies on the Regulator API. > However, the Regulator dependency was missing from Kconfig. This patch > adds the necessary dependency, resolving the issue of the missing > dependency and ensuring proper functionality of the PSE API. > > Reported-by: kernel test robot > Closes: https://lore.kernel.org/oe-kbuild-all/202404201020.mqX2IOu7-lkp@intel.com/ > Closes: https://lore.kernel.org/oe-kbuild-all/202404200036.D8ap1Mf5-lkp@intel.com/ > Fixes: d83e13761d5b ("net: pse-pd: Use regulator framework within PSE framework") > Signed-off-by: Kory Maincent (Dent Project) Reviewed-by: Andrew Lunn Andrew