From: Eric Andersson <eric.andersson@unixphere.com>
To: linux-kernel@vger.kernel.org
Cc: gregkh@linuxfoundation.org, alan@lxorguk.ukuu.org.uk,
arnd@arndb.de, zhengguang.guo@bosch-sensortec.com,
peter.moeller@cn.bosch.com, stefan.nilsson@unixphere.com,
broonie@opensource.wolfsonmicro.com,
Eric Andersson <eric.andersson@unixphere.com>
Subject: [PATCHv3 0/3] bmp085: add support for bmp18x chip
Date: Wed, 4 Apr 2012 21:45:56 +0200 [thread overview]
Message-ID: <1333568759-13536-1-git-send-email-eric.andersson@unixphere.com> (raw)
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
next reply other threads:[~2012-04-04 19:45 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-04 19:45 Eric Andersson [this message]
2012-04-04 19:45 ` [PATCHv3 1/3] misc: clean up bmp085 driver Eric Andersson
2012-04-04 19:55 ` Joe Perches
2012-04-05 6:30 ` Eric Andersson
2012-04-04 19:45 ` [PATCHv3 2/3] misc: bmp085: add device tree properties Eric Andersson
2012-04-04 19:45 ` [PATCHv3 3/3] misc: add support for bmp18x chips to the bmp085 driver Eric Andersson
2012-04-04 19:55 ` Mark Brown
2012-04-04 20:00 ` Arnd Bergmann
2012-04-04 20:11 ` Mark Brown
2012-04-05 6:53 ` Eric Andersson
2012-04-07 1:37 ` Grant Likely
2012-04-04 19:52 ` [PATCHv3 0/3] bmp085: add support for bmp18x chip Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1333568759-13536-1-git-send-email-eric.andersson@unixphere.com \
--to=eric.andersson@unixphere.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=arnd@arndb.de \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peter.moeller@cn.bosch.com \
--cc=stefan.nilsson@unixphere.com \
--cc=zhengguang.guo@bosch-sensortec.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).