From: Samu Onkalo Date: Fri, 22 Oct 2010 11:57:31 +0000 (-0400) Subject: hwmon: lis3: use block read to access data registers X-Git-Tag: v2.6.37-rc1~118^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f10a5407b58603fb3b084d7fbdbd50f47d010c82;p=pandora-kernel.git hwmon: lis3: use block read to access data registers Add optional blockread function to interface driver. If available the chip driver uses it for data register access. For 12 bit device it reads 6 bytes to get 3*16bit data. For 8 bit device it reads out 5 bytes since every second byte is dummy. This optimizes bus usage and reduces number of operations and interrupts needed for one data update. Signed-off-by: Samu Onkalo Acked-by: Jonathan Cameron Acked-by: Eric Piel Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed