RE: [PATCH v3] Axi-usb: Add support for 64-bit addressing.
From: Nava kishore Manne <hidden>
Date: 2016-05-30 05:46:29
Also in:
linux-arm-kernel, lkml
-----Original Message----- From: Rob Herring [mailto:robh@kernel.org] Sent: Thursday, May 26, 2016 12:24 AM To: Arnd Bergmann <arnd@arndb.de> Cc: Nava kishore Manne <redacted>; pawel.moll@arm.com; mark.rutland@arm.com; ijc+devicetree@hellion.org.uk; galak@codeaurora.org; Michal Simek [off-list ref]; Soren Brinkmann [off-list ref]; balbi@ti.com; gregkh@linuxfoundation.org; Hyun Kwon [off-list ref]; Radhey Shyam Pandey [off-list ref]; devicetree@vger.kernel.org; linux- arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] Axi-usb: Add support for 64-bit addressing. On Wed, May 25, 2016 at 1:29 PM, Arnd Bergmann [off-list ref] wrote:quoted
On Wednesday, May 25, 2016 12:34:19 PM CEST Rob Herring wrote:quoted
On Tue, May 24, 2016 at 11:47:31AM +0000, Nava kishore Manne wrote:quoted
quoted
-----Original Message----- From: Arnd Bergmann [mailto:arnd@arndb.de] Sent: Tuesday, May 24, 2016 2:21 PM To: Nava kishore Manne <redacted> Cc: robh+dt@kernel.org; pawel.moll@arm.com;mark.rutland@arm.com;quoted
quoted
quoted
quoted
ijc+devicetree@hellion.org.uk; galak@codeaurora.org; Michal Simek [off-list ref]; Soren Brinkmann [off-list ref]; balbi@ti.com; gregkh@linuxfoundation.org; Hyun Kwon [off-list ref]; Nava kishore Manne [off-list ref];Radheyquoted
quoted
quoted
quoted
Shyam Pandey [off-list ref]; devicetree@vger.kernel.org; linux- arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] Axi-usb: Add support for 64-bit addressing. On Tuesday, May 24, 2016 10:51:08 AM CEST Nava kishore Mannewrote:quoted
quoted
quoted
quoted
quoted
diff --git a/Documentation/devicetree/bindings/usb/udc-xilinx.txt b/Documentation/devicetree/bindings/usb/udc-xilinx.txt index 47b4e39..09df757 100644--- a/Documentation/devicetree/bindings/usb/udc-xilinx.txt +++ b/Documentation/devicetree/bindings/usb/udc-xilinx.txt@@ -1,18 +1,23 @@ Xilinx USB2 device controller Required properties: -- compatible : Should be "xlnx,usb2-device-4.00.a" +- compatible : Should be "xlnx,usb2-device-4.00.a" or + "xlnx,usb2-device-5.00" - reg : Physical base address and size of the USB2 device registers map. - interrupts : Should contain single irq line of USB2 device controller - xlnx,has-builtin-dma : if DMA is included +- dma-ranges : Should be as the following + <child-bus-address, parent-bus-address, +length>A USB host should not have any children that are DMA capable, I think, so this property doesn't make sense here. It should be part ofthe parent bus.quoted
quoted
quoted
quoted
Will send next version (v4) by removing this property from the DT.quoted
quoted
+- xlnx,addrwidth : Should be the dma addressing size in +bits(ex: 64bits) I'm still unconvinced about the property definition here. What are the possible options for the IP block? I don't think I ever saw a reply from you to my earlier questions.Sorry Let me clearly explain From the IP version 5.0 onwards The IP support both 32-bit and 64-bitaddressing.quoted
quoted
quoted
But the older version of the IP's supports only 32-bit addressing. This addrwidth property differentiates the address width for the new IP (I mean 5.0 version on wards) For older IP it will be always 32-bit.Then I think you should have a simple boolean property for 64-bit configuration.I think matching on the version number is slightly better, as we have the version already and it identifies whether the register exists. Having a boolean property of course works as well, it just duplicates that information.It doesn't because v5.0 h/w can be configured for either 32 or 64-bit mode. Normally, we would encode configuration into the compatible strings, but I view FPGA based blocks to be an exception. Of course, since they can just "fix the h/w" we could just require h/w version and feature registers. ;)
The Axi-usb 5.00 IP is a FPGA based one. This IP needs to support two H/w designs one with 32 bit DMA addressing another one is 64 bit DMA addressing. And also in the software point for view we don’t have any register to figure out whether it is supporting 32 bit DMA addressing or 64 bit DMA addressing. To support both the designs I kept addrwidth property in the dt. I think here addrwidth property is make sense to differentiate the h/w configurations. If you want me to changes it to boolean please let me know I will fix it in the next version. Regards, Navakishore.
Rob
This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.