From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wan ZongShun Subject: Re: [PATCH v2] input:Add clk api support for w90p910 touchscreen Date: Thu, 09 Jul 2009 13:14:36 +0800 Message-ID: <4A557CBC.3000507@gmail.com> References: <4A555B9E.8060508@gmail.com> <20090709051143.GA14516@dtor-d630.eng.vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from rv-out-0506.google.com ([209.85.198.235]:43003 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751472AbZGIFOq (ORCPT ); Thu, 9 Jul 2009 01:14:46 -0400 Received: by rv-out-0506.google.com with SMTP id f6so1862951rvb.1 for ; Wed, 08 Jul 2009 22:14:46 -0700 (PDT) In-Reply-To: <20090709051143.GA14516@dtor-d630.eng.vmware.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov Cc: linux-arm-kernel , linux-input@vger.kernel.org, Trilok Soni Dmitry Torokhov =E5=86=99=E9=81=93: > Hi Wan, >=20 > On Thu, Jul 09, 2009 at 10:53:18AM +0800, Wan ZongShun wrote: >> @@ -311,6 +309,9 @@ static int __devexit w90x900ts_remove(struct pla= tform_device *pdev) >> del_timer_sync(&w90p910_ts->timer); >> iounmap(w90p910_ts->ts_reg); >> =20 >> + clk_disable(w90p910_ts->clk); >=20 > 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! >=20 -- 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