diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-07-23 17:15:27 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-07-23 17:15:27 -0700 |
| commit | 74d71e3bbccfdb208dd4385df5a636f889b3cd05 (patch) | |
| tree | 1da3047144075bed53290b018a675d9686c4fb69 /drivers/iio/imu-aosp/inv_mpu6515/inv_mpu_dts.h | |
| parent | 5d1c09eedec0cf5fd486d240b4ede1c476ed6adf (diff) | |
| parent | cd0f92406cc231fda66c30312f48d12fab5ac614 (diff) | |
| download | olio-linux-3.10-74d71e3bbccfdb208dd4385df5a636f889b3cd05.tar.xz olio-linux-3.10-74d71e3bbccfdb208dd4385df5a636f889b3cd05.zip | |
Merged bluetooth and ST mods from mattis_bt_work.
Change-Id: Ic904469eae89e5678a502e78309b30ab9715cd41
Diffstat (limited to 'drivers/iio/imu-aosp/inv_mpu6515/inv_mpu_dts.h')
| -rwxr-xr-x | drivers/iio/imu-aosp/inv_mpu6515/inv_mpu_dts.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/drivers/iio/imu-aosp/inv_mpu6515/inv_mpu_dts.h b/drivers/iio/imu-aosp/inv_mpu6515/inv_mpu_dts.h deleted file mode 100755 index 151ac74ea05..00000000000 --- a/drivers/iio/imu-aosp/inv_mpu6515/inv_mpu_dts.h +++ /dev/null @@ -1,30 +0,0 @@ -/* -* Copyright (C) 2012 Invensense, Inc. -* -* This software is licensed under the terms of the GNU General Public -* License version 2, as published by the Free Software Foundation, and -* may be copied, distributed, and modified under those terms. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -*/ - -#ifndef _INV_MPU_DTS_H_ -#define _INV_MPU_DTS_H_ - -#include <linux/i2c.h> -#include <linux/mpu.h> - -int inv_mpu_power_on(struct mpu_platform_data *pdata); -int inv_mpu_power_off(struct mpu_platform_data *pdata); -int inv_parse_orientation_matrix(struct device *dev, s8 *orient); -int inv_parse_secondary_orientation_matrix(struct device *dev, - s8 *orient); -int inv_parse_secondary(struct device *dev, struct mpu_platform_data *pdata); -int inv_parse_aux(struct device *dev, struct mpu_platform_data *pdata); -int invensense_mpu_parse_dt(struct device *dev, - struct mpu_platform_data *pdata); - -#endif /* #ifndef _INV_MPU_DTS_H_ */ |