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

2016-09-01 Thread Nava kishore Manne
ellion.org.uk' > ; 'ga...@codeaurora.org' > ; Michal Simek ; Soren > Brinkmann ; 'ba...@ti.com' ; Hyun > Kwon ; Radhey Shyam Pandey ; > 'devicet...@vger.kernel.org' ; 'linux-arm- > ker...@lists.infradead.org' ; 'linux- >

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

2016-08-31 Thread gre...@linuxfoundation.org
On Thu, Sep 01, 2016 at 06:01:35AM +, Nava kishore Manne wrote: > Ping!! ping what? I don't see a patch here, and nothing is in my to-review queue about this. Perhaps send it again? confused, greg k-h

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

2016-07-25 Thread Nava kishore Manne
Simek ; Soren > Brinkmann ; ba...@ti.com; Hyun Kwon > ; Radhey Shyam Pandey ; > devicet...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux- > ker...@vger.kernel.org > Subject: RE: [PATCH v4] Axi-usb: Add support for 64-bit addressing. > > Hi Greg, > &

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

2016-07-13 Thread Nava kishore Manne
Hi Greg, > > Ping!! > > > > > > > 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, cop

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

2016-07-11 Thread gre...@linuxfoundation.org
On Mon, Jul 11, 2016 at 10:07:31AM +, Nava kishore Manne wrote: > Ping!! > > 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 a

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

2016-07-11 Thread Nava kishore Manne
Brinkmann ; > ba...@ti.com; gre...@linuxfoundation.org; Hyun Kwon > ; Radhey Shyam Pandey ; > devicet...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux- > ker...@vger.kernel.org > Subject: RE: [PATCH v4] Axi-usb: Add support for 64-bit addressing. > > Ping!! > > &g

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

2016-06-27 Thread Nava kishore Manne
mann ; > ba...@ti.com; gre...@linuxfoundation.org; Hyun Kwon > ; Nava kishore Manne ; Radhey > Shyam Pandey ; devicet...@vger.kernel.org; linux- > arm-ker...@lists.infradead.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH v4] Axi-usb: Add support for 64-bit addressing. >

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

2016-06-03 Thread Shubhrajyoti Datta
On Tue, May 31, 2016 at 10:45 AM, Nava kishore Manne wrote: > Hi Shubhrajyoti, > > > Thanks for the review... > >> > /** >> > + * xudc_write64 - write 64bit value to device registers >> > + * @ep: pointer to the usb device endpoint structure. >> > + * @offset: register offset >> > + * @va

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

2016-06-02 Thread Rob Herring
On Mon, May 30, 2016 at 10:16:38PM +0530, Nava kishore Manne wrote: > This patch updates the driver to support 64-bit DMA addressing. > > Signed-off-by: Nava kishore Manne > --- > Changes for v4: > -Used boolen property insted of addrwith property in the DT >as sugge

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

2016-05-30 Thread Nava kishore Manne
Hi Shubhrajyoti, Thanks for the review... > > /** > > + * xudc_write64 - write 64bit value to device registers > > + * @ep: pointer to the usb device endpoint structure. > > + * @offset: register offset > > + * @val: data to be written > > + **/ > > +static void xudc_write64(str

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

2016-05-30 Thread Shubhrajyoti Datta
On Mon, May 30, 2016 at 10:16 PM, Nava kishore Manne wrote: > This patch updates the driver to support 64-bit DMA addressing. > > Signed-off-by: Nava kishore Manne > --- > Changes for v4: > -Used boolen property insted of addrwith property in the DT > as suggested

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

2016-05-30 Thread Nava kishore Manne
This patch updates the driver to support 64-bit DMA addressing. Signed-off-by: Nava kishore Manne --- 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