From: Semih Hazar Date: Wed, 18 Jul 2007 04:35:56 +0000 (-0400) Subject: Input: ads7846 - introduce sample settling delay X-Git-Tag: v2.6.23-rc1~207^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4f48861993294c27849076741eb0c090482560b;p=pandora-kernel.git Input: ads7846 - introduce sample settling delay The ads7846 driver has support for filtering, but when the chip gets deselected between samples this causes noise. This patch adds support for an optional settling delay time, so that two consecutive samples will be taken with the specified delay time apart. This ensures that the chip won't be deselected, so the noise won't appear. Filtering can still be done, but will have less work to do since each time a new sample is taken the same delay applies. Signed-off-by: Semih Hazar Signed-off-by: David Brownell Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed