]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
usb: xhci: tegra: Remove redundant mutex when setting phy mode
authorDiogo Ivo <diogo.ivo@tecnico.ulisboa.pt>
Tue, 27 Jan 2026 15:11:48 +0000 (15:11 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Mar 2026 13:59:26 +0000 (14:59 +0100)
commitd0ef3c4a9fa3b4694a187f277527664919c2ecb4
tree88d235be1467de03bba233aeeb9019eef65ea15d
parent45955006cc29bfb7fd436b8e7e2197d9bdc30af9
usb: xhci: tegra: Remove redundant mutex when setting phy mode

As the PHY subsystem already synchronizes concurrent accesses to a PHY
instance with a core-internal mutex remove the driver specific mutex
synchronization.

Signed-off-by: Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt>
Link: https://patch.msgid.link/20260127-diogo-tegra_phy-v2-2-787b9eed3ed5@tecnico.ulisboa.pt
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-tegra.c