Re: [PATCH V3] PCI: dwc: Add support to configure for ECRC

2021-01-15 Thread Lorenzo Pieralisi
On Wed, 30 Dec 2020 22:27:23 +0530, Vidya Sagar wrote: > DesignWare core has a TLP digest (TD) override bit in one of the control > registers of ATU. This bit also needs to be programmed for proper ECRC > functionality. This is currently identified as an issue with DesignWare > IP version 4.90a. A

[PATCH V3] PCI: dwc: Add support to configure for ECRC

2020-12-30 Thread Vidya Sagar
DesignWare core has a TLP digest (TD) override bit in one of the control registers of ATU. This bit also needs to be programmed for proper ECRC functionality. This is currently identified as an issue with DesignWare IP version 4.90a. Signed-off-by: Vidya Sagar Acked-by: Bjorn Helgaas --- V3: * R