]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
bus: ti-sysc: Use context lost quirk for otg
authorTony Lindgren <tony@atomide.com>
Tue, 21 Sep 2021 09:42:25 +0000 (12:42 +0300)
committerAndrea Righi <andrea.righi@canonical.com>
Tue, 4 Jan 2022 08:48:45 +0000 (09:48 +0100)
commitccad5ed1a5fe6d3edbee2261f7e6e3700f2001d2
tree890afbeacdd4c0dc8a8efba5bc8175fe9cc324ad
parent4e82361369c83736bdbdc31bd0b20cea7c53d239
bus: ti-sysc: Use context lost quirk for otg

BugLink: https://bugs.launchpad.net/bugs/1952579
[ Upstream commit 9067839ff45a528bcb015cc2f24f656126b91e3f ]

Let's use SYSC_QUIRK_REINIT_ON_CTX_LOST quirk for am335x otg instead of
SYSC_QUIRK_REINIT_ON_RESUME quirk as we can now handle the context loss
in a more generic way.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
drivers/bus/ti-sysc.c