summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorErik Lilliebjerg <elilliebjerg@nvidia.com>2013-07-08 05:55:56 -0700
committerRiham Haidar <rhaidar@nvidia.com>2013-10-07 16:39:23 -0700
commitc69d9aae4115103aca523f0ddfcc1ddaf8c493fa (patch)
tree9b5a5c6bb9440552e3c695e858b0c72f55e6425e /include
parentae306268afc1c478740096f4d89875db90b03b6d (diff)
input: misc: sensor drivers
- reduce suspend time for compass and pressure - fix MPU possible interrupt storm - fix MPU sample frequency overrun - fix MPU 9250 support for sw_rev > 2 HW - add BMP280 support to BMP180 pressure driver - optimize MPU FIFO timestamp algorithm - add compass self-test - add data interface Bug 1313284 Bug 1311053 Bug 1295128 Bug 1256470 Bug 1236893 Change-Id: I4ffa906c07ed1d07ad3b89aea9eb83fb153b765d Signed-off-by: Erik Lilliebjerg <elilliebjerg@nvidia.com> Reviewed-on: http://git-master/r/246132 (cherry picked from commit 8cdf5b9ccfb47477229bf2cbb37f5132e81ad39e) Reviewed-on: http://git-master/r/248192 Reviewed-by: Riham Haidar <rhaidar@nvidia.com> Tested-by: Riham Haidar <rhaidar@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mpu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/mpu.h b/include/linux/mpu.h
index 0b15d7c02a72..c0202aeba32e 100644
--- a/include/linux/mpu.h
+++ b/include/linux/mpu.h
@@ -53,12 +53,6 @@
* Other devices can be accessed by setting this to
* that device's I2C address. When used after enabling
* bypass mode, devices behind the MPU can be accessed.
-* aux_dbg = write 1 to spew auxiliary port register dumps after
-* each external driver call.
-* Write 0 to disable the spew.
-* Writing anything takes a snapshot of the registers.
-* Therefore, a write of 0 can take snapshots whenever
-* without the external driver call spew.
**********************************************************************/
#define DEBUG_SYSFS_INTERFACE 1