On Wed, Jan 17, 2024 at 02:17:40PM +0200, Dmitry Baryshkov wrote:
On Wed, 17 Jan 2024 at 10:03, Johan Hovold johan@kernel.org wrote:
On Tue, Jan 16, 2024 at 02:39:10PM -0500, Sasha Levin wrote:
From: Dmitry Baryshkov dmitry.baryshkov@linaro.org
[ Upstream commit 1d103d6af241dbfc7e11eb9a46dff65db257a37f ]
On sevral Qualcomm platforms (SC8180X, SM8350, SC8280XP) a call to UCSI_GET_PDOS for non-PD partners will cause a firmware crash with no easy way to recover from it. Since we have no easy way to determine whether the partner really has PD support, shortcut UCSI_GET_PDOS on such platforms. This allows us to enable UCSI support on such devices.
Correct me if I'm wrong Dmitry, but while the commit message makes this sound like a fix, it is not needed unless you backport follow-on patches that enable UCSI on these platforms.
So this one can be dropped from all stable queues (unless you're backporting patches that enable new features and that depend on this one).
Exactly. It didn't have the Fixes: tag. So I'm completely unsure why it ended up in the autosel queue at all.
AUTOSEL is Sasha's machine-learning based tool for picking potential fixes also among commits that lack a Fixes tag.
Johan