RE: [PATCH v3 6/7] DSPBRIDGE: Use _IOxx macro to define ioctls

2010-01-13 Thread Ramirez Luna, Omar
From: Ramirez Luna, Omar Sent: Monday, January 11, 2010 7:01 PM To: linux-omap Cc: Ramirez Luna, Omar; Menon, Nishanth; Hiroshi Doyu; Ameya Palande; Felipe Contreras Subject: [PATCH v3 6/7] DSPBRIDGE: Use _IOxx macro to define ioctls - Use standard convention to define ioctls. Currently 0xDB

[PATCH v3 6/7] DSPBRIDGE: Use _IOxx macro to define ioctls

2010-01-11 Thread Omar Ramirez Luna
- Use standard convention to define ioctls. Currently 0xDB is used as identifier for dspbridge. Discussion: http://marc.info/?l=linux-omapm=126297631603035w=2 WARNING: An update in api ioctl definitions is required, usually replacing to a new libbridge (with ioctl patch) should be enough. Other

[RESEND][PATCH v3 6/7] DSPBRIDGE: Use _IOxx macro to define ioctls

2010-01-11 Thread Ramirez Luna, Omar
Resending with u8 instead of short for size_cmd array From: Ramirez Luna, Omar - Use standard convention to define ioctls. Currently 0xDB is used as identifier for dspbridge. Discussion: http://marc.info/?l=linux-omapm=126297631603035w=2 WARNING: An update in api ioctl definitions is