Re: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl

2009-06-09 Thread Hiroshi DOYU
From: ext Kanigeri, Hari h-kanige...@ti.com Subject: RE: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl Date: Mon, 8 Jun 2009 22:49:21 +0200 Hi Doyu-san, Regarding http://marc.info/?l=linux-omapm=124201773423892w=2 I think that the first one should be merged into d.o-z.org

Re: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl

2009-06-09 Thread Felipe Contreras
On Tue, Jun 9, 2009 at 4:18 AM, Kanigeri, Harih-kanige...@ti.com wrote: I agree, the check should be in proc map, and should be optional. However, I would prefer it to be an all-or-nothing option, how about in kconfig? -- One other way is we can use a bit mask in map attributes argument in

Re: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl

2009-06-09 Thread Felipe Contreras
On Tue, Jun 9, 2009 at 10:02 AM, Hiroshi DOYUhiroshi.d...@nokia.com wrote: From: ext Kanigeri, Hari h-kanige...@ti.com Subject: RE: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl Date: Mon, 8 Jun 2009 22:49:21 +0200 Hi Doyu-san, Regarding http://marc.info/?l=linux-omapm

Re: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl

2009-06-09 Thread Hiroshi DOYU
From: ext Felipe Contreras felipe.contre...@gmail.com Subject: Re: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl Date: Tue, 9 Jun 2009 11:16:52 +0200 On Tue, Jun 9, 2009 at 10:02 AM, Hiroshi DOYUhiroshi.d...@nokia.com wrote: From: ext Kanigeri, Hari h-kanige...@ti.com Subject

Re: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl

2009-06-09 Thread Felipe Contreras
On Tue, Jun 9, 2009 at 12:29 PM, Hiroshi DOYUhiroshi.d...@nokia.com wrote: From: ext Felipe Contreras felipe.contre...@gmail.com Subject: Re: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl Date: Tue, 9 Jun 2009 11:16:52 +0200 On Tue, Jun 9, 2009 at 10:02 AM, Hiroshi DOYUhiroshi.d

RE: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl

2009-06-08 Thread Ramirez Luna, Omar
From: Ameya Palande [mailto:ameya.pala...@nokia.com] Subject: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl From: Ameya Palande ameya.pala...@nokia.com Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- drivers/dsp/bridge/rmgr/drv_interface.c |2 +- drivers/dsp/bridge

Re: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl

2009-06-08 Thread Hiroshi DOYU
From: ext Ramirez Luna, Omar omar.rami...@ti.com Subject: RE: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl Date: Mon, 8 Jun 2009 08:49:03 +0200 From: Ameya Palande [mailto:ameya.pala...@nokia.com] Subject: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl From: Ameya

RE: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl

2009-06-08 Thread Kanigeri, Hari
] On Behalf Of Hiroshi DOYU Sent: Monday, June 08, 2009 6:34 AM To: Ramirez Luna, Omar Cc: ameya.pala...@nokia.com; linux-omap@vger.kernel.org; felipe.contre...@gmail.com Subject: Re: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl From: ext Ramirez Luna, Omar omar.rami...@ti.com Subject

Re: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl

2009-06-08 Thread Felipe Contreras
On Mon, Jun 8, 2009 at 11:49 PM, Kanigeri, Harih-kanige...@ti.com wrote: Hi Doyu-san, Regarding http://marc.info/?l=linux-omapm=124201773423892w=2 I think that the first one should be merged into d.o-z.org now, but for the second one about 128 byte alignment. let me know your thought/plan

RE: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl

2009-06-08 Thread Kanigeri, Hari
...@nokia.com; linux-omap@vger.kernel.org Subject: Re: [PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl On Mon, Jun 8, 2009 at 11:49 PM, Kanigeri, Harih-kanige...@ti.com wrote: Hi Doyu-san, Regarding http://marc.info/?l=linux-omapm=124201773423892w=2 I think that the first one

[PATCH] DSPBRIDGE: Compiler wanrning fix for unlocked_ioctl

2009-06-04 Thread Ameya Palande
From: Ameya Palande ameya.pala...@nokia.com Signed-off-by: Ameya Palande ameya.pala...@nokia.com --- drivers/dsp/bridge/rmgr/drv_interface.c |2 +- drivers/dsp/bridge/rmgr/drv_interface.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git