drivers/iio/accel/bma220.h
0 → 100644
+19
−0
drivers/iio/accel/bma220_core.c
0 → 100644
+320
−0
+8
−302
Loading
In preparation for the i2c module, move the original code into multiple source files without any other functional change. Create the additional bma220_core module which currently is not providing an abstracted bus type (this will change with the regmap patch). Fix a few includes in the context of this patch. Signed-off-by:Petre Rodan <petre.rodan@subdimension.ro> Signed-off-by:
Jonathan Cameron <Jonathan.Cameron@huawei.com>