From: Baruch Siach <baruch@tkos.co.il>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Wan ZongShun <mcuos.com@gmail.com>,
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, 9 Jul 2009 10:37:03 +0300 [thread overview]
Message-ID: <20090709073703.GA1785@jasper.tkos.co.il> (raw)
In-Reply-To: <20090709062929.GD14516@dtor-d630.eng.vmware.com>
Hi Dmitry,
On Wed, Jul 08, 2009 at 11:29:29PM -0700, Dmitry Torokhov wrote:
> On Thu, Jul 09, 2009 at 01:14:36PM +0800, Wan ZongShun wrote:
> > 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!
> >
>
> Umm, one more thing - we need to add "depends on" to Kconfig since
> clk API is not implemented on every platform. Any ideas what is the
> most wide dependency is?
The most wide dependency for the clk API is HAVE_CLK.
baruch
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
-------------------------------------------------------------------
List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php
Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php
next prev parent reply other threads:[~2009-07-09 7:37 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
2009-07-09 6:29 ` Dmitry Torokhov
2009-07-09 7:01 ` Wan ZongShun
2009-07-09 7:37 ` Baruch Siach [this message]
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=20090709073703.GA1785@jasper.tkos.co.il \
--to=baruch@tkos.co.il \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--cc=linux-input@vger.kernel.org \
--cc=mcuos.com@gmail.com \
--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.