Re: [PATCH v2 1/2] phy: rockchip: usbdp: move type-orientation-switch further down
From: Quentin Schulz <hidden>
Date: 2025-02-26 11:43:44
Also in:
linux-phy, linux-rockchip, lkml
From: Quentin Schulz <hidden>
Date: 2025-02-26 11:43:44
Also in:
linux-phy, linux-rockchip, lkml
Hi Heiko, On 2/26/25 11:38 AM, Heiko Stuebner wrote:
From: Heiko Stuebner <redacted> Move the typec-orientation-switch functionality further down, next to the typec-mux code. Not only brings this the typec-related functionality closer together, but also the following change needs access to other driver functions, that are below the current position. No functional change. Signed-off-by: Heiko Stuebner <redacted>
Checked with `meld`, the - and + diff are identical. Reviewed-by: Quentin Schulz <redacted> Thanks! Quentin