Input: ads7846 - switch to using hrtimer
authorImre Deak <imre.deak@solidboot.com>
Thu, 18 Jan 2007 05:45:31 +0000 (00:45 -0500)
committerDmitry Torokhov <dtor@insightbb.com>
Thu, 18 Jan 2007 05:45:31 +0000 (00:45 -0500)
commit1936d590a9b72ff6a7a0c826bc613e4757cde1c9
treefcbaac6b7043a347aad309bc8385413ca5ae9952
parentde2defd96d7d92fe8b5f9cf2bfd385d8d4819923
Input: ads7846 - switch to using hrtimer

Use hrtimer instead of the normal timer, since it provides better
sampling resolution. This will:

 - avoid a problem where we have a 1 jiffy poll period and
   dynamic tick on
 - utilize high resolution HW clocks when they are added to
   the hrtimer framework

Signed-off-by: Imre Deak <imre.deak@solidboot.com>
Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/ads7846.c