aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/inv_mpu/accel/bma250.c
Commit message (Collapse)AuthorAgeFilesLines
* invensense: bma250: disable reading of New data StatusVikram Pandita2011-09-221-2/+0
| | | | | | | | | | | The interrupt seems to be cleared automatically. There does not seem to be a need to read the NewDataStatus(0x0A) register. This avoids extra write and a read on i2c bus. Change-Id: I36d0a82fd9a9bb657541f5f60e15679d14b6d0af Signed-off-by: Vikram Pandita <vikram.pandita@ti.com> Cc: Nathan Royer <nroyer@invensense.com>
* Addition of slave sensor modules.Nathan Royer2011-06-161-0/+785
Each slave can be compiled and linked sumultanously. It is up to the board file to only probe one slave of each type. Change-Id: I3f301eb88be6e82af9b78f8c09d4e8d7e1e4b227 Signed-off-by: Nathan Royer <nroyer@invensense.com>