Re: [PATCH] phy: Add SDM660 support to Qualcomm QUSB2 phy

2025-03-31 Thread Caleb Connolly
On Tue, 25 Mar 2025 11:37:13 +0300, Alexey Minnekhanov wrote: > Imported from Linux driver. > > Note that already existing but previously unused member of > struct qusb2_phy::has_se_clk_scheme is now utilized for it's > purpose. > > > [...] Applied, thanks! [1/1] phy: Add SDM660 support to Q

Re: [PATCH] phy: Add SDM660 support to Qualcomm QUSB2 phy

2025-03-30 Thread Caleb Connolly
On 3/25/25 09:37, Alexey Minnekhanov via groups.io wrote: Imported from Linux driver. Note that already existing but previously unused member of struct qusb2_phy::has_se_clk_scheme is now utilized for it's purpose. Signed-off-by: Alexey Minnekhanov Reviewed-by: Caleb Connolly --- driv

[PATCH] phy: Add SDM660 support to Qualcomm QUSB2 phy

2025-03-25 Thread Alexey Minnekhanov
Imported from Linux driver. Note that already existing but previously unused member of struct qusb2_phy::has_se_clk_scheme is now utilized for it's purpose. Signed-off-by: Alexey Minnekhanov --- drivers/phy/qcom/phy-qcom-qusb2.c | 42 ++- 1 file changed, 41 insertion