lkml.org 
[lkml]   [2015]   [Aug]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/6] iio: bmg160: Add SPI connection
Date
Hi,

bmg160 and bmi055 can be used via I2C and SPI. This series converts the driver
to regmap and splits core driver and I2C/SPI.

Changes in v2:
- Added the id->name from the SPI driver to be used as iio device name
- Fixed Kconfig in patch 2 to add selects for REGMAP_I2C
- Fixed regmap configs to be static const

Best regards,

Markus


Markus Pargmann (6):
iio: bmg160: Use i2c regmap instead of direct i2c access
iio: bmg160: Remove i2c_client from data struct
iio: bmg160: Use generic dev_drvdata
iio: bmg160: Remove remaining uses of i2c_client
iio: bmg160: Separate i2c and core driver
iio: bmg160: Add SPI driver

drivers/iio/gyro/Kconfig | 29 ++-
drivers/iio/gyro/Makefile | 4 +-
drivers/iio/gyro/bmg160.h | 10 +
drivers/iio/gyro/{bmg160.c => bmg160_core.c} | 356 +++++++++++----------------
drivers/iio/gyro/bmg160_i2c.c | 73 ++++++
drivers/iio/gyro/bmg160_spi.c | 60 +++++
6 files changed, 311 insertions(+), 221 deletions(-)
create mode 100644 drivers/iio/gyro/bmg160.h
rename drivers/iio/gyro/{bmg160.c => bmg160_core.c} (74%)
create mode 100644 drivers/iio/gyro/bmg160_i2c.c
create mode 100644 drivers/iio/gyro/bmg160_spi.c

--
2.1.4



\
 
 \ /
  Last update: 2015-08-04 13:21    [W:0.085 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site