mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
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,
	Eric Andersson <eric.andersson@unixphere.com>
Subject: [PATCHv2 0/3] Add support for bmp18x to bmp085
Date: Tue,  6 Mar 2012 22:08:01 +0100	[thread overview]
Message-ID: <1331068084-17911-1-git-send-email-eric.andersson@unixphere.com> (raw)

Hi,

This is version 2 of the patch-set that adds support for Bosch Sensortec's
bmp18x pressure sensors.

The patches have been restructured some to incremently expand the existing bmp085
driver. The last patch renames the bmp085 driver to bmp18x simply because the bmp18x
series obsoletes the old bmp085 chips.

--
Best regards,
 Eric

 http://www.unixphere.com

Eric Andersson (3):
  misc: clean up bmp085 driver
  misc: add support for bmp18x chips in bmp085 driver
  misc: rename bmp085 to bmp18x

 drivers/misc/Kconfig       |   38 +++-
 drivers/misc/Makefile      |    4 +-
 drivers/misc/bmp085-i2c.c  |  133 ++++++++++++
 drivers/misc/bmp085.c      |  483 -----------------------------------------
 drivers/misc/bmp18x-i2c.c  |  133 ++++++++++++
 drivers/misc/bmp18x-spi.c  |  139 ++++++++++++
 drivers/misc/bmp18x.c      |  510 ++++++++++++++++++++++++++++++++++++++++++++
 include/linux/i2c/bmp18x.h |   62 ++++++
 8 files changed, 1009 insertions(+), 493 deletions(-)
 create mode 100644 drivers/misc/bmp085-i2c.c
 delete mode 100644 drivers/misc/bmp085.c
 create mode 100644 drivers/misc/bmp18x-i2c.c
 create mode 100644 drivers/misc/bmp18x-spi.c
 create mode 100644 drivers/misc/bmp18x.c
 create mode 100644 include/linux/i2c/bmp18x.h

-- 
1.7.3.4


             reply	other threads:[~2012-03-06 21:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-06 21:08 Eric Andersson [this message]
2012-03-06 21:08 ` [PATCHv2 1/3] misc: clean up bmp085 driver Eric Andersson
2012-03-06 21:20   ` Arnd Bergmann
2012-03-12 22:53     ` Eric Andersson
2012-03-13 12:04       ` Arnd Bergmann
2012-03-06 21:08 ` [PATCHv2 2/3] misc: add support for bmp18x chips to the " Eric Andersson
2012-03-06 21:27   ` Arnd Bergmann
2012-03-06 22:17     ` Eric Andersson
2012-03-07  0:03       ` Mark Brown
2012-03-06 21:08 ` [PATCHv2 3/3] misc: rename bmp085 to bmp18x Eric Andersson
2012-03-06 21:14   ` Arnd Bergmann
2012-03-06 21:37   ` Alan Cox

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=1331068084-17911-1-git-send-email-eric.andersson@unixphere.com \
    --to=eric.andersson@unixphere.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=arnd@arndb.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peter.moeller@cn.bosch.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

Powered by JetHome