Re: [PATCH v12 2/7] clk: meson: add vclk driver

2024-04-08 Thread neil . armstrong
On 05/04/2024 09:00, Jerome Brunet wrote: On Thu 04 Apr 2024 at 18:59, Neil Armstrong wrote: On 04/04/2024 10:13, Jerome Brunet wrote: On Wed 03 Apr 2024 at 09:46, Neil Armstrong wrote: The VCLK and VCLK_DIV clocks have supplementary bits. The VCLK gate has a "SOFT RESET" bit to toggle

Re: [PATCH v12 2/7] clk: meson: add vclk driver

2024-04-05 Thread Jerome Brunet
On Thu 04 Apr 2024 at 18:59, Neil Armstrong wrote: > On 04/04/2024 10:13, Jerome Brunet wrote: >> On Wed 03 Apr 2024 at 09:46, Neil Armstrong >> wrote: >> >>> The VCLK and VCLK_DIV clocks have supplementary bits. >>> >>> The VCLK gate has a "SOFT RESET" bit to toggle after the whole >>> VCLK

Re: [PATCH v12 2/7] clk: meson: add vclk driver

2024-04-04 Thread Neil Armstrong
On 04/04/2024 10:13, Jerome Brunet wrote: On Wed 03 Apr 2024 at 09:46, Neil Armstrong wrote: The VCLK and VCLK_DIV clocks have supplementary bits. The VCLK gate has a "SOFT RESET" bit to toggle after the whole VCLK sub-tree rate has been set, this is implemented in the gate enable callback.

Re: [PATCH v12 2/7] clk: meson: add vclk driver

2024-04-04 Thread Jerome Brunet
On Wed 03 Apr 2024 at 09:46, Neil Armstrong wrote: > The VCLK and VCLK_DIV clocks have supplementary bits. > > The VCLK gate has a "SOFT RESET" bit to toggle after the whole > VCLK sub-tree rate has been set, this is implemented in > the gate enable callback. > > The VCLK_DIV clocks as enable

[PATCH v12 2/7] clk: meson: add vclk driver

2024-04-03 Thread Neil Armstrong
The VCLK and VCLK_DIV clocks have supplementary bits. The VCLK gate has a "SOFT RESET" bit to toggle after the whole VCLK sub-tree rate has been set, this is implemented in the gate enable callback. The VCLK_DIV clocks as enable and reset bits used to disable and reset the divider, associated