Re: [PATCH 00/24] clk: Add clk_resolve_parent_clk() and fix up iMX clock drivers

2025-03-25 Thread Marek Vasut
On 3/19/25 5:52 PM, Adam Ford wrote: On Wed, Mar 19, 2025 at 6:42 AM Fabio Estevam wrote: On Wednesday, March 19, 2025 00:23 -03, Marek Vasut wrote: Sigh, get maintainers missed Fabio, sorry, +CCed now. I noticed that Fabio was being left off too when I sent some stuff. I think some MAINT

Re: [PATCH 00/24] clk: Add clk_resolve_parent_clk() and fix up iMX clock drivers

2025-03-22 Thread Adam Ford
On Sat, Mar 22, 2025 at 1:45 PM Fabio Estevam wrote: > > Hi Marek, > > On Wed, Mar 19, 2025 at 12:19 AM Marek Vasut wrote: > > > > Add clk_resolve_parent_clk() to resolve parent clock udevice name > > based on clock-names DT property. This is used in SoC clock drivers > > to look up the clock nam

Re: [PATCH 00/24] clk: Add clk_resolve_parent_clk() and fix up iMX clock drivers

2025-03-22 Thread Fabio Estevam
Hi Marek, On Wed, Mar 19, 2025 at 12:19 AM Marek Vasut wrote: > > Add clk_resolve_parent_clk() to resolve parent clock udevice name > based on clock-names DT property. This is used in SoC clock drivers > to look up the clock name in clock tables, which matches a clock > name in DT clock-names pro

Re: [PATCH 00/24] clk: Add clk_resolve_parent_clk() and fix up iMX clock drivers

2025-03-19 Thread Adam Ford
On Wed, Mar 19, 2025 at 6:42 AM Fabio Estevam wrote: > > On Wednesday, March 19, 2025 00:23 -03, Marek Vasut wrote: > > > Sigh, get maintainers missed Fabio, sorry, +CCed now. I noticed that Fabio was being left off too when I sent some stuff. adam > > > > Fabio, do you want me to resend this w

Re: [PATCH 00/24] clk: Add clk_resolve_parent_clk() and fix up iMX clock drivers

2025-03-19 Thread Fabio Estevam
On Wednesday, March 19, 2025 00:23 -03, Marek Vasut wrote: > Sigh, get maintainers missed Fabio, sorry, +CCed now. > > Fabio, do you want me to resend this with you on CC? No need to resend. I can get it via patchwork.

Re: [PATCH 00/24] clk: Add clk_resolve_parent_clk() and fix up iMX clock drivers

2025-03-18 Thread Marek Vasut
On 3/19/25 4:17 AM, Marek Vasut wrote: Add clk_resolve_parent_clk() to resolve parent clock udevice name based on clock-names DT property. This is used in SoC clock drivers to look up the clock name in clock tables, which matches a clock name in DT clock-names property, and convert it into udevic

[PATCH 00/24] clk: Add clk_resolve_parent_clk() and fix up iMX clock drivers

2025-03-18 Thread Marek Vasut
Add clk_resolve_parent_clk() to resolve parent clock udevice name based on clock-names DT property. This is used in SoC clock drivers to look up the clock name in clock tables, which matches a clock name in DT clock-names property, and convert it into udevice name which is used by U-Boot clock fram