commit | 69b06c15e7e24d2b17ec8f89a7f3ae9fa55f5667 | [log] [tgz] |
---|---|---|
author | Jesper Nilsson <jesper.nilsson@axis.com> | Fri Feb 08 17:00:25 2008 +0100 |
committer | Jesper Nilsson <jesper.nilsson@axis.com> | Fri Feb 08 17:00:25 2008 +0100 |
tree | dd8c6e72c31e8d2f33ce4fa77e3e9f1f3d37bb8e | |
parent | a34d24425e9c133e875a26c0bbc91783cf485b93 [diff] |
CRIS v32: Change drivers/i2c.c locking. - Change spin_lock + local_irq_save into spin_lock_irqsave - Change spin_unlock + local_irq_restore into spin_unlock_irqrestore - Return ENOTTY if ioctl is not recognized as a cris ioctl. - Make init functions static.