Hi Dmitry, > -----Original Message----- > From: Dmitry Torokhov [mailto:dmitry.torokhov@xxxxxxxxx] > Sent: Friday, July 22, 2011 12:06 PM > To: Patil, Rachna > Cc: linux-input@xxxxxxxxxxxxxxx > 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: > > 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? Yes, this is platform dependent. I will add CONFIG_HAVE_CLK against the driver. > > Thanks. > > -- > Dmitry Thanks & Regards, Rachna. -- 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