On Wed, May 14, 2008 at 6:01 AM, Greg KH <greg@kroah.com> wrote:
Yes, lockdep doesn't generate warnings on my side.
I ever wanted to do the conversion, please see:
http://lkml.org/lkml/2008/1/12/49
The result is that device sem2mutex is not possible now, but class
sem2mutex is possible. After the class_device removing, all the
class->sem usage exist in class.c except for i2c part.
So I make i2c to use class_for_each_device api, so we can do the
class->sem conversion.
--