RE: how to specify dma_mask and coherent_dma_mask in hwmod

2012-07-04 Thread Paul Walmsley
On Mon, 2 Jul 2012, N, Mugunthan V wrote: Extending omap_device_build() to accommodate dma masks will endup with lot of code changes in other modules Why? - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More

Re: how to specify dma_mask and coherent_dma_mask in hwmod

2012-07-04 Thread Russell King - ARM Linux
On Thu, Jun 07, 2012 at 04:22:17PM +, N, Mugunthan V wrote: While converting platform device registry to Hwmod for CPSW Ethernet driver which is present in AM335X (OMAP2+), I am not finding a way to specify dma_mask and coherent_dma_mask. Is there a way to specify dma_mask and

RE: how to specify dma_mask and coherent_dma_mask in hwmod

2012-07-04 Thread N, Mugunthan V
-Original Message- From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Wednesday, July 04, 2012 3:12 PM To: N, Mugunthan V Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: Re: how to specify dma_mask and coherent_dma_mask in hwmod On

Re: how to specify dma_mask and coherent_dma_mask in hwmod

2012-07-04 Thread Russell King - ARM Linux
On Wed, Jul 04, 2012 at 11:47:35AM +, N, Mugunthan V wrote: -Original Message- From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Wednesday, July 04, 2012 3:12 PM To: N, Mugunthan V Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org

RE: how to specify dma_mask and coherent_dma_mask in hwmod

2012-07-02 Thread N, Mugunthan V
Hi Paul, -Original Message- From: Bedia, Vaibhav Sent: Friday, June 29, 2012 4:54 PM To: Paul Walmsley Cc: N, Mugunthan V; linux-omap@vger.kernel.org; linux-arm- ker...@lists.infradead.org; Cousson, Benoit; Hilman, Kevin Subject: RE: how to specify dma_mask and coherent_dma_mask in

RE: how to specify dma_mask and coherent_dma_mask in hwmod

2012-06-29 Thread Bedia, Vaibhav
Hi Paul, On Thu, Jun 28, 2012 at 22:02:46, Paul Walmsley wrote: On Thu, 28 Jun 2012, Bedia, Vaibhav wrote: On Thu, Jun 28, 2012 at 21:22:54, Paul Walmsley wrote: [...] dma_mask and coherent_dma_mask can be specified during device creation. See usb_musb_init() in

RE: how to specify dma_mask and coherent_dma_mask in hwmod

2012-06-28 Thread Bedia, Vaibhav
+Paul, Benoit and Kevin On Wed, Jun 27, 2012 at 11:11:32, N, Mugunthan V wrote: -Original Message- From: N, Mugunthan V Sent: Thursday, June 07, 2012 9:52 PM To: 'linux-omap@vger.kernel.org' Cc: 'linux-arm-ker...@lists.infradead.org' Subject: how to specify dma_mask and

RE: how to specify dma_mask and coherent_dma_mask in hwmod

2012-06-28 Thread Paul Walmsley
Hi On Thu, 28 Jun 2012, Bedia, Vaibhav wrote: On Wed, Jun 27, 2012 at 11:11:32, N, Mugunthan V wrote: -Original Message- From: N, Mugunthan V Sent: Thursday, June 07, 2012 9:52 PM To: 'linux-omap@vger.kernel.org' Cc: 'linux-arm-ker...@lists.infradead.org' Subject: how

Re: how to specify dma_mask and coherent_dma_mask in hwmod

2012-06-28 Thread ABRAHAM, KISHON VIJAY
Hi, On Wed, Jun 27, 2012 at 11:11 AM, N, Mugunthan V mugunthan...@ti.com wrote: -Original Message- From: N, Mugunthan V Sent: Thursday, June 07, 2012 9:52 PM To: 'linux-omap@vger.kernel.org' Cc: 'linux-arm-ker...@lists.infradead.org' Subject: how to specify dma_mask and

RE: how to specify dma_mask and coherent_dma_mask in hwmod

2012-06-28 Thread Bedia, Vaibhav
Hi Paul, On Thu, Jun 28, 2012 at 21:22:54, Paul Walmsley wrote: [...] dma_mask and coherent_dma_mask can be specified during device creation. See usb_musb_init() in arch/arm/mach-omap2/usb-musb.c for an example. Thanks for pointing this out. Should omap_device_build() start handling

RE: how to specify dma_mask and coherent_dma_mask in hwmod

2012-06-28 Thread Paul Walmsley
On Thu, 28 Jun 2012, Bedia, Vaibhav wrote: On Thu, Jun 28, 2012 at 21:22:54, Paul Walmsley wrote: [...] dma_mask and coherent_dma_mask can be specified during device creation. See usb_musb_init() in arch/arm/mach-omap2/usb-musb.c for an example. Thanks for pointing this out.

RE: how to specify dma_mask and coherent_dma_mask in hwmod

2012-06-28 Thread Bedia, Vaibhav
On Thu, Jun 28, 2012 at 22:02:46, Paul Walmsley wrote: On Thu, 28 Jun 2012, Bedia, Vaibhav wrote: On Thu, Jun 28, 2012 at 21:22:54, Paul Walmsley wrote: [...] dma_mask and coherent_dma_mask can be specified during device creation. See usb_musb_init() in

RE: how to specify dma_mask and coherent_dma_mask in hwmod

2012-06-26 Thread N, Mugunthan V
-Original Message- From: N, Mugunthan V Sent: Thursday, June 07, 2012 9:52 PM To: 'linux-omap@vger.kernel.org' Cc: 'linux-arm-ker...@lists.infradead.org' Subject: how to specify dma_mask and coherent_dma_mask in hwmod Hi While converting platform device registry to Hwmod for

how to specify dma_mask and coherent_dma_mask in hwmod

2012-06-07 Thread N, Mugunthan V
Hi While converting platform device registry to Hwmod for CPSW Ethernet driver which is present in AM335X (OMAP2+), I am not finding a way to specify dma_mask and coherent_dma_mask. Is there a way to specify dma_mask and coherent_dma_mask in hwmod? --- Regards, Mugunthan V N.  -- To