[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1331068084-17911-1-git-send-email-eric.andersson@unixphere.com>
Date: Tue, 6 Mar 2012 22:08:01 +0100
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,
Eric Andersson <eric.andersson@...xphere.com>
Subject: [PATCHv2 0/3] Add support for bmp18x to bmp085
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
--
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