Hi Rachna, On Wed, Jul 20, 2011 at 06:42:20PM +0530, Patil, Rachna wrote: > Hi Dmitry, > > This is just a gentle reminder for the patch I had submitted viz. "[PATCH] input: add support for TI Touchscreen controller." > 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 new kind of driver and does not break anything existing. > 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? Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html