public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv4 0/3] bmp085: add support for bmp18x chip
@ 2012-04-05  7:22 Eric Andersson
  2012-04-05  7:22 ` [PATCHv4 1/3] misc: clean up bmp085 driver Eric Andersson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Eric Andersson @ 2012-04-05  7:22 UTC (permalink / raw)
  To: linux-kernel
  Cc: gregkh, alan, arnd, zhengguang.guo, peter.moeller, stefan.nilsson,
	broonie, christoph.mair, Eric Andersson

Hi,

This is version 4 of the patch-set that adds support for the latest pressure
sensors from Bosch Sensortec.

Changes from last version:
- Fixed some typos
- Fixed regmap error handling
- Use devm_regmap_init_i2c()
- Changed devicetree compatible string

--
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                         |   91 ++++++
 drivers/misc/bmp085-spi.c                         |   91 ++++++
 drivers/misc/bmp085.c                             |  356 +++++++++++----------
 drivers/misc/bmp085.h                             |   33 ++
 7 files changed, 440 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


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

end of thread, other threads:[~2012-04-05  9:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-05  7:22 [PATCHv4 0/3] bmp085: add support for bmp18x chip Eric Andersson
2012-04-05  7:22 ` [PATCHv4 1/3] misc: clean up bmp085 driver Eric Andersson
2012-04-05  7:22 ` [PATCHv4 2/3] misc: bmp085: add device tree properties Eric Andersson
2012-04-05  7:22 ` [PATCHv4 3/3] misc: add support for bmp18x chips to the bmp085 driver Eric Andersson
2012-04-05  9:45   ` Mark Brown

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