From 3a0888edcffd9406f1cbbe240f4533e35db67e81 Mon Sep 17 00:00:00 2001 From: Irina Tirdea Date: Sun, 9 Feb 2014 11:59:00 +0000 Subject: [PATCH] iio: gyro: bmi055 gyro sensor driver Add support for the BMI055 gyroscope sensor. BMI055 is a package consisting of an acceleration sensor and a gyroscope. This patch adds support for the gyroscope only. Spec downloaded from: http://ae-bst.resource.bosch.com/media/products/dokumente/bmi055/BST-BMI055-DS000-06.pdf The BMI055 gyroscope uses the same register definition as BMG160, but does not specify a temp register. However, the temp register seems to be working in the same way as for BMG160, so this patch does not remove the temp channel for BMI055. Signed-off-by: Irina Tirdea Reviewed-by: Srinivas Pandruvada Signed-off-by: Jonathan Cameron --- Reading git-format-patch failed