RE: [PATCH v5] Axi-usb: Add support for 64-bit addressing.

2016-09-01 Thread Nava kishore Manne
..@hellion.org.uk; ga...@codeaurora.org; ba...@kernel.org; > devicet...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux- > ker...@vger.kernel.org; linux-...@vger.kernel.org > Subject: Re: [PATCH v5] Axi-usb: Add support for 64-bit addressing. > > On Fri, Sep 02, 2016 at

Re: [PATCH v5] Axi-usb: Add support for 64-bit addressing.

2016-09-01 Thread gre...@linuxfoundation.org
On Fri, Sep 02, 2016 at 06:02:14AM +, Nava kishore Manne wrote: > 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 inte

RE: [PATCH v5] Axi-usb: Add support for 64-bit addressing.

2016-09-01 Thread Nava kishore Manne
; > ijc+devicet...@hellion.org.uk; ga...@codeaurora.org; ba...@kernel.org; > gre...@linuxfoundation.org; devicet...@vger.kernel.org; linux-arm- > ker...@lists.infradead.org; linux-kernel@vger.kernel.org; linux- > u...@vger.kernel.org; Nava kishore Manne > Subject: Re: [PATCH v5] Axi-usb: Add

Re: [PATCH v5] Axi-usb: Add support for 64-bit addressing.

2016-09-01 Thread Sören Brinkmann
On Thu, 2016-09-01 at 14:22:56 +0530, Nava kishore Manne wrote: > This patch updates the driver to support 64-bit DMA addressing. > > Signed-off-by: Nava kishore Manne > Acked-by: Rob Herring > --- > Changes for v5: > -None. > > Changes for v4: > -Used boolen pro

[PATCH v5] Axi-usb: Add support for 64-bit addressing.

2016-09-01 Thread Nava kishore Manne
This patch updates the driver to support 64-bit DMA addressing. Signed-off-by: Nava kishore Manne Acked-by: Rob Herring --- Changes for v5: -None. Changes for v4: -Used boolen property insted of addrwith property in the DT as suggested by Arnd Be