[PATCHv2 0/3] Add support for bmp18x to bmp085

From: Eric Andersson
Date: Tue Mar 06 2012 - 16:06:39 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/