Re: [PATCH v3 0/1] Fix clk-gpio driver

2024-01-29 Thread Sean Anderson
On Wed, 10 Jan 2024 18:09:55 +0200, Svyatoslav Ryhel wrote: > Existing gpio-gate-clock driver acts like a simple GPIO switch without any > effect on gated clock. Add actual clock actions into enable/disable ops and > implement get_rate op by passing gated clock if it is enabled. > > Testing curren

[PATCH v3 0/1] Fix clk-gpio driver

2024-01-10 Thread Svyatoslav Ryhel
Existing gpio-gate-clock driver acts like a simple GPIO switch without any effect on gated clock. Add actual clock actions into enable/disable ops and implement get_rate op by passing gated clock if it is enabled. Testing current driver implementation shows that it is not fully capable and lacks g