lkml.org 
[lkml]   [2012]   [Apr]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCHv3 0/3] bmp085: add support for bmp18x chip
Date
Hi,

This is version 3 of the patch-set that adds support for the latest pressure
sensors from Bosch Sensortec.

Changes from last version:
- Dropped the platform data in favor of devicetree properties.
- Use regmap as communication layer.
- Changed Kconfig logic.
- Keep the original bmp085 file name.
- Use EXPORT_SYMBOL_GPL.

--
Best regards,
Eric

http://www.unixphere.com

Eric Andersson (3):
misc: clean up bmp085 driver
misc: bmp085: add device tree properties
misc: add support for bmp18x chips to the bmp085 driver

Documentation/devicetree/bindings/misc/bmp085.txt | 20 ++
drivers/misc/Kconfig | 26 ++-
drivers/misc/Makefile | 2 +
drivers/misc/bmp085-i2c.c | 87 +++++
drivers/misc/bmp085-spi.c | 89 +++++
drivers/misc/bmp085.c | 356 +++++++++++----------
drivers/misc/bmp085.h | 33 ++
7 files changed, 434 insertions(+), 179 deletions(-)
create mode 100644 Documentation/devicetree/bindings/misc/bmp085.txt
create mode 100644 drivers/misc/bmp085-i2c.c
create mode 100644 drivers/misc/bmp085-spi.c
create mode 100644 drivers/misc/bmp085.h

--
1.7.3.4



\
 
 \ /
  Last update: 2012-04-04 21:47    [W:2.962 / U:0.804 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site