Re: [PATCH v5 5/7] misc: Add versal-usb2-regs module

2020-09-11 Thread Edgar E. Iglesias
On Thu, Sep 10, 2020 at 12:01:07PM +0530, Sai Pavan Boddu wrote: > This module emulates control registers of versal usb2 controller, this is > added > just to make guest happy. In general this module would control the phy-reset > signal from usb controller, data coherency of the transactions, sign

[PATCH v5 5/7] misc: Add versal-usb2-regs module

2020-09-09 Thread Sai Pavan Boddu
This module emulates control registers of versal usb2 controller, this is added just to make guest happy. In general this module would control the phy-reset signal from usb controller, data coherency of the transactions, signals the host system errors received from controller. Signed-off-by: Sai P