lkml.org 
[lkml]   [2011]   [Nov]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v2] input: add driver support for Sharp gp2ap002a00f proximity sensor
From
Date
On Wed, 2011-11-16 at 16:56 +0100, oskar.andero@sonyericsson.com wrote:
> > > > > +#ifdef CONFIG_PM_SLEEP
> > > > > +static int gp2a_suspend(struct device *dev)
> > > > > +{
> > > > > + struct i2c_client *client = to_i2c_client(dev);
> > > > > + struct gp2a_data *dt = i2c_get_clientdata(client);
> > > > > + int error;
> > > > > +
> > > > > + if (device_may_wakeup(&client->dev)) {
> > > > > + enable_irq_wake(client->irq);
> > > > > + } else {
> > > >
> > > > This needs locking WRT open/close. Please acquire dt->device->mutex and
> > > > only disable if dt->device->users != 0. Similar shoudl be done for
> > > > resume.
> > >
> > > I see what you mean. I will fix it.
> > Is my understanding correct?You are going to disable the device
> > only when there are users of the driver and not disable the device
> > otherwise.As anyway if there are no users the driver would have been
> > already disabled right?
>
> Please, see PATCH v3 for the answer to your question.

Perhaps I didn't explain what I wanted to know.Can you kindly let me
know explain below statement by dmitry:
"This needs locking WRT open/close. Please acquire dt->device->mutex and
only disable if dt->device->users != 0. Similar shoudl be done for
resume"






\
 
 \ /
  Last update: 2011-11-16 17:23    [W:0.058 / U:0.404 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site