Re: [PATCH V3 XRT Alveo 11/18] fpga: xrt: UCS platform driver

2021-03-10 Thread Lizhi Hou
Hi Tom, On 03/02/2021 08:09 AM, Tom Rix wrote: On 2/17/21 10:40 PM, Lizhi Hou wrote: Add UCS driver. UCS is a hardware function discovered by walking xclbin What does UCS stand for ? add to commit log UCS stands for User Clock Subsystem. I will add it to log. metadata. A platform device

Re: [PATCH V3 XRT Alveo 11/18] fpga: xrt: UCS platform driver

2021-03-03 Thread Tom Rix
On 2/17/21 10:40 PM, Lizhi Hou wrote: > Add UCS driver. UCS is a hardware function discovered by walking xclbin What does UCS stand for ? add to commit log > metadata. A platform device node will be created for it. > UCS enables/disables the dynamic region clocks. > > Signed-off-by: Sonal Santan

[PATCH V3 XRT Alveo 11/18] fpga: xrt: UCS platform driver

2021-02-17 Thread Lizhi Hou
Add UCS driver. UCS is a hardware function discovered by walking xclbin metadata. A platform device node will be created for it. UCS enables/disables the dynamic region clocks. Signed-off-by: Sonal Santan Signed-off-by: Max Zhen Signed-off-by: Lizhi Hou ---