Re: [PATCH v10 6/9] staging: clocking-wizard: Add support for fractional support

2021-03-15 Thread Zhengxun Li
Hi Shubhrajyoti, +static int clk_wzrd_dynamic_reconfig_f(struct clk_hw *hw, unsigned long rate, + unsigned long parent_rate) +{ + int err; + u32 value, pre; + unsigned long rate_div, f, clockout0_div; + struct clk_wzrd_divider *divider = to_clk_wzrd_divider(hw); + void __iomem *div_addr = di

Re: [PATCH v10 5/9] staging: clocking-wizard: Add support for dynamic reconfiguration

2021-03-15 Thread Zhengxun Li
Hi Shubhrajyoti, My name is Zhengxun and I am the engineer from Macronix. We are using the platform PicoZed 7015/7030 SOM (System On Module), which is based on Xilinx Zynq®-7000 All Programmable (AP) SoC to verify our Flash driver. Of course, we are also using your clock wizard, our version seems