[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1333610535-15804-1-git-send-email-eric.andersson@unixphere.com>
Date: Thu, 5 Apr 2012 09:22:12 +0200
From: Eric Andersson <eric.andersson@...xphere.com>
To: linux-kernel@...r.kernel.org
Cc: gregkh@...uxfoundation.org, alan@...rguk.ukuu.org.uk,
arnd@...db.de, zhengguang.guo@...ch-sensortec.com,
peter.moeller@...bosch.com, stefan.nilsson@...xphere.com,
broonie@...nsource.wolfsonmicro.com, christoph.mair@...il.com,
Eric Andersson <eric.andersson@...xphere.com>
Subject: [PATCHv4 0/3] bmp085: add support for bmp18x chip
Hi,
This is version 4 of the patch-set that adds support for the latest pressure
sensors from Bosch Sensortec.
Changes from last version:
- Fixed some typos
- Fixed regmap error handling
- Use devm_regmap_init_i2c()
- Changed devicetree compatible string
--
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 | 91 ++++++
drivers/misc/bmp085-spi.c | 91 ++++++
drivers/misc/bmp085.c | 356 +++++++++++----------
drivers/misc/bmp085.h | 33 ++
7 files changed, 440 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists