linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] iio: bmg160: Add SPI connection
@ 2015-08-12 14:50 Markus Pargmann
  2015-08-12 14:50 ` [PATCH v3 1/6] iio: bmg160: Use i2c regmap instead of direct i2c access Markus Pargmann
                   ` (6 more replies)
  0 siblings, 7 replies; 25+ messages in thread
From: Markus Pargmann @ 2015-08-12 14:50 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Srinivas Pandruvada, Vlad Dogaru, Paul Bolle, linux-iio,
	linux-kernel, kernel, Markus Pargmann

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 v3:
 - removed 'select REGMAP' as it is selected by REGMAP_I2C
 - added EXPORT_SYMBOL_GPL for the core functions
 - removed default values from regmap_config
 - Added max_register and unset use_single_rw in regmap_config
 - Changed Makefile to always compile bmg160-core with either spi or i2c. It is
   not possible now to compile the core alone.

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                     |  28 ++-
 drivers/iio/gyro/Makefile                    |   3 +-
 drivers/iio/gyro/bmg160.h                    |  10 +
 drivers/iio/gyro/{bmg160.c => bmg160_core.c} | 358 +++++++++++----------------
 drivers/iio/gyro/bmg160_i2c.c                |  71 ++++++
 drivers/iio/gyro/bmg160_spi.c                |  57 +++++
 6 files changed, 306 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.4.6


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2015-08-17  9:27 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12 14:50 [PATCH v3 0/6] iio: bmg160: Add SPI connection Markus Pargmann
2015-08-12 14:50 ` [PATCH v3 1/6] iio: bmg160: Use i2c regmap instead of direct i2c access Markus Pargmann
2015-08-12 16:01   ` Srinivas Pandruvada
2015-08-15 14:41     ` Jonathan Cameron
2015-08-15 14:43       ` Jonathan Cameron
2015-08-12 14:50 ` [PATCH v3 2/6] iio: bmg160: Remove i2c_client from data struct Markus Pargmann
2015-08-12 16:03   ` Srinivas Pandruvada
2015-08-15 14:50     ` Jonathan Cameron
2015-08-12 14:50 ` [PATCH v3 3/6] iio: bmg160: Use generic dev_drvdata Markus Pargmann
2015-08-12 16:05   ` Srinivas Pandruvada
2015-08-15 14:50     ` Jonathan Cameron
2015-08-12 14:50 ` [PATCH v3 4/6] iio: bmg160: Remove remaining uses of i2c_client Markus Pargmann
2015-08-12 16:08   ` Srinivas Pandruvada
2015-08-15 14:53     ` Jonathan Cameron
2015-08-12 14:50 ` [PATCH v3 5/6] iio: bmg160: Separate i2c and core driver Markus Pargmann
2015-08-12 16:16   ` Srinivas Pandruvada
2015-08-15 14:59     ` Jonathan Cameron
2015-08-12 14:50 ` [PATCH v3 6/6] iio: bmg160: Add SPI driver Markus Pargmann
2015-08-12 15:19   ` Peter Meerwald
2015-08-15 15:03     ` Jonathan Cameron
2015-08-17  6:41       ` Markus Pargmann
2015-08-17  6:39     ` Markus Pargmann
2015-08-12 15:04 ` [PATCH v3 0/6] iio: bmg160: Add SPI connection Lars-Peter Clausen
2015-08-15 14:49   ` Jonathan Cameron
2015-08-17  9:27   ` Tirdea, Irina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).