public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/3] Add support for bmp18x to bmp085
@ 2012-03-06 21:08 Eric Andersson
  2012-03-06 21:08 ` [PATCHv2 1/3] misc: clean up bmp085 driver Eric Andersson
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Eric Andersson @ 2012-03-06 21:08 UTC (permalink / raw)
  To: linux-kernel
  Cc: gregkh, alan, arnd, zhengguang.guo, peter.moeller, Eric Andersson

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-03-13 12:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06 21:08 [PATCHv2 0/3] Add support for bmp18x to bmp085 Eric Andersson
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox