Re: [PATCH v2] input:Add clk api support for w90p910 touchscreen
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2009-07-09 05:11:49
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2009-07-09 05:11:49
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. Thanks! -- Dmitry