RE: [PATCH V2] input: add support for TI Touchscreen controller.
From: Patil, Rachna <hidden>
Date: 2011-07-22 09:12:33
Hi Dmitry,
-----Original Message----- From: Dmitry Torokhov [mailto:dmitry.torokhov@gmail.com] Sent: Friday, July 22, 2011 12:06 PM To: Patil, Rachna Cc: linux-input@vger.kernel.org Subject: Re: [PATCH V2] input: add support for TI Touchscreen controller. Hi Rachna, On Wed, Jul 20, 2011 at 06:42:20PM +0530, Patil, Rachna wrote:quoted
Hi Dmitry, This is just a gentle reminder for the patch I had submitted viz."[PATCH] input: add support for TI Touchscreen controller."quoted
Can this patch be included in the 3.1 version? I know this is a bit late but I presume that this patch just adds a newkind of driver and does not break anything existing.quoted
I am getting the following while building the module: ERROR: "clk_get_rate" [drivers/input/touchscreen/ti_tscadc.ko] undefined! ERROR: "clk_enable" [drivers/input/touchscreen/ti_tscadc.ko] undefined! ERROR: "clk_get" [drivers/input/touchscreen/ti_tscadc.ko] undefined! ERROR: "clk_put" [drivers/input/touchscreen/ti_tscadc.ko] undefined! ERROR: "clk_disable" [drivers/input/touchscreen/ti_tscadc.ko] undefined! make[1]: *** [__modpost] Error 1 Apparently we need to add some arch or platform dependency... Hmm, maybe the driver should depend on CONFIG_HAVE_CLK?
Yes, this is platform dependent. I will add CONFIG_HAVE_CLK against the driver.
Thanks. -- Dmitry
Thanks & Regards, Rachna.