Re: [PATCH v2 5/8] clk: qcom: add driver for SM8150 SoC

2024-07-27 Thread Julius Lehmann
Sorry to bump this thread, but any chance on getting this patch (5/8 clk) and (7/8 pinctrl) merged? I do have an SM8150 device myself (Xiaomi Mi Pad 5) and would benefit from clk and pinctrl drivers. From the reviews it seems not much work would be required. Kind regards Julius

Re: [PATCH v2 5/8] clk: qcom: add driver for SM8150 SoC

2024-03-06 Thread Caleb Connolly
On 06/03/2024 00:53, Volodymyr Babchuk wrote: > Add clock, reset and power domain driver for SM8150. Driver code is > based on the similar U-Boot drivers. All constants are taken from the > corresponding Linux driver. > > This driver supports clock rate setting only for the debug UART and > RGM

Re: [PATCH v2 5/8] clk: qcom: add driver for SM8150 SoC

2024-03-05 Thread Sumit Garg
On Wed, 6 Mar 2024 at 06:23, Volodymyr Babchuk wrote: > > Add clock, reset and power domain driver for SM8150. Driver code is > based on the similar U-Boot drivers. All constants are taken from the > corresponding Linux driver. > > This driver supports clock rate setting only for the debug UART an

[PATCH v2 5/8] clk: qcom: add driver for SM8150 SoC

2024-03-05 Thread Volodymyr Babchuk
Add clock, reset and power domain driver for SM8150. Driver code is based on the similar U-Boot drivers. All constants are taken from the corresponding Linux driver. This driver supports clock rate setting only for the debug UART and RGMII/Ethernet modules, because this is all I can test right now