All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wan ZongShun <mcuos.com@gmail.com>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-arm-kernel <linux-arm-kernel@lists.arm.linux.org.uk>,
	linux-input@vger.kernel.org, Trilok Soni <soni.trilok@gmail.com>
Subject: Re: [PATCH v2] input:Add clk api support for w90p910 touchscreen
Date: Thu, 09 Jul 2009 13:14:36 +0800	[thread overview]
Message-ID: <4A557CBC.3000507@gmail.com> (raw)
In-Reply-To: <20090709051143.GA14516@dtor-d630.eng.vmware.com>

Dmitry Torokhov 写道:
> Hi Wan,
> 
> On Thu, Jul 09, 2009 at 10:53:18AM +0800, Wan ZongShun wrote:
>> @@ -311,6 +309,9 @@ static int __devexit w90x900ts_remove(struct platform_device *pdev)
>>  	del_timer_sync(&w90p910_ts->timer);
>>  	iounmap(w90p910_ts->ts_reg);
>>  
>> +	clk_disable(w90p910_ts->clk);
> 
> This disable is unneeded since we already disable clock in close(). I
> will fix locally and apply, there is no need to resubmit. I will also
> fix pxa27 driver.

Okay, got it, thanks for your help!

> Thanks!
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2009-07-09  5:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-09  2:53 [PATCH v2] input:Add clk api support for w90p910 touchscreen Wan ZongShun
2009-07-09  5:11 ` Dmitry Torokhov
2009-07-09  5:14   ` Wan ZongShun [this message]
2009-07-09  6:29     ` Dmitry Torokhov
2009-07-09  7:01       ` Wan ZongShun
2009-07-09  7:37       ` Baruch Siach
2009-07-09  8:54         ` Dmitry Torokhov
2009-07-09  9:00           ` Wan ZongShun
2009-07-09  9:06             ` Russell King - ARM Linux
2009-07-09  9:23               ` Wan ZongShun
2009-07-11 15:33                 ` Russell King - ARM Linux

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A557CBC.3000507@gmail.com \
    --to=mcuos.com@gmail.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-arm-kernel@lists.arm.linux.org.uk \
    --cc=linux-input@vger.kernel.org \
    --cc=soni.trilok@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.