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

2021-03-17 Thread Shubhrajyoti Datta
On Mon, Mar 15, 2021 at 12:37 PM Zhengxun Li wrote: > > 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.

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

2021-03-15 Thread Shubhrajyoti Datta
Hi Zhengxun, Thanks for the review. On Mon, Mar 15, 2021 at 12:37 PM Zhengxun Li wrote: > > 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

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

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

2021-03-07 Thread zhengxunli
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 dirver. Of course, we are also using your clock wizard, our version

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

2021-03-07 Thread Greg KH
On Mon, Mar 08, 2021 at 02:59:47PM +0800, zhengxu...@mxic.com.tw wrote: > CONFIDENTIALITY NOTE: > > This e-mail and any attachments may contain confidential information > and/or personal data, which is protected by applicable laws. Please be > reminded that duplication, disclosure,

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

2021-02-24 Thread Shubhrajyoti Datta
The patch adds support for dynamic reconfiguration of clock output rate. Output clocks are registered as dividers and set rate callback function is used for dynamic reconfiguration. Signed-off-by: Shubhrajyoti Datta Co-developed-by: Chirag Parekh --- v6: Remove the typecast. use min for capping