Re: [PATCH] uio: add ioctl callback

2008-11-12 Thread Marco Stornelli
Read the file SubmittingPatches in your kernel documentation folder before sending a patch. In addition, check the patch with checkpatch script. You can find the script in the script kernel folder. Send the patch with the right destination. You can know the names (and emails) of the maintainers in

[PATCH] uio: add ioctl callback

2008-11-12 Thread Neil Armstrong
Add an ioctl callback to the UIO device class. This can be useful when status and data are needed after an interrupt occurs. Changes : - Add an uio_ioctl method - Add en ioctl entry in uio_info Neil Armstrong <[EMAIL PROTECTED]> Index: drivers/uio/uio.c