Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-16 Thread Felipe Balbi
Hi, On Wed, Sep 15, 2010 at 10:40:08PM -0500, G, Manjunath Kondaiah wrote: In that case, the dma_read/dma_write macros will be splitted into: static inline void omap1_dma_write(...); static inline void omap2_dma_write(...); static inline u32 omap1_dma_read(...); static inline u32

RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-16 Thread G, Manjunath Kondaiah
-Original Message- From: Balbi, Felipe Sent: Thursday, September 16, 2010 11:33 AM To: G, Manjunath Kondaiah Cc: Balbi, Felipe; Kevin Hilman; linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device

Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-16 Thread Felipe Balbi
Hi, On Thu, Sep 16, 2010 at 01:32:58AM -0500, G, Manjunath Kondaiah wrote: #define dma_read(reg) \ ({ \ u32 __val; \

RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-16 Thread G, Manjunath Kondaiah
Balbi, -Original Message- From: Balbi, Felipe Sent: Thursday, September 16, 2010 12:11 PM To: G, Manjunath Kondaiah Cc: Balbi, Felipe; Kevin Hilman; linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device

Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-16 Thread Cousson, Benoit
, Manjunath Kondaiah Cc: Balbi, Felipe; Kevin Hilman; linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration Hi, On Thu, Sep 16, 2010 at 01:32:58AM -0500, G, Manjunath Kondaiah wrote: #define dma_read(reg

Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-16 Thread Felipe Balbi
Hi, On Thu, Sep 16, 2010 at 01:58:13AM -0500, Cousson, Benoit wrote: Stupid question, is your first name Felipe or balbi? You sign with balbi... that's with it is confusing... Felipe. Balbi is family name. -- balbi -- To unsubscribe from this list: send the line unsubscribe linux-omap in

Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-15 Thread Felipe Balbi
Hi, On Tue, Sep 14, 2010 at 09:11:26AM -0500, G, Manjunath Kondaiah wrote: There are several places in kernel code (ex: tools/perf/util/include/linux/bitops.h:static __always_inline int test_bit(unsigned int nr, const unsigned long *addr)) which are using __always_inline attribute to make sure

RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-15 Thread G, Manjunath Kondaiah
Hi, -Original Message- From: Balbi, Felipe Sent: Wednesday, September 15, 2010 12:41 PM To: G, Manjunath Kondaiah Cc: Balbi, Felipe; Kevin Hilman; linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device

RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-14 Thread G, Manjunath Kondaiah
: RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, September 04, 2010 2:30 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar

Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-14 Thread Felipe Balbi
Hi, On Tue, Sep 14, 2010 at 05:18:52AM -0500, G, Manjunath Kondaiah wrote: How static inline functions are better than this? static inline function will at least give you type checking ?? -- balbi -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message

RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-14 Thread G, Manjunath Kondaiah
-Original Message- From: Balbi, Felipe Sent: Tuesday, September 14, 2010 3:54 PM To: G, Manjunath Kondaiah Cc: Kevin Hilman; linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration Hi

Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-14 Thread Felipe Balbi
/11] OMAP2/3/4: DMA: HWMOD: Device registration Hi, On Tue, Sep 14, 2010 at 05:18:52AM -0500, G, Manjunath Kondaiah wrote: How static inline functions are better than this? static inline function will at least give you type checking ?? If so, even inline function has certain disadvantages

RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-14 Thread G, Manjunath Kondaiah
-Original Message- From: Balbi, Felipe Sent: Tuesday, September 14, 2010 5:27 PM To: G, Manjunath Kondaiah Cc: Balbi, Felipe; Kevin Hilman; linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

RE: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-07 Thread G, Manjunath Kondaiah
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, September 04, 2010 2:30 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Shilimkar, Santosh Subject: Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device

Re: [PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-09-03 Thread Kevin Hilman
Manjunatha GK manj...@ti.com writes: This patch converts omap2/3/4 dma driver into platform devices through using omap hwmod, omap device and runtime pm frameworks. Signed-off-by: Manjunatha GK manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com