[PATCH v4] Axi-usb: Add support for 64-bit addressing.
From: Nava kishore Manne <hidden>
Date: 2016-06-27 13:04:53
Also in:
linux-devicetree, lkml
Ping!!
-----Original Message----- From: Rob Herring [mailto:robh at kernel.org] Sent: Friday, June 03, 2016 4:28 AM To: Nava kishore Manne <redacted> Cc: pawel.moll at arm.com; mark.rutland at arm.com; ijc+devicetree at hellion.org.uk; galak at codeaurora.org; Michal Simek [off-list ref]; Soren Brinkmann [off-list ref]; balbi at ti.com; gregkh at linuxfoundation.org; Hyun Kwon [off-list ref]; Nava kishore Manne [off-list ref]; Radhey Shyam Pandey [off-list ref]; devicetree at vger.kernel.org; linux- arm-kernel at lists.infradead.org; linux-kernel at vger.kernel.org Subject: Re: [PATCH v4] Axi-usb: Add support for 64-bit addressing. On Mon, May 30, 2016 at 10:16:38PM +0530, Nava kishore Manne wrote:quoted
This patch updates the driver to support 64-bit DMA addressing. Signed-off-by: Nava kishore Manne <redacted> --- Changes for v4: -Used boolen property insted of addrwith property in the DT as suggested by Arnd Bergmann. -Adopt the DT relevant changes into the driver. Changes for v3: -Added new compatable string for 5.00 IP version as suggested by Arnd Bergmann. -Used write_fn() insted of lo_hi_writeq() as suggested by Arnd Bergmann. Changes for v2: -Added dma-ranges property in device tree as suggested by ArndBergmann.quoted
-Modified the driver code based on the xlnx,addrwidth. .../devicetree/bindings/usb/udc-xilinx.txt | 5 ++-Acked-by: Rob Herring <robh@kernel.org>quoted
drivers/usb/gadget/udc/udc-xilinx.c | 52+++++++++++++++++++++-quoted
2 files changed, 54 insertions(+), 3 deletions(-)