Re: [PATCH 8/8] DSPBRIDGE: Use _IOxx macro to define ioctls

2010-01-08 Thread Nishanth Menon
Ramirez Luna, Omar had written, on 01/08/2010 11:19 AM, the following: From: Menon, Nishanth Apologies on the spam, but a few points below for preventing a future ioctl change: Menon, Nishanth had written, on 01/07/2010 08:59 PM, the following: Ramirez Luna, Omar had written, on 01/07/2010 07:

Re: [PATCH 8/8] DSPBRIDGE: Use _IOxx macro to define ioctls

2010-01-08 Thread Nishanth Menon
Ramirez Luna, Omar had written, on 01/08/2010 11:11 AM, the following: From: Menon, Nishanth Ramirez Luna, Omar had written, on 01/07/2010 07:01 PM, the following: - Use standard convention to define ioctls. - Removed runtime check for ioctl matching table number. - Added __deprectaed marker to

RE: [PATCH 8/8] DSPBRIDGE: Use _IOxx macro to define ioctls

2010-01-08 Thread Ramirez Luna, Omar
>From: Menon, Nishanth > >Apologies on the spam, but a few points below for preventing a future >ioctl change: > >Menon, Nishanth had written, on 01/07/2010 08:59 PM, the following: >> Ramirez Luna, Omar had written, on 01/07/2010 07:01 PM, the following: >>> - Use standard convention to define ioc

RE: [PATCH 8/8] DSPBRIDGE: Use _IOxx macro to define ioctls

2010-01-08 Thread Ramirez Luna, Omar
>From: Menon, Nishanth > >Ramirez Luna, Omar had written, on 01/07/2010 07:01 PM, the following: >> - Use standard convention to define ioctls. >> - Removed runtime check for ioctl matching table number. >> - Added __deprectaed marker to functions that are not used anymore. >> >> Currently 'DB' is

Re: [PATCH 8/8] DSPBRIDGE: Use _IOxx macro to define ioctls

2010-01-07 Thread Nishanth Menon
Apologies on the spam, but a few points below for preventing a future ioctl change: Menon, Nishanth had written, on 01/07/2010 08:59 PM, the following: Ramirez Luna, Omar had written, on 01/07/2010 07:01 PM, the following: - Use standard convention to define ioctls. please warn in the commit

Re: [PATCH 8/8] DSPBRIDGE: Use _IOxx macro to define ioctls

2010-01-07 Thread Nishanth Menon
Ramirez Luna, Omar had written, on 01/07/2010 07:01 PM, the following: - Use standard convention to define ioctls. - Removed runtime check for ioctl matching table number. - Added __deprectaed marker to functions that are not used anymore. Currently 'DB' is used as identifier for dspbridge.

[PATCH 8/8] DSPBRIDGE: Use _IOxx macro to define ioctls

2010-01-07 Thread Omar Ramirez Luna
- Use standard convention to define ioctls. - Removed runtime check for ioctl matching table number. - Added __deprectaed marker to functions that are not used anymore. Currently 'DB' is used as identifier for dspbridge. Added TODOs for removing the function table and, deprecated and not implemen